Has your laptop suddenly turned into a brick, responding to commands with a delay of several minutes? Or does the screen freeze completely and the cursor turn into an hourglass? Such symptoms are familiar to every second user, but not everyone knows that 90% of laptop freezes are caused by only 5 main problems - and most of them can be fixed independently without contacting service.

In this article we will examine not only the obvious reasons like viruses or lack of RAM, but also hidden “pitfalls”: from driver conflicts to hardware faults, which are diagnosed only by special tests. You will learn how to distinguish a software failure from a hardware failure, what diagnostic tools to use (including free utilities), and what to do if your laptop freezes even in BIOS or when booting from a flash drive.

1. Overheating: why the laptop “chokes” itself

If freezes are accompanied fan hum or sudden shutdowns - the culprit has been found. Modern processors automatically trolled (reduce frequency) when overheated, which leads to lags. Normal temperature for Intel Core i5/i7 under load - up to 85°C, for AMD Ryzen - up to 95°C. Exceeding these values by 10-15°C already critical.

How to check:

  • 🔥 Use HWMonitor or Core Temp for monitoring temperatures in real time.
  • 🌀 Check the operation of the cooler: put your hand near the ventilation grilles - if the air flow is weak, cleaning is required.
  • 🖥️ Run a stress test in AIDA64 (menu Tools → System Stability Test). If the temperature exceeds 90°C in 5 minutes - urgently clean the cooling system.
⚠️ Attention: Do not use the laptop on soft surfaces (blanket, sofa). Blocked vents increase the temperature by 15-20°C.
📊 How often do you clean your laptop cooling system?
  • Once every 3 months
  • Once every six months
  • Once a year
  • Never
  • Only when it starts to slow down

2. Lack of RAM: when 8 GB is not enough

If the laptop freezes when opening 10+ Chrome Tabs or startup Photoshop, the problem is RAM shortage. Windows 10/11 greedily consumes memory: even in standby mode, the system can take up 3-4 GB. How to check:

  1. Open Task Manager (Ctrl+Shift+Esc).
  2. Go to the tab Performance → Memory.
  3. If the schedule is full 90%+ - there is a critical shortage of memory.

Solutions:

  • 🔄 Close unnecessary programs in Task Manager (especially Telegram, Discord, Steam — they “eat up” memory in the background).
  • 🛠️ Add a RAM bar. Enough for office work 16 GB, for games and editing - 32 GB.
  • 💾 Enable swap file: Control Panel → System → Advanced Settings → Performance → Settings → Advanced → Change.

Close background processes in Task Manager

Disable startup of unnecessary programs (msconfig)

Increase the paging file to 1.5x the amount of RAM

Check your laptop for viruses (they can eat up memory)

Update BIOS (sometimes solves memory allocation problems) -->

3. Viruses and malware: invisible “brakes”

Malicious programs can masquerade as system processes, consuming up to 50% CPU And 70% RAM. Classic symptoms:

  • The laptop freezes when connected to the Internet.
  • Pop-up windows with advertisements appear.
  • The antivirus turns off by itself.

How to treat:

  1. Download Kaspersky Virus Removal Tool or Dr.Web CureIt! (they do not require installation).
  2. Run the scan in Safe Mode (click F8 when loading or use msconfig).
  3. Remove suspicious programs from Control Panel → Programs and Features.
⚠️ Attention: Some viruses block the installation of antivirus software. In this case, download the utilities on another PC and transfer them to a flash drive.
How to remove a virus if the laptop does not boot?

1. Create a bootable USB flash drive with Kaspersky Rescue Disk (instructions on the official website).

2. Boot from the flash drive (click F12 or Del at startup, select USB drive).

3. Perform a full system check. The utility will remove viruses even from boot sectors.

4. Driver conflicts: when the hardware does not understand Windows

After updating Windows or installing new hardware (for example, Wi-Fi adapter) the laptop may start to glitch. Reason - incompatible or damaged drivers. How to diagnose:

  • 🔍 Open Device Manager (devmgmt.msc).
  • 🚨 Look for devices with a yellow exclamation mark - this is a sign of a problem.
  • 🔄 Check the tab Events in the device properties (there may be errors like Code 43).

Solutions:

ErrorReasonSolution
Code 10Driver won't startReinstall the driver from the manufacturer's website
Code 19The registry is damagedExecute sfc /scannow on the command line
Code 43Device disabled WindowsUpdate BIOS and chipset driver
Code 52Unsigned driverDisable signature verification (gpedit.mscUser Configuration → Administrative Templates → System → Driver Installation)
💡

If the laptop freezes after updating the video card driver, roll it back: to Device Manager right click on the video card → Properties → Driver → Roll Back.

5. Problems with a hard drive or SSD: when the hardware dies

If laptop hangs when copying files or slows down when loading, the drive is at fault. HDD become covered over time bad sectors, and SSD wear out after 300-500 TBW (terabyte of recorded information).

