Why Your Laptop Got Slow, and the Fixes That Actually Work
A diagnostic order of operations for a sluggish machine — find the real bottleneck first, then apply the fix that matches it, instead of running random cleaners.
Contents
Almost every "speed up your PC" guide has the same problem: it gives you twenty tips in no particular order, most of which do nothing for your specific machine. Meanwhile the actual cause is one of about five things, and you can identify which one in under ten minutes.
Diagnose first. Then fix the thing you found.
Step 1: Find the bottleneck
Open your task manager (Ctrl+Shift+Esc on Windows, Activity Monitor on macOS) and leave it open while the machine feels slow. You are looking for which resource is pinned.
CPU near 100% — something is computing. Sort by CPU and find it. Usually an antivirus scan, a runaway browser tab, a stuck update, or an indexing service.
Memory near 100% with heavy disk activity — you are swapping. The machine is using disk as overflow RAM, and disk is thousands of times slower. This feels like everything freezing for a second at a time.
Disk at 100% with low CPU and memory — either a mechanical hard drive struggling, or a failing SSD, or background sync (OneDrive, Dropbox, backup software) saturating it.
Everything low, still slow — this is usually thermal throttling or a GPU/display issue. Check temperatures.
Write down which one it is. Every fix below maps to one of these.
If it is memory: close things, then buy RAM
The honest truth about memory is that no software trick fixes a genuine shortage. "RAM cleaner" utilities are at best useless and at worst harmful — modern operating systems deliberately use free RAM for caching, and forcing it empty makes things slower.
What actually works:
- Count your browser tabs. A modern browser uses 80–150 MB per active tab. Forty tabs is five gigabytes. Use a tab-suspender extension or, more effectively, bookmark and close.
- Check startup programs. Task Manager → Startup. Disable everything you do not actively need running before you launch it. Communication apps and updaters are the usual offenders.
- Then buy RAM. If you have 8 GB in 2026 and you use a browser plus anything else, you are memory-starved and no amount of tuning fixes it. 16 GB is the current floor for comfortable general use. On most laptops this is a fifteen-minute job and the single biggest improvement available.
If it is disk: the SSD question
If your machine still has a mechanical hard drive, stop reading and replace it with an SSD. This is not a marginal improvement — it is the difference between a 45-second boot and a 9-second boot, on the same machine, with every other component unchanged. It remains the highest value-per-dollar upgrade in computing, and it is the answer to most "my five-year-old laptop is unusable" complaints.
If you already have an SSD:
- Check free space. SSDs slow down badly when nearly full, because they need free blocks to write efficiently. Keep at least 15% free — 20% if you can.
- Check its health. CrystalDiskInfo on Windows,
smartctl -aon Linux/macOS. Look at "Percentage Used" and reallocated sector counts. Drives do wear out, and a dying SSD produces exactly the stuttering you are experiencing. - Look at sync clients. OneDrive, Dropbox, Google Drive and backup tools can saturate the disk for long stretches after large changes. Pause one and see if the problem disappears.
If it is CPU: find the process, do not guess
Sort by CPU in Task Manager and watch for thirty seconds. The answer is almost always visible.
Common culprits, roughly in order:
- Antivirus full scans running during work hours. Reschedule them. Also: if you are running a third-party antivirus on Windows in addition to Defender, you are likely paying a real performance tax for little benefit.
- Windows Update / Spotlight indexing after a big change. This is temporary — let it finish before concluding anything.
- A single browser tab. An ad-heavy page or a stuck script can hold a core indefinitely. Browsers have their own task manager (Shift+Esc in Chrome) that tells you exactly which tab.
- Cryptominers and adware. If you see high CPU from something you do not recognise, look it up before killing it, then run a scan with Malwarebytes.
If it is heat: the fix is physical
Thermal throttling looks like this: the machine is fast for two minutes, then everything gets slow, and the fans are loud. Install HWiNFO or use powermetrics on macOS and watch CPU temperature under load. Sustained temperatures above roughly 95°C mean the chip is deliberately slowing itself to survive.
The causes are boring and physical:
- Dust in the heatsink. Two to four years of normal use is enough to choke the fins. Compressed air helps a little; actually opening the machine and clearing the exhaust helps a lot.
- Dried thermal paste. On machines older than about four years, repasting the CPU can drop temperatures 10–20°C. It is a genuine fix, not an enthusiast myth.
- Soft surfaces. Laptops on beds and laps block intake vents. A $15 stand solves a real problem.
What does not work
To save you time on the guides that will suggest these:
- Registry cleaners. No measurable benefit on any Windows version this decade. Non-trivial risk of breaking something.
- Defragmenting an SSD. Pointless and adds wear. Windows already handles this correctly.
- "Optimiser" suites. Most of what they do is disable startup items, which you can do yourself for free in thirty seconds, and some of them bundle exactly the kind of software you are trying to remove.
- Disabling the page file. A classic bad tip. It does not free useful memory and it makes low-memory situations crash instead of slow down.
The honest ranking
If you want the short version, here is what actually moves the needle, in order:
- Replace a mechanical drive with an SSD.
- Go from 8 GB to 16 GB of RAM.
- Clean the cooling system on a machine older than three years.
- Cut startup programs and browser tabs.
- A clean OS reinstall — genuinely effective, and often faster than a day of troubleshooting an accumulated mess.
Everything else is rounding error. Diagnose, match the fix to the bottleneck, and ignore the rest.
Get one useful read a week
New articles on tools, AI and workflows — no spam, unsubscribe anytime.