Fix Storage Sense Did Not Free Up Space on Windows 11
🔍 WiseChecker

Fix Storage Sense Did Not Free Up Space on Windows 11

Quick fix: Storage Sense cleans specific categories on a schedule. If it didn’t free space, ensure rules are set: Settings → System → Storage → Storage Sense. Verify on, set Run Storage Sense to Every week, and configure thresholds for Recycle Bin / Downloads file age. Click Run Storage Sense now.

You enabled Storage Sense. Days pass. Disk still full. Storage Sense isn’t aggressive enough — default settings only clean very old files. Configure thresholds for more aggressive cleanup.

Symptom: Storage Sense enabled but disk space not freed automatically.
Affects: Windows 11 (and Windows 10) Storage Sense.
Fix time: ~5 minutes.

ADVERTISEMENT

What causes this

Storage Sense default rules are conservative. By default: clean temporary files only when running, Recycle Bin items older than 30 days, Downloads older than 60 days. Tweaking thresholds and including more categories makes it actually free space.

Method 1: Configure Storage Sense thresholds

The standard configuration.

  1. Open Settings → System → Storage → Storage Sense.
  2. Toggle Cleanup of temporary files on.
  3. Toggle Automatic User content cleanup on.
  4. Set Run Storage Sense: Every week. (Default: Only when free space low.)
  5. For Recycle Bin: set Delete files in my recycle bin if they have been there for over: 14 days (or 30/60/90 as you prefer).
  6. For Downloads: Delete files in my Downloads folder if they haven’t been opened for more than: 30 days. (Caveat: if you keep important files in Downloads without opening, they delete.)
  7. For OneDrive cloud-only conversion: Content will become online-only if not opened for more than: 30 days. Freed local disk while keeping files in OneDrive cloud.
  8. Click Run Storage Sense now for immediate cleanup. Verify free space increased.

This is the standard configuration.

ADVERTISEMENT

Method 2: Combine with Disk Cleanup for more thorough

For deeper cleanup.

  1. Storage Sense covers: temp files, Recycle Bin, Downloads, OneDrive offline content. Doesn’t cover: Windows Update Cleanup, Previous Windows install, Component Store.
  2. For those: run cleanmgr with admin (Disk Cleanup → Clean up system files button). Tick Windows Update Cleanup, Delivery Optimization Files, Previous Windows installation, Windows ESD installation files.
  3. Also: DISM /Online /Cleanup-Image /StartComponentCleanup for WinSxS reduction.
  4. For hibernation file: powercfg /h off (if not using hibernate) saves RAM-size GB.
  5. For shadow copies: vssadmin resize shadowstorage /For=C: /On=C: /MaxSize=5GB caps at 5 GB.
  6. For OneDrive specifically: right-click folders → Free up space to mark as cloud-only.

This is the comprehensive approach.

Method 3: Identify what’s using space and target manually

For unexpected space hogs.

  1. Install WizTree (free, diskanalyzer.com). Scans NTFS in seconds.
  2. Identify big folders/files. Examples:
    • %LocalAppData%\Microsoft\Edge\User Data\Default\Cache — browser cache.
    • %LocalAppData%\Microsoft\Teams — Teams cache.
    • %LocalAppData%\Discord — Discord cache.
    • %AppData%\Spotify — Spotify cache.
    • Game install folders (Steam library).
  3. For each large item: investigate. Caches can be safely deleted (apps re-create). Games: move to D: drive or uninstall.
  4. For Visual Studio / development: node_modules, build, dist folders accumulate. Storage Sense doesn’t touch these. Manually delete or use cleanup scripts.
  5. For Linux/WSL2: %LocalAppData%\Packages\CanonicalGroupLimited.*\LocalState\ext4.vhdx can be huge. wsl --shutdown then Optimize-VHD to shrink.

This is the right path for unconventional space hogs.

How to verify the fix worked

  • Settings → Storage shows reduced used space and increased free.
  • Storage Sense reports last run with summary (e.g., “Freed 3.2 GB”).
  • WizTree post-cleanup shows previously-bloated folders are smaller.

If none of these work

If space doesn’t free: OneDrive sync conflict: cloud-only conversion may not work if OneDrive is paused or signed out. Verify OneDrive client is running and signed in. For Downloads folder excluded: Storage Sense may not act on Downloads if folder is redirected. Verify Settings → System → Storage → Storage Sense covers Downloads. For very full drive: Storage Sense itself needs some free space to operate. Manually delete a few GB first via File Explorer to give it room. For PCs with very large Windows.old folder: takes time to delete (10+ minutes). Wait, or delete manually after Storage Sense fails. For corporate-managed PCs: Group Policy may disable Storage Sense automation. Check policies.

Bottom line: Settings → Storage Sense → configure thresholds for Recycle Bin, Downloads, OneDrive. Run weekly. Combine with cleanmgr and DISM cleanup for thorough recovery.

ADVERTISEMENT