Has your laptop become slower than a snail, and simple tasks like opening a browser or launching a document are turning into a test of patience? This is a common problem faced by users of devices of all brands: from budget Acer And Lenovo up to bonus MacBook Pro And Dell XPS. Braking can manifest itself in different ways: from long system loading times to sudden “freezes” while playing or working in Photoshop.

In this article, we will look at **all possible reasons** why a laptop starts to lag, from a clogged cache to hardware faults. You'll learn how to **diagnose the problem** using built-in tools Windows, macOS or Linux, what settings to optimize, and when it’s time to think about **hardware upgrade**. We will also provide a checklist of emergency measures that will help “reanimate” the device here and now, without resorting to the services of a service center.

Spoiler: in 80% of cases, it is not the “aging” of the laptop that is to blame, but **software factors**, which can be eliminated yourself in 10–30 minutes. But there are also critical symptoms that are dangerous to ignore - they can lead to data loss or motherboard failure.

1. Overheating: why the laptop “chokes” itself

One of the most insidious reasons for brakes is **overheating of the processor or video card**. When the chip temperature exceeds permissible limits 85–95°C (depending on the model), **throttling** is triggered - a forced reduction in performance to protect against damage. As a result, the laptop begins to stutter even under minimal load.

How can you tell if overheating is to blame?

  • 🔥 The laptop case is hot, especially in the area of the ventilation grilles.
  • 💨 The cooler operates at maximum speed, but almost no air is blown out.
  • ⚡ Sudden freezes during games, video rendering or code compilation.
  • 📉 B Task Manager (Ctrl+Shift+Esc) the processor frequency “jumps” or is fixed at a low level.

To confirm the diagnosis, use temperature monitoring utilities:

  • Windows: HWMonitor, Core Temp, MSI Afterburner.
  • macOS: iStat Menus or built-in utility Activity Monitor (section CPU).
  • Linux: command sensors in the terminal (install the package lm-sensors).
⚠️ Attention: If the processor temperature under load exceeds 100°C, turn off your laptop immediately! Long-term operation in this mode leads to degradation of the thermal paste and the risk of chip failure.

Solutions to the overheating problem:

  1. Dust removal. Disassemble the laptop (or contact service) and remove dust from the radiator and fan using a can of compressed air. This is especially true for devices older than 2–3 years.
  2. Replacing thermal paste. Over time, it dries out and loses thermal conductivity. The paste is suitable for most laptops Arctic MX-6 or Noctua NT-H2.
  3. Using a Cooling Pad. For example, models with active airflow (Cooler Master NotePal X3) reduce the temperature by 5–10°C.
  4. Setting up the power plan. B Windows go to Control Panel → Power Options and select a scheme Balanced or Energy Saving (for office tasks).
📊 How often do you clean your laptop from dust?
  • Once every six months
  • Once a year
  • Only when it starts to warm up
  • Never

2. Clogged disk: when the laptop is drowning in garbage

If your laptop is equipped with a **HDD** (hard drive) and not a **SSD**, then even with 10% free space the system will start to slow down. The reason is data fragmentation and low read/write speed. On SSD the problem manifests itself differently: the disk becomes clogged to the limit, and the controller begins to “choke” when processing operations.

How to check disk status:

  • 📊 B Windows: open This computer, right click on the disk C:PropertiesDisk Cleanup.
  • 📊 B macOS: About This Mac → Storage (section Management).
  • 📊 B Linux: command df -h in the terminal.

Critical symptoms:

  • 🐢 The laptop “thinks” when opening folders or launching programs.
  • 🔄 Disc loaded on 100% in Task Manager for no apparent reason.
  • 🚨 Errors like "Not enough disk space" or "Unable to save file".

What to do:

Problem Solution Tools
Junk files (cache, temporary files) Cleaning using built-in or third-party utilities CCleaner, BleachBit, cleanmgr (Windows)
Disk fragmentation (relevant for HDD) Defragmentation Built-in utility dfrgui or Defraggler
Too many programs in startup Disable unnecessary applications msconfig (Windows), System Settings → Users (macOS)
The disk is 90%+ full Removing unnecessary files or expanding memory WinDirStat, DaisyDisk (macOS), external HDD/SSD
⚠️ Attention: Do not use CCleaner to clean the registry in Windows 10/11 - this can lead to system failures. Limit yourself to deleting temporary files and cache.

Delete files from a folder Temp (%temp% on Windows)

