Has your laptop started to work like a “snail on crutches”? Applications take 5 minutes to open, video slows down, and the mouse cursor twitches in slow motion? The problem is familiar to millions of users - and there is always a specific reason for it. In this article we will analyze all possible sources of lags, from banal overheating to hidden viruses, and we will give step by step solutions for Windows, macOS and Linux. Without “water” and general advice - only proven methods that work in 2026.

First, let’s define what exactly is considered a “strong lag.” If laptop sometimes It slows down when opening 20 Chrome tabs - this is normal. But when Even the simplest tasks (for example, typing text in Word or switching between windows) take seconds, and the system responds with a delay - this is a sign of serious problems. We analyzed data from service centers and forums, and found out: in 78% of cases, software errors, in 15% - hardware faults, and in 7% - combination of factors. Let's start with the simplest and move to the complex.

1. Overheating: why the laptop “chokes” itself

The first and most common reason for lags is overheating of the processor or video card. When the temperature exceeds 85–90°C, the system automatically throttlit (reduces) performance to avoid damage. The result is a slow motion movie experience even on powerful laptops.

How to check the temperature? Use the utilities:

  • 🔥 HWMonitor (Windows) - Shows the temperature of all components in real time.
  • 🌡️ Macs Fan Control (macOS) - monitors sensors and allows you to adjust fan speed.
  • 📊 sensors (Linux) - enter the command sudo apt install lm-sensors && sensors in the terminal.

Normal temperatures under load:

ComponentNormal (°C)Critical (°C)
Processor (CPU)40–70>90
Video card (GPU)50–80>95
Hard drive (HDD/SSD)30–50>60
Random access memory (RAM)30–60>80

If the temperature goes through the roof:

  1. Clean the cooling system from dust (you can use a vacuum cleaner at minimum power or a can of compressed air).
  2. Replace thermal paste - it dries out over time. Suitable for laptops Arctic MX-6 or Noctua NT-H2.
  3. Use a USB powered cooling pad (such as Cooler Master NotePal X3).
⚠️ Attention: Do not use the laptop on soft surfaces (blanket, sofa) - this will block the ventilation holes and speed up overheating by 2-3 times.
📊 How often do you clean your laptop cooling system?
  • Once a month
  • Once every six months
  • Once a year
  • Never
  • Only when it starts to slow down

2. Lack of random access memory (RAM): how to diagnose and fix

If the laptop "chokes" when opening several programs, the culprit is lack of RAM. Modern browsers (Chrome, Edge) can “eat” 1–2 GB RAM to the tab, and games or video editing programs require 8–16 GB and more.

Check RAM load:

  • 🪟 Windows: Ctrl+Shift+Esc → “Performance” tab → “Memory”.
  • 🍎 macOS: “System Monitoring” → “Memory” tab.
  • 🐧 Linux: command free -h or utility htop.

Solutions:

Close unnecessary programs in Task Manager

Disable startup of unnecessary applications (msconfig on Windows)

Increase the page file (virtual memory) to 1.5–2× RAM size

Consider upgrading your RAM (e.g. 4GB to 8–16GB)

Use lightweight software alternatives (for example, Firefox instead of Chrome) -->

If you have Windows 10/11, try disabling unnecessary visual effects:

Панель управления → Система → Дополнительные параметры системы → Быстродействие → Параметры → «Обеспечить наилучшее быстродействие»
⚠️ Attention: Adding RAM does not always solve the problem. If you have installed 4 GB and the system “eats” for each task 3.8 GB, upgrade to 8 GB will give an increase in productivity. But if the lags remain even with 16 GB, look for the reason elsewhere.

3. Hard disk (HDD) vs SSD: why an old drive kills speed

If your laptop is older than 5 years, there is a high chance that it contains mechanical hard drive (HDD). These devices are not only slower SSD in 5–10 times, but also “degrade” over time: data fragmentation, platter wear and slow read/write operations turn work into torture.

How to check the drive type:

  • 🪟 Windows: Win + R → enter msinfo32 → “Components” → “Storage devices”.
  • 🍎 macOS: “About This Mac” → “Storage”.
  • 🐧 Linux: command lsblk -o NAME,ROTA (if ROTA=1 - this is HDD, ROTA=0 — SSD).

Speed comparison:

OperationHDD (7200 rpm)SSD (SATA)NVMe SSD
Read (MB/s)80–120500–5502000–3500
Write (MB/s)80–100400–5001500–3000
Access time (ms)5–100.1–0.20.02–0.08

Solutions:

  1. Replace HDD with SSD. Even budget Kingston A400 or Crucial BX500 will give a speed increase of 5–7 times.
  2. If replacement is not possible, perform defragmentation (only for HDD!): Disk optimization on Windows.
  3. Check disk health with the utility CrystalDiskInfo (Windows) or smartctl -a /dev/sda (Linux). If the status BAD — make a backup urgently!
