Storage Sense on Windows 11 is a super handy tool anyone can use to free up disk space that is being used by temp files, old updates and junk in the recycle bin. It's an underrated feature that a lot of people overlook when they really shouldn't, as it's a quick and easy way to free up disk space. Unfortunately, it does occasionally stop working properly, so follow along as we guide you through a short list of steps that will get Storage Sense working again.

Takeaways:

  1. Learn how to fix Storage Sense not working on Windows 11
  2. What is causing Storage Sense on Windows 11 to fail?

Why Storage Sense Stops Working

Storage Sense depends on several Windows components to function correctly. If any of these are misconfigured or corrupted, Storage Sense stops working. Most of the time, it's caused by a broken scheduled task, restrictive Group Policy or Registry settings, missing Windows updates, or damaged system files. In some cases, Storage Sense limitations prevent it from cleaning files, though I don't think I've ever seen this issue personally.

How to Fix Storage Sense in windows 11 Not working

Storage Sense runs through Windows Task Scheduler. If the task is disabled or corrupted, automatic cleanup will not occur.

  • Press Win + R, type taskschd.msc, and press Enter.
  • Go to Task Scheduler Library > Microsoft > Windows > StorageSense.
  • Select the StorageSense task and click Run.
  • Check the Last Run Result. A result of 0x0 means it ran successfully.
  • Right-click the task, choose Properties, and open the Triggers tab.
  • Make sure a trigger such as On a schedule or At log on is enabled.
  • In the Conditions tab, ensure power-related restrictions are not blocking the task.
  • Restart the system and test Storage Sense again.

Check Group Policy and Registry Settings

For Pro, Enterprise, and Education editions

  • Press Win + R, type gpedit.msc, and press Enter.
  • Go to Computer Configuration > Administrative Templates > System > Storage Sense.
  • Open Allow Storage Sense and set it to Enabled or Not Configured.
  • Apply the change and run gpupdate /force in an elevated Command Prompt.

For all Windows editions

  • Press Win + R, type regedit, and press Enter.
  • Go to:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\StorageSense

  • Find the DWORD value AllowStorageSenseGlobal.
  • Set its value to 1.
  • Restart the PC.

Install the Latest Windows Updates

Microsoft has released updates that fix Storage Sense related bugs.

  • Open Settings and go to Windows Update.
  • Click Check for updates and install all available updates.
  • After installation, review Update History for recent cumulative updates that address system issues.

Note: Enterprise multi session devices should be verified with the IT administrator to ensure approved updates are installed.

Repair Corrupted System Files

If nothing so far has worked there's a good chance there is some kind of corruption causing issues with Storage Sense so try running the DISM and SFC scans to find and fix the problem.

  • Press Win + R, type cmd, then press Ctrl + Shift + Enter.
  • Run the following command:

DISM /Online /Cleanup-Image /RestoreHealth

How to Fix Storage Sense Not Working on Windows 11

  • After it completes, run:

sfc /scannow

How to Fix Storage Sense Not Working on Windows

  • Restart the system and test Storage Sense.

How to Enable Storage Sense in Windows 11

If Storage Sense is simply disabled, you can turn it back on again by doing the following.

  • Open Settings.
  • Go to System > Storage.
  • Turn on the Storage Sense toggle.
  • Configure cleanup frequency, Recycle Bin rules, and Downloads folder behaviour.