System Enable or Disable Reserved Storage in Windows 11


  • Staff
Strorage_Usage_banner.png

This tutorial will show you how to enable or disable the Reserved Storage feature in Windows 10 and Windows 11.

Disabling reserved storage will free up the hard drive space reserved by reserved storage.

To make sure your device can successfully update and that it runs its best, Windows reserves a portion of storage space on your device for use by temporary files, caches, and other files. When your device is low on space, Windows will clear reserved storage so it can be used for other processes, like a Windows update. Reserving storage also helps keep disk space usage on your device more predictable and more stable.

How does it work?

When apps and system processes create temporary files, these files will automatically be placed into reserved storage. These temporary files won’t consume free user space when they are created and will be less likely to do so as temporary files increase in number, provided that the reserve isn’t full. Since disk space has been set aside for this purpose, your device will function more reliably. Storage sense will automatically remove unneeded temporary files, but if for some reason your reserve area fills up Windows will continue to operate as expected while temporarily consuming some disk space outside of the reserve if it is temporarily full.

Windows Updates made easy

Updates help keep your device and data safe and secure, along with introducing new features to help you work and play the way you want. Every update temporarily requires some free disk space to download and install. On devices with reserved storage, update will use the reserved space first.

When it’s time for an update, the temporary unneeded OS files in the reserved storage will be deleted and update will use the full reserve area. This will enable most PCs to download and install an update without having to free up any of your disk space, even when you have minimal free disk space. If for some reason Windows update needs more space than is reserved, it will automatically use other available free space. If that’s not enough, Windows will guide you through steps to temporarily extend your hard disk with external storage, such as with a USB stick, or how to free up disk space.

How much of my storage is reserved?

Microsoft anticipates that reserved storage will start at about 7GB, however the amount of reserved space will vary over time based on how you use your device. For example, temporary files that consume general free space today on your device may consume space from reserved storage in the future. Additionally, over the last several releases Microsoft has reduced the size of Windows for most customers. Microsoft may adjust the size of reserved storage in the future based on diagnostic data or feedback. The reserved storage cannot be removed from the OS, but you may be able to reduce the amount of space reserved by removing unused optional features and languages. More details below.

The following two factors influence how reserved storage changes size on your device:
  • Optional features. Many optional features are available for Windows. These may be pre-installed, acquired on demand by the system, or installed manually by you. When an optional feature is installed, Windows will increase the amount of reserved storage to ensure there is space to maintain this feature on your device when updates are installed. You can reduce the amount of space required for reserved storage on your device by uninstalling optional features you are not using.
  • Installed Languages. Windows is localized into many languages. Although most of our customers only use one language at a time, some customers switch between two or more languages. When additional languages are installed, Windows will increase the amount of reserved storage to ensure there is space to maintain these languages when updates are installed. You can reduce the amount of space required for reserved storage on your device by uninstalling languages you aren’t using.
References:

You must be signed in as an administrator to enable or disable reserved storage.



Contents

  • Option One: Check if Reserved Storage is Currently Enabled or Disabled using Command
  • Option Two: Enable or Disable Reserved Storage in Command Prompt
  • Option Three: Enable or Disable Reserved Storage in PowerShell
  • Option Four: Enable or Disable Reserved Storage using REG file


EXAMPLE: Reserved storage in Settings

If you disable reserved storage, then you can open the Settings > System > Optional Features page afterwards to refresh reserved storage to free it up and no longer show in Settings.

If you enable reserved storage after being disabled, reserved storage will be applied and display again in Settings after Windows has been updated with the next new build via Windows Update.


Reserved_Storage_enabled.png
Reserved_Storage_disabled.png





Option One

Check if Reserved Storage is Currently Enabled or Disabled using Command


1 Open Windows Terminal (Admin), and select either Windows PowerShell or Command Prompt.

2 Copy and paste the appropriate command below into Windows Terminal (Admin), and press Enter. (see screenshots below)

(Windows PowerShell)​
Get-WindowsReservedStorageState

OR​

(Command Prompt)​
DISM /Online /Get-ReservedStorageState

3 You will now see if the current reserved storage state is Enabled (default) or Disabled.

Check_Reserved_Storage_PowerShell.png
Check_Reserved_Storage_command.png





Option Two

Enable or Disable Reserved Storage in Command Prompt


1 Open Windows Terminal (Admin), and select Command Prompt.

2 Copy and paste the command below you want to use into Windows Terminal (Admin), and press Enter. (see screenshots below)

(Enable - default)​
DISM /Online /Set-ReservedStorageState /State:Enabled

OR​

(Disable)​
DISM /Online /Set-ReservedStorageState /State:Disabled

3 You can now close Windows Terminal (Admin) if you like.

enable_Reserved_Storage_command.png
disable_Reserved_Storage_command.png





Option Three

Enable or Disable Reserved Storage in PowerShell


1 Open Windows Terminal (Admin), and select Windows PowerShell.

2 Copy and paste the command below you want to use into Windows Terminal (Admin), and press Enter. (see screenshots below)

(Enable - default)​
Set-WindowsReservedStorageState -State Enabled

OR​

(Disable)​
Set-WindowsReservedStorageState -State Disabled

3 You can now close Windows Terminal (Admin) if you like.

enable_Reserved_Storage_PowerShell.png
disable_Reserved_Storage_PowerShell.png





Option Four

Enable or Disable Reserved Storage using REG file


1 Do step 2 (enable) or step 3 (disable) below for what you would like to do.

2 Enable Reserved Storage

This is the default setting


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

Enable_Reserved_Storage.reg


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

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager]
"MiscPolicyInfo"=dword:00000001
"PassedPolicy"=dword:00000001
"ShippedWithReserves"=dword:00000001

3 Disable Reserved Storage

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

Disable_Reserved_Storage.reg


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

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager]
"MiscPolicyInfo"=dword:00000002
"PassedPolicy"=dword:00000000
"ShippedWithReserves"=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

  • Strorage_Usage.png
    Strorage_Usage.png
    4.3 KB · Views: 8
  • Disable_Reserved_Storage.reg
    758 bytes · Views: 20
  • Enable_Reserved_Storage.reg
    762 bytes · Views: 32
Last edited:

Latest Support Threads

Back
Top Bottom