Fix error code 0xc1900201 We couldn’t update system reserved partition in Windows 11/10

How to Fix 0xc1900201 error code We couldn’t update system reserved partition in Windows 11 or 10.

error code 0xc1900201 We couldn't update system reserved partition

Sometimes, you might find error 0xc1900201 with a message “We couldn’t update system reserved partition”. This issue commonly occurs when trying to upgrade the Windows 11 or 10 and System Reserved Partition is either full or written by a 3rd party antimalware app.

The error code might appear with update or upgrade failure in Windows 10 20H2, 2004, 21H1, and some of the Windows 11 versions. However, you can repair this System reserve aka SRP problem very easily.

Error code 0xc1900201 We couldn’t update system reserved partition

Here is how to fix error code 0xc1900201 We couldn’t update system reserved partition in Windows 11/10 –

The main factor for this problem is the filled System partition, therefore, freeing the space will help you resolve it. You need to delete at least 15 MB from the partition so that the upgradation might end up successfully. Fonts folder existing in the Boot folder is greater than 15 MB and removing this will work in this case. This method includes 3 steps – 1. Determine the SRP partition type (MBR or GPT), 2. Delete in MBR and 3. Delete in GPT.  make sure that you are aware of executing the command

a) Determine whether the system reserve partition is MBR OR GPT –

  1. Press – Winkey.
  2. Type – diskmgmt.msc.
  3. Press – Enter.
  4. Right click on – Disk 0.
  5. Select – Properties.
  6. Click the tab saying – Volumes.
  7. Now, you can see – The Partition Style:  GUID Partition Table (GPT) or Master Boot Record (MBR).
how to fix error code 0xc1900201 We couldn’t update system reserved partition in Windows 10

If the partition is GPT

  1. Click the – Start.
  2. Type in – cmd.
  3. From the right of the result flyout, select – Run as administrator.
  4. Choose – Yes on the User account control prompt.
  5. Copy mountvol y: /s from here, paste into the command prompt (you can use right-click).
  6. Press – Enter.
mountvol y: /s
  1. As a result, this command-line will add the “Y: drive letter” to access the Partition.
  2. Type  Y: and hit Enter in order to switch to the Y drive.
  3. Paste cd EFI\Microsoft\Boot\Fonts and press “Enter”.
  4. Type del *.* to delete font files. The system may ask if you are sure to continue, press Y and then Enter. This will fix error code 0xc1900201 We couldn’t update system reserved partition in Windows 11 and 10.

To fix error 0xc1900201 If the partition is MBR

  1. Open run dialog box by hitting Windows key and R together.
  2. Write – diskmgmt.msc.
  3. Press the – Enter.
  4. Right-click on the partition showing a System Reserve.
  5. Choose – Change Drive Letter and Paths.
  6. Click – Add.
  7. Type Y for the drive letter.
  8. Click the – OK.
  9. Open Command Prompt as Administrator as said in the above method.
  10. Type – Y:
  11. Hit the – enter.
  12. Next, type – cd Boot\Fonts and hit – ‘enter’.
  13. Now, Type takeown /d y /r /f and press Enter. Important – For the command to work correctly put space and period after the “f”.
  14. In order to back up the permission to the drive run the following command –

icacls Y:\* /save %systemdrive%\NTFSp.txt /c /t

0xc1900201

Important: Make sure that you can see ‘successful’ for all files and none is showing failed.

  1. Copy whoami paste in the prompt and press Enter.
  2. Note down the user name.
  3. Run the following command –

icacls . /grant <username you got from whoami>:F /t

Important: This time, don’t put a space between the username and “:F”, or the command won’t work.

  1. Ensure that you are still in Fonts location (Y:\Boot\Fonts).
  2. Type del *.*.
  3. You may be asked – Are you sure to continue, press Y, and then enter.
  4. To bring back the permissions type the following command and hit Enter –

icacls Y:\ /restore %systemdrive%\NTFSp.txt /c /t

  1. You may notice a message hinting that some files failed while processing. This is normal as these files have been deleted subsequent to backing them up.
  2. If the amount of successful files is none, then the command was executed incorrectly; you must have some files successfully processed before continuing.
  3. Adjust the ACL back to System by copying-pasting the following and pressing Enter:

icacls . /grant system:f /t

  1. Set the owner of the drive back to System by typing the underneath command and hitting Enter:

icacls Y: /setowner “SYSTEM” /t /c

  1. Go back to Disk Management and select Action -> Refresh
  2. Ensure that the percentage of free space in the System reserved partition (SRP) is more.
  3. Now, Right-click the System Reserved Partition.
  4. Click the – Change Drive Letter and Paths.
  5. Select the – Y: drive.
  6. Click – Remove.
  7. Choose – OK to solve error code 0xc1900201.

That’s all!!

Sharing is caring    Share Whatsapp

 
Topics:  Windows
  
About Sunita
Love to play with Windows 11 and 10. Suggestion - Going for Registry change or system files edit then remember to take a backup or create a restore point before Starting.

  1. Amazing, that saved me a drive to the office.

  2. Thank you! This worked perfectly!