💡

Before replacing HDD with SSD, clone the system using Macrium Reflect or Clonezilla - this will save hours on reinstalling the OS and programs.

4. Viruses and malware: how they steal laptop resources

Malware is one of the most insidious causes of lag. They can:

  • 🕵️‍♂️ Mine cryptocurrency in the background, loading the CPU/GPU at 100%.
  • 📤 Send spam or participate in DDoS attacks, consuming traffic and memory.
  • 🔍 Spy behind you (keyloggers), loading the system with data recording.

How to detect viruses:

  1. Check Task Manager for suspicious processes (for example, svchost.exe with high network load).
  2. Use antiviruses with deep scanning:
    • 🛡️ Kaspersky Virus Removal Tool (disposable scanner).
    • 🔍 Malwarebytes (specializes in spyware).
    • 🐧 Linux: clamscan -r --bell -i / (utility ClamAV).

If the antivirus doesn’t find anything, but the laptop still slows down:

  • Check your browser extensions (especially Chrome) - many miners and adware are hiding there.
  • Open hosts file(C:\Windows\System32\drivers\etc\hosts) - if there are a bunch of unknown IPs, this is a sign of infection.
⚠️ Attention: Some viruses block the installation of antivirus software. In this case, download Portable version (For example, Dr.Web CureIt!) from another device and run from a flash drive.

5. Outdated OS and drivers: why updates are critical

Forgot to update Windows from version 1909 to 22H2? Or have you never updated your video card drivers? This may be the cause of lags. Outdated software:

  • 🖥️ Not optimized for new hardware.
  • 🔌 Has vulnerabilities that viruses exploit.
  • 🎮 Does not support modern games and programs.

How to update the system:

  • 🪟 Windows: Settings → Update & Security → Windows Update.
  • 🍎 macOS: “System Preferences” → “Software Update”.
  • 🐧 Linux: sudo apt update && sudo apt upgrade -y (Debian/Ubuntu).

