Hi Jerry,
The error you’re seeing is tied to the System Reserved Partition not having enough free space for the update process. Windows 11 updates often need to write boot files and recovery data into that partition, and OEMs sometimes ship machines with partitions sized too tightly. When the update repair ran, it likely attempted to reconfigure the partition and failed, which is why you’re now getting the “PC doesn’t meet requirements” message even though the hardware itself is compliant.
The most reliable fix is to expand the System Reserved Partition to at least 500 MB using Disk Management or a third‑party partitioning tool, then rerun Windows Update. Microsoft documents this issue under KB5006998, and the supported method is to use diskpart or the built‑in Disk Management console to shrink the adjacent partition and extend the reserved one. After resizing, run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth to repair any corruption introduced during the failed update.
If you’re not comfortable resizing partitions, another supported path is to perform an in‑place upgrade using the latest Windows 11 ISO from Microsoft’s Media Creation Tool, which will rebuild the system files without wiping your applications. A full reinstall should be the last resort, as this issue is almost always partition‑related rather than hardware.
If the above response helps answer your question, please hit "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
Domic V.