A Brief Introduction to Windows Reserved Storage
Reserved storageis a feature enabled by default on Windows.
To be specific, Windows updates can occupy the reserved disk space to download and install update files.
In addition, some important tasks are less likely to fail due to insufficient storage space.

Should You switch on the Reserved Storage?
Therefore, if your disk space is extremely sufficient, you may consider turning this feature off.
This troubleshooting guide introduces how to fix the problem of KB5046613 not installing on Windows 10 effectively and easily.
![]()
When you see the UAC window, select theYesoption.
Copy and paste the following location to the top address bar and pressEnter.
In the right panel, double-hit theShippedWithReservesoption, and then set up its value data to1.

After that, clickOKto save this change.
What actions can you take if your setup crashes when downloading large files?
Here are some fixes worth trying.
![]()
Way 2.
Here are the major steps.
In the Windows search box, typecmd.

When theCommand Promptoption appears, clickRun as administratorunder it.
In the UAC window, selectYesto continue.
TypeDISM /Online /Set-ReservedStorageState /State:Enabledin the new window and pressEnter.
![]()
Once this command line is completed, the reserved storage should be enabled.
you’ve got the option to use this command to check the status:DISM /Online /Get-ReservedStorageState.
The command line to disable reserved storage isDISM /Online /Set-ReservedStorageState /State:Disabled.
Way 3.
From Windows PowerShell
Step 1.
Right-click theStartbutton and chooseWindows PowerShell (Admin).
SelectYesin the UAC window.
InputSet-WindowsReservedStorageState -State Enabledand pressEnterto enable reserved storage.
Suppose you’re gonna wanna disable that feature, just typeSet-WindowsReservedStorageState -State Disabledand pressEnter.
The three ways listed above are all helpful.
you’re free to choose the one you prefer to enable this feature.