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.

the reserved storage

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.

Windows 10 KB5046613 Not Installing: Best Troubleshooting Guide

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.

set up the value data to 1

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.

How to Fix Computer Crashes When Downloading Large Files

Way 2.

Here are the major steps.

In the Windows search box, typecmd.

use DISM to enable reserved storage and check its status

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.

Guide on How to Manage Windows Defender With PowerShell

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.