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:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
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:
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.
Thank you Radisson and Ramesh
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.
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.