Has your laptop taken 5-10 minutes to boot up instead of the usual 30 seconds? Applications open with a delay, and the system freezes during simple tasks like launching a browser? The problem is familiar to millions of users - according to statistics AVG Technologies, 68% of laptop owners over 3 years old experience slowdowns. The reasons may lie in both software failures and hardware failures.
In this article we will analyze all possible causes of brakes - from overloaded autorun to drive wear, and we’ll also give step by step instructions for diagnosing and troubleshooting problems. We will pay special attention hidden factors that even experienced users miss: for example, influence BIOS/UEFI on loading speed or the consequences of incorrectly configured paging file. Let's start with the simplest and move on to complex solutions - this way you will save time and not aggravate the situation.
1. Diagnostics: why is the laptop slow?
Before you begin “treatment”, you need to identify the source of the problem. Brakes can manifest themselves in different ways:
- 🐢 Long boot time for Windows/Linux/MacOS (more than 2–3 minutes)
- ⏳ Freezes when opening programs or switching between windows
- 🔄 Frequent freezes (screen freezes for 5–30 seconds)
- 💾 Noisy hard drive or constant cooler operation at maximum
Main culprits:
| Reason | Symptoms | Probability |
|---|---|---|
| Overloaded autorun | Long OS loading time, high CPU/RAM consumption after switching on | 80% |
| Fragmented or full disk | Freezes when working with files, slow copying | 70% |
| Viruses/malware | Spontaneous advertising windows, high network traffic, antivirus blocking | 40% |
| HDD/SSD malfunction | Hard drive clicks, read errors, blue screens (CRITICAL_PROCESS_DIED) |
30% |
| CPU/video card overheating | Sudden shutdowns, slowdowns in games/applications, hot case | 50% |
For accurate diagnostics, use the built-in tools:
- 🔍 Windows:
Win + R → resmon(resource monitor) orWin + X → Task Manager - 🐧 Linux: commands
top,htop,vmstat 1 - 🍎 MacOS:
Activity Monitor(viaSpotlight)
- Less than a week
- 1–3 months
- More than 6 months
- Always slowed down
2. Cleaning startup and background processes
The most common reason for slow loading is dozens of programs in startup, which start with the system. For example, NVIDIA GeForce Experience, Adobe Creative Cloud or Steam can “eat up” up to 30% of the CPU and 1–2 GB of RAM even at the stage of turning on the laptop.
How to clean autostart:
Open Task Manager (Ctrl+Shift+Esc) → Startup tab|
Disable all programs marked "High Boot Impact"|
Leave only antivirus, mouse/keyboard drivers and critical services (for example, Synaptics for touchpad)|
Reboot the laptop and measure the boot time (use Win + R → eventvwr → Windows Logs → System → filter by event 6005/6006)
-->
For Linux (For example, Ubuntu or Mint):
systemctl list-unit-files --state=enabled # Посмотреть все автозапускаемые сервисы
sudo systemctl disable имя_сервиса.service # Отключить ненужный сервис
For MacOS:
- 📁 Open
System Settings → Users and Groups → Login Items - 🚫 Remove checkmarks from unnecessary programs (for example, Dropbox, Google Drive)
If after cleaning autostart the laptop still slows down, check task scheduler (Task Scheduler on Windows). Often the culprits are tasks like Optimize Start Menu Cache or driver updates from the manufacturer (for example, Dell Update or Lenovo Vantage).
3. Disk optimization: defragmentation, cleaning and replacing HDD with SSD
If your laptop is equipped hard disk drive (HDD), not SSD, slowdowns when working with files are almost inevitable. Even “fresh” Windows on an HDD loads 3–5 times slower than on an SSD. The problems are aggravated fragmentation — when files are “scattered” across the disk, the HDD head has to constantly “jump”, which slows down reading/writing.
What to do:
- 🔄 Defragmentation (only for HDD!):
Win + R → dfrgui→ select the drive and click “Optimize”. Defragmentation is harmful for SSDs! - 🗑️ Disk Cleanup:
Win + R → cleanmgr→ select diskC:and delete temporary files, recycle bin, old restore points. - 💾 Checking for errors:
chkdsk C: /f /r(run as administrator inCMD). - 🚀 Replacing HDD with SSD: even budget Samsung 870 EVO or Crucial MX500 will speed up loading by 4–6 times.
For Linux:
sudo apt install gnome-disk-utility # Установить утилиту дисков (Ubuntu/Debian)sudo fdisk -l # Посмотреть список дисков
sudo smartctl -a /dev/sda # Проверить здоровье диска (установите пакет smartmontools)
How to transfer a system from HDD to SSD without reinstallation?
1. Connect the SSD to the laptop via a USB adapter (or install it instead of a DVD drive).
2. Use Macrium Reflect Free (Windows) or dd (Linux) to clone a disk:
sudo dd if=/dev/sda of=/dev/sdb bs=4M status=progress
(where sda - original HDD, sdb - new SSD).
3. After cloning, replace the drives and boot from the SSD. You may need to restore your bootloader (bootrec /fixmbr on Windows).
⚠️ Attention: If you hear while working with files clicking or grinding noises from your laptop, back up your data immediately! This is a sign physical wear and tear of HDD - the disk can fail at any time. Use CrystalDiskInfo (Windows) orsmartctl(Linux) to check the parameterReallocated Sectors Count. A value above 100 is critical!
4. Viruses and malware: how to detect and remove
Malware not only steals data, but also load the system, causing the brakes. Particularly dangerous:
- 🕵️ Cryptocurrency miners (use up to 100% CPU/GPU)
- 📤 Adware (clogs the browser with ads and background processes)
- 🔑 Keyloggers (track keystrokes, but may conflict with drivers)
How to check and clean the system:
- Antivirus scanning:
- Windows: Kaspersky Virus Removal Tool or Dr.Web CureIt! (does not require installation).
- Linux:
clamscan -r --bell -i /(install ClamAV).- MacOS: Malwarebytes or Avast Security.
- Browser check:
- Remove extensions in
chrome://extensions(especially with names like Super Save Ad or Media Player).- Reset settings via
chrome://settings/reset. - Network activity analysis:
- Windows:
resmon → "Network" tab(look for suspicious connections).- Linux:
nethogsoriftop.
⚠️ Attention: If the antivirus finds threats but cannot remove them (for example, Trojan.Win32.Inject in system files), don't try to remove them manually - this can lead to system crash. It's better to create a bootable USB flash drive with Kaspersky Rescue Disk and scan the laptop from it.
5. Overheating: cleaning from dust and replacing thermal paste
Laptops overheat more oftenthan desktop PCs due to the compact case and weak cooling system. When the CPU temperature is above 90°C, it triggers throttling - The processor is artificially slowed down to avoid damage. This causes sudden freezes even in simple tasks.
How to check the temperature:
- 🌡️ Windows: HWMonitor, Core Temp or AIDA64.
- 🐧 Linux:
sensors(install package lm-sensors). - 🍎 MacOS: iStat Menus or
sudo powermetrics --samplers smc | grep -i "CPU die temperature".
Normal temperatures:
| Component | Norm (load) | Critical |
|---|---|---|
| Processor (CPU) | 60–80°C | >95°C |
| Video card (GPU) | 65–85°C | >100°C |
| Hard disk (HDD) | 30–45°C | >55°C |
Solutions:
- 🧹 Cleaning from dust: disassemble the laptop (or contact service) and blow out the cooler with compressed air. Pay special attention radiator And ventilation grilles.
- 🧴 Replacing thermal paste: If the CPU temperature exceeds 90°C when idle, the thermal paste has dried out. Use quality ingredients (Arctic MX-6, Noctua NT-H2).
- 🔄 Fan settings: in BIOS (
F2/Delwhen loading) turn on the modePerformanceorTurbo Fan.
If the temperature does not drop after cleaning, the problem may be faulty cooler or dried thermal pad on the chipset. In this case, professional repair is required.
6. Update drivers and BIOS
Outdated or incorrectly installed drivers are a common cause of slowdowns. For example, chipset driver from Intel/AMD affects USB performance, networking and power consumption, and video card driver (NVIDIA/AMD/Intel) - on gaming performance and interface rendering.
How to update drivers:
- Automatically:
- Windows:
Win + X → Device Manager → Update Driver(or use Driver Booster).- Linux:
sudo ubuntu-drivers autoinstall(Ubuntu) orsudo dnf upgrade(Fedora).- MacOS: driver updates arrive via
Software Update. - Manually:
- Download drivers from the laptop manufacturer's website (for example, Lenovo, HP).
Update BIOS/UEFI can solve hardware compatibility problems and speed up loading. However this risky procedure - if there is a failure, the laptop may stop turning on!
Download the firmware from the manufacturer's official website (for example, for ASUS ROG or MSI)|
Connect your laptop to a power source (do not update from battery!)|
Close all programs and disable your antivirus|
Follow the manufacturer's instructions (usually you need to run the EXE file or flash it via USB)|
Do not turn off the laptop until the process is complete (even if the screen goes dark) -->
⚠️ Attention: If after updating the BIOS the laptop does not turn on (black screen, blinking lights), do not panic. For many models (Lenovo ThinkPad, Dell Latitude) yes emergency recovery mode: pressFn + EscorWin + Vwhen you turn it on and connect the flash drive with the firmware.
7. Operating system optimization
Even on a powerful laptop (Intel Core i7, 16 GB RAM) the system may slow down due to incorrect settings. Let's look at the key parameters for Windows, Linux and MacOS.
Windows 10/11:
- 🖥️ Turn off visual effects:
Control Panel → System → Advanced system settings → Performance → Settings → Get better performance. - 📂 Set up a swap file:
- For 8GB RAM: Set the size
8192–12288 MB.- For 16+ GB RAM: disable the page file on the SSD (if you have an HDD, move it there).
- 🔋 Power supply diagram:
Select
High performanceinControl Panel → Power Options.
Linux (Ubuntu/Debian/Fedora):
- 🐧 Disable unnecessary services:
sudo systemctl disable --now avahi-daemon cups-browsed ModemManager - 🖥️ Use a lightweight desktop environment:
Replace GNOME/KDE on XFCE or LXQt:
sudo apt install xubuntu-desktop # Для XFCE - 🗑️ Clear package cache:
sudo apt clean && sudo apt autoremove # Debian/Ubuntusudo dnf clean all # Fedora
MacOS:
- 🍏 Reset SMC and NVRAM:
- Turn off your Mac, hold down
Shift + Control + Option + Powerfor 10 seconds (SMC).- For NVRAM: when turning on, hold down
Command + Option + P + Runtil the second beep. - 📁 Clear system cache:
sudo rm -rf /Library/Caches/*sudo rm -rf ~/Library/Caches/*
Right click on folder → Properties → Location → Move.-->
8. Hardware faults: when is it time for service?
If all software methods have been tried, but the laptop still slows down, the problem may be hardware. Here are the signs when you should contact a service center:
- 💥 Blue screens of death (BSOD) with errors
IRQL_NOT_LESS_OR_EQUAL,MEMORY_MANAGEMENT- indicate problems with RAM. - 🔋 Laptop turns off when unplugged - faulty battery or power controller.
- 🖥️ Artifacts on the screen (stripes, flickering) - possible overheating or failure video chip (relevant for NVIDIA in old laptops).
- 🛠️ Laptop won't turn on after cleaning dust — cables or connectors could be damaged.
Self-diagnosis of hardware:
- 🧠 RAM test:
- Windows:
Win + R → mdsched.exe(reboot and test).- Linux:
sudo memtest86+. - 💾 Disk check:
- CrystalDiskInfo (Windows) or
smartctl -a /dev/sda(Linux). - 🔌 Power supply test:
Measure the voltage at the output of the unit with a multimeter (should be 19–20V for most laptops).
Service repair cost:
| Problem | Cost (₽) | Deadline |
|---|---|---|
| Replacing thermal paste | 1 500–3 000 | 1 day |
| Cleaning from dust + replacing the cooler | 2 500–5 000 | 1–2 days |
| Replacing HDD with SSD with system transfer | 4 000–8 000 | 2–3 days |
| Video card repair (chip resoldering) | 8 000–15 000 | 3–7 days |
If the laptop is more than 5 years old, before making expensive repairs (for example, replacing the motherboard), evaluate the feasibility of purchasing a new device. For example, Lenovo ThinkPad T14 or HP Pavilion with Ryzen 5/7 will cost 50–70 thousand rubles and will last longer than a refurbished old laptop.
FAQ: Frequently asked questions about laptop brakes
❓ The laptop slows down only in games. What's the matter?
Most likely the problem is video card drivers or GPU overheating. Update the driver via GeForce Experience (NVIDIA) or Adrenalin (AMD). Check the temperature in MSI Afterburner - if it is above 90°C, clean the laptop from dust and replace the thermal paste.
Also make sure the game starts with discrete video card, not with built-in Intel HD Graphics. B NVIDIA Control Panel → Manage 3D Settings Set the game to your preferred GPU.
❓ After updating Windows, the laptop became slower. How to roll back?
Use restore point:
- Click
Win + R → rstrui. - Select the point created before the update.
- Confirm the rollback and wait for the reboot.
If there is no restore point, try uninstall latest update:
Settings → Update & security → View update history → Uninstall updates.- Find update with code
KBxxxxxxx(usually the culprits areKB5034441orKB5035853for Windows 11).
❓ Is it possible to speed up a laptop by adding RAM?
Yes, but not always. Additional RAM will help if:
- You have less than 8 GB (optimal for Windows 10/11 - 16 GB).
- Laptop uses page file (check in
Task Manager → Memory). - Are you working with heavy programs (Photoshop, AutoCAD, virtual machines).
How to check compatibility:
- Use Crucial System Scanner or CPU-Z (tab
SPD). - For laptops Dell/HP/Lenovo Check the maximum amount of RAM on the manufacturer's website.
⚠️ Important: Not all laptops support dual-channel mode. If you already have one plank 8 GB, it's better to add a second one 8 GB, what to replace with 16 GB (dual-channel mode gives an increase of up to 20% performance).
❓ The laptop slows down on Linux, although it worked fine on Windows. Why?
Common reasons:
- Inappropriate video card driver:
- For NVIDIA: Install the proprietary driver:
sudo ubuntu-drivers autoinstall- For AMD/Intel: use open source drivers (
mesa). - Unoptimized kernel:
- Try the kernel
linux-xanmodorliquorixfor best performance:sudo add-apt-repository ppa:xanmod/ppasudo apt update && sudo apt install linux-xanmod - File system:
-
ext4fasterNTFS, but if youBtrfsorZFS, they can slow down on weak hardware.
Also check energy saving mode:
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
If the output powersave, install performance:
echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
❓ How to check if your laptop is slowing down due to slow Internet?
If the brakes appear only in the browser or online games, the problem may be networks. Check: