Has your laptop suddenly started to freeze for a few seconds or even minutes? The cursor freezes, programs don't respond, and sometimes the screen goes completely black? This problem is familiar to millions of users, but its causes can be radically different - from banal dust in the cooler to critical hard drive errors. In this article we will look at all possible causes of friezes, we will learn how to diagnose them without special skills and fix them yourself - from a simple restart to replacing components.
It is important to understand: friezes (freezing) is not always a sign of the “death” of a laptop. In 80% of cases, the problem can be solved with software or minimal hardware interventions. But if you ignore the first symptoms, the consequences can be dire: from data loss to motherboard failure. We have compiled a unique step-by-step diagnostic technique, which will help identify the root of the problem in 10–15 minutes - without disassembling the case.
1. Overheating is the main cause of freezes in 60% of cases
If the laptop starts to “slow down” 10–30 minutes after turning it on, and the case becomes hot, it’s to blame overheating. Modern processors (Intel Core i7/i9, AMD Ryzen 7/9) automatically reduce productivity at critical temperatures (from 90°C), which causes freezes. Causes of overheating:
- 🌀 Cooling system clogged with dust — the fan cannot effectively remove heat.
- 🔥 Dried thermal paste — an air gap forms between the processor and the radiator.
- 🖥️ Working on a soft surface - ventilation holes are blocked.
- ⚡ Cooler malfunction — the fan does not rotate or operates at low speeds.
How to check the temperature? Use the utilities:
- HWMonitor (Windows)
- iStat Menus (macOS)
- Psensor (Linux)
Critical values:
- 🔴
CPU > 90°C- Clean it urgently! - 🟡
GPU > 85°C— risk of artifacts on the screen. - 🟢
HDD/SSD > 50°C- may lead to reading errors.
- Once every 3 months
- Once every six months
- Once a year
- Never
- Only when it starts to warm up
⚠️ Attention: If the processor temperature rises to 100°C+ - turn off your laptop immediately! Further work may lead to crystal degradation (loss of performance) or breakdown.
2. Problems with random access memory (RAM)
Lack of RAM or its malfunction is the second most common cause of freezes. Symptoms:
- 🖥️ The laptop freezes when opening several browser tabs or programs.
- 🔄 After freezing, a blue screen appears (BSOD) with type errors
MEMORY_MANAGEMENT. - 📉 The system slows down even at minimal load (for example, in Word or Notepad).
How to diagnose?
- Open Task Manager (
Ctrl+Shift+Esc) and check the memory load on the tabPerformance. - If the RAM is loaded on
90%+during normal work, it is not enough. - Run a memory test:
- Windows: enter in search
Memory Checker. - Linux/macOS: use
memtest86+(bootable USB).
- Windows: enter in search
| RAM capacity | Minimum Requirements | Recommended volume |
|---|---|---|
4 GB |
Office tasks | Not enough for Windows 10/11 |
8 GB |
Multitasking, browser with 10+ tabs | Optimal for most tasks |
16 GB+ |
Games, video editing, virtual machines | Recommended for professionals |
If the test shows errors, the RAM stick is faulty. Solutions:
- 🔧 Reinstall the module (the contact may have come loose).
- 🛒 Replace the faulty bar (if there are several of them, test one at a time).
- 🔄 Update the BIOS - sometimes it helps with memory incompatibility.
Check memory usage in Task Manager
Run a memory test (memtest86+)
Reinstall the RAM sticks (remove and put back in)
Try working with one bar (if there are several of them)
Update BIOS to latest version-->
3. Hard drive (HDD) or SSD on the verge of death
If the laptop freezes for 5–30 seconds and then continues to work, the drive is to blame. Signs:
- 💾 HDD: Clicking or grinding sounds are heard.
- 🚀 SSD: Read/write speed drops sharply.
- ⚠️ The system produces errors like
CRITICAL_PROCESS_DIED(Windows) orInput/Output Error(Linux).
How to check disk health?
- CrystalDiskInfo (Windows) - will show the status
Okay/Anxiety/Bad. - smartctl (Linux/macOS) - command:
smartctl -a /dev/sdaLook for parameters
Reallocated_Sector_CtAndPending_Sectors- if their values are > 0, the disk “dies”.
Critical symptoms:
- 🔴
Uncorrectable Errors- the data is not readable. - 🟡
High Fly Writes— HDD heads are too close to the platters. - 🟢
Power-On Hours > 50 000— the disk has exhausted its resource.
⚠️ Attention: If CrystalDiskInfo shows status Bad - immediately copy all data! The disk can fail at any time. For HDD use HDD Regenerator (last chance), for SSD - only a replacement.
Solutions:
- 🔄 Replace the HDD with an SSD - this will speed up your laptop
3–5 times. - 🛠️ If the disk is still alive, do it
defragmentation(only for HDD!).- Windows:
Disk optimizationin the menuStart. - Linux:
sudo e4defrag /(forext4).
- Windows:
- 🔧 Check the SATA cable - sometimes freezes are caused by poor contact.
How to extend the life of HDD/SSD?
1. Do not drop the laptop - impacts kill the HDD instantly.
2. Don't fill the disk 100% - leave 10-15% free space.
3. For SSD, disable defragmentation (it reduces resource).
4. Use Trim (enabled by default on Windows 10/11 and Linux).
5. Update the SSD firmware regularly (via the manufacturer's utilities).
4. Viruses, mining and malware
If your laptop starts freezing after visiting dubious sites or installing pirated software, viruses are to blame. Particularly dangerous hidden mining (cryptojacking), when malware uses your resources to mine cryptocurrency. Signs:
- 🖥️ The laptop slows down even when idle.
- 🔥 The fan operates at maximum without load.
- 📈 B
Task Managerunknown processes are loading the CPU/GPU on50%+.
How to check?
- Open
Task Manager(Ctrl+Shift+Esc) → tabProcesses. - Sort by load on
CPUorGPU. - Look for suspicious processes:
svchost.exewith high load (may be legitimate, but check!).- Unknown type names
xmrig,cpuminer. - Processes with random letters/numbers (
a1b2c3.exe).
Best scanning tools:
- Kaspersky Virus Removal Tool (disposable scanner).
- Malwarebytes (specializes in miners).
- AdwCleaner (removes adware).
If a virus is found:
- Disconnect your laptop from the Internet.
- Start scanning at safe mode (while loading, hold
F8orShift). - Remove any detected threats and reset your browsers (extensions, cache).
If the antivirus does not find the miner, but the laptop is heating up, check the browser extensions. Many cryptojacking scripts work directly in Chrome/Firefox through malicious addons.
5. Driver conflicts and Windows errors
After updating Windows or installing new hardware (for example, a printer), the laptop may begin to freeze due to driver conflict. Typical symptoms:
- 🖥️ Freezes occur after waking up from sleep or hibernation.
- 🔄 A blue screen appears with errors like
DRIVER_IRQL_NOT_LESS_OR_EQUAL. - 🎮 Problems begin after connecting external devices (mouse, keyboard, game controller).
How to diagnose?
- Check Windows Event Log:
- Click
Win + X→Computer management→Event Viewer→System. - Look for errors with the source
DriverFrameworksorACPI.
- Click
- Roll back drivers:
- Open
Device Manager(devmgmt.msc). - Find the device with the yellow exclamation mark →
Properties→Roll back driver.
- Open
General solutions:
- 🔄 Update drivers manually (download from the manufacturer’s website, not through Windows Update!).
- 🛠️ Disable Windows Fast Startup:
- Go to
Control Panel → Power Options. - Select
What the power buttons do→Change settings that are currently unavailable. - Uncheck
Enable Fast Startup.
- Go to
rstrui.exe
Select a rollback point to a date when there were no friezes.
⚠️ Attention: If after updating Windows to version 22H2 or 11th version Freezes appeared - check driver compatibility. Many old laptops (until 2018) do not officially support Windows 11!
6. Malfunction of the motherboard or power supply
If all the previous methods did not help, the problem may be hardware:
- 🔌 Power supply does not produce enough power (especially important for gaming laptops).
- 🔧 Capacitors on the motherboard swollen (typical of old laptops).
- 🔌 Sent contacts RAM, video card or SSD (relevant after crashes).
How to diagnose?
- Check the power supply:
- If the laptop freezes only on battery power, the problem is in the battery.
- If freezes also occur from the mains, measure the voltage of the power supply with a multimeter (it should be
19–20Vfor most models).
- Inspect the motherboard:
- Swollen capacitors look like “bubbles” or have leaks.
- Darkened or burnt areas are a sign of a short circuit.
Solutions:
- 🔌 Replace the power supply (original or with identical parameters!).
- 🔧 Resolder the capacitors (only if you have experience!).
- 🛠️ Check the cables and connectors - sometimes it’s enough to reconnect them.
If laptop ASUS/HP/Lenovo older 5 years, there is a high risk of chip failure south bridge or video cards. In this case, it will only help re-soldering at the service center.
If the laptop freezes when connected to charging, it’s 90% that the power supply is to blame. Don't ignore this problem: unstable voltage can burn out your motherboard!
7. Software optimizations: how to reduce friezes without repairs
If there are no hardware problems, but the laptop still slows down, try software optimization methods:
- 🧹 Cleaning startup:
- Windows:
Ctrl+Shift+Esc→ tabAutoload→ disable unnecessary programs. - macOS:
System Preferences → Users and Groups → Login Items.
- Windows:
- 🔄 Disabling visual effects:
- Windows:
Control Panel → System → Advanced system settings → Performance → Settings → Get the best performance. - Linux (GNOME/KDE): Switch to
Xorginstead ofWayland(in the login menu).
- Windows:
- 📁 Disk Cleanup:
- Windows:
Disk Cleanup(cleanmgr) + CCleaner. - macOS:
About the program → Storage → Management.
- Windows:
- 🔧 Setting up the swap file:
- For
8 GB RAM: set size8–12 GB. - For
16 GB+: can be disabled (if you do not use heavy programs).
- For
For gaming laptops (MSI, Acer Predator, Alienware):
- Disable NVIDIA Optimus (if you are not using a discrete video card).
- Install ThrottleStop to control processor frequencies.
- Update VBIOS for a video card (only if you have experience!).
- GPU temperature (should be
<85°Cunder load). - In-game graphics settings (lower resolution or disable ray tracing).
- Video card drivers (update via GeForce Experience or AMD Adrenalin).
- Update the Wi-Fi adapter driver (download from the laptop manufacturer's website!).
- Change the Wi-Fi channel in the router settings (for example, from
autoon6or11). - Disable
802.11n/acin the properties of the adapter (if the router is old). - Download the old BIOS version from the official website.
- Unpack the file and rename it to
BIOS.ROM(or according to the instructions for your model). - Copy it to empty flash drive (FAT32).
- Connect the flash drive, hold
Win + B(for ASUS),Fn + Esc(for Lenovo) and turn on the laptop. - Add exceptions for games/programs in your antivirus settings.
- Disable
Scheduled check. - Try lightweight alternatives: Bitdefender or built-in Windows Defender.
- Proprietary drivers (especially for NVIDIA And Wi-Fi Broadcom).
- Linux kernel not optimized for your hardware (try
LTS-version orXanMod). - Swap file too small (set size equal to RAM).
FAQ: Frequently asked questions about laptop freezes
❓ The laptop freezes only in games - what to do?
Most likely the problem is overheating of the video card or lack of power supply power. Check:
If friezes are accompanied by artifacts (stripes, squares) - video card dies (especially relevant for NVIDIA GTX 10xx series).
❓ Why does my laptop freeze when connected to Wi-Fi?
Guilty network card driver or conflict with router. Solutions:
If the problem persists, try connecting via USB-Wi-Fi adapter.
❓ The laptop freezes after updating the BIOS - how to return the old version?
BIOS rollback is possible, but risky! Instructions:
⚠️ Attention: Incorrect BIOS rollback may kill the motherboard! If you are not sure, contact the service.
❓ Can antivirus cause freezes?
Yes! Especially Kaspersky, ESET NOD32 And Avast in mode deep check. Solutions:
If the friezes disappear after uninstalling the antivirus, the problem lies with it. Install another one or configure the current one.
❓ The laptop freezes on Linux - what's the matter?
Common reasons:
Solutions:
# Установить проприетарные драйверы NVIDIA (Ubuntu/Debian)sudo ubuntu-drivers autoinstall
sudo reboot
# Увеличить swap (если ОЗУ < 8 ГБ)
sudo fallocate -l 8G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile