August 11, 2026 · 7 min read
Why your computer is running slow, and how to tell what to fix
Slow is a symptom, not a diagnosis. Four things cause almost all of it, they feel different from each other, and you can identify yours in about two minutes.
“My computer is slow” describes a feeling, not a fault. The same feeling comes from four completely different causes, and every one of them has a different fix. Applying the wrong one is why so much advice on this subject seems not to work.
The good news is that telling them apart takes about two minutes and no special software.
Watch the machine while it misbehaves
On Windows, press Ctrl + Shift + Esc for Task Manager. On a Mac, open Activity Monitor from Spotlight. Leave it open and go do the thing that makes the computer slow. Do not look at a snapshot taken while everything is calm — the number you need is the one during the stall.
The four causes, and what each one looks like
1. Memory pressure
What it feels like: individual apps are responsive, but switching between them causes a freeze of one to ten seconds. The disk activity light goes solid during the freeze. Waking the laptop is slow.
What you will see: memory near capacity, and — the decisive signal — active swap or page file use. macOS shows this directly as a yellow or red Memory Pressure graph.
Why it happens: when RAM runs out, the system moves data to disk rather than failing. Reading it back is thousands of times slower than RAM, and that gap is precisely what you are feeling.
The fix: use less memory, in the place that is using the most. On most machines that is the browser, and the useful move is not closing tabs but releasing what they hold — Chrome can free a tab's memory while leaving the tab open.
2. A pinned CPU
What it feels like: fans at full speed, a hot chassis, everything sluggish at once, battery draining unusually fast.
What you will see: one process consistently at the top of the CPU column. Frequently a single browser tab running something it should not, an indexing or backup job, or an update service.
The fix: identify the process by name before killing anything. Chrome's own task manager (Shift + Esc with Chrome focused) attributes CPU to individual tabs and extensions, which the system task manager cannot do.
3. The disk
What it feels like: uniformly slow with no trigger. Booting takes minutes, apps take many seconds to launch, and it has always been this way rather than getting worse recently.
What you will see: disk at or near 100% active time during ordinary work.
The fix: if it is a mechanical hard drive, replacing it with an SSD is the single largest improvement available to an older machine. If it is already an SSD, check free space — both Windows and macOS slow down when a drive is nearly full, and 15% headroom is a reasonable floor. If a previously fast SSD has become slow, check its health; drives do fail gradually.
4. Thermal throttling
What it feels like: fast for the first ten minutes, progressively slower after that, worse on a bed or sofa than on a desk.
The fix: clear the vents, use it on a hard surface, and on a machine more than a few years old consider having the dust cleaned out. Processors deliberately slow themselves down to avoid overheating, and there is no software setting that overrides physics.
Why the browser comes up so often
Across all four causes, one program is disproportionately represented, because it is the one running dozens of other people's applications at once. A browser with thirty tabs is thirty live programs — each with its own memory, each capable of running code in the background, each written by someone who never considered how many other tabs you have open.
That is why measuring per tab is worth doing before you touch anything else. It is free, it takes seconds, and on a memory-bound machine it is usually the whole answer.
What not to bother with
- Cleaner and optimiser apps. They do not address any of the four causes above, and the category has a poor history.
- Disabling every startup item on sight. Trim the ones you recognise and do not need. Disabling drivers and system services creates new problems.
- Reinstalling the OS as a first move. It is a long job that treats symptoms. Try it after you know the cause, not instead of finding out.
Two minutes with a task manager beats an afternoon of guessing. Find which of the four you have, then fix that one.
Common questions
- How do I find out what is slowing down my computer?
- Open Task Manager on Windows (Ctrl + Shift + Esc) or Activity Monitor on macOS and watch it while the machine is being slow. Whichever resource is pinned — memory, CPU, or disk — is your bottleneck. Guessing without looking is why most fixes do not work.
- Does having too many tabs open slow down your computer?
- Yes, if you are short on RAM. Each tab holds its own memory, and once RAM fills the system swaps to disk, which is what produces the multi-second freezes when you switch windows.
- How much RAM usage is too much?
- Look at pressure rather than percentage. High usage with no swapping is fine — unused RAM is wasted RAM. The problem starts when the system runs out and begins paging to disk.
- Do PC cleaner and optimiser apps work?
- No, and several have shipped adware. Nothing they do addresses memory pressure, a failing disk or thermal throttling, which is what is actually slowing you down.
- Should I restart my computer to make it faster?
- A restart clears leaked memory and stuck processes, so it genuinely helps — but if you need one every day, something specific is leaking and worth identifying rather than papering over.