Has your laptop suddenly started to hesitate when opening programs, is slow to switch tabs in the browser, or has completely frozen for a minute while simply editing a document? This is not a death sentence - in 90% of cases the problem can be solved without contacting a service center. Brakes occur as on old devices with Windows 7, and on new ones MacBook Pro M3 or ASUS ROG Strix under control Windows 11. The reasons lie in hardware limitations, software errors or incorrect system settings.

In this article we will look at all possible reasons for the slowdown - from processor overheating to hidden viruses, and we’ll also give step by step instructions to eliminate each of them. You'll learn how to diagnose the problem yourself, what tools to use to clean the system, and when it's really time to think about replacing components. We will pay special attention hidden features of Windows and macOS that eat up to 30% of productivity without your knowledge.

1. Overheating: why the laptop slows down under load

The most common cause of sudden freezes is overheating of the central processing unit (CPU) or video card (GPU). When the critical temperature is reached (usually 90–100°C) the system automatically reduces the operating frequency of components (throttling) to avoid damage. As a result, the laptop begins to lag even during simple tasks.

How to check the temperature:

  • 🔥 For Windows: use utilities HWMonitor, Core Temp or Speccy (shows temperature in real time).
  • 🍎 For macOS: install iStat Menus or Macs Fan Control.
  • 🐧 For Linux: enter the command in the terminal
    sensors | grep 'Package id'

Normal indicators:

  • During idle time: 30–50°C (CPU), 40–60°C (GPU).
  • Under load: up to 75–85°C (CPU), up to 80–88°C (GPU).
  • Critical: higher 90°C — urgent cooling is required.
⚠️ Attention: If the processor temperature exceeds 95°C at minimal load (for example, when working in Word), immediately turn off the laptop and check the cooling system. Prolonged operation in this mode leads to thermal paste degradation and shortens the life of the chip.

What to do if you overheat:

  1. Clean the ventilation grilles from dust (use a can of compressed air or a soft brush).
  2. Replace the thermal paste on the CPU/GPU (we recommend Arctic MX-6 or Noctua NT-H2).
  3. Check the operation of the cooler: if it does not rotate, replacement is required.
  4. Use a cooling pad with active airflow (such as Cooler Master NotePal X3).
📊 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. RAM load: how to free up resources

If the laptop slows down when opening several tabs in the browser or launching programs, it is to blame lack of RAM. Modern applications (eg. Google Chrome, Photoshop or Visual Studio) can consume 1–2 GB RAM each. If you have installed 4 GB or less, the system begins to actively use swap file (virtual memory on the hard disk), which is 10–100 times slower RAM.

How to check memory usage:

  • 🪟 Windows: press Ctrl+Shift+Esc → “Performance” tab → “Memory”.
  • 🍏 macOS: Open System Monitor (Applications → Utilities).
  • 🐧 Linux: run the command
    free -h

Optimizing RAM usage:

Problem Solution Tools
Too many background processes Disable unnecessary programs in startup Task Manager (Windows), Activity Monitor (macOS)
Browser consumes >2 GB RAM Use easy alternatives (Firefox, Edge) or optimization extensions uBlock Origin, The Great Suspender
Memory leak in the program Restart the application or update it to the latest version Process Explorer (Windows), htop (Linux)
Lack of physical RAM Add a memory stick (if supported) or optimize the page file Crucial System Scanner (for RAM selection)

If you have 8 GB RAM or less, try these tricks:

  • 🛠️ B Windows 10/11 turn off visual effects: go to Settings → System → About the system → Advanced system settings → Performance → Options → Get the best performance.
  • 🍎 On macOS disable Dock animation:
    defaults write com.apple.dock autohide-delay -float 0 && killall Dock
  • 🐧B Linux use lightweight desktop environments (XFCE, LXQt) instead GNOME/KDE.

Close unnecessary tabs in the browser|Disable startup programs|Increase the page file to 1.5× of RAM|Update chipset and video card drivers|Check for viruses (some miners consume up to 90% of RAM)-->

3. Hard disk (HDD) vs SSD: why replacing a disk speeds up a laptop 5 times

If your laptop is equipped with a traditional HDD (hard drive), even with sufficient RAM, it will “slow down” when loading the system, opening programs or copying files. Reason - mechanical nature of HDD: Read/write speed is limited by the physical movement of the heads (on average 80–120 MB/s). For comparison, even a budget SSD (For example, Kingston A400) provides speed 500 MB/s, and NVMe drives (like Samsung 980 Pro) - up to 7000 MB/s.

How to check the disk type and its status:

  • 🪟 Windows: Open Task Manager → Performance tab → Disk. If in the "Type" section it is indicated HDD, that's your problem.
  • 🍏 macOS: Click About This Mac → System Report → Hardware → Storage.
  • 🐧 Linux: execute
    lsblk -o NAME,ROTA
    (if in column ROTA worth it 1 - this is HDD).

