Share via

My Windows 11 Version 10.0.26200 Build 26200 saying This PC doesn't currently meet Windows 11 system requirements

Jerry Hall 20 Reputation points
2026-04-27T12:55:30.77+00:00

This is new computer that came with Windows 11. After finishing a Production job, bringing my office computer system home, going away for vacation, now back at home & set up system to do some work. Windows had many updates to install but now my main cad software that was used daily take for ever to open, not like before with other oddities. So I did an update repair & now getting this messagePC not meet Windows Requirement

Something didn't install correctly with the update but now I am stuck why this is happening. Any advise before a complete reinstall of everything is appreciated.

Windows for business | Windows 365 Business
0 comments No comments

2 answers

Sort by: Most helpful
  1. Domic Vo 21,150 Reputation points Independent Advisor
    2026-04-27T13:35:05.7966667+00:00

    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.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Q&A Assist
    2026-04-27T12:55:53.3833333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The message in the screenshot is misleading in this case. The underlying problem is that Windows Update or the Windows 11 setup process cannot update the System Reserved partition, which is required for the upgrade/repair to complete.

    From the documented Windows 11 upgrade errors, this scenario matches error 0x800F0922, which “could mean there isn't enough free space in the System Reserved partition.” In that situation, the guidance is:

    1. The upgrade fails because the System Reserved partition does not have enough free space.
    2. The recommended fix is to increase the size of the System Reserved partition using third‑party partitioning software so that setup can write the required boot and recovery files.
    3. After enlarging the System Reserved partition, rerun the Windows 11 update/repair install.

    If the system is already on Windows 11 and came from the OEM, the hardware itself meets Windows 11 requirements; the “PC doesn’t currently meet Windows 11 system requirements” text is being shown because setup cannot complete due to the System Reserved partition issue, not because the CPU/TPM/RAM are actually unsupported.

    If repeated attempts still fail after fixing the System Reserved partition, the documented next step is to perform an in‑place reinstall from ISO (which another user used successfully when an update corrupted applications). That keeps data and apps while replacing system files.


    References:

    Was this answer helpful?

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.