Hi,
Have you tried doing a Reinstall Now under Settings?
Do you have an 3rd party Antivirus?
If you do, uninstall it using the makers
removal tool.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Windows 11 Insider Preview Quality Update (26220.7752)
Error - instalación 0x800f0991
Answer accepted by question author
Hi,
Have you tried doing a Reinstall Now under Settings?
Do you have an 3rd party Antivirus?
If you do, uninstall it using the makers
removal tool.
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:
sfc /scannow. This will scan for and attempt to repair any corrupted system files.DISM /Online /Cleanup-Image /CheckHealthDISM /Online /Cleanup-Image /ScanHealthDISM /Online /Cleanup-Image /RestoreHealthIf the issue persists, you may want to check the Microsoft Support Community for more specific guidance related to your error code.
References:
realice una reinstalación del sistema con la misma iso que había utilizado desde el principio
No hay buen resultado, sigo con ese problema que no se instala en Windows 11 Insider Preview Quality Update (26220.7752)
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.