Skip to main content
FixMyTech

Why Is Windows So Slow? How to Diagnose and Fix It

By

Updated

9 min read

Share

Short answer

Open Task Manager with Ctrl+Shift+Esc and look at which column is pinned high. Disk at 100% means indexing, updates or a failing drive. Memory above 85% means too many background apps. High CPU at idle means a rogue process. Fix the specific bottleneck you find — generic "speed up Windows" steps rarely help.

On this page

Almost every “slow Windows PC” article tells you to disable startup apps, run Disk Cleanup and defragment your drive. Sometimes that helps. Usually it does not, because nobody checked what was actually slow first.

Windows only has four things it can run out of: disk throughput, memory, CPU cycles and thermal headroom. Ten minutes with Task Manager tells you which one you are short of, and the fix follows from there.

Diagnose before you change anything

Press Ctrl+Shift+Esc to open Task Manager. If it opens in compact mode, click More details. Go to the Processes tab and click each column header once to sort by it.

Now use the machine normally for a minute or two — open a browser, launch the app that feels slow — and watch which column stays pinned high.

What you see Likely cause What to fix
Disk at or near 100% Indexing, updates, low free space, failing drive Free space, then indexing
Memory above 85% Too many background apps or browser tabs Startup apps and browser
CPU high while idle One rogue process, or malware The single process named
Everything looks fine, still slow Thermal throttling Cooling and power mode

The Performance tab is the second half of the picture. It shows your disk type (SSD or HDD), total RAM, and current CPU clock speed. Note all three before continuing — they determine what is realistic.

When the disk is at 100%

This is the most common cause of a PC that feels slow despite decent specs, and on a mechanical hard drive it is almost guaranteed. A hard drive can service roughly a hundred random operations a second; an SSD handles tens of thousands. Windows 10 and 11 assume the latter.

Check free space first

Open Settings → System → Storage. If your system drive is more than 85% full, that alone will cause stalls — Windows needs space for the page file, update staging and temporary files.

Use Storage Sense on the same screen, and check Temporary files for previous Windows installation files, which can be 10–25GB after a major update. Delete those only once you are sure you do not need to roll back.

Identify what is hammering the disk

In Task Manager, sort by the Disk column. The usual suspects:

  • Microsoft Compatibility Telemetry (CompatTelRunner.exe) — runs periodically and can saturate a hard drive. It finishes on its own.
  • Windows Modules Installer Worker (TiWorker.exe) — an update installing in the background. Let it complete.
  • SearchIndexer.exe — Windows Search building its index.
  • Antimalware Service Executable — Defender running a scheduled scan.

Most of these are temporary. If one is still going after an hour, or returns constantly, it is worth acting on.

Rein in Windows Search indexing

Indexing is genuinely useful on an SSD and genuinely painful on a hard drive. Rather than disabling search entirely, narrow what it indexes.

Open Settings → Privacy & security → Searching Windows, set it to Classic rather than Enhanced, and exclude large folders you never search — media libraries, code repositories, backup folders.

Rule out a failing drive

If disk usage sits at 100% with almost no throughput, the drive itself may be failing. Open a terminal as administrator and run:

wmic diskdrive get model,status

Anything other than OK means back up now. For a more useful reading, check the drive’s SMART data with the manufacturer’s own utility.

When memory is the bottleneck

Windows 11 needs around 4GB just for itself. With 8GB total, a browser and a couple of apps will push you into swapping — where Windows starts moving memory to disk, which is why memory pressure often looks like a disk problem.

Check the Performance → Memory panel. The number to watch is Committed. If committed memory exceeds your physical RAM, you are paging.

The browser is usually the largest single consumer. Chrome in particular allocates a separate process per tab and extension, which is deliberate but expensive — see how to fix Chrome using too much RAM for the per-process explanation and the Memory Saver setting that fixes it.

After that, go through Task Manager → Startup apps and disable anything with a High impact rating that you do not need running constantly. Cloud storage clients, gaming launchers, printer utilities and manufacturer update tools are the common offenders. Disabling a startup entry does not uninstall it — you can still launch it manually.

When one process eats the CPU

A PC that is slow while apparently doing nothing has one process misbehaving. Sort Task Manager by CPU with no applications open.

If the culprit is a program you recognise, close or reinstall it. If you do not recognise the name, right-click it, choose Open file location, and check whether it lives somewhere sensible like C:\Program Files. Processes running from a temp or user AppData folder with an unfamiliar name deserve a full Defender scan.

One specific case worth knowing: svchost.exe is a generic host for Windows services, so a high-CPU svchost is not itself the problem. Expand it in the Details view to see which service inside it is busy.

When the PC slows down after a while

If the machine is fast for the first ten minutes and then degrades, you are almost certainly looking at heat. As the CPU approaches its thermal limit it reduces its own clock speed to protect itself.

Open Task Manager → Performance → CPU and watch the Speed figure under sustained load. A drop from, say, 3.5GHz down towards 1GHz is throttling, not a software issue.

Laptops are the usual victims. Practical fixes, cheapest first: clear the vents and fan of dust, stop using the machine on a duvet or cushion, and set Settings → System → Power & battery → Power mode to Balanced rather than Best performance. On a laptop more than three or four years old, the thermal paste has often dried out and reapplying it makes a real difference.

What does not work

Being blunt about the dead ends saves more time than most of the fixes above.

  • Registry cleaners. Windows does not slow down from orphaned registry entries. There is no measurable benefit, and there is real risk of breaking installed software. Avoid them.
  • “PC optimiser” suites. They mostly automate Disk Cleanup and startup management, both of which are built into Windows, and several bundle nag-screens or worse.
  • Defragmenting an SSD. Pointless and mildly harmful. Windows already runs TRIM on a schedule and will not defragment an SSD on its own.
  • Disabling the page file. With limited RAM this causes out-of-memory crashes rather than speed.
  • Turning off Windows Update. Postpones a temporary slowdown and creates a permanent security problem.

Realistic expectations

Fixing the right bottleneck produces an obvious result. Clearing disk space on a 95%-full drive, disabling a dozen startup apps, or replacing a hard drive with an SSD each change how the machine feels.

What will not help is a long list of tweaks applied to a machine whose actual problem is 8GB of RAM and forty browser tabs. If Task Manager shows memory consistently above 90%, the answer is more RAM or fewer tabs — not a cleaner.

Once the PC itself is healthy, the files on it are often the next annoyance. Reducing PDF file sizes and compressing images properly are the two that most often fill a small SSD.

Frequently asked questions

Do registry cleaners speed up Windows?
No. Windows does not slow down because of unused registry keys, and no credible testing has ever shown a measurable gain. Registry cleaners can break application installs and Windows features, so the sensible choice is to avoid them entirely.
How much free disk space does Windows need to run well?
Keep at least 15% of the drive free, and never let the system drive drop below about 10GB. Windows needs headroom for paging, update staging and temporary files, and performance degrades noticeably once that headroom disappears.
Will adding RAM fix a slow PC?
Only if memory is actually the bottleneck. Check the Memory column in Task Manager during normal use — if it sits above 85% and your disk stays busy, more RAM will help. If memory sits at 50%, adding more changes nothing.
Why is my PC slow only after it has been on for a while?
That pattern usually points to thermal throttling or a memory leak. Watch CPU clock speed in Task Manager's Performance tab as it slows — a falling clock speed under load means heat, while steadily climbing memory use means a leaking process.
Is upgrading from a hard drive to an SSD worth it?
On a machine still running a mechanical hard drive, it is the single largest improvement available and it outweighs every software tweak combined. Boot times and app launches move from tens of seconds to a few seconds.

All Windows guides