How to Fix "This operation is not supported when reserved storage is in use" error in Windows 11

This feature prevents issues such as failed updates due to insufficient disk space and helps maintain system performance during critical tasks. However, errors can arise related to reserved storage, one of which is the “This operation is not supported when reserved storage is in use” error. While it's an annoying problem it can be fixed fairly easily using the following steps. The steps should also work on Windows 10.

How to Fix "This operation is not supported when reserved storage is in use" error in Windows 11

The error often occurs because Windows is using reserved storage for updates or other system tasks. Simply waiting for these processes to finish may resolve the issue.

Run Disk Cleanup

Disk Cleanup can help clear unnecessary files, which might reduce the load on reserved storage and resolve the error.

Run the SFC and DISM Tools

Running the System File Checker (SFC) and Deployment Imaging Service and Management Tool (DISM) can help fix installation issues by repairing corrupted system files. Follow these steps:

sfc /scannow

If any problems or errors pop up just restart your computer into Safe Mode and repeat the process.

DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth

 

Install All Windows Updates

Pending Windows updates may reserve storage, causing this error. Completing all updates can release reserved storage.

Pause Windows Updates

While not an ideal solution, pausing Windows updates temporarily may prevent this error from appearing.

Enable Storage Sense

Storage Sense can automatically manage disk space by deleting unnecessary files, which could reduce conflicts with reserved storage.

Disable Reserved Storage via Registry Editor (Optional)

Stuff it! Just disable reserved storage. However, be cautious, as it may affect future updates.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager

Comments