Use the built-in Windows 11 tools and general Windows Update repair steps to work around the failed diagnostic.
- Run the Windows Update troubleshooter from Settings
- Select Start > Settings > System.
- Select Troubleshoot > Other troubleshooters.
- Find Windows Update and select Run.
- Follow the on‑screen instructions.
- Repair Windows system files (DISM and SFC)
- In the search box on the taskbar, type command prompt.
- Select Run as administrator.
- Run:
Wait for it to complete successfully.DISM.exe /Online /Cleanup-image /Restorehealth - Then run:
Wait until verification reaches 100%, then close Command Prompt.sfc /scannow - Try Windows Update again and re‑run the Windows Update troubleshooter from Settings if needed.
- Reset Windows Update components
If the troubleshooter still fails or Windows Update continues to have issues, reset the SoftwareDistribution and Catroot2 folders:
- Open Command Prompt as administrator.
- Run these commands one by one, pressing Enter after each and waiting for completion:
net stop bits net stop wuauserv ren %systemroot%\softwaredistribution softwaredistribution.bak ren %systemroot%\system32\catroot2 catroot2.bak net start bits net start wuauserv - Restart the PC and try Windows Update again.
- Run a disk check if corruption is suspected
- Open Command Prompt as administrator.
- Run:
chkdsk /f C: - Approve running at next restart if prompted, then restart so repairs can run.
- As a last resort, perform a repair/clean installation If Windows Update and its diagnostic tools still fail after the above steps, back up personal files and consider a repair or clean installation of Windows 11 using the official installation media or tools referenced in the Windows Update troubleshooting documentation.
References: