The XDA piece on the hidden Windows 11 folder eating drive space (specifically the DeliveryOptimization cache under C:\Windows\SoftwareDistribution\) landed because it is the tip of a bigger problem: Windows treats free disk space like a shared cache and never tells you which of its half dozen caches has grown. The fix is not one deep-clean button. It is one analyzer to see what actually eats the drive and one or two focused cleaners to remove it safely.
We tested seven Windows 11 storage cleanup and analyzer apps in 2026. The picks below cover the two jobs you actually need: find where the space went (the analyzer), and free it without breaking anything (the cleaner).
What to look for in a Windows storage cleanup app
- Analyzer speed. A scan that takes ten minutes on a 2 TB drive is fine once. WizTree and TreeSize can do the same scan in seconds by reading the MFT directly instead of walking every directory.
- Focused cleaners over kitchen sinks. Anything that promises to “optimize the registry” is 2005 software. Aim for tools that show what they will delete before they touch anything.
- Safe defaults. The best cleaners default to skipping user data unless you tick something.
- Portable operation. A cleaner you run twice a year is best kept as a portable executable, not another auto-updating service in the background.
- Coverage of Windows own caches. The DeliveryOptimization folder, WinSxS component store, Windows Update rollback, and the Windows Setup files all fill up on their own. Tools that address these specifically are worth more than general junk cleaners.
Quick comparison
| App | Job | Free | Portable | Cleans Windows caches |
|---|---|---|---|---|
| BleachBit | Cleaner (open source) | Yes | Yes | Yes |
| WizTree | Analyzer (MFT-based) | Yes | Yes | View only |
| TreeSize Free | Analyzer (folder-focused) | Yes (Pro paid) | Yes | View only |
| WinDirStat | Analyzer (visual treemap) | Yes | Yes | View only |
| PatchCleaner | Windows Installer cleaner | Yes | Yes | Installer cache |
| Wise Disk Cleaner | Cleaner (GUI-first) | Yes | Yes | Yes |
| Storage Sense | Built-in Windows cleaner | Yes | Built-in | Yes (limited) |
The 7 best Windows 11 hidden storage cleanup apps
1. BleachBit — best overall cleaner
BleachBit cleans browser caches, app leftovers, thumbnails, Windows logs, DeliveryOptimization, and dozens of other targets, with a preview of exactly what it will remove. Every checkbox shows the disk space it would recover before you click Clean, so you never wipe something you actually needed. The open-source code means what it is doing is auditable, which the CCleaner era did not offer.
Where it falls short: Interface is dry. First run is intimidating; there are a lot of checkboxes and some will delete browser sessions if you tick them without reading.
Pricing: Free and open source (GPL-3.0).
Platforms: Windows 10 and 11 (also runs on Linux).
Download: bleachbit.org · GitHub
Bottom line: The cleaner to install. Uncheck anything you are unsure about and run Preview before Clean, every time.
2. WizTree — best analyzer for speed
WizTree reads the NTFS Master File Table directly, which means it scans a full drive in seconds instead of minutes. Results show every file and folder sorted by size, with a visual treemap for spotting the outliers instantly. When Windows tells you 300 GB disappeared, WizTree tells you exactly which folder in under ten seconds.
Where it falls short: Free for personal use; commercial use needs a license. Only reads NTFS drives (not ReFS or exFAT USB drives).
Pricing: Free for personal use; paid Pro tier priced modestly.
Platforms: Windows 10 and 11.
Download: wiztreefree.com
Bottom line: The fastest way to answer “what took the space?” on any Windows machine.
3. TreeSize Free — best analyzer for folder-first thinking
TreeSize Free shows a familiar folder tree with size totals for every directory, expandable to file level. If you already think in “what is inside C:\Users?” instead of the treemap way, this is your tool. The Free edition covers the actual usefulness; the Pro edition adds scheduled scans and export.
Where it falls short: Slower than WizTree on huge drives (still uses directory traversal). Pro nag prompts are frequent.
Pricing: Free tier is fully functional; Pro tier for professional use.
Platforms: Windows 10 and 11.
Download: jam-software.com/treesize_free
Bottom line: The friendlier analyzer for people who do not want a treemap.
4. WinDirStat — best visual analyzer
WinDirStat is the classic treemap analyzer. Every file gets a colored rectangle, sized by disk usage; the giant orange square in the corner is usually the file you did not know existed. It has been around forever and shows in every “clean up your PC” guide of the last decade for good reason.
Where it falls short: Slower than WizTree because it walks the directory tree normally. Old-school interface.
Pricing: Free and open source (GPL-2.0).
Platforms: Windows 10 and 11.
Download: windirstat.net
Bottom line: The prettier alternative when WizTree feels too text-heavy.
5. PatchCleaner — best for the Windows Installer cache
PatchCleaner targets one specific problem: the C:\Windows\Installer\ folder, which accumulates .msi and .msp files from every Windows update and app install and grows silently to tens of GB. It cross-references what is still referenced by installed apps and offers to move or delete the orphans.
Where it falls short: Single-purpose tool. Do not use it if you never install desktop apps that use the Windows Installer.
Pricing: Free (donation-supported).
Platforms: Windows 10 and 11.
Download: homedev.com.au/free/patchcleaner
Bottom line: If your C:\Windows\Installer is over 5 GB, this recovers most of it safely.
6. Wise Disk Cleaner — best GUI-first cleaner
Wise Disk Cleaner is the “one-click clean” people who do not want to read checkboxes actually reach for. Common Cleaner covers logs, thumbnails, browser caches; Advanced Cleaner covers older Windows update files; a scheduler runs the safe defaults automatically. It also includes a defragmenter but you should ignore that on SSDs.
Where it falls short: The “PC Optimization” tab pushes settings tweaks that are not always a good idea. Toolbars in older installers; download from the official site only.
Pricing: Free (ad-supported installer) with a paid Pro tier.
Platforms: Windows 10 and 11.
Download: wisecleaner.com/wise-disk-cleaner
Bottom line: Use it for the Common Cleaner tab and ignore the marketing around the rest.
7. Storage Sense — best built-in option
Storage Sense is baked into Windows 11 Settings and it does more than most users know. Configured properly, it clears Recycle Bin over 30 days old, deletes files in Downloads not opened in 60 days, and empties the DeliveryOptimization cache when the drive is running low. It is not enabled by default, and even when enabled the defaults are conservative.
Where it falls short: Only cleans what Microsoft has told it about. The Windows.old folder from a feature update sometimes stays until you run Disk Cleanup manually.
Pricing: Free (built into Windows 11).
Platforms: Windows 11.
Access: Settings, System, Storage, turn on Storage Sense, configure the schedule.
Bottom line: Enable it, review the toggles, and let it run in the background before you reach for anything third-party.
How to pick the right one
- Every user, first step: enable Storage Sense and let it run for a week.
- To answer “what disappeared” fast: WizTree.
- To answer the same question with prettier visuals: WinDirStat or TreeSize Free.
- To actually delete what you find, safely: BleachBit.
- Windows Installer folder over 5 GB: PatchCleaner.
- You want a hand-holding GUI cleaner: Wise Disk Cleaner (Common Cleaner tab only).
FAQ
What is the hidden Windows 11 file that fills the drive?
The XDA piece points at the DeliveryOptimization cache under C:\Windows\SoftwareDistribution\. Storage Sense clears it on low-space triggers; BleachBit’s Windows Update target clears it on demand.
Is CCleaner still safe to use?
It works, but the ownership change and the past bundled-software history put it below the picks above for most users. BleachBit does the same job without the trust baggage.
How do I safely clean the WinSxS folder?
Do not delete inside it manually. Run DISM /Online /Cleanup-Image /StartComponentCleanup from an admin prompt, which is what Storage Sense triggers under the hood.
Can I move the Windows Installer folder to another drive?
Yes, and PatchCleaner offers that as an option instead of deletion. Keeping it on a spinning disk while your OS lives on SSD is a common workaround.
Which one is safest for a non-technical user?
Storage Sense with the defaults on. If they need more, Wise Disk Cleaner’s Common Cleaner tab is the safest third-party option.