Share via

I tried updating my windows pc to the latest version. But i received a message that my system reserved partition couldn't be updated.

GEM 0 Reputation points
2026-05-14T12:37:20.04+00:00

I tried updating my windows pc to the latest version. But i received a message that my system reserved partition couldn't be updated. I have attached the message i received, my disk management partition info and my Pc health check info. How do i go by it. WhatsApp Image 2026-05-14 at 12.09.08 PMWhatsApp Image 2026-05-14 at 12.21.41 PM

WhatsApp Image 2026-05-14 at 12.05.01 PM

Windows for home | Windows 11 | Windows update
0 comments No comments

2 answers

Sort by: Most helpful
  1. David-M 112.1K Reputation points Independent Advisor
    2026-05-14T13:10:31.2133333+00:00

    Hi. I'm David, and I'm happy to help you.


    To be able to assist you better, please clarify the following:

    Do you have a third-party antivirus installed? If yes, which one?

    Also. What is the current version and "OS Build" of your Windows?

    • Press "Windows + R", type winver, and click OK.

    If you prefer, share a screenshot. Use the shortcut "Windows + Shift + S" to use the screenshot tool.

    Be sure to censor your email address if it appears. The Microsoft Q&A is public.


    Looking forward to your reply.

    Was this answer helpful?

    1 person found this answer helpful.

  2. Q&A Assist
    2026-05-14T12:37:42.8966667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The message means the System Reserved Partition (SRP) is full and Windows cannot write the boot files needed for the upgrade. Space must be freed on that partition, then the upgrade can be retried.

    Follow these steps in order.

    1. Determine partition style (GPT vs MBR)
    2. Press Windows + R, type diskmgmt.msc, press Enter.
    3. In Disk Management, right‑click the disk that contains the System Reserved/EFI partition (for example, Disk 0) and select Properties.
    4. On the Volumes tab, check Partition style:
      • GUID Partition Table (GPT) → follow the “Windows 10 with GPT partition” method below.
      • Master Boot Record (MBR) → follow the “Windows 10 with MBR partition” method.

    The goal is to free at least 15 MB on SRP for an upgrade (13 MB for an update).

    1. If the disk uses GPT (most modern Windows 10/11 systems)
    2. Open Start, search for cmd.
    3. Right‑click Command PromptRun as administrator.
    4. At the prompt, run:
         mountvol y: /s
      
      This mounts the EFI System Partition as drive Y:.
    5. Switch to that drive and go to the Fonts folder:
         Y:
         cd EFI\Microsoft\Boot\Fonts
      
    6. Delete font files to free space:
         del *.*
      
      Confirm with Y when asked.
    7. Close Command Prompt and restart the PC. The drive letter will be removed automatically.
    8. Run Windows Update or the Windows 11 setup again.
    9. If the disk uses MBR
    10. Press Windows + R, type diskmgmt.msc, press Enter.
    11. In Disk Management, right‑click the System Reserved partition → Change Drive Letter and PathsAdd → assign drive letter Y:.
    12. Open Start, search for cmd, right‑click Command PromptRun as administrator.
    13. In Command Prompt, switch to the SRP:
          Y:
      
    14. Grant SYSTEM full control so files can be removed:
          icacls . /grant system:f /t
      
    15. Remove unneeded files from the SRP (for example, language or font files placed there by third‑party security software) until at least 15 MB is free.
    16. Set the owner back to SYSTEM:
          icacls Y: /setowner "SYSTEM" /t /c
      
    17. In Disk Management, right‑click the System Reserved partition → Change Drive Letter and Paths → select Y:Remove.
    18. Run Windows Update or the Windows 11 setup again.

    Important notes

    • These operations are advanced and mistakes can make the system unbootable or cause data loss. A full backup is strongly recommended before proceeding.
    • If uncomfortable with command‑line work or with deleting files from system partitions, contact a professional technician or Microsoft Support and reference the official guidance for the “We couldn’t update system reserved partition” error.

    References:

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.