Fix “We Couldn’t Update System Reserved Partition” in Windows 11
When upgrading or updating Windows 11, many users encounter an error message that says “We couldn’t update the System Reserved Partition.” This issue usually appears during a Windows update or upgrade process and prevents the installation from completing successfully.
The System Reserved Partition (SRP) is a small but important partition on your hard drive that stores boot configuration data, boot manager files, and recovery environment files. Because this partition is typically limited in size, it can sometimes run out of space. When that happens, Windows cannot write the necessary update files, which triggers this error.
In this detailed guide, you will learn exactly how to fix this error using safe and simple methods. These solutions work for both Windows 11 upgrades and cumulative updates.
Let’s start!
Fix “We Couldn’t Update System Reserved Partition” in Windows 11

To fix “We Couldn’t Update System Reserved Partition” in Windows 11, open Disk Management, check the size of the System Reserved Partition, and free up space by deleting unnecessary files such as unused fonts. You may also assign a temporary drive letter to the partition using Command Prompt and remove extra files manually. Once enough space is available, run the Windows update again to complete the installation successfully.
The steps below will help you safely access this partition, free up space, and allow the update to complete.
Step 1: Check the Size of the System Reserved Partition
The first step is to confirm whether the System Reserved Partition has enough free space.
Press Windows + X on your keyboard and select Disk Management from the menu. This will open the built-in disk management tool in Windows 11.
Inside the Disk Management window, locate the partition labeled System Reserved. It usually appears at the beginning of the disk and is typically formatted as NTFS or FAT32, depending on your system configuration.
Check the total size of this partition. Many older installations have a 100 MB partition, which is often too small for modern updates.
If the partition is nearly full or has less than 15 MB of free space, Windows updates may fail. In that case, you will need to free up some space by removing unnecessary files stored inside the partition.
Once you confirm the partition size, move to the next step to access it.
Step 2: Assign a Drive Letter to the System Reserved Partition
Normally, the System Reserved Partition is hidden and does not appear in File Explorer. To access its contents, you must assign it a temporary drive letter.
Open the Start Menu and search for Command Prompt. Right-click it and select Run as Administrator. This will open an elevated command window.
Type the command below and press Enter.
diskpart
Next, type the following command.
list volume
This command will display all available volumes on your computer. Look for the volume labeled System Reserved.
Once you identify it, type the following command, replacing the number with the correct volume number.
select volume number
Now, assign a temporary drive letter by entering the command.
assign letter=R
After completing this step, the System Reserved Partition will appear as Drive R in File Explorer. This allows you to access its contents and remove unnecessary files.
Step 3: Remove Unnecessary Font Files from the Partition
One of the most common reasons for the update failure is extra font files stored in the System Reserved Partition.
These fonts are sometimes copied there during system upgrades or language installations. Removing unused fonts can free enough space for the update.
Open File Explorer and go to the newly assigned R drive.
Navigate to the following folder.
R:\Boot\Fonts
Inside this folder, you will see multiple font files with the .ttf extension. These fonts are used by the boot environment, but many of them are not required.
You should keep essential fonts and remove the rest to create space. Before deleting any files, it is recommended to create a backup folder on another drive and copy the fonts there.
After backing them up, delete the unnecessary font files from the Fonts folder.
Once the files are removed, check the free space on the partition. Even 10 to 15 MB of additional space can be enough for Windows to complete the update process.
Step 4: Restore Permissions on the System Reserved Partition
Sometimes the error occurs because the permissions on the System Reserved Partition are incorrect.
To fix this, you can reset the permissions using Command Prompt.
Open Command Prompt as Administrator again.
Enter the following command to restore default permissions.
icacls R:\ /grant system:F /t
This command gives the SYSTEM account full control over the files in the partition, which ensures that Windows updates can modify them.
After running the command, wait until the process completes. It may take a few seconds, depending on the number of files inside the partition.
Once finished, close the Command Prompt window.
Step 5: Remove the Drive Letter from the Partition
After completing the cleanup process, you should remove the temporary drive letter you assigned earlier.
Open Command Prompt as Administrator again.
Type the following command.
diskpart
Next type:
list volume
Find the volume number for the System Reserved Partition again.
Then enter the command:
select volume number
Finally, remove the drive letter by typing:
remove letter=R
This will hide the partition again and restore it to its default state.
Removing the drive letter is important because the System Reserved Partition should normally remain hidden to prevent accidental modifications.
Step 6: Run Windows Update Again
Now that you have freed up space in the partition, you can try installing the update again.
Open Settings in Windows 11.
Navigate to Windows Update and click Check for Updates.
Download and install the update once more. Because the System Reserved Partition now has sufficient space, Windows should be able to copy the necessary boot files and complete the installation without showing the error message.
In most cases, this resolves the issue permanently.
Step 7: Use Startup Repair if the Error Still Appears
If the problem continues even after cleaning the partition, you may need to repair the boot configuration data.
Open Windows Settings, go to System, then choose Recovery.
Under Advanced Startup, click Restart Now.
Your system will reboot into the Windows Recovery Environment. From there, select Troubleshoot, then Advanced Options, and choose Startup Repair.
Windows will scan your system for boot-related issues and automatically repair them.
Once the repair process finishes, restart your computer and try running the update again.
FAQs
What is the System Reserved Partition in Windows 11?
The System Reserved Partition is a special partition created during Windows installation. It contains boot manager files, boot configuration data, and system startup resources required to start the operating system.
Why does the “We Couldn’t Update System Reserved Partition” error occur?
This error usually occurs when the System Reserved Partition does not have enough free space for Windows to store update files. It may also occur due to permission issues or corrupted boot configuration files.
Is it safe to delete files from the System Reserved Partition?
Yes, but only certain files, such as unused font files, should be removed. Deleting critical boot files can prevent Windows from starting, so caution is required.
How much free space should the System Reserved Partition have?
Ideally, the partition should have at least 15 to 20 MB of free space for Windows updates to install successfully.
Can antivirus software cause this problem?
In rare cases, third-party security tools may block access to the System Reserved Partition. Temporarily disabling the antivirus during the update process can sometimes resolve the issue.
