Eventually I got through to microsoft support via chat. They talked me through reinstalling windows 11 and that fixed the issue.
windows 11version 25H2 couldn't install, error 0x80070476
any thoughts? I gather there is an issue with this update, I have never previously had issues and installed the October 25 updates without problems.
Windows for home | Windows 11 | Windows update
Answer recommended by moderator
1 additional answer
Sort by: Most helpful
-
Gunasekar N 63,675 Reputation points Independent Advisor2025-10-19T03:47:38.4+00:00 Hello, thank you for reaching out to Microsoft Q&A.
Error 0x80070476 occurs due to corrupted update files or Windows update components. You can first try these basic troubleshooting steps and see if it helps.
Option 1. Try running the Windows update troubleshooter.
Go to Start > Settings > System > Troubleshooter > Other troubleshooter > Windows update
Option 2. Run the System File Checker utility scan.
- Open the Command Prompt as an Administrator window.
- Execute these commands one by one and press Enter after each command.
Dism /Online /Cleanup-Image /ScanHealth Dism /Online /Cleanup-Image /CheckHealth Dism /Online /Cleanup-Image /RestoreHealth sfc /scannowOption 3. Reset Windows Update components
- Open the Windows PowerShell as an Administrator window.
- Execute these commands one by one and press Enter after each command.
net stop wuauserv net stop cryptSvc net stop bits ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 Catroot2.old net start wuauserv net start cryptSvc net start bits netsh winsock resetOnce completed, restart your computer and install the updates. Let me know how it goes.