Free up space by deleting fonts
This is often the solution as the SRP can fill up with font files.
- Open Command Prompt as Administrator: Press the Windows key + X, then select Command Prompt (Admin) or Windows Terminal (Admin).
- Mount the System Reserved Partition: Type
mountvol Y: /sand press Enter to assign drive letter Y: to the SRP. - Navigate to the fonts folder: Type
cd /d Y:\EFI\Microsoft\Boot\Fontsand press Enter. - Delete all font files: Type
del *.*and press Enter. Confirm the deletion if prompted. - Restart your computer: and try the update or installation again.
