Hi Akhilesh Yadav,
Thank you for reaching out to Microsoft Q&A regarding the issue with the Windows Update troubleshooter. I understand how important it is to keep your system updated, and I'm here to help.
The error you’re experiencing typically occurs when some Windows Update components or system files need to be refreshed. Could you please share more details about the Windows Update issue you are experiencing (for example, any error codes or messages)? This will help us provide the most accurate solution.
Besides, which Windows version are you using—Windows 11 or Windows 10? You can check by pressing Windows + R, typing winver, and pressing Enter (or go to Settings → System → About).
In the meantime, here are some steps you can try:
Step 1: Reset Windows Update Components
- Open Command Prompt as Administrator and run these commands one by one:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
- Restart your device to apply changes then check again
Step 2: Repair System Files
- Run the following commands in Command Prompt (Admin):
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- Restart your device again
Step 3: Clear the Windows Update Cache
Corrupt update files in the cache can cause errors. Clear the cache by following these steps:
- Press Windows + R, type
services.msc, and press Enter. - Locate Windows Update, right-click it, and select Stop.
- Navigate to C:\Windows\SoftwareDistribution.
- Delete all files and folders inside this directory.
- Return to the Services window, right-click Windows Update, and select Start.
Step 4: Alternative Option
If the issue persists, you can use the Windows Update Assistant from Microsoft’s official website to manually update your system.
For more detailed guidance, please also refer to Microsoft’s official article: Troubleshoot problems updating Windows
Please keep me posted on how it goes, and feel free to reach out if you need any further assistance.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. 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.