On Windows 10, Reserved Storage is a feature designed to allocate part of your device available storage for updates and upgrades to avoid problems as a result of not enough space.
The feature has been available since version 1903, and it comes enabled by default after a clean installation or on newly manufactured devices.
Starting with version 2004, Windows 10 is introducing new commands for the Deployment Image Servicing and Management (DISM) command tool, which allows you to determine if Reserved Storage is configured as well as to enable or disable the feature.
In this guide, you’ll learn the steps to enable or disable Reserved Storage using the DISM commands on Windows 10 version 2004.
- How to enable Reserved Storage using DISM command
- How to disable Reserved Storage using DISM command
How to enable Reserved Storage using DISM command
DISM command to enable Reserved storage on Windows 10:
-
Open Start.
-
Search for Command Prompt, right-click the top result, and select the Run as administrator option.
-
Type the following command to confirm whether Reserved Storage is enabled or disabled, and press Enter:
dism /Online /Get-ReservedStorageState
-
Type the following command to enable Reserved Storage and press Enter:
dism /Online /Set-ReservedStorageState /State:Enabled
After you complete the steps, Reserved Storage will enable on your device setting aside a part of the available storage to avoid problems during updates and upgrades.
How to disable Reserved Storage using DISM command
DISM command to disable Reserved storage on Windows 10:
-
Open Start.
-
Search for Command Prompt, right-click the top result, and select the Run as administrator option.
-
Type the following command to confirm whether Reserved Storage is enabled or disabled, and press Enter:
dism /Online /Get-ReservedStorageState
-
Type the following command to disable Reserved Storage and press Enter:
dism /Online /Set-ReservedStorageState /State:Disabled
Once you complete the steps, Windows 10 will unlock the storage previously reserved to prevent problems during updates without users having to free up space.
Although you can enable or disable Reserved Storage using the DISM command tool, it won’t take effect until the next upgrade of Windows 10.