Signs of a “dying” HDD:

  • 🔊 Extraneous sounds (clicks, grinding) during operation.
  • ⏳ Freezes when copying files or opening folders.
  • 🚨 Read/write errors (for example, “File is damaged”).
  • 📉 A sharp drop in speed (checked by the utility CrystalDiskMark).
⚠️ Attention: If CrystalDiskInfo shows the status “Pre-failure state” (Caution or Bad), back up your data immediately! Such a disk can fail at any time, and restoring information will cost 5000–50000₽.

Solutions:

  • 💾 Replacing HDD with SSD - the most effective upgrade. Suitable form factor for most laptops 2.5" (For example, Crucial MX500 or WD Blue SA510). Ultrabooks may require M.2 NVMe.
  • 🔧 Optimization of the current HDD:
    • Perform defragmentation (in Windows: Disk optimization).
    • Disable file indexing for the disk (disk properties → uncheck "Allow indexing...").
    • Check the disk for errors:
      chkdsk C: /f /r
How to transfer Windows to SSD without reinstalling?

1. Connect the SSD to the laptop via a USB adapter (for example, Sabrent USB 3.0 to SATA).

2. Download Macrium Reflect Free or Clonezilla.

3. Clone the partition from the HDD to the SSD (select the “Sector by sector” option for an exact copy).

4. Replace drives and boot from SSD. If necessary, expand the partition via Disk management.

4. Viruses and miners: how hidden programs steal resources

If the laptop starts to slow down for no apparent reason, it may be that they are working on it. hidden viruses or miners (programs for cryptocurrency mining). They can consume up to 100% CPU or 90% GPU, leaving you with only crumbs of productivity. This is especially common after installing pirated software, playing games from torrents, or visiting dubious sites.

Signs of infection:

  • 🖥️ The laptop heats up and makes noise without load.
  • 📈 In the “Task Manager” there are unknown processes with high CPU/GPU consumption (for example, svchost.exe *32 with 50% load).
  • 🔌 The battery drains quickly (mining consumes energy 2-3 times more intense than normal tasks).
  • 🌐 Slow Internet (some viruses use your traffic for DDoS attacks).

How to check and remove threats:

  1. Download Malwarebytes or Kaspersky Virus Removal Tool (free utilities for one-time scanning).
  2. Run a full system scan (including startup And register).
  3. Check browser extensions: remove suspicious plugins (for example, «Adobe Flash Player Update» - a frequent source of miners).
  4. Use Process Explorer (from Microsoft) to analyze hidden processes. Please note:
    • Processes with random names (for example, a1b2c3.exe).
    • Files in temporary folders (%Temp%, AppData\Local\Temp).
    • Connections to unknown IPs (checked via netstat -ano on the command line).

Prevention:

  • 🛡️ Install an antivirus with real-time protection (Kaspersky Internet Security, Bitdefender or free Avast Free).
  • 🔒 Disable execution of scripts in the browser: in Chrome go to Settings → Privacy → Content settings → JavaScript → Block on some sites.
  • 🚫 Do not install programs from unverified sources (especially “cracks” and “repacks” of games).
💡

