Has your laptop started to work like a “tired pensioner”? Windows takes minutes to load, programs take forever to open, and the cursor freezes at the slightest load? This problem is familiar to millions of users - from owners of budget Lenovo IdeaPad up to bonus MacBook Pro. But in 90% of cases, slow performance can be fixed without purchasing a new device.
We analyzed hundreds of cases from service centers and forums (including Reddit, 4PDA And GeekBench) to highlight the **exact reasons for the brakes** - from banal overheating to hidden viruses in svchost.exe. In this article you will find:
- 🔍 Diagnostics — how to determine what exactly is slowing down: hardware or software;
- ⚡ Quick fixes - what to do right now to speed up your laptop;
- 🛠️ Deep analysis — from cleaning the system to upgrading components;
- ⚠️ Critical errors — what you definitely shouldn’t do while braking.
Spoiler: in 60% of cases, it is not the wear of the iron that is to blame, but clogged startup (30+ unnecessary processes) and fragmented SSD after a year of use. But there are also more insidious reasons - for example, processor throttling due to overheating or “broken” sectors on the drive.
- Less than a month
- 1-6 months
- More than a year
- Always worked slowly
- I don't know
1. Overheating is the main cause of sudden brakes.
If your laptop starts to lag suddenly while gaming, rendering, or even while watching YouTube, the first thing to do is check the temperature. Modern processors (Intel Core i7/i9, AMD Ryzen 7/9) automatically reduce frequency when overheated (throttling) to avoid damage. As a result, productivity drops by 40-70%.
How to check the temperature:
- Install HWMonitor or Core Temp;
- Run a stress test in AIDA64 (menu
Tools → System Stability Test); - Follow the indicators:
- 🔥 Critical: CPU/GPU above 95°C;
- ⚠️ Dangerous: 85-95°C (needs cleaning);
- ✅ Norm: up to 80°C under load.
Causes of overheating and solutions:
| Problem | How to check | Solution |
|---|---|---|
| Dusty cooling system | Remove the bottom cover and inspect the radiator | Cleaning with compressed air or service |
| Dried thermal paste | The temperature fluctuates even when idle | Replacing thermal paste (for example, Arctic MX-6) |
| Faulty cooler | The fan does not rotate or is noisy | Replacing the cooler or lubricating the bearing |
| Blocking the air ducts | The laptop is standing on a soft surface | Use a cooling pad |
⚠️ Attention: If the CPU temperature exceeds 100°C, turn off the laptop immediately! Further work may lead to irreversible damage to the processor chip (especially relevant for Intel 12-13 generations).
2. Clogged startup: why does the laptop take 5-10 minutes to boot?
Average boot time for Windows 10/11 on SSD - 15-25 seconds. If your laptop takes longer than a minute to boot, startup is to blame. A typical user PC starts at startup 20-40 unnecessary processes: instant messengers, cloud storage, peripheral drivers and even hidden mining programs.
How to clear startup:
- Open
Task Manager(Ctrl+Shift+Esc→ tabAutoload); - Sort programs by column
Impact on loading; - Disable everything except:
- 🔑 Antivirus (for example, Kaspersky or Bitdefender);
- 🖱️ Keyboard/mouse drivers (if you use non-standard devices);
- 🎮 Programs for peripherals (for example, Razer Synapse, Logitech G HUB).
For advanced users: check task scheduler (taskschd.msc). Often tasks from the laptop manufacturer are hidden there (for example, Lenovo Vantage or HP Support Assistant), which run every 10 minutes and load the disk.
☑️ Autoload optimization
3. Fragmented or full drive
Even on SSD drives, “brakes” appear over time if:
- 📉 Free space is less than 10% of the total volume;
- 🗑️ The disk is full of temporary files (
%temp%,Prefetch); - 🧩 Data fragmentation (relevant for HDDs and “almost full” SSDs).
How to clean a disk:
- Remove trash:
- Run
Disk Cleanup(cleanmgron the command line); - Delete the contents of the folders:
C:\Windows\TempC:\Users\<Ваше_имя>\AppData\Local\Temp
- Run
- Check fragmentation:
- For HDD: defragment (
dfrgui); - For SSD: run optimization (
Optimize Drives).
- For HDD: defragment (
- Make room:
- Transfer heavy files (videos, games) to an external drive;
- Turn on
Storage Sensein Windows settings.
Critical moment: if there is less than 5% free space left on the SSD, the recording speed drops to 10-20 times because of the mechanism garbage collection. For example, Samsung 970 EVO when filled to 95%, it loses up to 80% of performance.
What to do if the disk is 100% loaded in the Task Manager?
This may be caused by:
1. Miner virus (check the process svchost.exe in Detailed View);
2. Windows indexing (disable the service Windows Search);
3. File system damage (run chkdsk /f in CMD from admin).
4. Viruses and malware: hidden productivity stealers
Modern viruses rarely block the system - they steal resources for mining, show ads or spy on data. Signs of infection:
- 🖥️ The laptop slows down even when idle (CPU load is 30-50% for no reason);
- 🌐 Internet traffic grows without user activity;
- 🔋 The battery drains 2 times faster;
- 📁 Unknown processes appear in
Task Manager(For example,msiexec.exewith strange parameters).
How to check and clean the system:
- Antivirus scanning:
- Use Kaspersky Virus Removal Tool or Dr.Web CureIt! (they find what the built-in misses Windows Defender);
- Check the folders
AppData\RoamingAndAppData\Local— Trojans often hide there.
- Check for mining:
- Open
Task Manager→Performance→Open Resource Monitor; - Look for high GPU consuming processes (eg.
NVIDIA Containerwith 90% load when idle).
- Open
- Cleaning the registry:
- Use CCleaner or Wise Registry Cleaner to remove “tails” from remote programs.
⚠️ Attention: Some viruses block antiviruses from launching. In this case, boot into Safe Mode with Networking (while loading, holdF8orShift+Rebooton Windows 10/11) and scan again.
5. Lack of random access memory (RAM)
If you have installed 4 GB RAM or less, the laptop will slow down even when working with a browser. Modern Tabs Chrome or Edge “eat up” 500-1500 MB each, and Windows background processes take up another 1-2 GB. As a result, the system begins to use swap file on the disk that is in 100 times slowerthan RAM.
How to check memory usage:
- Open
Task Manager→ tabPerformance→Memory; - If in the section
Usedconstantly 80-90% - there is a critical lack of memory; - See which programs consume the most RAM (browsers are often to blame, Photoshop, AutoCAD).
Solutions:
- 🔄 Close unnecessary programs (especially browsers with dozens of tabs);
- 🔧 Set up a swap file:
- Go to
Control Panel → System → Advanced system settings → Performance → Settings → Advanced → Virtual memory; - Set fixed size:
1.5 × amount of RAM(for example, for 8 GB RAM - 12 GB swap file).
- Go to
- Check the maximum amount of RAM for your model on the manufacturer's website;
- 8 GB is enough for office tasks, 16-32 GB for games/rendering;
- Recommended modules: Crucial Ballistix, Kingston Fury, Samsung OEM.
If you can't add RAM, use a browser Firefox with extension Tree Style Tab - it reduces memory consumption by 30-40% compared to Chrome.
6. Outdated or damaged drivers
Drivers are “translators” between hardware and Windows. If they are outdated or damaged, the laptop begins to slow down, especially when working with:
- 🎮 Video card (NVIDIA/AMD);
- 🔊 Sound (Realtek Audio);
- 📶 Wi-Fi/Bluetooth (Intel AX200, Qualcomm Atheros);
- 🖥️ Display (especially on laptops with 4K screens).
How to update drivers correctly:
- Automatically (for beginners):
- Use Driver Booster or Snappy Driver Installer;
- Or update via
Device Manager(right click on the device →Update driver).
- Manually (for experienced ones):
- Download drivers from the official website of the laptop manufacturer (section
Support); - For video card: use NVIDIA GeForce Experience or AMD Adrenalin;
- Remove old drivers with the program Display Driver Uninstaller (DDU) before installing new ones.
- Download drivers from the official website of the laptop manufacturer (section
Pay special attention to drivers chipset And power management. For example, on laptops ASUS ROG outdated driver ATK Package may cause freezes when entering sleep mode.
Never use drivers from torrents or third-party sites! They may contain viruses or may not be compatible with your laptop model.
7. Problems with your hard drive or SSD
If the laptop suddenly begins to freeze for 10-30 seconds (for example, when opening folders or launching programs), the drive is to blame. Reasons:
- 💥 Bad sectors (bad sectors) on HDD/SSD;
- 🔌 Disabling the interface (for example, the SATA cable has come loose);
- ⏳ Cell wear on SSD (relevant after 3-5 years of use);
- 🔄 PIO Mode instead of DMA (legacy data transfer protocol).
Drive diagnostics:
- For HDD:
- Run Victoria HDD or HD Tune;
- Check the settings
Reallocated Sectors CountAndCurrent Pending Sector- if their values are above 0, the disk “dies”.
- For SSD:
- Use CrystalDiskInfo;
- Look
Total Host Writes(total amount of recorded data). If it exceeds300-500 TBfor a consumer SSD, the drive is worn out.
What to do if the disk is damaged:
- 🔧 For HDD: try it low level formatting (program HDD LLF Tool), but this will delete all data;
- 💾 For SSD: enable the command
TRIM(on the command line:fsutil behavior set disabledeletenotify 0); - 🛒 In both cases make a backup urgently and get ready to replace the drive.
8. Incorrect power and BIOS settings
Windows and BIOS have hidden settings that can artificially limit performance. For example:
- 🔋 Power mode
Energy Savinginstead ofHigh performance; - 🔄 Disabled in BIOS
Turbo BoostorHyper-Threading; - ⚡ Limitation of processor TDP (relevant for ultrabooks);
- 🖥️ Incorrect settings
PCIefor a video card.
How to adjust power in Windows:
- Go to
Control Panel → Power Options; - Select a scheme
High performance; - Click
Set up power plan → Change advanced power settings; - Install:
Minimum processor state→ 100%;Maximum processor state→ 100%;USB Settings→Disable shutdown to save energy.
BIOS settings (enter by F2/Del when loading):
- 🔧 Turn it on
Intel Turbo Boost(Advanced → CPU Configuration); - 🔄 Install
PCIe SpeedinGen 3orGen 4(for modern video cards); - 💻 Disable
Secure Bootif you use Linux or older versions of Windows; - 🔋 In the section
Power Managementturn offIntel SpeedStep(if you are not using a battery).
⚠️ Attention: Incorrect BIOS settings may cause unable to download laptop. If you are not sure, take a photo of the current settings before changing or reset the settings toDefault(F9→Save & Exit).
FAQ: Frequently asked questions about laptop brakes
❓ The laptop slows down only on battery power, but works fine on mains power. What's the matter?
This is standard behavior for most laptops. In battery mode, Windows automatically limits performance to save battery power. To disable this:
- Go to
Control Panel → Power Options → Power Plan Settings → Change Advanced Settings; - Find the parameter
Processor power management; - Install
Minimum processor statethe battery is at least 80%.
Also check your BIOS settings - some manufacturers (eg. HP or Dell) add additional restrictions.
❓ After updating Windows, the laptop began to slow down. How to roll back?
If the brakes started after the update, try:
- Roll back to previous version:
- Go to
Settings → Update & Security → Recovery; - Click
Startin sectionGo back to a previous version of Windows.
- Go to
- Remove the problematic update:
- Open
Control Panel → Programs → View installed updates; - Find the latest updates (usually the culprit
KB502xxxorKB503xxx); - Remove them and block re-installation via wushowhide.diagcab (a utility from Microsoft).
- Open
If rolling back doesn't help, check driver compatibility with the new version of Windows on the laptop manufacturer's website.
❓ Is it possible to speed up an old laptop with 4 GB RAM and HDD?
Yes, but with reservations. The maximum effect will be given by:
- Replacing HDD with SSD - this will speed up loading Windows and launching programs in 3-5 times;
- Increase RAM to 8 GB (if motherboard supports);
- Switching to a lightweight OS:
- Windows 10 LTSC (without unnecessary services);
- Linux Mint XFCE (consumes 2 times less resources than Windows).
- Software optimization:
- Use Chrome with a flag
--process-per-site(reduces memory consumption); - Replace Photoshop on GIMP or Photopea (online editor);
- Turn off Windows visual effects (
Control Panel → System → Advanced Settings → Performance → Get better performance).
- Use Chrome with a flag
Real case: laptop Acer Aspire E1-572 (2014, Core i3, 4 GB RAM) after replacing the HDD with Kingston A400 240GB and installations Linux Mint began to work faster than on Windows 10 with an SSD.
❓ Why does the laptop slow down when connected to an external monitor?
This is a typical problem for laptops with hybrid graphics (Intel UHD + NVIDIA/AMD). Reasons:
- 🖥️ Windows uses integrated graphics (Intel) instead of discrete (NVIDIA/AMD);
- 🔌 There is not enough port bandwidth (for example, a connection via
HDMI 1.4instead ofDisplayPort 1.4); - 🔄 Outdated video card or monitor drivers.
Solutions:
- Force use of discrete graphics:
- For NVIDIA: right click on the desktop →
NVIDIA Control Panel→Managing 3D Settings→ selectHigh performance NVIDIA processor; - For AMD:
AMD Radeon Settings→System → Switchable Graphics.
- For NVIDIA: right click on the desktop →
DisplayPort instead of HDMI for higher resolution 1080p.❓ How to check if the laptop is slowing down due to the network (Wi-Fi/Ethernet)?
A slow network can create the illusion of slowdowns (for example, long loading pages or “lagy” Discord). Check:
- Measure your speed:
- Connect to the router via cable and take the test Speedtest.net;
- Compare with the tariff of your provider (must be at least 80% of the advertised speed).
- Check network load:
- Open
Task Manager→ tabPerformance→Wi-Fi/Ethernet; - If the network is 100% loaded with no activity, look for viruses or background updates (for example, Windows Update or Steam).
- Open
- Packet loss test:
- Open
Command lineand enter:ping -n 50 8.8.8.8 - If the results include
Lost = 0%Andtime < 50ms- everything is fine with the network.
- Open
If the problem is Wi-Fi:
- Change the router channel in the settings (use 5 GHz instead of 2.4 GHz);
- Update the Wi-Fi adapter driver;
- Disable the feature
Wi-Fi Senseon Windows (Settings → Network and Internet → Wi-Fi → Manage known networks).