Hello Vishal Muskan,
Thank you for posting in Q&A forum.
Here are some steps you can follow to troubleshoot your issue:
- Sometimes, clearing the Windows Update cache can resolve issues. You can do this by stopping the Windows Update service and deleting the contents of the SoftwareDistribution folder.
- Ensure that your system meets all the prerequisites for the update. Sometimes, updates require other updates to be installed first.
- Run the Windows Update Troubleshooter: This tool can help identify and fix common issues with Windows updates. You can find it in the Settings menu under System > Troubleshoot > Other troubleshooters.
- Reset Windows Update components: This involves stopping the Windows Update services, renaming the SoftwareDistribution and Catroot2 folders, and then restarting the services. Here are the commands you can use in Command Prompt (run as administrator):
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
After running these commands, try updating again.
- Ensure that there is enough free space on your system drive (usually C:) to download and install the update. You can check this by right-clicking on the drive in File Explorer and selecting Properties.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.