Windows 11, version 25H2 not installed

Ernst 50 Reputation points
2025-10-18T09:10:23.3766667+00:00

Windows 11, version 25H2 not installed

A Windows 11 update was released today, but it didn't install for me. It says "Failed to install: 10/17/2025 – 0x80070306"

installed Malwarebytes and PC Manager two weeks ago Windows failed to install the following update with error 0x80070306: 2025-10 Cumulative Update for Windows 11 Version 24H2 for x64-based Systems (KB5066835) (26100.6899) and this cumulative update also did not install.

The Windows Update troubleshooter isn't working.

help solve the problem

Windows for home | Windows 11 | Windows update

Answer accepted by question author
Ramesh 181K Reputation points Volunteer Moderator
2025-10-19T05:04:05.02+00:00

A repair installation via Settings should resolve the issue.

Launch Settings > System > Recovery. Under "Fix problems using Windows Update", select "Reinstall now."

This does a repair installation, keeping your files, apps, and settings.


More info:


Was this answer helpful?

4 people found this answer helpful.

4 additional answers

Sort by: Most helpful
  1. Kapil Arya 38,446 Reputation points Volunteer Moderator
    2025-10-18T16:28:26.84+00:00

    You can try manual upgrade using Windows 11 25H2 ISO file. Follow these steps: 

    Download Windows 11 25H2 ISO from Microsoft website.

    Double click on it to mount it to a DVD drive.

    Then go to DVD drive, double click on setup.exe to proceed.

    Follow on-screen instructions to complete upgrade.

    Was this answer helpful?

    2 people found this answer helpful.

  2. Ernst 50 Reputation points
    2025-10-19T13:35:07.8666667+00:00

    Thank you Radisson and Ramesh

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  3. Mite Suo 5,470 Reputation points Independent Advisor
    2025-10-18T16:27:35.6433333+00:00

    You can try cleaning the cache of Windows Update. Here are the steps:

    Search for "Command Prompt" in the search bar and open it, then enter the following commands:

    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

    Reset your computer, and try updating again. See whether this work.

    Was this answer helpful?


  4. Mite Suo 5,470 Reputation points Independent Advisor
    2025-10-18T09:52:35.5833333+00:00

    I'm Mite. I'm here to help.

    It's possible that there are some corrupted files preventing the system from updating. You can try repairing the system by following these steps:

    Search for "Command Prompt" in the search bar, then right-click it and select "Run as administrator". After opening the command prompt, enter the following command:

    DISM /Online /Cleanup-Image /RestoreHealth

    The command above can help you download the necessary files for repair. Then, enter:

    sfc /scannow

    This command scans for corrupted system files. You might need to wait a little bit longer at a certain stage (around 69%). This is normal. Please wait patiently for the scan to complete.

    After repairing the system, please try updating again.

    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.