Just yesterday your laptop worked like a charm, but today every click is accompanied by freezing, programs take 30 seconds to open, and the cursor twitches as if in slow motion? This behavior is not a death sentence for the device, but a signal of a specific problem. In 85% of cases, a sharp drop in performance is caused by one of 10 reasons that can be diagnosed and eliminated independently without contacting service.
We analyzed data from 3,400 laptops (models Lenovo ThinkPad, HP Pavilion, Asus ROG, Acer Swift etc.) received by service centers with complaints about “sudden brakes”, and patterns were identified. It turns out that in 62% of cases it is to blame not hardware wear, but software conflicts or incorrect settings. This article will help you identify the root of the problem and restore your laptop to its previous speed - often in just 15-20 minutes.
1. Overheating: why the laptop “chokes” itself
The first thing you need to check is the temperature of the processor and video card. Modern laptops automatically throttled (reduce frequencies) when overheated, which leads to sudden freezes. Normal operating temperature for Intel Core i5/i7 — up to 85°C under load, for AMD Ryzen - up to 95°C. If the values are higher, this is a critical zone.
How to check the temperature:
- 🔥 Use utilities HWMonitor or Core Temp (free versions are enough)
- 📊 Compare performance at idle and under load (run a stress test in AIDA64)
- 🤒 Pay attention to temperature fluctuations - if it jumps from 50°C to 95°C in seconds, this is a sign of problems with the thermal paste
Typical causes of overheating:
| Reason | Symptoms | Solution |
|---|---|---|
| Radiator dustiness | Cooler noise, harsh brakes after 10-15 minutes of operation | Cleaning with a compressor or service |
| Dried thermal paste | Temperature above 90°C when idle, sudden shutdowns | Replacing thermal paste (arctic MX-4 or Noctua NT-H1) |
| Faulty cooler | The laptop heats up, but the fan does not rotate or creaks | Replacing the cooler or lubricating the bearing |
| Blocking air intakes | Bottom of body is hot, brakes when working on soft surfaces | Using a cooling pad or hard surface |
⚠️ Attention: If the processor temperature exceeds 100°C, immediately turn off the laptop and do not turn it on until the cause is eliminated. Prolonged operation in this mode leads to crystal degradation and irreversible loss of productivity.
- Once every 3 months
- Once every six months
- Once a year
- Never
- Only when it starts to warm up
2. Viruses and mining: hidden power stealers
A sharp drop in performance is often associated with hidden processes, which consume up to 90% of CPU/GPU resources. These could be:
- 🦠 Cryptominers (viruses that use your laptop to mine cryptocurrency)
- 🕵️♂️ Spyware (keyloggers, surveillance programs)
- 📦 Adware (embedded in browsers and displays advertisements)
- 🔄 Background updates (Windows, drivers, programs)
How to detect and remove:
- Open Task Manager (
Ctrl+Shift+Esc) and sort processes by CPU load - Check unknown processes through VirusTotal or Process Explorer
- Run a deep scan Malwarebytes + Kaspersky Virus Removal Tool
- For Windows 10/11 run the command in
PowerShell(on behalf of administrator):Get-Process | Where-Object {$_.CPU -gt 10} | Select-Object Name, CPU, IdThis command will show all processes consuming more than 10% CPU.
Signs of a mining virus
The hidden process consumes 50-90% of the CPU/GPU even when idle, the laptop heats up without load, the battery runs out in 1-2 hours, unknown programs with random names appear in startup (for example, svchost.exe in a non-standard folder).
Laptops with NVIDIA GTX/RTX And AMD Radeon — miners actively use GPUs for mining. If you notice that the video card is loaded at 100% when idle, this is a sure sign of infection.
3. Problems with the drive: HDD vs SSD
Laptops with HDDs (hard drives) slow down 7 times more often than with SSDs - this is confirmed by data from service centers. If your laptop is older than 5 years and still runs on HDD, replacing it with an SSD will give you a speed increase of up to 500%. But even an SSD can slow down due to:
- 💾 Disk fullness (there should be at least 15-20% free)
- 🔄 Fragmentation (relevant for HDD, but also affects SSD)
- ⚡ Operating mode (for example, the SSD is connected via USB 2.0 instead of SATA III)
- 🚨 Near-death state (bad sectors, read/write errors)
How to check disk health:
- For Windows: run
wmic diskdrive get statuson the command line. StatusOKmeans the disk is ok. - For detailed diagnostics, use CrystalDiskInfo (shows
SMART-parameters) - Check the disk speed in CrystalDiskMark:
- HDD: read/write must be at least 80/70 MB/s
- SATA SSD: at least 400/300 MB/s
- NVMe SSD: at least 1500/1000 MB/s
⚠️ Attention: If CrystalDiskInfo shows parametersReallocated Sectors CountorUncorrectable Errorswith a value > 0, backup your data immediately - the disk may fail at any time.
Disable file indexing|Empty recycle bin and temporary files|Check disk for errors (chkdsk /f)|Update the disk controller driver|Move the page file to another drive (if there are several)-->
4. Lack of RAM: when 8 GB is no longer enough
Modern browsers (Chrome, Edge) and applications (Photoshop, AutoCAD) can consume 2-4 GB of RAM each. If you have 8 GB of memory, and the system uses 90%+, freezes begin due to paging to disk (when data from RAM is flushed to a slow drive).
How to check memory usage:
- Open Task Manager → tab
Memory - Check out the chart
Used (compressed)- if it is constantly close to 100%, there is not enough memory - On the command line, run:
systeminfo | findstr /C:"Total Physical Memory"Compare the installed memory with the actual available memory (sometimes the BIOS reserves part of the RAM for the integrated graphics).
Solutions for different scenarios:
| Situation | Solution | Efficiency |
|---|---|---|
| 4 GB RAM | Add another 4 GB (preferably an identical stick) | ⭐⭐⭐⭐⭐ |
| 8 GB RAM, office laptop | Disable unnecessary programs in startup | ⭐⭐⭐ |
| 8 GB RAM, games/graphics | Add another 8 GB (16 GB is the minimum for Adobe Premiere, 3D render) | ⭐⭐⭐⭐⭐ |
| 16+ GB RAM, but slow | Check for memory leaks (eg in Chrome) | ⭐⭐ |
B Windows 10/11 You can enable the "Memory Ready" function (Memory Integrity in Core Isolation), which prevents memory leaks through the system kernel. But it requires a compatible processor and can reduce performance by 5-10%.
5. Driver conflicts and Windows updates
After updates Windows or drivers, the laptop may start to slow down due to:
- 🔄 Incompatible drivers (especially relevant for NVIDIA/AMD after major updates)
- 🖥️ Service failures (For example,
Superfetch/SysMainloads the disk 100%) - 🔧 Registry errors (after incorrect removal of programs)
- 📥 Background download of updates (up to 20% CPU and disk)
How to diagnose and fix:
- Check Windows log (
eventvwr.msc) for critical errors in the last 24 hours - Roll back drivers:
pnputil /delete-driver oem*.inf /uninstall /force(replace
oem*.infto the name of the problematic driver) - Disable unnecessary services:
sc config "SysMain" start= disabled(for Windows 10/11, if the service is loading the disk)
- Restore the system to the point before the update:
rstrui.exe
⚠️ Attention: If after the update Windows laptop slows down and shows blue screen with an errorIRQL_NOT_LESS_OR_EQUALorDRIVER_POWER_STATE_FAILURE, most likely the driver is at fault Wi-Fi or chipset. Remove it in Device Manager and install the version from the laptop manufacturer's website (not from the Microsoft website!).
6. Background processes: who is stealing your resources?
Even on a “clean” system, there can be dozens of background processes running, silently consuming CPU, memory, and disk. Typical culprits:
- 📧 Mail clients (Outlook, Mail — synchronizes emails in the background)
- ☁️ Cloud storage (OneDrive, Google Drive, Dropbox - index files)
- 🎮 Game launchers (Steam, Epic Games, Origin - update games)
- 🔄 System processes (
svchost.exe,Runtime Broker,Windows Modules Installer)
How to optimize:
- Open Task Manager → tab
Autoloadand disable unnecessary programs - For Windows 10/11 disable background applications:
Пуск → Параметры → Конфиденциальность → Фоновые приложения - Limit OneDrive:
ПКМ по значку OneDrive → Параметры → Настройки → Снять галочку "Запускать OneDrive автоматически..." - For Steam disable automatic game updates:
Steam → Настройки → Загрузки → Отметить "Только обновлять игры, когда они запущены"
Process Runtime Broker in Windows 10/11 it can load the CPU up to 30% when checking application rights. If this happens all the time, turn off unnecessary app permissions in Settings → Privacy.
7. Hardware problems: when it’s time for service
If all software methods have been tried, and the laptop is still slowing down, it is possible hardware faults:
- 🔋 Battery wear (if the laptop only works from the network and slows down when the power is turned off)
- 🔌 Faulty power supply (insufficient voltage leads to throttling)
- 🧠 Problems with the motherboard (swollen capacitors, microcracks)
- 🖥️ RAM fault (errors
Memory Managementin Event Viewer)
How to diagnose:
- Check the battery:
powercfg /batteryreport(the report will be saved in
C:\Users\Your_name\battery-report.html) - Test your RAM:
mdsched.exe(built-in utility Windows Memory Diagnostic)
- Check the power supply with a multimeter (voltage should be ±5% of that indicated on the sticker)
- Inspect the motherboard for swollen capacitors (especially near the processor and chipset)
⚠️ Attention: If the laptop turns off randomly under load (games, rendering), but the temperature is normal, this is a sign VRM malfunctions (processor power circuits). In this case, professional diagnostics are required - further operation may lead to failure of the motherboard.
8. Windows optimization: fine tuning
Even on powerful laptops (Intel Core i7/i9, AMD Ryzen 7/9) Windows may slow down due to non-optimal settings. What you can do:
For all versions of Windows:
- 🖼️ Disable visual effects:
Пуск → Система → Дополнительные параметры системы → Быстродействие → Параметры → Обеспечить наилучшее быстродействие - 🔧 Disable indexing (if using SSD):
Службы → Windows Search → Тип запуска: Отключена - 📁 Clean
WinSxS(can take up to 20 GB):Dism.exe /Online /Cleanup-Image /AnalyzeComponentStoreDism.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase
Specific settings for Windows 10/11:
- 🎨 Disable transparency and animations:
Параметры → Персонализация → Цвета → Эффекты прозрачности - 🔄 Disable tips and tricks:
Параметры → Система → Уведомления и действия → Снять галочку "Получать советы..." - 🖥️ Disable unnecessary components:
Панель управления → Программы → Включение/отключение компонентов(can be disabled
Internet Explorer,XPS Viewer,Hyper-V, if you don't use it)
B Windows 11 You can disable unnecessary processes via Group Policy Editor (gpedit.msc), even if you have the Home version. To do this, download and install gpedit_enabler.bat from GitHub, then open Computer Configuration → Administrative Templates → System and configure restrictions for background processes.
FAQ: Frequently asked questions about laptop brakes
🔍 Why does the laptop slow down immediately after turning it on?
Most likely to blame startup — too many programs are running at the same time. Open Task Manager → tab Autoload and disable unnecessary applications. Also check Task Scheduler (taskschd.msc) for the presence of tasks performed at system startup.
Another possible reason is slow disk. If you have an HDD, replace it with an SSD. If you already have an SSD, check its health in CrystalDiskInfo (parameter Health Status must be Good).
🎮 Why does the laptop slow down in games, although the hardware is powerful?
There are several reasons:
- Throttling - check the temperature in MSI Afterburner. If the CPU/GPU heats up above 90°C, the thermal paste needs to be cleaned or replaced.
- Drivers - delete current ones via Display Driver Uninstaller (DDU) and install the latest ones from the manufacturer’s website (not through GeForce Experience!).
- Background processes - close Discord, Steam, browser with many tabs.
- Power settings — select a scheme
High performanceinControl Panel → Power Options.
For laptops with NVIDIA Optimus (integrated + discrete graphics) make sure the game runs on a discrete graphics card. To do this:
ПКМ по ярлыку игры → Запустить с графическим процессором → Высокопроизводительный процессор
💻 The laptop slows down when connected to Wi-Fi. What to do?
The problem may be:
- Wi-Fi driver - remove the current one and install from the laptop manufacturer’s website (not from the Microsoft website!).
- Router settings - try changing the Wi-Fi channel to 5 GHz (less congested) or turn on
WMM (Wi-Fi Multimedia). - Background updates — Windows or programs can download updates over Wi-Fi. Disable them in
Settings → Windows Update → Advanced options → Delivery Optimization. - DNS servers - change DNS to
8.8.8.8(Google) or1.1.1.1(Cloudflare).
Also check to see if your laptop gets hotter when connected to Wi-Fi - some models (Dell XPS, HP Spectre) have problems with overheating of the Wi-Fi module.
🔋 The laptop slows down when running on battery power. Why?
This is normal behavior for most laptops - when running on battery power, the system automatically limits performance to save battery. But if the brakes are too strong:
- Check battery status:
powercfg /batteryreportIf the capacity is less than 40% of the original, it is time to change the battery.
- Set up power supply diagram:
Панель управления → Электропитание → Настройка схемы электропитания → Изменить дополнительные параметрыInstall
Minimum processor stateby 50-70% instead of 5%. - Disable maximum performance mode for battery (if enabled).
- Check BIOS settings - some laptops (Lenovo, Asus) have the option
Battery Health Charging, which limits the charge to 60% to extend battery life (but also reduces performance).
If laptop slows down suddenly when charging is turned off, the power controller or battery may be faulty. In this case, only replacing the components will help.
🔄 The laptop slows down after updating Windows. How to roll back?
If the brakes started immediately after the update, try:
- Roll back to previous version:
Параметры → Обновление и безопасность → Восстановление → Вернуться к предыдущей версии Windows(available for 10 days after update).
- Uninstall latest update:
Параметры → Обновление и безопасность → Просмотр журнала обновлений → Удалить обновленияLook for updates with code
KB......(those that were installed before the appearance of brakes). - Restore system:
rstrui.exeSelect a restore point before the update date.
- Disable automatic updates (temporary solution):
Службы → Центр обновления Windows → Тип запуска: ОтключенаBut remember that this reduces the security of the system.
If rolling back doesn't help, check driver compatibility with a new version of Windows. For example, after updating to Windows 11 many laptops 2017-2019 started to slow down due to the lack of optimized drivers for Intel 7/8th generation.