Hardware · ·9 min read

Why Your Laptop Slows Down Over Time (And What Actually Fixes It)

Silicon does not get tired. If a four-year-old machine feels slower than it did on day one, something specific changed — and three of the four usual causes cost nothing to fix.

The most common explanation people give for a sluggish laptop is that it is "just getting old." It is worth being precise about why that is wrong, because the wrong diagnosis leads to buying a new machine when a forty-dollar part, or a free afternoon, would have done it.

A processor that ran at 2.8 GHz in 2022 still runs at 2.8 GHz today. Transistors do not wear down in any way you would notice across a consumer lifespan. What changes is everything around the processor: what the software asks of it, how much heat it can shed, how full the disk is, and how much of its memory is already spoken for before you open anything.

Below are the four causes, ordered by how often they turn out to be the culprit. Work down the list — do not skip to the bottom and start buying parts.

1. Startup programs multiplying quietly

Every application that asks to "launch at login" is making a small withdrawal from your boot time and a permanent one from your memory. Individually, none of them matter. The problem is that you install perhaps fifteen applications a year and uninstall two, and a meaningful fraction of them add themselves to startup without a prompt you would remember reading.

After three years, it is normal to find twenty-five to forty background items on a machine whose owner believes they installed "a few things." Updaters for software you no longer use. Cloud sync clients for two competing services. Hardware utilities for a printer you sold.

On Windows, open Task Manager and select the Startup apps tab — it lists every item with a measured startup impact. On macOS, look under System Settings → General → Login Items, which covers both the visible list and the background extensions installed by apps.

Rule of thumb

If you would not miss it in the ninety seconds after logging in, it does not need to launch at login. Almost nothing does except your security software and, arguably, one sync client.

2. The disk is nearly full

This one surprises people, because a full disk sounds like a storage problem rather than a speed problem. It is both. Solid-state drives need free blocks to write efficiently; when a drive passes roughly 85 percent capacity, the controller spends progressively more effort shuffling existing data to assemble writable space. Write speeds can fall by half or worse.

Your operating system also needs headroom for virtual memory, temporary files, and update staging. Squeeze that and the whole system starts swapping in ways you feel as stutter rather than as a specific slow application.

The target is simple: keep at least 15 percent of the drive free, and 20 percent if you can manage it. The usual heavy offenders, in order of how much they typically hold:

  • Downloads folder — years of installers and duplicate PDFs.
  • Old system backups — local snapshots that were never pruned.
  • Application caches — browsers and editors can each hold several gigabytes.
  • Virtual machines and container images — if you use them, they dominate everything else.

3. Thermal throttling from dust

This is the one that genuinely is a function of age, and it is the most satisfying to fix. Laptop cooling works by pulling air across a fin stack. Over several years, dust and fabric lint form a felt-like mat across those fins. Airflow drops, the internals get hotter, and the processor responds exactly as designed: it reduces its own clock speed to stay within its thermal limit.

The symptoms are distinctive. The machine is fine for the first few minutes and degrades under sustained load. The fans are audibly working hard while performance is poor. The chassis is hot near the vents. If that matches, you are almost certainly looking at a thermal problem rather than a software one.

A can of compressed air aimed into the exhaust vents helps a little. Actually opening the machine and lifting the mat off the fin stack helps enormously. If the laptop is more than four years old and has never been opened, this single step often restores most of the missing performance.

A thermally throttled processor is not broken. It is doing precisely what it was built to do, under conditions you can change.

4. Software genuinely got heavier

The one real form of ageing. Your machine did not slow down; the demands rose around it. Web pages ship several times more JavaScript than they did five years ago. Chat and note applications that used to be native are now browser engines in a costume, each carrying its own rendering stack and its own few hundred megabytes.

You cannot fix the industry, but you can decline to run six copies of it at once. The practical move is to prefer native or lightweight applications where a good one exists, and to keep the number of simultaneously running heavy applications to what you actually need open.

The one upgrade worth paying for

If you have worked through all four and the machine is still not where you want it, there is exactly one upgrade with a reliably transformative return: more memory, assuming your laptop has replaceable memory and is currently at 8 GB.

Going from 8 GB to 16 GB on a machine that spends its day swapping is the difference between a computer that hesitates and one that does not. It is typically a thirty-to-sixty dollar part and a fifteen-minute job. Check your exact model first — a growing share of laptops solder memory to the board, in which case this option is off the table.

Replacing a mechanical hard drive with an SSD is even more dramatic, but if your laptop is recent enough to be worth upgrading it almost certainly has one already.

The short version

Trim startup items, free up disk space, clear the dust out of the cooling fins, and run fewer heavy applications at once. If it is still slow after that and the memory is replaceable, double it. That sequence resolves the large majority of "my laptop got slow" cases without buying a new one.


Read next