Forum Discussion

Gaelljiw's avatar
Gaelljiw
Copper Contributor
Aug 28, 2026

How do I turn off storage sense in Windows 11 permanently?

Storage Sense keeps activating on my Windows 11 computer, and I prefer to manage storage cleanup manually rather than having automatic cleanup happen without my control. I have changed the available settings, but I am unsure whether the feature can be completely disabled and remain off permanently after restarting my computer.

I would like clear guidance on the settings needed to turn off storage sense in Windows 11 permanently and prevent it from becoming active again unexpectedly.

8 Replies

  • Others already provided enough info, you disable disable storage sense service if you want to make sure it doesn't run. Set it's startup type to disabled and turn it off from settings. 

  • GavinBrown's avatar
    GavinBrown
    Iron Contributor

    The most common mistake is thinking that simply flipping the toggle in Settings > System > Storage > Storage Sense to "Off" is enough to permanently turn off storage sense in Windows 11.

  • Robertoen's avatar
    Robertoen
    Tin Contributor

    BleachBit is a powerful, free, and open-source disk cleanup utility . Its purpose is to manually delete temporary files, browser caches, logs, and other junk data that built-in tools like Storage Sense might miss . It gives you deep, granular control over what gets removed and also features a secure file shredder.

    If you want to turn off storage sense in Windows 11 for good, you need to change the setting directly in Windows. There are several reliable, built-in methods to do this:

    1. The Simple Way (Settings): Go to Settings > System > Storage, click on "Storage Sense," and toggle the switch to Off .
    2. The Permanent Way: This is the most reliable way to turn off storage sense in Windows 11 system-wide. You can create a registry key at HKLM\ SOFTWARE\ Policies\Microsoft\Windows\ StorageSense and set the DWORD value AllowStorageSenseGlobal to 0 .
    3. The Method for IT Pros: If you have Windows Pro or Enterprise, you can use the Group Policy Editor to disable it .

     

    These methods are the only reliable ways to achieve the goal of permanently disabling the Storage Sense feature itself. BleachBit is a great tool for general system cleanup, but it's not built for this specific management task .

  • Finnecess's avatar
    Finnecess
    Tin Contributor

    The most effective way to disable storage sense permanently in Windows 11 via PowerShell is to directly change a registry key that controls the feature . This method is often found within more comprehensive "debloat" scripts that aim to turn off various system features.

    To implement this, you would run a PowerShell script that executes this specific command:

    powershell
    Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\StorageSense" -Name "AllowStorageSenseGlobal" -Value 0

    This command targets the StorageSense registry key and sets the Allow Storage SenseGlobal value to 0, which instructs Windows to turn off Storage Sense and prevents users from easily re-enabling it through the Settings app.

    While PowerShell provides a potent method, it's worth noting that the simplest way to turn off Storage Sense is through the Settings app (Settings > System > Storage > Storage Sense) . However, Windows has been known to re-enable this feature automatically under certain conditions, which is why a system-wide registry policy is often the preferred method for a permanent fix.

    So, you can effectively disable storage sense permanently in Windows 11 using PowerShell scripts. In fact, using a PowerShell script to modify the Windows Registry is the most reliable method for a permanent system-wide deactivation.

  • Aidensio's avatar
    Aidensio
    Copper Contributor

    Windows-Optimizer can be a valid tool to turn off storage sense in Windows 11 permanently. This makes it a potentially useful option if you are looking for a script-based approach to system optimization, rather than manually changing settings.

    How Windows-Optimizer Works

    The project includes functions named DisableStorageSense and EnableStorageSense, which are designed precisely to turn off storage sense in Windows 11 or to turn it back on . The developer of the project recommends leaving it disabled for most users . This project is part of a broader optimization script, which comes in various versions, with some including a graphical interface (GUI) or 'wrapper' to make it easier to use .

    Important Considerations
    While Windows-Optimizer can turn off storage sense in Windows 11, it is a powerful script that makes many other changes to your system. It's essential to be aware that these scripts can be aggressive. For example, some versions are described as applying "extreme" optimization modes for systems with low RAM, which involves disabling many services .

    There are also other similar scripts, like the one mentioned in the Spiceworks community, which actively enable Storage Sense instead of disabling it . Therefore, it's crucial to carefully review which specific version of the script you are using and what it actually does.

  • HenryBrown's avatar
    HenryBrown
    Iron Contributor

    Storage Sense is a built-in feature in Windows that automatically frees up space by deleting temporary files, Recycle Bin contents, and unused downloads. While this is helpful for some users, others may find it too intrusive or prefer to manage their storage space manually.

    If you want to disable this feature without having to navigate through multiple settings menus, PowerShell offers a quick and scriptable alternative. For users who wish to turn off storage sense in Windows 11, this command-line method is particularly useful when managing multiple computers or automating system configuration.

    Step-by-Step Configuration

    Open PowerShell as an administrator to ensure you have the necessary permissions to modify system settings. To completely disable Storage Sense, run the following command:

    Set-ItemProperty -Path “HKCU:\Software\Microsoft\Windows\CurrentVersion\StorageSense” -Name “StorageSenseEnabled” -Value 0

    This will modify the registry key that controls whether Storage Sense is active. To disable automatic scheduled cleanup as well, run the following additional command:

    Set-ItemProperty -Path “HKCU:\Software\Microsoft\Windows\CurrentVersion\StorageSense” -Name “PeriodicRunTime” -Value 0

    • After running these two commands, restart your computer to ensure the changes take full effect. 

    Technical Specifications and Options:

    • Both of these commands modify registry values under the StorageSense key:

    StorageSenseEnabled

    • Controls whether Storage Sense is enabled

    PeriodicRunTime

    • Controls whether automatic cleanup runs periodically

    The Set-ItemProperty cmdlet

    • is the standard PowerShell command used to modify registry values
    • The path points to the registry location for Windows Storage Sense settings. You can also use

    Get-ItemProperty -Path “HKCU:\Software\Microsoft\Windows\CurrentVersion\StorageSense

    • to view the current settings and verify the changes you’ve made.

    This process takes effect immediately, requires no installation, and can be incorporated into a script for deployment across multiple computers. If you ever need to turn off storage sense in Windows 11 on multiple machines, this PowerShell approach can be easily packaged into a deployment script.

  • AsherBowie's avatar
    AsherBowie
    Iron Contributor

    Windows 11 includes automatic storage management features that can remove temporary files and other unnecessary data. While this can be useful for some users, others may prefer to control cleanup manually and search for the disable storage sense peramnently in windows 11 method.

    WinUtil is a Windows configuration and maintenance tool that provides options for managing different system settings. It can be useful when adjusting privacy, system behavior, and other Windows features from a single interface.

    To get started, open the tool and look through the available Windows settings. Find the options related to Storage Sense or automatic storage cleanup, change the setting to disable it, and apply the changes. Afterward, open Settings → System → Storage → Storage Sense and check that automatic cleanup is turned off. It is also worth checking the settings again after a major Windows update. For users looking for disable storage sense peramnently in windows 11, this provides a convenient way to manage the feature.

  • Disabling Storage Sense through the Settings app is a quick way to temporarily turn off Windows 11 automatic storage management feature.

    This method is ideal for users who want immediate control without having to edit the registry or use third-party tools.

    As a simple wayturn off storage sense in Windows 11, this method allows you to stop the automatic deletion of temporary files and Recycle Bin contents through the native Settings interface.

    How to Turn Off Storage Sense in Windows 11

    Step 1: Open Settings → System → Storage

    Step 2: Turn Storage Sense off

    Step 3: Tap Storage Sense to open its advanced settings

    Step 4: Under Run Storage Sense, select Never from the drop-down menu

    Step 5: Uncheck Delete temporary files that apps no longer use

    Finally, uncheck Delete files from the Recycle Bin if they've been there for more than 30 days

    This method is quick and easy and requires no technical knowledge. However, it may not be permanent; Windows may re-enable Storage Sense after a system update or restart.

    Users who need to disable Storage Sense in Windows 11 more permanently will need to use Group Policy or modify the registry.