Windows disk cleanup and visualization apps

Why the SSD in your Windows PC keeps filling up

The XDA piece about the default Windows 11 hibernation file quietly writing tens of gigabytes to your SSD is a symptom, not the disease. Modern Windows leaves cached updates, delivery-optimization files, WinSxS bloat, mysterious “System Volume Information” data, and half-cleaned installer directories all over the drive. A disk you thought had 100GB free is really running on 12GB of headroom, and the SSD is quietly clocking write cycles for no user benefit.

We started with the hibernation problem, then broadened it to the eight desktop tools that we actually reach for when a Windows PC is running short on space or when we want to see, honestly, what is on the disk. Each one was tested on a Windows 11 24H2 install with 1TB of mixed system, game, and document data.

What to look for in a Windows disk-cleanup tool

Quick comparison

App Best for Portable Free Standout feature
WizTree Fastest full-drive size scanner Yes Yes (paid Pro) Reads NTFS MFT directly for sub-minute scans
TreeSize Free Balanced size scanner with clean UI Yes Free (paid Pro) Explorer-style tree with drill-down
WinDirStat Classic visual treemap Yes Fully free (open source) Treemap of the whole drive at once
BleachBit Selective cleaner with rules Yes Fully free (open source) Deep cleanup with a dry-run mode
PatchCleaner Removes orphaned installer cache Yes Fully free Cleans C:\Windows\Installer safely
CCleaner One-click browser and system cache No Free (paid Pro) Widely known preset cleaner
PrivaZer Deep clean with residue removal Yes Free (paid Pro) Cleans traces most tools miss
SpaceSniffer Real-time animated treemap Yes Fully free Visual scan you can navigate while it runs

The eight tools we install on any Windows PC that runs out of space

1. WizTree, the scanner that finishes before you finish tabbing away

WizTree reads the NTFS Master File Table directly instead of walking the folder tree file by file. On a 1TB SSD it produces a full sizing report in under a minute, then lets you drill down by folder, sort by size, or apply a filter that shows only files over 100MB. It is the tool we reach for first when someone says “my drive is full.”

Where it falls short: Requires admin rights to read the MFT. The Pro tier gates a few advanced features (scheduled scans, larger export formats).

Pricing:

Runs on: Windows 7 through 11.

Download: diskanalyzer.com

Bottom line: The one to install first on any Windows PC where the free-space number is getting uncomfortable.

2. TreeSize Free, the tidy explorer for cleanup work

TreeSize Free presents a familiar Explorer-style tree with size columns you can sort. It is fast, keyboard-friendly, and its right-click integration works from any Explorer window. The Free build is generous; the Pro version adds file type breakdowns and history graphs.

Where it falls short: Slightly slower initial scan than WizTree on very large drives.

Pricing:

Runs on: Windows 7 through 11.

Download: jam-software.com/treesize_free

Bottom line: The right pick for readers who want to think about cleanup instead of just seeing sizes.

3. WinDirStat, the treemap classic that still teaches

WinDirStat is the open-source app that popularized the treemap view: every file rendered as a coloured rectangle sized by its bytes on disk. Look at the picture and the huge single files (VM images, old backups, dumped game installs) leap out.

Where it falls short: Initial scan is slow compared to WizTree. UI reads dated.

Pricing:

Runs on: Windows XP through 11.

Download: windirstat.net

Bottom line: The tool that teaches you to see your drive as a picture; still worth installing for that alone.

4. BleachBit, the selective cleaner that respects your judgment

BleachBit is the open-source cleaner that presents every possible target as a checkbox: browser cache, Windows Update leftovers, Recycle Bin, thumbnail cache, temp folders, log files, and dozens more. A dry-run mode reports what would be deleted without deleting it, which is the feature we wish more cleaners had.

Where it falls short: UI is workmanlike rather than pretty. The “shred” free-space option is slow on large drives.

Pricing:

Runs on: Windows and Linux.

Download: bleachbit.org

Bottom line: The cleaner for readers who want to know exactly what is being deleted before it is deleted.

5. PatchCleaner, the one that unclogs C:\Windows\Installer

PatchCleaner targets a specific problem: the C:\Windows\Installer cache accumulates orphaned MSI and MSP files over years of updates and can quietly grow into tens of gigabytes. Windows will not clean these up on its own because it might need them for future uninstalls; PatchCleaner cross-references what is actually referenced and offers to move or delete the rest.

Where it falls short: Only solves one problem. Should always be run with the “move” option first so a bad classification is reversible.

Pricing:

Runs on: Windows 7 through 11.

Download: homedev.com.au/free/patchcleaner

Bottom line: The specialty tool that reclaims tens of gigabytes on any long-running Windows install.

6. CCleaner, the preset cleaner most readers already know

CCleaner is the household name in Windows cleanup. It bundles browser cache, Windows temp files, Registry cleaning (use cautiously), startup management, and one-click cleanup presets. Recent releases have addressed past controversies, and the Free build remains useful.

Where it falls short: Cloud sync and update notifications push the paid tier. Registry cleaning is a category that rarely produces real gains.

Pricing:

Runs on: Windows 7 through 11, plus macOS.

Download: ccleaner.com

Bottom line: Fine as a preset one-click cleaner; skip the paid nag and skip the Registry pass.

7. PrivaZer, the deep-clean tool for residues most cleaners miss

PrivaZer targets residues (index files, thumbnail caches, USN journals, old restore points, Prefetch entries) that most cleaners leave alone. It is the tool for readers who care about drive hygiene beyond “recover space.”

Where it falls short: The nag screens for the paid tier are aggressive. Some scans take a long time.

Pricing:

Runs on: Windows 7 through 11.

Download: privazer.com

Bottom line: The pick for readers who care about privacy hygiene as much as free space.

8. SpaceSniffer, the treemap you can navigate while it scans

SpaceSniffer shows an animated treemap while it is still scanning. Big files pop into view first; you can click into them and start cleanup while the rest of the drive finishes indexing. Portable, tiny download, no install.

Where it falls short: Not actively developed in years. Feature set is intentionally small.

Pricing:

Runs on: Windows 7 through 11.

Download: uderzo.it/main_products/space_sniffer

Bottom line: A pocket-sized companion for the USB toolkit; boot into Windows, run it, decide, move on.

How to pick the right cleanup stack

FAQ

How do I safely disable the Windows 11 hibernation file to reclaim SSD space?

Open an elevated Command Prompt and run powercfg /hibernate off. That removes hiberfil.sys, which typically frees 8 to 32GB depending on your RAM size. If you use hybrid sleep or want to keep hibernation, leave it on.

What is the safest way to clean C:\Windows\Installer?

Use PatchCleaner with the “move” option to a temporary directory first. Boot normally for a few weeks; if nothing complains, delete the moved files. Never manually delete files from C:\Windows\Installer.

Is CCleaner still safe to use in 2026?

Yes, with the caveat that you avoid the Registry cleaner and decline the paid-tier upsells. The scandals around bundled installers are long in the past.

Which app shows the biggest files on my drive fastest?

WizTree, by a wide margin. It reads the NTFS Master File Table directly and can size a 1TB SSD in about a minute on modern hardware.

Do these tools work on Windows 11 24H2?

Yes. All eight are tested on Windows 11 24H2. WizTree, TreeSize Free, BleachBit, and PatchCleaner also support Windows 10 and older.