Diagnostics:

  • 📊 For HDD: run Victoria or HDDScan (test SMART And Surface Test).
  • 💾 For SSD: use CrystalDiskInfo (check options Reallocated Sectors Count And Wear Leveling Count).

Critical signs:

  • 🚨 Pending Sectors > 0 - the disk begins to crumble.
  • 🚨 Uncorrectable Errors > 0—data is lost forever.
  • 🚨 SSD Life Left < 10% - a hoarder on the verge of death.
⚠️ Attention: If CrystalDiskInfo shows status Bad or Caution, transfer your data to another drive immediately! Risk of information loss - 90%.
💡

Even if the disk is “alive”, but the laptop is slow, try replacing it SATA cable (for HDD) or update the SSD firmware (via the manufacturer's utility, for example, Samsung Magician).

6. Unoptimized Windows: when the system is “cluttered”

Over time, Windows becomes overgrown with unnecessary files, temporary data, and erroneous registry entries. This leads to:

  • 🐢 Slow loading (more 1 minutes).
  • 🖱️ Freezes when opening Conductor.
  • 🔄 Spontaneous reboots.

Cleaning checklist:

  1. Run Disk Cleanup (cleanmgr on the command line).
  2. Delete temporary files: click Win+R, enter %temp% and delete all contents of the folder.
  3. Clean the registry with CCleaner (section only Registry!).
  4. Disable visual effects: Control Panel → System → Advanced Settings → Performance → Get the best performance.

For deep optimization:

DISM /Online /Cleanup-Image /RestoreHealth

sfc /scannow

chkdsk C: /f /r

These commands will restore system files and check the disk for errors.

7. Hardware faults: when parts need to be replaced

If all software methods have been tried, but the laptop is still stuck on the manufacturer's logo or gives a blue screen (BSOD), the problem is in the hardware. Common breakdowns:

SymptomProbable CauseSolution
Laptop shuts down under loadMotherboard malfunction (swollen capacitors)Diagnostics in the service, replacement of elements
Freezes when running on batteryBattery wear (capacity < 40%)Replacing the battery
Artifacts on the screen + freezesOverheating or failure of the video card chipGPU resoldering or replacement
Laptop does not respond to power buttonSouthbridge or BIOS problemBIOS firmware or chip replacement

For diagnostics:

  • 🔧 Take a memory test: enter in Windows search Memory Checker and restart your PC.
  • 🖥️ Check the power supply: if the laptop only works from the network, but freezes at the slightest movement of the cable, the problem is in the connector or power supply.

8. Features of macOS: why Macs are also slow

Laptops MacBook Pro/Air are not immune to freezes. Typical reasons for macOS:

  • 🍎 Low memory: macOS actively uses swap-files, and when 8 GB RAM the system may freeze.
  • 🔄 Problems with SMC: Resetting the system management controller solves 30% cases of freezes.
  • 📁 Damaged file system: APFS sensitive to sudden power outages.

How to fix:

  1. Reset SMC:
    Выключите MacBook → Зажмите Shift+Control+Option + кнопка питания (10 сек) → Включите.
  2. Check the disk via Disk Utility (Command+Space → Disk Utility → First Aid).
  3. Disable unnecessary extensions in System Preferences → Users and Groups → Login Items.
💡

On a MacBook with a chip M1/M2 Freezes are often associated with overheating due to passive cooling. Use a stand with a fan to improve airflow.

FAQ: Frequently asked questions about laptop freezes

The laptop freezes when turned on - what to do?

If the freeze occurs at the Windows logo or BIOS:

  1. Disconnect all USB devices (flash drives, mouse, keyboard).
  2. Reset BIOS: Remove the battery on the motherboard on 10 minutes (disassembly required).
  3. Try booting from LiveCD (For example, Ubuntu). If there are no freezes, the problem is in Windows.
Why does my laptop slow down after updating Windows?

Updates are installed frequently universal driverswho are in conflict with their “relatives”. Solution:

  1. Roll back the update: Settings → Update & Security → View update history → Uninstall updates.
  2. Install drivers from the laptop manufacturer's website (for example, Dell Support or Lenovo Vantage).
Can an antivirus cause freezes?

Yes! Kaspersky, ESET NOD32 And Avast known for high system load. Check:

  • Open Task Manager and see how many resources the antivirus consumes.
  • Disable Background check in the antivirus settings.
  • Try alternatives: Bitdefender or built-in Windows Defender (it's lighter).
The laptop freezes in games - what's the matter?

Reasons:

  • CPU/GPU throttling due to overheating (see section 1).
  • Lack of video memory: for modern games you need 6 GB VRAM.
  • Conflict with background processes: close Discord, Steam, browser.

Solution: Lower graphics settings, update graphics card drivers, and check temperatures.

How to check a laptop for hardware problems without disassembling it?

Use these tests:

  • MemTest86 — checking RAM (booted from a flash drive).
  • FurMark — video card stress test.
  • Prime95 - CPU stability test.
  • CrystalDiskInfo — drive health.

If the tests show errors, take the laptop to a service center.