Updates to Windows 11 not installing

Peter Wade 20 Reputation points
2025-11-03T13:58:48.13+00:00

I have Windows 11 Pro Version 24H2 OS Build 26100.6584. The update to 25H2 will not install despite trying several solutions. It reports error 0x800f0991.

Any help much appreciated.

Peter

Windows for home | Windows 11 | Windows update
0 comments No comments

Answer accepted by question author
DaveM121 929K Reputation points Independent Advisor
2025-11-03T14:31:55.6366667+00:00

The most successful method to install version 25H2 is to use the Windows 11 ISO.

You will need at least 40GB of free space on your C drive for the update (this space will be cleared later automatically).

Please ensure you download the ISO in the same language as you use for the Windows UI, follow the steps, this is then not like re-installing Windows, it is just like an update and your personal files, settings and installed software will not be affected.

Click this link:

https://www.microsoft.com/software-download/windows11

to download the Windows 11 ISO

When the ISO file completes downloading

Disconnect from the Internet

Disconnect all external devices with the exception of a mouse or keyboard.

Temporarily disable any 3rd party Anti-virus you may have installed

Then, in Windows File Explorer, double click the ISO and then run Setup.exe and select the Install option.

Very Important - ensure you select the option to keep your files and apps.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. AI answer

    2025-11-03T13:59:00.24+00:00

    Error 0x800f0991 typically indicates that there is a problem with the Windows Update components or that required files for the update are missing. Here are some steps you can take to troubleshoot and resolve this issue:

    1. Run Windows Update Troubleshooter: Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters and select Windows Update. Run the troubleshooter and follow the prompts.
    2. Check for Missing Updates: Ensure that all previous updates have been installed. Sometimes, missing updates can prevent the installation of newer versions. Go to Settings > Windows Update and click on Check for updates.
    3. Repair Windows Update Components: You can manually reset the Windows Update components using the Command Prompt. Open Command Prompt as an administrator and run the following commands one by one:
         net stop wuauserv
         net stop cryptSvc
         net stop bits
         net stop msiserver
         net start wuauserv
         net start cryptSvc
         net start bits
         net start msiserver
      
    4. Use the System File Checker: Run the System File Checker tool to repair missing or corrupted system files. Open Command Prompt as an administrator and type:
         sfc /scannow
      
      Wait for the scan to complete and follow any instructions provided.
    5. Check Disk for Errors: Run a disk check to ensure there are no issues with your hard drive. Open Command Prompt as an administrator and type:
         chkdsk /f
      
      You may need to restart your computer for the check to occur.
    6. Manual Update Installation: If the above steps do not work, you can try to manually download and install the Windows 11 version 25H2 update from the Microsoft Update Catalog.

    If the issue persists after trying these steps, consider checking for any known issues related to Windows 11, version 25H2, as there may be specific compatibility holds or problems affecting your device.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    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.