SOLVED!- Can't Update Windows 11 Because We couldn't update the system reserved partition

Опубликовано: 12 Апрель 2026
на канале: Anatu Tech
24,792
233

This video is to try and help you solve the problem of being unable to update windows 11 PC to newer versions like Windows 11 version 24H2 and others because you keep seeing the message " We couldn't update the system reserved partition".

Many users have been reporting this Windows Update Not Working because they are getting the error:
"This PC does not Meet Windows 11 System Requirements. Here's Why: We couldn't update the system reserved partition".

I have explained my solution to it. If you wish to explore the solution that involved using CMD in admi mode to delete the fonts in your System reserved partition, then do the following:
Open Command Prompt in administrator mode;
Type the following commands followed by Enter button for each:
mountvol y: /s
y:
cd EFI\Microsoft\Boot\Fonts
del .
y
exit