Need a fix for Windows 11 26220.7752 error message

Guido Pozo 0 Reputation points
2026-02-05T00:19:22.59+00:00

Windows 11 Insider Preview Quality Update (26220.7752)

Error - instalación 0x800f0991

Windows Insider program | Windows Insider preview | Repair and recovery
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Q&A Assist
    2026-02-05T00:19:32.9966667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error code 0x800f0991 typically indicates that there are issues with the Windows Update components or that certain files required for the update are missing or corrupted. Here are some steps you can try to resolve this issue:

    1. Run the Windows Update Troubleshooter:
      • Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Update and run the troubleshooter.
    2. Check for System File Corruption:
      • Open Command Prompt as an administrator and run the command: sfc /scannow. This will scan for and attempt to repair any corrupted system files.
    3. Use the DISM Tool:
      • In the Command Prompt, run the following commands one by one:
        • DISM /Online /Cleanup-Image /CheckHealth
        • DISM /Online /Cleanup-Image /ScanHealth
        • DISM /Online /Cleanup-Image /RestoreHealth
    4. Reset Windows Update Components:
      • You can manually reset the Windows Update components by stopping the Windows Update service, renaming the SoftwareDistribution and Catroot2 folders, and then restarting the service. This can sometimes resolve update issues.
    5. Perform an In-place Upgrade:
      • If the above methods do not work, consider performing an in-place upgrade using an ISO file for Windows 11. This will allow you to reinstall Windows while keeping your files and applications intact.

    If the issue persists, you may want to check the Microsoft Support Community for more specific guidance related to your error code.


    References:

    0 comments No comments

  2. Thomas4-N 8,860 Reputation points Microsoft External Staff Moderator
    2026-02-05T07:20:32.7533333+00:00

    Hello Guido Pozo, welcome to Microsoft Q&A forum.

    The Q&A Assist already listed the common Windows Update checks. To add a bit more detail on step 4 (Reset Windows Update Components), here are the exact commands you can run in an elevated Command Prompt:

    net stop wuauserv

    net stop cryptSvc

    net stop bits

    net stop msiserver

    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

    ren C:\Windows\System32\catroot2 catroot2.old

    net start wuauserv

    net start cryptSvc

    net start bits

    net start msiserver

    After that, restart and try the update again.

    Also, since this is an Insider Preview build, update failures like this are not uncommon and are often resolved by Microsoft in a subsequent flight. No action needed on your end in many cases.


  3. Guido Pozo 0 Reputation points
    2026-02-06T16:19:35.9033333+00:00

    No hay buen resultado, sigo con ese problema que no se instala en Windows 11 Insider Preview Quality Update (26220.7752)

    0 comments No comments

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.