Your laptop suddenly started to slow down like an old one Pentium 4? The cursor twitches, programs take a minute to open, and the video in the browser plays jerkily? The problem is familiar to every second user - according to StatCounter, 47% of calls to service centers in 2026 are related specifically to slowdowns. But don’t rush to take your equipment for repair: in 80% of cases, the cause can be eliminated on your own in 10–30 minutes.
In this article - analysis of all possible reasons, from the banal clogging of the system with garbage to hardware malfunctions. We will not advise “reinstalling Windows” (this is the last resort!), but will suggest diagnosis based on symptoms and point solutions. We will separately analyze the cases for Windows 10/11, macOS And Linux, and we will also provide a checklist for checking the hardware.
1. Overheating: why the laptop “chokes” itself
The most common reason for lags is overheating of the processor or video card. At temperatures above 90°C modern chips automatically reduce the frequency (throttling) to avoid damage. As a result, the laptop begins to stutter, and games or heavy programs crash.
How to check:
- 🔥 Install the utility HWMonitor (Windows) or iStat Menus (macOS) and look at the temperature under load. Normal for CPU: up to
70–80°Cduring games, before60°Cin idle time. - 💨 Listen to the cooler: if it constantly works at maximum speed or, conversely, does not turn on, this is an alarming sign.
- 🖥️ Check the ventilation holes: a grate clogged with dust blocks airflow.
Solutions:
- ✅ Clean the laptop from dust (you can use a vacuum cleaner at minimum power or a can of compressed air).
- ✅ Replace thermal paste (if temperature exceeds
90°Ceven after cleaning). Suitable for most laptops Arctic MX-6. - ✅ Use a USB powered cooling pad (effective for gaming models like ASUS ROG or MSI).
- Once a month
- Once every six months
- Only when it starts to warm up
- Never
⚠️ Attention: if the laptop turns off at temperatures above 100°C - this is critical overheating. Turn it off immediately and contact service: the chipset or video card may fail.
2. Clogged system: junk files, cache and background software
Over time, Windows, macOS and Linux become overgrown with unnecessary files: temporary browser data, application cache, system logs. For example, Google Chrome may take up to 5–10 GB on disk only cache! And the background software seems to be NVIDIA GeForce Experience or Microsoft OneDrive quietly eats up to 30% CPU.
How to clean the system:
Delete temporary files via Disk Cleanup (Windows) or ~/Library/Caches (macOS)
Clear browser cache (in Chrome: Settings → Privacy → Clear history)
Disable startup of unnecessary programs (Ctrl+Shift+Esc → Startup)
Remove duplicate files using CCleaner or Duplicate Cleaner
-->
| Garbage type | How to remove (Windows) | How to remove (macOS) |
|---|---|---|
| Temporary files | Win + R → %temp% → Delete All |
Finder → Go → Go to Folder → ~/Library/Caches |
| Browser cache | In browser settings → “Clear history” | B Safari: Safari → Clear history |
| System logs | Disk Cleanup → System Files → Windows Logs |
Console -> File -> Clear Log |
To do a deep clean on Windows, use the command:
cleanmgr /sageset:1 & cleanmgr /sagerun:1
⚠️ Attention: do not delete files from the folderSystem32or/System/Librarymanually - this may lead to system collapse!
3. Viruses and mining bots: hidden “stealers” of resources
If your laptop suddenly starts lagging, especially when working in a browser or with documents, it may be to blame malware. Modern viruses are not always noticeable: they disguise themselves as system processes (for example, svchost.exe or kernel_task) and steal until 50–70% CPU/GPU for cryptocurrency mining or DDoS attacks.
Signs of infection:
- 🛡️ Antivirus (Kaspersky, ESET) suddenly turns off or does not update.
- 🖱️ The cursor moves jerkily even in a text editor.
- 💻 B
Task Managerunknown processes with high load are hanging (for example,WmiPrvSE.exeorMsMpEng.exe- they are often faked by hackers).
How to check and cure:
- Download Kaspersky Virus Removal Tool or Malwarebytes (portable versions so as not to install infected software).
- Start scanning at safe mode (for Windows: reboot while holding
Shift). - Check browser extensions: remove suspicious ones (for example, AdBlock Pro or Flash Player Update - these are often miners).
How to remove a mining virus manually?
If the antivirus fails, open Task Manager, find a process with high GPU load (for example, NVIDIA Container with 99% usage), click “Open file storage location” and delete the folder with the virus. Then check Task Scheduler (taskschd.msc) for the presence of suspicious tasks like At1.job or UpdateWin.
4. Lack of random access memory (RAM)
If the laptop slows down when opening several browser tabs or light programs (Word, Excel), the problem is most likely in lack of RAM. Modern websites (eg. Facebook or YouTube) can take up to 1–2 GB RAM on one tab! And if you have it installed 4 GB or less - the system begins to actively use swap file (virtual memory on HDD), which is 10–20 times slower real RAM.
How to check:
- 📊 Open
Task Manager(Windows) orSystem monitoring(macOS) and look at memory usage. If free less10–15%- it's time to act. - 🔍 Check which programs are eating up memory: often the culprits Slack, Discord or Photoshop (even in the background!).
Solutions:
- ➕ Add RAM. Enough for office tasks
8 GB, for games or working with video -16 GBand more. Check the maximum supported volume on the manufacturer's website (for example, for Lenovo ThinkPad T480 this is32 GB). - 🔄 Disable unnecessary programs in startup. On Windows this is done via
msconfigorTask Manager → Startup. - 💾 Transfer the swap file to the SSD (if you have two drives). To do this:
Панель управления → Система → Дополнительные параметры системы → Быстродействие → Параметры → Дополнительно → Виртуальная память → Изменить
If you can't add RAM, try your browser Firefox with tabs disabled: it consumes 30–40% less memory than Chrome.
5. Problems with the hard drive (HDD/SSD)
If the laptop freezes when opening files, copying data, or booting the system, the culprit may be disk. HDDs are characterized by:
- 🐢 Slow read/write (lower speed
80 MB/s). - 🔊 Extraneous sounds (clicks, grinding) are a sign physical wear and tear.
- 💥 Sudden “freezes” for 5–10 seconds.
Other symptoms that are typical for SSDs include:
- ⚡ A sharp drop in speed (for example, from
500 MB/sto100 MB/s). - 📉 Reducing free space (SSD should be filled no more than
70–80%).
Diagnostics:
- Check disk health with utilities:
- For HDD: CrystalDiskInfo (see parameter
Reallocated Sectors Count- if it is not equal0, the disk dies). - For SSD: SSDLife or
smartctl -a /dev/sda(Linux).
- For HDD: CrystalDiskInfo (see parameter
400+ MB/s for reading/writing.Solutions:
- 🔧 If the HDD “crumbles” - urgently transfer the data and replace it with an SSD (eg Samsung 870 EVO or Crucial MX500). This will speed up your laptop 3–5 times!
- 🧹 For SSD, run the command
TRIM(on Windows:optimize-drivesin search). - 📁 Make room: leave at least
10–15%free space.
Replacing the HDD with an SSD is the most effective upgrade for an old laptop. Even budget Kingston A400 for 3 000 ₽ will speed up Windows boot from 2-3 minutes to 10-15 seconds.
6. Outdated drivers and hardware conflicts
Lags may occur due to incorrect or outdated drivers, especially for:
- 🎮 Video cards (NVIDIA, AMD, Intel HD Graphics).
- 🔊 Sound cards (Realtek, Creative).
- 📶 Wi-Fi/Bluetooth adapters (Intel AX200, Broadcom).
How to check:
- Open
Device Manager(Win + X → Device Manager) and check for yellow exclamation marks. - For video card: run NVIDIA Control Panel or AMD Adrenalin and update the driver manually.
- For other devices use Driver Booster or official manufacturer utilities (for example, Lenovo Vantage for laptops Lenovo).
Typical mistakes:
| Error code | Reason | Solution |
|---|---|---|
Code 43 |
Video driver crashed (often after Windows update). | Remove the driver via Display Driver Uninstaller (DDU) and install the latest version from the manufacturer's website. |
Code 10 |
The device cannot start. | Update the driver or roll back to a previous version. |
Code 28 |
There are no drivers for the device. | Download the driver from the official website (do not use DriverPack Solution - this is dangerous!). |
For macOS And Linux:
- On Mac update the system via
System settings → Software update. - On Linux use commands:
sudo apt update && sudo apt upgrade # Для Debian/Ubuntusudo dnf upgrade --refresh # Для Fedora
7. Windows virus updates and system crashes
After major Windows updates (for example, Windows 11 23H2) many users experience lags due to:
- 🐞 Bugs in new drivers (especially for Intel And AMD chips).
- 🔄 Conflicts with old programs (for example, Antivirus Kaspersky may block system processes).
- 📁 Damaged system files.
How to fix:
- Roll back the update:
Параметры → Обновление и безопасность → Центр обновления Windows → Просмотр журнала обновлений → Удалить обновления - Restore system files with the command:
sfc /scannowDISM /Online /Cleanup-Image /RestoreHealth - Disable unnecessary services:
msconfig → Службы → Скрыть службы Microsoft → Отключить все ненужное
For macOS:
- Reset
NVRAM(while loading, holdOption + Command + P + Rwithin 20 seconds). - Run
Disk Utilityand check the disk for errors.
⚠️ Attention: if after updating Windows the laptop won't turn on or issuesBSOD(blue screen), try booting intosafe modeand roll back the system viarestore point.
8. Hardware faults: what to do if nothing helps
If all the above methods did not work, the problem may be hardware:
- 🔋 Worn out battery: If the laptop lags only on battery power, but works fine on mains power, replace the battery. Check wear through
powercfg /batteryreport(Windows) or coconutBattery (macOS). - 🔌 Faulty power supply: If the laptop is not receiving enough power, the CPU and GPU are not operating at full capacity. Check the unit with a multimeter (should be
19–20Vfor most models). - 🔧 Broken RAM or video card: if the laptop falls into
BSODwith type errorsMEMORY_MANAGEMENTorIRQL_NOT_LESS_OR_EQUAL, test the RAM with the utility MemTest86. - 💥 Problems with the motherboard: Swollen capacitors or damaged traces can cause random lag. This is the worst scenario - only the service will help.
Diagnostics:
- Check
Windows Event Log(eventvwr.msc) for critical errors (sectionSystem). - Run AIDA64 and test system stability (tab
Test). - For macOS use
Apple Diagnostics(holdDwhen loading).
If you suspect a hardware malfunction, but are not sure, contact service. Average diagnostic cost: 500–1 500 ₽. Repairing the motherboard or replacing the chip will cost 5 000–20 000 ₽, so sometimes it's cheaper to buy a new laptop.
FAQ: answers to frequently asked questions
The laptop only lags in games - what to do?
Most likely the problem is video card drivers or overheating. Update the driver via GeForce Experience (for NVIDIA) or Adrenalin (for AMD). If the GPU temperature is higher 85°C - clean the laptop from dust and replace the thermal paste. Also check the graphics settings in the game: lower the resolution to 1920×1080 and turn off ray tracing (Ray Tracing).
The laptop slows down after waking up from sleep - how to fix it?
This is a Windows problem due to driver conflict. Open Settings → System → Power and Sleep → Advanced power settings and turn off Quick start. Also update your chipset and video card drivers. For macOS reset SMC (hold Control + Option + Shift and power button 10 seconds).
Is it possible to speed up an old laptop without upgrading?
Yes! Here are the top 5 ways:
- Replace the HDD with an SSD (gives +300–500% speed increase).
- Install a lightweight OS: Windows 10 LTSC, Linux Mint or ChromeOS Flex.
- Disable visual effects:
Settings → Accessibility → Transparency effects. - Use cloud services (for example, Google Docs instead of Microsoft Office).
- Add RAM (if there is a free slot).
The laptop lags when connecting to Wi-Fi - what's the matter?
It's either my fault Wi-Fi adapter driver, or network congestion. Update the driver via Device Manager or the manufacturer's website (for example, for Intel AX200). If the problem persists:
- Change the Wi-Fi channel in the router (use
1, 6 or 11for 2.4 GHz). - Disable
QOSorMu-MIMOin the router settings. - Connect via cable (if the lags disappear, the problem is in the adapter or router).
How to check if my laptop is mining cryptocurrency?
Open Task Manager and sort processes by CPU/GPU load. Miners often disguise themselves as:
svchost.exe(but with an abnormally high load).Windows UpdateorAntivirus Service(fake processes).NVIDIA Container(if the GPU is 99% loaded without games).
Also check network activity: miners are constantly exchanging data with servers. Use Wireshark or GlassWire for traffic analysis.