System Turn On or Off Storage Sense in Windows 11

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:

Storage_Sense_banner.png

This tutorial will show you how to turn on or off Storage Sense to automatically free up system drive space for your account in Windows 11.

Storage Sense can automatically free up drive space for you by getting rid of items that you don't need, like temporary files and items in your Recycle Bin.

Storage Sense is off by default. If your PC runs into low disk space and you have not interacted with Storage Sense in the past, Windows may turn on Storage Sense to manage select temporary files, then notify you. If you prefer, you can choose to turn Storage Sense off right away or after the low disk state is resolved.

If Storage Sense is turned on with the default settings, it will run when your device is low on disk space and will clean up unnecessary temporary files. Content from the Recycle Bin will be deleted by default after some time, but items in your Downloads folder and OneDrive (or any other cloud provider) will not be touched unless you set up Storage Sense to do so.

Starting with Windows 11 build 22557, Storage Sense will now be enabled by default for PCs going through OOBE. Your current settings will be persisted on upgrade.

Reference:

Storage Sense works on your system drive ("C:") only, which contains the Windows operating system.



Contents

  • Option One: Turn On or Off Storage Sense in Settings
  • Option Two: Turn On or Off Storage Sense using REG file


EXAMPLE: Manage drive space with Storage Sense






Option One

Turn On or Off Storage Sense in Settings


1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on Storage on the right side. (see screenshot below)


Storage_Sense-1.png

3 Do step 4 (on) or step 5 (off) below for what you would like to do.


 4. Turn On Storage Sense

This is the default setting.


A) Click/tap on Storage Sense under Storage management on the right side. (see screenshot below)​


Storage_Sense-3.png

B Cleanup of temporary files

This setting is saved to the DWORD in the registry key below:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\StoragePolicy

04 DWORD

0 = Off
1 = On


C Automatic User content cleanup
Turn On Storage Sense under Automatic User content cleanup for what you want.​

This setting is the same as Option Two.


D Run Storage sense
Select Every day, Every week, Every month, or During low free disk space (default) in the Run Storage sense drop menu for when you want Storage Sense to automatically run.​

This setting is saved to the DWORD in the registry key below:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\StoragePolicy

2048 DWORD

0 = During low free disk space
1 = Every day
7 = Every week
30 (decimal) = Every month


E Delete files in my recycle bin if have been there for over
Select Never, 1 day, 14 days, 30 days (default), or 60 days in the Delete files in my recycle bin if have been there for over drop menu for what you want.​

This setting is saved to the DWORD in the registry key below:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\StoragePolicy

256 DWORD

0 = Never
1 = 1 day
13 (decimal) = 14 days
30 (decimal) = 30 days
60 (decimal) = 60 days


F Delete files in my Downloads folder if they haven't been opened for more than
Select Never (default), 1 day, 14 days, 30 days, or 60 days in the Delete files in my Downloads folder if they haven't been opened for more than drop menu for what you want.​

This setting is saved to the DWORD in the registry key below:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\StoragePolicy

512 DWORD

0 = Never
1 = 1 day
13 (decimal) = 14 days
30 (decimal) = 30 days
60 (decimal) = 60 days


G OneDrive content will become online-only if not opened for more than
Select Never (default), 1 day, 14 days, 30 days, or 60 days in the OneDrive content will become online-only if not opened for more than drop menu for what you want.​

H) When finished, go to step 6.​

Storage_Sense-4.png


 5. Turn Off Storage Sense

A) Turn off Storage Sense under Storage management on the right side, and go to step 6. (see screenshot below)​

Storage_Sense-2.png

6 You can now close Settings if you like.




Option Two

Turn On or Off Storage Sense using REG file


This is for enabling or disabling all Automatic User content cleanup Storage Sense settings.


1 Do step 2 (on) or step 3 (off) below for what you want.

2 To Turn On Storage Sense

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Turn_on_Storage_Sense_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\StoragePolicy]
"01"=dword:00000001

3 To Turn Off Storage Sense

A) Click/tap on the Download button below to download the file below, and go to step 4 below.

Turn_off_Storage_Sense_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\StoragePolicy]
"01"=dword:00000000

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
Starting with Windows 11 build 22557, Storage Sense will now be enabled by default for PCs going through OOBE.
To Turn Off Storage Senser
Dear @Brink , thanks a lot for the tutorials :D As always they are very useful :clap:

In the beginning, it says that a Win11 Insider build between v21H2 (22000) and v22H2 (22621), has Storage Sense enabled by default. But inside the contents of this tutorial, it shows that is Disabled by default, either in "Settings App" (Option One) and "Registry" (Option 2).

I use right now Win11 v24H2, but I don't know if Storage Sense is enabled or disabled by default in a Fresh Install, because I migrate from Win10 v22H2 where Storage Sense is enabled by default.

Also, in the Option Two -> Step 3 title, there's a typo. It must say: "To Turn Off Storage Sense".
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
Dear @Brink , thanks a lot for the tutorials :D As always they are very useful :clap:

In the beginning, it says that a Win11 Insider build between v21H2 (22000) and v22H2 (22621), has Storage Sense enabled by default. But inside the contents of this tutorial, it shows that is Disabled by default, either in "Settings App" (Option One) and "Registry" (Option 2).

I use right now Win11 v24H2, but I don't know if Storage Sense is enabled or disabled by default in a Fresh Install, because I migrate from Win10 v22H2 where Storage Sense is enabled by default.

Also, in the Option Two -> Step 3 title, there's a typo. It must say: "To Turn Off Storage Sense".

Hello, :alien:

Storage Sense is indeed turned on by default.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender

Latest Support Threads

Back
Top Bottom