Clear browser cache (Chrome://settings/clearBrowserData)

Delete old restore points (Disk Cleanup → Advanced)

Transfer heavy files (videos, games) to an external drive

Disable hibernation (powercfg /h off in CMD)-->

3. Viruses and malware: invisible “brakes”

Malware is one of the most annoying causes of slowdowns. They can:

  • 🕵️‍♂️ Mine cryptocurrency in the background, loading the processor on 100%.
  • 📤 Steal data, constantly sending them to remote servers (loads the network and disk).
  • 🔄 Replace advertising in the browser, clogging up the RAM.
  • 🖥️ Block system processes, causing freezes.

How to detect viruses:

  1. Open Task Manager (Ctrl+Shift+Esc) and sort processes by load on CPU or Memory. Unknown processes with high consumption are a reason to be wary.
  2. Check the network: if the laptop is transmitting data (10+ Mbit/s) without your knowledge, it could be a botnet or spyware.
  3. Use antivirus scanners. Even if you have installed Kaspersky or ESET, run a check with alternative tools:

Recommended scanning utilities:

  • Windows: Malwarebytes, AdwCleaner, Dr.Web CureIt!.
  • macOS: Avast Security, Bitdefender Virus Scanner.
  • Linux: ClamAV (sudo apt install clamav).

If the antivirus doesn’t find anything, but the laptop still slows down, check your browser for malicious extensions. B Chrome go to chrome://extensions and remove suspicious plugins (for example, with names like "Super Savings" or "HD for YouTube").

💡

If your laptop only slows down when connected to the Internet, try changing the DNS server. B Windows this is done in Control Panel → Network → Change adapter settings → IPv4. Install DNS from Google (8.8.8.8) or Cloudflare (1.1.1.1).

4. Lack of RAM: when the laptop “chokes”

If your laptop 4 GB RAM or less, brakes are inevitable when working with modern programs. Even Windows 11 consumes in the background 2–3 GB, and open Chrome with 5–10 tabs “eats” more 1–2 GB. As a result, the system begins to actively use swap file (virtual memory on disk), which slows down the work significantly.

How to check RAM load:

  • 🖥️ B Windows: Task Manager → Memory. If the graph is constantly “red” (loading 90%+), there is not enough memory.
  • 🍎 B macOS: Activity Monitor → Memory. Pay attention to the parameter Memory Pressure (must be green).
  • 🐧B Linux: command free -h or htop.

Solutions:

  1. Close unnecessary programs. Especially the “gluttonous” ones - Photoshop, AutoCAD, games, browsers with dozens of tabs.
  2. Disable startup. B Windows this is done in Task Manager → Startup. On macOS - in System Settings → Users → Login Items.
  3. Increase the swap file (if you are using HDD). B Windows:
    Панель управления → Система → Дополнительные параметры системы → Быстродействие → Параметры → Дополнительно → Виртуальная память

    Recommended size: 1.5 × amount of RAM (for example, for 8 GB12 GB swap file).

  4. Add RAM. Most laptops allow you to upgrade your RAM. For example, transition from 4 GB on 8–16 GB will give a performance increase of up to 30–50%.
⚠️ AttentionNote: If you decide to add a RAM stick, make sure it is compatible with your laptop model. Use utilities like Crucial System Scanner or check the specifications on the manufacturer's website. Incompatible memory can cause crashes or even damage to the motherboard.
How to check RAM compatibility?

1. Find out the laptop model (on the sticker below or in msinfo32).

2. Go to the manufacturer's website (for example, Lenovo or HP) and find the "Upgrade" section.

3. Use online configurators such as Kingston Memory Search or Crucial Advisor Tool.

4. Pay attention to the type of memory (for example, DDR4-2666) and the maximum supported volume.

5. Outdated software and drivers: when a laptop lives in the past

If you haven't updated in a while Windows, macOS or Linux, as well as device drivers, this can cause slowdowns. Old versions of software often contain errors that:

  • 🐞 Lead to memory leaks (programs “eat up” RAM for no reason).
  • 🖥️ Not optimized for modern processors and video cards.
  • 🔌 Conflicts with new equipment (for example, external SSDs or monitors).

How to update the system and drivers:

Windows:

  1. System update: Settings → Update & Security → Windows Update.
  2. Driver Update:
    Диспетчер устройств → правый клик по устройству → Обновить драйвер

    For your video card, download the latest drivers from the website NVIDIA, AMD or Intel.

macOS:

  1. System update: System settings → Software update.
  2. Drivers for peripherals (printers, scanners) are downloaded from manufacturers' websites.

Linux (Ubuntu/Debian):

  1. System update:
    sudo apt update && sudo apt upgrade -y
  2. Drivers for video cards NVIDIA:
    sudo ubuntu-drivers autoinstall

Pay special attention to drivers for:

  • 🎮 Video cards (responsible for performance in games and graphics applications).
  • 🔊 Sound card (sound problems can load the processor).
  • 📶 Wi-Fi/Bluetooth adapter (outdated drivers cause network lags).
  • 💾 NVMe/SATA controller (affects disk speed).
💡

If after updating the drivers the laptop begins to slow down even more, roll back to the previous version. B Windows this is done in Device Manager → Driver Properties → Roll Back.

6. Hardware faults: when brakes are a symptom of a breakdown

If all software methods have been tried, but the laptop is still “barely breathing,” the problem may lie in hardware. Here are the most common faults:

1. Hard disk wear (HDD)

Average HDD service life — 3–5 years. Over time, they appear on the disk bad sectors (damaged areas), which leads to:

  • 🐢 Slow loading of files and programs.
  • 🔄 Constant disk load on 100% in Task Manager.
  • 🚨 Errors when copying data or “disappearance” of files.

How to check HDD health:

  • Windows: Utility CrystalDiskInfo (shows status Okay/Anxiety/Bad).
  • macOS/Linux: Team smartctl -a /dev/sda (install smartmontools).

2. RAM malfunction

If a stick of RAM is damaged, it may appear as:

  • 💥 Sudden reboots or “blue screens” (BSOD).
  • 🖥️ Brakes when working with memory (for example, in Photoshop or Premiere Pro).
  • 🔄 Type errors "Memory Management" in the event log.

How to test RAM:

  • Windows: Built-in utility mdsched.exe (run via Win + R).
  • macOS/Linux: MemTest86 (bootable USB drive).

3. Problems with the motherboard or power supply

If the laptop slows down even in BIOS (before the system boots), this may indicate:

  • 🔌 Unstable power supply (worn out battery or power supply).
  • 🔧 Damage to the north/south bridge on the motherboard.
  • 🔥 Chipset overheating (check temperature using HWMonitor).
⚠️ Attention: If the laptop slows down and at least one of these symptoms is observed at the same time - artifacts on the screen, extraneous sounds from the speakers or spontaneous shutdowns - Contact the service center immediately. These may be signs imminent failure of the video card or motherboard.

7. System optimization: fine tuning for maximum performance

If hardware problems are ruled out, but the laptop is still running slowly, try **subtle system optimization**. These methods do not require the purchase of new hardware, but can give a performance boost of up to 10–30%.

For Windows 10/11:

  • 🛠️ Turn off visual effects:
    Панель управления → Система → Дополнительные параметры системы → Быстродействие → Параметры → Обеспечить лучшее быстродействие
  • 🔄 Disable search indexing (if you use an SSD, this is irrelevant):
    Службы → Windows Search → Тип запуска: Отключена
  • 📁 Move the page file to another drive (if you have two physical drives).
  • 🔒 Disable OneDrive and other cloud services if they are not needed.

For macOS:

  • 🎨 Disable animation:
    Системные настройки → Универсальный доступ → Экран → Уменьшить движение
  • 🗑️ Clear system cache with the help OnyX or CleanMyMac.
  • 🔋 Reset SMC and NVRAM (helps with brakes after the update).

For Linux:

  • 🐧 Use lightweight desktop environments (XFCE or LXQt instead of GNOME/KDE).
  • 📦 Remove unnecessary packages:
    sudo apt autoremove
  • 🔧 Disable unnecessary services:
    sudo systemctl list-units --type=service

Additional tips:

  • 🔄 Reboot your laptop regularly (especially if you use Windows). This clears RAM and resets background processes.
  • 📵 Disable unnecessary devices (flash drives, external hard drives, printers) - they can load the USB controller.
  • 🔌 Use a laptop from the networkif the battery is worn out. Battery operation with capacity <50% from the original may limit performance.
💡

If you are using Windows 11 on a laptop older than 5 years, try disabling Secure Boot And TPM 2.0 in BIOS. This can eliminate stutters caused by unoptimized drivers.

8. When is it time to think about an upgrade or a new laptop?

If you've tried all the methods and your laptop is still slow, it might be time for an **upgrade** or purchase of a new device. Here are guidelines for when to think about upgrading:

1. Hardware upgrade

Component When an upgrade is justified Approximate budget
RAM Less 8 GB on Windows 10/11 or 4 GB on Linux/macOS from 2 000 ₽ (per bar 8 GB DDR4)
HDD → SSD The laptop is equipped only with HDD (even 1 TB) from 3 000 ₽ (for Samsung 870 EVO 500 GB)
Battery Capacity <50% from the original, the laptop turns off when disconnected from the network from 1 500 ₽ (per compatible battery)
Thermal paste CPU temperature under load >90°C from 300 ₽ (for Arctic MX-6 + work)

2. Buying a new laptop

If your laptop:

  • 🕒 Older 5–7 years and is equipped with a processor up to 8th generation Intel Core i3 or AMD Ryzen 3000.
  • 🔧 Does not support upgrade (soldered memory, lack of SSD slot).
  • 💥 Issues regularly BSOD or turns off spontaneously.
  • 🎮 Doesn’t handle modern tasks (for example, Photoshop 2023, AutoCAD, games at minimum wages).

Then buying a new device will be a more rational decision than trying to “reanimate” the old one.

Recommendations for selection:

  • 💼 For office: Lenovo ThinkPad E14 (with Ryzen 5 And 16 GB RAM).
  • 🎮 For games: ASUS TUF Gaming A15 (with RTX 3060 And SSD 1 TB).
  • 🎨 For creativity: MacBook Pro M2 or Dell XPS 15 (with discrete graphics).
  • 💰 Budget option: HP Pavilion 15 (with Core i5 12th generation).

FAQ: Frequently asked questions about laptop brakes

❓ The laptop slows down only when connected to Wi-Fi. What's the matter?

This may be due to:

  • 📶 Problems with the provider (check the speed on Speedtest).
  • 🔌 U