If the antivirus does not find threats, but the laptop still slows down, check hosts-file (in Windows he's on the way C:\Windows\System32\drivers\etc\hosts). Viruses often add redirects to malicious sites there.

5. Outdated software and drivers: why updates are critical to performance

Slowdown may be due to outdated drivers or an outdated version of the operating system. Manufacturers regularly release updates that:

  • 🔧 Fixes errors in the code (for example, memory leaks in Windows 11 22H2).
  • 🚀 Optimize work with hardware (new drivers for NVIDIA RTX 40 or AMD Ryzen 7000 can increase FPS by 10–20%).
  • 🛡️ Close vulnerabilities (for example, Meltdown And Spectre, which reduce productivity by 5–30%).

How to update everything you need:

Component How to update Tools
Operating system Windows: Settings → Update & Security → Windows Update.
macOS: System settings → Software update.
Linux:
sudo apt update && sudo apt upgrade
Built-in tools
Video card drivers Download from the official website (NVIDIA, AMD, Intel). GeForce Experience, AMD Adrenalin, Intel Driver & Support Assistant
Chipset, network, sound drivers Use the laptop manufacturer's utilities (Lenovo Vantage, Dell Update, HP Support Assistant). Driver Booster (for automatic search)
BIOS/UEFI Update only in case of critical errors! Download the firmware from the manufacturer's website and follow the instructions. Rufus (to create a bootable USB flash drive)
⚠️ Attention: Do not update drivers through Device Manager in Windows — he often installs generic versions that work worse than the original ones. Always download drivers from the official website of the hardware manufacturer!

What to do if after the update the laptop starts working even slower:

  • 🔄 Roll back the driver: in Device Manager, select the device → Properties → Driver → Roll Back.
  • 📥 Install the previous OS version (in Windows 10/11 this can be done through “Settings → Update and Security → Recovery”).
  • 🔍 Check for program conflicts: some applications (for example, NVIDIA ShadowPlay or Razer Synapse) can slow down the system after updates.
💡

Updating the BIOS is a last resort! Incorrect firmware can turn a laptop into a brick. Always use a power source (do not update from battery) and do not interrupt the process.

6. Disk fragmentation and junk files: how to clean the system

Over time, the disk accumulates temporary files, cache, remnants of deleted programs and fragmented data. This leads to:

  • 🐢 Slower opening of files and programs.
  • 🗑️ Occupying disk space (sometimes up to 10–20 GB "invisible" garbage).
  • 🔄 Increased load on HDD/SSD (reduces drive life).

How to clean the system:

  1. Delete temporary files:
    • 🪟 Windows: press Win + R, enter %temp% and delete all contents of the folder.
    • 🪟 For deep cleaning, use CCleaner or built-in utility Disk Cleanup (cleanmgr).
    • 🍏 macOS: open ~/Library/Caches and delete unnecessary folders.
  2. Defragment the disk (only for HDD!):
    • B Windows: Disk Optimization → Analyze → Optimize.
    • B Linux use e4defrag (for ext4).
  3. Remove duplicate files:
    • Use Duplicate Cleaner (Windows) or Gemini 2 (macOS).
  4. Clean the registry (only for Windows):
    • Run CCleaner → “Registry” → “Search for problems” → “Fix selected”.

What NOT to do:

  • 🚫 Do not use “registry optimizers” from unknown developers - they can damage the system.
  • 🚫 Don't empty the folder WinSxS manually - this will cause updates to fail Windows.
  • 🚫 Don't defragment SSD - this reduces its resource!

Delete temporary files (%temp%, browser cache)|Check startup for unnecessary programs|Empty the recycle bin and Downloads folder|Defragment the HDD (if any)|Update anti-virus databases-->

7. Hardware limitations: when is it time to change hardware

If all software methods have been tried, but the laptop still slows down, perhaps the problem is hardware limitations. Modern applications and games require more and more resources, and even a 5-year-old laptop may not cope with the tasks of 2026.

Minimum requirements for comfortable work in 2026:

Problem Minimum Specifications Recommended Specifications
Office programs (Word, Excel) 4 GB RAM, Dual-core CPU, HDD/SSD 128 GB 8 GB RAM, Quad-core CPU, SSD 256 GB
Internet, video 1080p 4 GB RAM, Intel Core i3 / AMD Ryzen 3 16 GB RAM, Intel Core i5 / AMD Ryzen 5, SSD 512 GB
Photography (Photoshop, Lightroom) 8 GB RAM, Quad-core CPU, SSD 256 GB 32 GB RAM, Six-core CPU, SSD 1 TB + external HDD
Games (GTA V, Cyberpunk 2077) 16 GB RAM, NVIDIA GTX 1650 / AMD RX 5500M 32 GB RAM, NVIDIA RTX 4060 / AMD RX 7600M XT, SSD NVMe 1 TB
Programming (Visual Studio, Docker) 16 GB RAM, Quad-core CPU, SSD 512 GB 32–64 GB RAM, Octa-core CPU, SSD NVMe 2 TB

Which upgrades will give the maximum performance increase:

  • 💿 Replacing HDD with SSD — acceleration of loading of the system and programs in 3–5 times.
  • 🧠 Increase RAM - if you have 4 GB, adding more 4–8 GB will allow you to comfortably work with several programs at the same time.
  • 🖥️ Replacing thermal paste + cleaning dust - temperature decrease by 10–20°C and preventing throttling.
  • 🎮 Video card update (relevant for gaming laptops with a replaceable GPU, for example, Alienware Area-51m).
⚠️ Attention: Before upgrading, check the compatibility of components! For example, laptops Apple MacBook (except models with M1/M2) do not support RAM replacement, and many ultrabooks (Dell XPS, HP Spectre) The SSD is soldered to the motherboard.

When is it time to think about a new laptop:

  • 🚨 If your CPU is older than 2015 (Intel Core 2nd to 4th generation, AMD A-series), it does not support modern instructions (AVX2, SSE4.2) required for new programs.
  • 🚨 If a connector is installed on the motherboard SATA II (speed up to 300 MB/s), even an SSD will not reveal its potential.
  • 🚨 If the laptop does not support Windows 11 (requirements: TPM 2.0, Secure Boot, processor not older than 2017).

8. Power settings: why the laptop slows down on battery

Many users do not know that power mode directly affects performance. When running on battery Windows And macOS automatically limit CPU/GPU power to save battery. As a result, the laptop can run on 30–50% slower than online!

How to check your current power plan:

  • 🪟 Windows: Click on the battery icon in the tray → move the slider to “Best performance”.
  • 🍏 macOS: Open "Power Saver" in System Settings and uncheck "Optimize video streaming when running on battery."

Additional settings for maximum performance:

  • 🔌 B Windows Open "Control Panel → Power Options → Configure power plan → Change advanced power settings" and set:
    • “Minimum processor state” → 100%.
    • “Maximum processor state” → 100%.
    • “System cooling policy” → “Active”.
  • 🍎 On MacBook disable “Automatic graphics switching” (if you have a discrete graphics card).
  • 🐧B Linux use TLP for energy management