<p>The System Reserved Partition (SRP) may be full. The SRP is a small partition on your hard drive that stores boot information for Windows. Some third-party anti-virus and security apps write to the SRP, and can fill it up.</p>
<p>To resolve the “We couldn’t update the system reserved partition” error during the Windows 11 24H2 update, follow these steps:</p>
<ul>
<li>
<p><strong>Open Command Prompt as Administrator</strong>: Search for <code>cmd</code>, right-click on Command Prompt, and select “Run as administrator”.</p>
</li>
<li>
<p><strong>Mount the System Partition</strong>: Type <code>mountvol y: /s</code> and press Enter. This will assign the Y: drive letter to the System Partition.</p>
</li>
<li>
<p><strong>Navigate to the Fonts Folder</strong>: Switch to the Y drive by typing <code>Y:</code> and pressing Enter. Then, navigate to the Fonts folder with <code>cd EFI\Microsoft\Boot\Fonts</code>.</p>
</li>
<li>
<p><strong>Delete Font Files</strong>: Type <code>del .</code> and press Enter to delete the font files. Confirm the deletion if prompted. The system may ask you if you are sure to continue, press <code>Y</code> and then Enter to continue.</p>
</li>
</ul>
<p>After completing these steps, try running the update again. This should resolve the issue by freeing up space in the System Reserved Partition.</p>
<p>This solution is based on Microsoft | Support:</p>
<p><a href="https://support.microsoft.com/en-us/topic/-we-couldn-t-update-system-reserved-partition-error-installing-windows-10-46865f3f-37bb-4c51-c69f-07271b6672ac">https://support.microsoft.com/en-us/topic/-we-couldn-t-update-system-reserved-partition-error-installing-windows-10-46865f3f-37bb-4c51-c69f-07271b6672ac</a></p>