Thank you for reaching out to Microsoft Q&A forum. I understand how inconvenient it can be when a Windows update keeps failing, especially when you’re trying to keep your device secure and up to date.
I can see that Q&A Assist has already suggested a few steps. If those didn’t resolve the issue, the steps below focus on repairing the Windows Update components so the update can complete successfully:
Step 1: Repair the Windows system image
This step checks and repairs the core Windows components that updates rely on.
- Click Start, search for Command Prompt, right‑click it, and select Run as administrator.
- In the Command Prompt window, type the command below and press Enter:
DISM.exe /Online /Cleanup-Image /RestoreHealth - Please wait for the process to complete, then restart your PC.
Step 2: Check and repair system files (SFC)
This scan looks for any remaining corrupted system files and repairs them automatically.
- After restarting, open Command Prompt as administrator again.
- Run the following command and press Enter:
sfc /scannow - Once the scan finishes, restart your device.
Step 3: Reset Windows Update components
This refreshes the Windows Update services and clears any cached update data that may be causing the error.
- Open Command Prompt as administrator.
- Run the commands below one line at a time, pressing Enter after each:
net stop bits net stop wuauserv ren %systemroot%\softwaredistribution softwaredistribution.bak ren %systemroot%\system32\catroot2 catroot2.bak net start bits net start wuauserv - Restart your PC, then return to Settings > Windows Update and check for updates again.
If the update still doesn’t install after these steps, please let me know what message you see next. I’ll be happy to help guide you further.
If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.