Skip to content

A full drive does slow Windows down, but not for the reason you were told

The page file, SSD behaviour and search indexing each contribute at different thresholds. What is real and what is folklore.

5 min read

This question is asked because an entire industry claims that cleaning your PC makes it faster. The honest answer is that a full drive does slow Windows down, at specific thresholds, for specific reasons, and that above those thresholds cleaning changes nothing.

What actually happens as a drive fills

Free spaceWhat changes
Above 25 percentNothing. Space is not affecting speed
10 to 25 percentNothing you would notice
Under about 10 percentSSD writes slow as the drive has fewer free blocks
Under a few GBThe page file cannot grow, and everything suffers
Effectively zeroUpdates fail, apps fail to save, login may break

The mechanisms, briefly

  • The page file. When memory fills, Windows pages to disk. A drive with no room cannot grow it, so the system struggles rather than slowing gracefully.
  • Write amplification. An almost full SSD has fewer free blocks to write into, so writes take longer.
  • Search indexing. A large cleanup triggers reindexing, which is real work that people mistake for the cleanup helping or hurting.
  • Defragmentation. On a hard drive, fragmentation is real and Windows handles it on a schedule. On an SSD, Windows runs TRIM instead, and defragmenting an SSD by hand is at best pointless.

What cleaning will not fix

If your PC has 100 GB free and feels slow, the disk is not the cause. The usual answers are startup programs, a background process using CPU, too little RAM for what is open, or an older machine running current software. Task Manager answers all four in a minute.

That is the specific claim to be sceptical of in PC cleaning software, covered with the rest in are PC cleaners safe.

If you are near the thresholds

Getting back above roughly 15 percent free is worth doing for its own sake, because it also means updates work and applications can write temporary files. The order to get there is the practical version.

Common questions

Does a full hard drive slow down Windows?

Below roughly 10 percent free, yes: SSD writes slow and the page file has less room. Above that, free space has no meaningful effect on speed.

Should I defragment my SSD?

No. Windows runs TRIM on SSDs instead of defragmenting, automatically. Manually defragmenting an SSD achieves nothing useful and adds unnecessary writes.

My PC is slow but the disk is not full. What now?

Check Task Manager for startup programs, CPU usage and memory pressure. A machine with plenty of free space that feels slow has a different cause, and cleaning will not change it.

Do PC cleaner apps make Windows faster?

Only in the narrow case where the drive was nearly full. Any product promising general speed improvements from deleting files is overselling what disk cleanup can do.

Read next