Laptop freezing is a problem that every second user faces. Some attribute this to the “age” of the technology, others to viruses, and others simply get used to working with eternal “loading circles.” In fact, in 90% of cases, brakes can be fixed without purchasing a new device. The main thing is to correctly diagnose the cause.
This article is not about template advice like “clean off dust” (although this is important). We'll sort it out system and hardware reasons freezes - from processor overheating to driver conflicts, and we will also give specific instructions for Windows 10/11, macOS And Linux. At the end you will find an FAQ with answers to pressing questions, including “can a laptop with 4 GB of RAM be saved in 2026.”
1. Diagnostics: why does the laptop start to “glitch”?
Before treatment, a diagnosis must be made. Freezes are divided into three categories:
- 🔄 Software - caused by OS, driver or software errors (for example, svchost.exe loads the processor 100%).
- 🔥 Hardware — overheating, malfunction of the hard drive or RAM.
- 🦠 External — viruses, malicious scripts in the browser or network attacks.
To identify the culprit, use the built-in tools:
- 🖥️ Windows: press
Ctrl + Shift + Esc→ “Performance” tab. IfDiskloaded at 100% for no reason - the problem is in the HDD or drivers. - 🍎 macOS: Open System Monitor (
Programs → Utilities). Pay attention to the “% CPU” column - processes with values >50% are suspicious. - 🐧 Linux: in the terminal run
toporhtop. Look for processes consuming >30% CPU/RAM.
Running heavy programs (Photoshop, games)|Working in the browser (many tabs)|Simple inactivity (for example, on the desktop)|Connecting to Wi-Fi/Bluetooth|I don’t know-->
Critical symptom: if laptop Freezes at the BIOS boot stage (before the Windows/macOS logo appears), the problem is almost certainly in the hardware - a fallen off RAM module, a dead SSD or a faulty motherboard. In this case, only a service center will help.
2. Cleaning the system: removing garbage and optimizing startup
The most common cause of brakes is clogged system. We are talking not only about file garbage, but also about background software that loads the processor. Let's start with basic cleaning:
Delete temporary files (Windows: Disk Cleanup, macOS: ~/Library/Caches)|Disable unnecessary programs in startup|Remove unused applications through “Options”|Check the disk for errors (chkdsk /f in CMD)|Clear browser cache (Chrome, Firefox, Edge)-->
Autoload - the main “devourer” of resources. B Windows 10/11 open Task Manager (Ctrl + Shift + Esc) → “Startup” tab. Disable everything except antivirus and critical utilities (for example, NVIDIA GeForce Experience for gamers). On macOS use System Preferences → Users and Groups → Login Items.
For deep cleaning in Windows We recommend utilities:
- 🧹 CCleaner (free version) - deletes cache, temporary files and fixes the registry.
- 🔍 Wise Disk Cleaner — finds duplicate files and cleans up traces of installers.
- 🛠️ Glary Utilities — optimizes the registry and defragments the disk (relevant for HDDs).
If after cleaning the laptop still slows down, check Windows services. Click Win + R, enter msconfig → “Services” tab. Disable all services with the "Microsoft" status (except critical ones, for example, Windows Audio).
For macOS The command in Terminal is useful:
sudo periodic daily weekly monthly
It runs system cleaning scripts, which are usually executed at night (if the laptop is not turned off).
3. Fighting overheating: how to save your laptop from thermal throttling
Overheating is the second most common cause of freezes. At temperatures above 90°C The processor automatically reduces the frequency (thermal throttling), which leads to lags. You can check the temperature using the following programs:
- 🌡️ HWMonitor (Windows)
- 🍎 iStat Menus (macOS)
- 🐧 Psensor (Linux)
Normal values:
| Component | Norm (load) | Critical value |
|---|---|---|
| Central Processing Unit (CPU) | 60–80°C | >95°C |
| Video card (GPU) | 70–85°C | >100°C |
| Hard drive (HDD/SSD) | 30–50°C | >70°C |
If the temperature goes through the roof:
- 🧴 Clean the coolers. Use a can of compressed air (eg Kontakt Chemie) or carefully disassemble the laptop and remove dust with a brush.
- 🔄 Replace thermal paste. Suitable for most laptops Arctic MX-6 or Thermal Grizzly Kryonaut. The process requires precision - details under the spoiler.
- 🖥️ Use a cooling pad USB powered (eg Cooler Master NotePal X3).
How to apply thermal paste correctly?
1. Remove old paste with alcohol (isopropyl, 90%+).
2. Apply a thin layer of new paste (about the size of a grain of rice for CPU).
3. Do not use metal scrapers - only a plastic card.
4. After replacement, check the temperature in HWMonitor under load (for example, run Prime95 for 10 minutes).
If laptop turns off without warning at high temperatures - an emergency shutdown is triggered. This means that the temperature sensors are not coping, and urgent cleaning or replacement of the cooling system is required.
4. Updating drivers and BIOS: why is this important?
Outdated drivers are a common cause of conflicts leading to freezes. Drivers are especially critical for:
- 🖥️ Video cards (NVIDIA/AMD/Intel)
- 🔊 Sound card (Realtek, Conexant)
- 📶 Network adapters (Wi-Fi, Bluetooth, Ethernet)
- 💾 Disk controllers (AHCI, NVMe)
How to update drivers on Windows:
- Open Device Manager (
Win + X → Device Manager). - Look for a device with a yellow exclamation mark (for example, "Unidentified Device").
- Right-click → “Update driver” → “Automatic search”.
For NVIDIA/AMD video cards It is better to download drivers from official sites:
- NVIDIA: nvidia.ru/Download
- AMD: amd.com/support
BIOS update - a risky, but sometimes necessary procedure. It helps if:
- 🔧 The laptop does not see the new SSD or RAM.
- 🖱️ USB ports or touchpad do not work.
- 🔄 Spontaneous reboots occur.
Instructions for ASUS/HP/Lenovo/Dell:
- Download the latest BIOS from the manufacturer's website (for example, for Lenovo ThinkPad — pcsupport.lenovo.com).
- Unpack the archive and run
.exe-file (for Windows) or create a bootable USB flash drive (for DOS mode). - Follow the installation wizard instructions. Do not turn off the laptop during the process!
BIOS update may reset Secure Boot and TPM settings. After the procedure, check them in the BIOS menu (F2/Del at boot) and re-enable if necessary.
5. Checking the hard drive and RAM
If laptop hangs when copying files or slows down when launching programs, the problem may be in the HDD/SSD or RAM. Let's check them in order.
Hard drive test (HDD/SSD):
- 🖥️ Windows: open
Command lineas administrator and run:wmic diskdrive get statusIf the status
OK- the disk is ok. For deep checking use CrystalDiskInfo. - 🍎 macOS: Run Disk Utility (
Programs → Utilities) and select First Aid. - 🐧 Linux: in terminal enter:
sudo smartctl -a /dev/sdaLook for lines
Reallocated_Sector_CtorPending_Sectors- if values >0, the disk “dies”.
RAM test:
- 🖥️ Windows: Search for “Memory Tester” → Reboot your laptop for the test.
- 🍎 macOS: use MemTest86 (bootable USB).
- 🐧 Linux: run:
sudo memtester 4G 1(where
4G— the amount of memory being tested).
If the tests show errors:
- 💾 For HDD/SSD: Back up your data and replace the disk. For laptops we recommend Samsung 870 EVO (SATA) or WD Black SN850X (NVMe).
- 🧠 For RAM: Try moving the bars to other slots. If errors remain, replace the module (for example, with Crucial SODIMM DDR4).
If laptop freezes when connecting a flash drive or external HDD, the problem may be lack of power to USB ports. Try using a hub with external power or connect the device via a different port.
6. Viruses and malware: how to detect and remove
Malicious software is not always noticeable. It can masquerade as system processes (for example, lsass.exe or svchost.exe) and load the processor in the background. Signs of infection:
- 🖥️ The laptop slows down even at desktop without running programs.
- 📥 Appear unknown processes in the "Task Manager".
- 🔗 Browser redirects to suspicious sites.
- 💰 Windows pop up with a request pay fictitious fines.
How to check your laptop for viruses:
- 🛡️ Use Kaspersky Virus Removal Tool or Dr.Web CureIt! — they do not require installation and download fresh databases upon startup.
- 🔍 Check your browser for miner extensions. B Chrome go to
Settings → Extensionsand remove suspicious plugins (for example, Super Optimizer Pro). - 📜 Browse
hosts-file. B Windows openC:\Windows\System32\drivers\etc\hostsin Notepad. If there are lines with unfamiliar IPs (for example,123.45.67.89 facebook.com) - they need to be removed.
For macOS will do Malwarebytes, and for Linux — ClamAV (install via terminal:
sudo apt install clamav
If the antivirus finds Trojan CoinMiner, this means that your laptop was used for cryptocurrency mining. After removing the virus, check CPU temperature — mining could damage the thermal paste.
7. Hardware upgrade: when is it time to change components?
If you've tried all the software methods and your laptop still slows down, it's time to think about an upgrade. Here minimum requirements for comfortable work in 2026:
| Component | Minimum | Recommended | For games/montage |
|---|---|---|---|
| Random access memory (RAM) | 4 GB | 8–16 GB | 16–32 GB |
| Storage | HDD 500 GB | SSD 256–512 GB | NVMe 1 TB |
| Processor (CPU) | Intel Core i3 / AMD Ryzen 3 | Intel Core i5 / AMD Ryzen 5 | Intel Core i7 / AMD Ryzen 7 |
| Video card (GPU) | Integrated (Intel UHD) | NVIDIA MX450 / AMD Radeon 660M | NVIDIA RTX 3060 / AMD RX 6700M |
What can be upgraded in a laptop:
- 💾 SSD - the most effective replacement. Even budget Kingston A400 will speed up system loading by 3–5 times.
- 🧠 RAM — adding a bracket (for example, from 4 GB to 8 GB) will solve the problem with multitasking.
- 🔋 Battery - if the laptop turns off when unplugged, the battery is worn out (check in HWMonitor parameter
Wear Level).
What's usual it's impossible replace:
- 🖥️ Processor (in 90% of laptops it is soldered to the motherboard).
- 🎮 Video card (with the exception of some gaming models, for example, MSI GT76 or Alienware Area-51m).
How to choose an SSD for a laptop?
1. Determine the connector type: SATA III (up to 600 MB/s) or NVMe (up to 3500 MB/s).
2. Enough for office work Crucial BX500 (SATA) or WD Blue SN570 (NVMe).
3. For games/montage, take Samsung 980 Pro or Seagate FireCuda 530.
4. Check compatibility by laptop model on the manufacturer’s website (for example, crucial.ru).
8. Alternative solutions: from system reset to cloud PCs
If an upgrade is not an option, consider drastic measures:
- 🔄 Reset Windows/macOS. B Windows 10/11 go to
Settings → Update & Security → Recovery → Reset PC. On macOS use "Recovery Mode" (Cmd + Rwhen loading). Attention: this will remove all programs but keep personal files. - 🐧 Installing a lightweight OS. Suitable for weak laptops Linux Mint or Xubuntu. They consume 2–3 times less resources than Windows.
- ☁️ Cloud PC. Services like Shadow or GeForce NOW allow you to “rent” a powerful computer for $10–30 per month. Suitable for gaming or work Photoshop.
For owners of old laptops (2015 and earlier):
- 📱 Use your laptop as secondary screen for the main PC (via SpaceDesk or Duet Display).
- 🎮 Turn it into game console with the help RetroArch (emulator of old games).
- 📚 Make it out file server (install Nextcloud or Plex).
If laptop Freezes when connecting to Wi-Fi, the problem may be network card power saving settings. B Windows open Device Manager → Network Adapters → properties of your adapter → Power Management tab → uncheck with "Allow the computer to turn off this device to save power."
FAQ: answers to frequently asked questions
❓ The laptop freezes on the Windows logo - what to do?
This may be caused by:
- 🔧 Damage boot sector (use a bootable Windows USB flash drive and the command
bootrec /fixmbrin Command line). - 💾 Disk failure (check CrystalDiskInfo).
- 🔄 Conflict after update (boot into Safe Mode and roll back the updates).
❓ Is it possible to speed up a laptop with 4 GB RAM in 2026?
Yes, but with reservations:
- 🖥️ Install 32-bit Windows 10 LTSC (it is lighter than the standard version).
- 🐧 Go to Linux Xubuntu or AntiX - they run on 2 GB of RAM.
- 🔧 Disable all visual effects:
Control Panel → System → Advanced Settings → Performance → Get the best performance.
Attention: for modern browsers (Chrome, Edge) 4 GB is not enough - use Firefox with disabled tabs or Brave.
❓ Why does my laptop slow down after updating Windows?
Common reasons:
- 🔧 Incompatible driver (Roll back it via Device Manager).
- 🖥️ Windows Update Service is loading the disk (disable it temporarily after
services.msc). - 🦠 Conflict with antivirus (temporarily remove it and check performance).
If the problem persists, go back to the previous version of Windows via Settings → Update & Security → Recovery (available for 10 days after update).
❓ How to check if your laptop is slowing down due to the Internet?
Follow the steps:
- Disable Wi-Fi/Ethernet and test offline performance.
- Run
ping 8.8.8.8 -tin Command line. If the ping is >100 ms or there are packet losses, there is a problem in the network. - Check DNS server. Try changing it to
1.1.1.1(Cloudflare) or8.8.8.8(Google).
❓ Should you use overclocking to speed up your laptop?
Not unless you're an expert. Overclocking in laptops is fraught with:
- 🔥 Overheating (even with new thermal paste).
- 💥 Reduced battery and processor life.
- 🚫 Loss of warranty (manufacturers track this).
The exception is gaming laptops with a liquid cooling system (for example, ASUS ROG Zephyrus). But even here, the productivity increase rarely exceeds 5–10%.