How to Disable Reserved Storage on Windows 11
If you have been using Windows 11 for a while, you might know that the operating system reserves a portion of storage space on your device for use.
The system reserved storage on Windows 11 ensures your device can successfully update and run at its best. This space, if not used for updates, is used to store temporary files, caches, and other files.
How does Windows 11 use Reserved Storage?
Whenever your device is low on space, Windows 11 will automatically clear the reserved storage so it can be used for other processes, like a Windows Update.
While this reserved storage is useful and you shouldn’t disable it, if you urgently need additional storage and cannot think of any files to delete, you can disable the reserve storage.
Once you disable it, Windows will release the amount of reserved storage on the drive where the OS is installed.
How to Disable Reserved Storage on Windows 11?
If you urgently need additional storage space, here’s how you can disable the Reserved Storage.
1. Type PowerShell in the Windows 11 Search bar. Right-click on it and select Run as administrator.
2. When PowerShell opens, execute this command to check the status of reserved storage:
Get-WindowsReservedStorageState
3. If it shows enabled, you can free up the storage space. To free up the reserved storage, execute this command:
Set-WindowsReservedStorageState -State Disabled
4. If you get an error, you should install the pending Windows update before disabling the reserved storage.
5. You should enable the reserved storage once your storage needs are met. To enable it, execute this command:
Set-WindowsReservedStorageState -State Enable
This guide explains how to disable reserved storage on Windows 11 and free up space. If you need more help on this topic, let us know in the comments.