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:

ReasonSymptomsSolution
Radiator dustinessCooler noise, harsh brakes after 10-15 minutes of operationCleaning with a compressor or service
Dried thermal pasteTemperature above 90°C when idle, sudden shutdownsReplacing thermal paste (arctic MX-4 or Noctua NT-H1)
Faulty coolerThe laptop heats up, but the fan does not rotate or creaksReplacing the cooler or lubricating the bearing
Blocking air intakesBottom of body is hot, brakes when working on soft surfacesUsing 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.
📊 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 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:

  1. Open Task Manager (Ctrl+Shift+Esc) and sort processes by CPU load
  2. Check unknown processes through VirusTotal or Process Explorer
  3. Run a deep scan Malwarebytes + Kaspersky Virus Removal Tool
  4. For Windows 10/11 run the command in PowerShell (on behalf of administrator):
    Get-Process | Where-Object {$_.CPU -gt 10} | Select-Object Name, CPU, Id

    This 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:

  1. For Windows: run wmic diskdrive get status on the command line. Status OK means the disk is ok.
  2. For detailed diagnostics, use CrystalDiskInfo (shows SMART-parameters)
  3. 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 parameters Reallocated Sectors Count or Uncorrectable Errors with 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:

  1. Open Task Manager → tab Memory
  2. Check out the chart Used (compressed) - if it is constantly close to 100%, there is not enough memory
  3. 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:

SituationSolutionEfficiency
4 GB RAMAdd another 4 GB (preferably an identical stick)⭐⭐⭐⭐⭐
8 GB RAM, office laptopDisable unnecessary programs in startup⭐⭐⭐
8 GB RAM, games/graphicsAdd another 8 GB (16 GB is the minimum for Adobe Premiere, 3D render)⭐⭐⭐⭐⭐
16+ GB RAM, but slowCheck 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/SysMain loads 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:

  1. Check Windows log (eventvwr.msc) for critical errors in the last 24 hours
  2. Roll back drivers:
    pnputil /delete-driver oem*.inf /uninstall /force

    (replace oem*.inf to the name of the problematic driver)

  3. Disable unnecessary services:
    sc config "SysMain" start= disabled

    (for Windows 10/11, if the service is loading the disk)

  4. 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 error IRQL_NOT_LESS_OR_EQUAL or DRIVER_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:

  1. Open Task Manager → tab Autoload and disable unnecessary programs
  2. For Windows 10/11 disable background applications:
    Пуск → Параметры → Конфиденциальность → Фоновые приложения
  3. Limit OneDrive:
    ПКМ по значку OneDrive → Параметры → Настройки → Снять галочку "Запускать OneDrive автоматически..."
  4. 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 Management in Event Viewer)

How to diagnose:

  1. Check the battery:
    powercfg /batteryreport

    (the report will be saved in C:\Users\Your_name\battery-report.html)

  2. Test your RAM:
    mdsched.exe

    (built-in utility Windows Memory Diagnostic)

  3. Check the power supply with a multimeter (voltage should be ±5% of that indicated on the sticker)
  4. 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 /AnalyzeComponentStore
    Dism.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:

  1. 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.
  2. Drivers - delete current ones via Display Driver Uninstaller (DDU) and install the latest ones from the manufacturer’s website (not through GeForce Experience!).
  3. Background processes - close Discord, Steam, browser with many tabs.
  4. Power settings — select a scheme High performance in Control 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 updatesWindows 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) or 1.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:

  1. Check battery status:
    powercfg /batteryreport

    If the capacity is less than 40% of the original, it is time to change the battery.

  2. Set up power supply diagram:
    Панель управления → Электропитание → Настройка схемы электропитания → Изменить дополнительные параметры

    Install Minimum processor state by 50-70% instead of 5%.

  3. Disable maximum performance mode for battery (if enabled).
  4. 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:

  1. Roll back to previous version:
    Параметры → Обновление и безопасность → Восстановление → Вернуться к предыдущей версии Windows

    (available for 10 days after update).

  2. Uninstall latest update:
    Параметры → Обновление и безопасность → Просмотр журнала обновлений → Удалить обновления

    Look for updates with code KB...... (those that were installed before the appearance of brakes).

  3. Restore system:
    rstrui.exe

    Select a restore point before the update date.

  4. 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.