Share via

Windows 11 Update

Hope 0 Reputation points
2025-07-23T07:23:56.1233333+00:00

When updating Windows 11 to the latest version using Windows Installation Assist option, after installing level 3 upto 77% progress, it pops up a window that "Window's couldn't update the system reserved partition". How can I resolve this?

Windows for home | Windows 11 | Install and upgrade
0 comments No comments

1 answer

Sort by: Most helpful
  1. Ramesh 176.2K Reputation points Volunteer Moderator
    2025-07-23T07:53:40.89+00:00

    Please open an admin Command Prompt window (instead of PowerShell) and run these commands one by one:

    mountvol Y: /s
    
    del  /q  Y:\EFI\Microsoft\Boot\Fonts\*.ttf
    
    powershell -command "GCI Y:\  -File -Recurse | Sort Length -descending | Select FullName, Length, Mode -first 10"
    
    dir Y:\
    

    Post the output here.

    Was this answer helpful?

    0 comments No comments

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.