Driver Update:

  1. Video card:
  • Other drivers: use Driver Booster (Windows) or Snappy Driver Installer.
  • If new lags appear after updating the drivers:

    • Roll back to the previous version through Device Manager.
    • Check the forums (eg. NVIDIA GeForce Forums) - perhaps the problem is widespread, and there is already a solution.
    💡

    Update your video card drivers at least once every 3 months - this is critical for gaming and rendering performance.

    6. Background processes and startup: who steals resources

    You turn on your laptop and it’s already 60% loaded? Startup programs and background processes are to blame. For example:

    • 📧Email clients (Outlook, Mail).
    • ☁️ Cloud storage (Google Drive, Dropbox).
    • 🎵 Media players (Spotify, iTunes).
    • 🛡️ Antiviruses (especially Norton And McAfee).

    How to clear startup:

    • 🪟 Windows: Ctrl+Shift+Esc → “Startup” tab (disable everything except antivirus and critical utilities).
    • 🍎 macOS: System Preferences → Users and Groups → Sign-in Items.
    • 🐧 Linux: folder ~/.config/autostart/ (remove unnecessary .desktop files).

    How to find and kill "gluttonous" processes:

    1. Open Task Manager (Windows) or htop (Linux/macOS).
    2. Sort by CPU/memory load.
    3. Close unnecessary processes (but not system ones!).

    Examples of “heavy” processes that can be safely closed:

    • Runtime Broker (Windows) - often loads the CPU due to errors in UWP applications.
    • mds_stores (macOS) - Spotlight indexing (can be disabled in settings).
    • gnome-shell (Linux) - If you're using GNOME, try lightweight XFCE.
    How to disable unnecessary Windows services?

    Many system services can be safely disabled to speed things up. For example:

    - Superfetch (SysMain) - caches frequently used programs, but is useless on an SSD.

    - Windows Search — file indexing (if you don’t use search).

    - DiagTrack — telemetry collection (can be disabled without consequences).

    To disable a service:

    1. Click Win + R, enter services.msc.

    2. Find the service, right-click → “Properties” → “Startup type” → “Disabled”.

    7. Hardware faults: when it’s time to take your laptop to service

    If all software methods have been tried, and the laptop still lags, the problem may be in the hardware. Common faults:

    • 🔋 Worn out battery - when the discharge is below 20%, the laptop may artificially reduce performance.
    • 💾 Dying SSD/HDD — bad sectors or wear of memory cells lead to “freezes”.
    • 🔌 Faulty RAM - even one damaged RAM module causes blue screens and lags.
    • 🖥️ Problems with the motherboard - swollen capacitors or damaged tracks.

    How to diagnose:

    ProblemSymptomsSolution
    Worn out batteryThe laptop turns off when unplugged, even if it shows 30% charge.Replace the battery (original or high-quality analogue).
    Dying SSD/HDDFrequent freezes, reading errors, missing files.Check SMART-status and replace the drive.
    Faulty RAMBlue screens (MEMORY_MANAGEMENT), random reboots.Test MemTest86 and replace the module.
    Chipset overheatingThe laptop turns off after 5-10 minutes of use.Cleaning + replacing thermal paste or repairing the cooling system.

    If you suspect a hardware problem:

    1. Make a backup of all data (to an external drive or cloud).
    2. Test the components:
      • RAM: MemTest86 (runs from a flash drive).
      • HDD/SSD: Victoria (Windows) or badblocks (Linux).
      • Video card: FurMark (artifact test).
  • Contact the service if you are not sure of the diagnosis.
  • ⚠️ Attention: If the laptop randomly turns off under load (games, rendering), this could be a sign power supply malfunction or problems with the motherboard. Don't ignore this - you risk losing data!

    8. Optimization of Windows, macOS and Linux: final touches

    If hardware problems are excluded, it remains software optimization. Here's what really works:

    For Windows 10/11:

    • 🚀 Turn off visual effects (see section 2).
    • 🗑️ Clean your disk from garbage: Disk Cleanup → “Clean up system files.”
    • 🔄 Disable Fast Startup (may cause driver conflicts): Control Panel → Power Options → What the Power Buttons Do.
    • 🛠️ Use Dism++ to clean and restore system files.

    For macOS:

    • 🧹 Clear cache: ~/Library/Caches/ (delete the contents of the folder).
    • 🔄 Reset SMC And NVRAM (instructions on Apple website).
    • 🗑️ Remove unnecessary language packs using Monolingual.

    For Linux:

    • 🐧 Switch to a lightweight environment (XFCE, LXQt instead of GNOME/KDE).
    • 📦 Remove unnecessary packages: sudo apt autoremove.
    • 🔄 Disable unnecessary services: systemctl list-units --type=service.

    Universal tips for all OS:

    • 🔄 Reboot your laptop regularly (every 1-2 days) - this clears the cache and frees up memory.
    • 📁 Store at least 10–15% free space on the system disk.
    • 🔌 Use SSD for the system and HDD (or external drive) for files.
    💡

    If the laptop lags even after all the optimizations, consider clean OS installation. This is a radical, but often the most effective method. Save your data and drivers first!

    FAQ: Frequently asked questions about laptop lags

    ❓ The laptop only lags in games. What's the problem?

    Most likely the culprits are:

    1. GPU/CPU overheating — check temperatures (see section 1).
    2. Outdated video card drivers - update them manually.
    3. Lack of RAM — close background programs.
    4. Weak video card - lower the graphics settings in the game.

    Also check if the game is using integrated graphics instead of discrete (in settings NVIDIA/AMD select the priority for the game).

    ❓ Why does my laptop slow down after updating Windows?

    Blame:

    • Driver conflict - roll back to the previous version or update the drivers manually.
    • Background indexing — wait for completion (may take several hours).
    • Update errors - execute DISM /Online /Cleanup-Image /RestoreHealth on the command line (as administrator).

    If the problem persists, try rolling back to a previous build of Windows (within 10 days after the update).

    ❓ Can an antivirus cause lags?

    Yes! Some antiviruses (especially Norton, McAfee, Avast) heavily load the system. Solutions:

    • Disable background scanning in the antivirus settings.
    • Exclude system files and frequently used programs from scanning.
    • Switch to a lightweight antivirus: Bitdefender, Kaspersky Security Cloud or built-in Windows Defender.

    Check the CPU load in the Task Manager - if the antivirus constantly loads the CPU on 20–50%, it should be replaced.

    ❓ The laptop lags on the battery, but works fine from the network. Why?

    Power settings are to blame:

    1. Windows automatically reduces battery performance. Change the power plan:
      Панель управления → Электропитание → Настройка схемы электропитания → Изменить дополнительные параметры питания → Установите «Максимальная производительность» для CPU.
    2. A worn-out battery does not hold voltage → the laptop “suffocates” itself. Replace the battery.
    3. In the BIOS/UEFI settings the mode can be enabled Power Saving - switch to Balanced or Performance.
    ❓ How to speed up an old laptop without upgrading?

    Maximum optimization for weak laptops (2–4 GB RAM, HDD, Core 2 Duo and analogues):

    • 🪟 Windows:
      • Install Windows 10 LTSC or Windows 8.1 - they are lighter than standard versions.
      • Disable Superfetch, Windows Search And DiagTrack.
      • Use Lite versions programs (for example, LibreOffice instead of MS Office).
    • 🐧 Linux:
      • Install the distribution AntiX or Puppy Linux - they even work on 512 MB RAM.
      • Disable systemd (go to OpenRC or runit).
    • General tips:
      • Use a browser Pale Moon or Firefox ESR instead of Chrome.
      • Disable animations and shadows in the system settings.
      • Enlarge swap file to 2× of RAM capacity.