Skip to content
Follow
Windows

How to Enable or Disable Storage Sense in Windows 11

Richard
Written by
Richard
Mar 7, 2026 Updated Sep 15, 2026 3 min read
How to Enable or Disable Storage Sense in Windows 11
How to Enable or Disable Storage Sense in Windows 11

Storage Sense in Windows 11 automatically clears out junk files like old temporary items and things left in your Recycle Bin to keep your hard drive from filling up. Windows keeps this feature turned off by default, but turns it on automatically if your free space drops below 1 gigabyte.

Advertisement

You can turn Storage Sense on or off at any time and pick how often it cleans your files. This helps you keep your PC running smoothly without having to dig through folders yourself.

⚡ Quick Answer

You manage Storage Sense in Windows 11 via the Settings app. Navigate to System Storage Storage Sense, then toggle the switch to enable or disable it. You can also configure its automatic cleanup settings here.

Advertisement

What Does Storage Sense Do?

Who Can Change Storage Sense Settings?

⚠️ Admin Required: To change Storage Sense for all users, you must be signed in as an administrator on your PC.

How to Enable or Disable Storage Sense

There are two primary methods to control this setting for everyone using your PC:

Option 1Using Local Group Policy Editor (For 🪟 Windows 11 Pro, Enterprise, Education)

Local Group Policy Editor lets you turn Storage Sense Windows 11 on or off on Pro, Enterprise, and Education editions by changing system policies. You open the tool using the Run dialog box, find the specific storage policy in your system folders, and change its state to enabled or disabled based on your preference.

  1. Press Win+R keys on your keyboard, type gpedit.msc, and press Enter to open the Local Group Policy Editor.
  2. In the left panel, go to: Computer Configuration Administrative Templates System Storage Sense
  3. In the right panel, double-click Allow Storage Sense.
  4. You will see three options:
    • Not Configured – This lets users turn Storage Sense on or off themselves (default).
    • Enabled – Storage Sense is always on, but users can change how often it runs.
    • Disabled – Storage Sense is completely turned off and users can’t enable it.
  5. Choose the option you want, click OK, and close the editor.
Allow storage sense Windows 11
Allow storage sense Windows 11

Advertisement
Windows 11 Storage Sense options configuration settings dialog
Windows 11 Storage Sense options configuration settings dialog

Option 2Using Windows Registry (All 🪟 Windows 11 editions)

Registry Editor lets you turn Storage Sense Windows 11 on or off across all editions, including Home, by modifying specific system keys. You open the registry tool through the Run command, locate the correct storage path in HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\StorageSense, and adjust the relevant DWORD value to control the feature.

Follow these steps:

  1. ⚠️ Admin Required: Press Windows + R, type regedit, and press Enter to open the Registry Editor.
  2. Navigate to this key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\StorageSense
  3. If the StorageSense folder doesn't exist, create it by right-clicking Windows, choosing New Key, and naming it StorageSense.
  4. In the right pane, create or modify a DWORD (32-bit) value named AllowStorageSenseGlobal:
    • Delete the value or set it to Not Configured (default): Remove the AllowStorageSenseGlobal value.
    • To always enable Storage Sense: Set the value to 1.
    • To always disable Storage Sense: Set the value to 0.

Default - Enable Storage Sense

Advertisement
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\StorageSense" /v AllowStorageSenseGlobal /f

Always enable Storage Sense

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\StorageSense" /v AllowStorageSenseGlobal /t REG_DWORD /d 1 /f

Always disable Storage Sense

Storage Sense is a Windows 11 tool that automatically removes unneeded files to save computer space. Storage Sense is turned off by default, but an administrator can turn it on for all users. You can choose to let individual users decide whether to use Storage Sense, or leave the setting unconfigured. Turning Storage Sense on can help your PC run better.

Where is storage sense in 🪟 Windows 11?

Turn on Storage Sense Go to Start Settings System Storage

How often should I run storage Sense?

Click Storage Sense (or “Configure Storage Sense or run it now”) to open configuration. Choose the cadence: Only when low on disk space, Every day, Every week, or Every month. Many users prefer Weekly or Monthly as a balanced choice.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

How to Use Storage Sense in Windows 11
Windows How to Use Storage Sense in Windows 11
How to Delete Files in Windows 11
Windows How to Delete Files in Windows 11
How to Reset Group Policy Windows 11 to Default
Windows How to Reset Group Policy Windows 11 to Default
How to Empty the Recycle Bin in Windows 11
Windows How to Empty the Recycle Bin in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *