Hello Андрей Михалевский,
Thank you for posting in Q&A forum.
Here are some steps you can try:
- Run the Windows Update Troubleshooter:
• Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters.
• Select Windows Update and then Run the troubleshooter. Follow the on-screen instructions.
- Reset Windows Update Components:
• Open Command Prompt as an administrator.
• Enter the following commands one by one, pressing Enter after each:
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
• Restart your computer and check for updates again.
- Run System File Checker (SFC) and DISM:
• Open Command Prompt as an administrator.
sfc /scannow
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /RestoreHealth
• Restart your computer and try updating again.
- Perform a Clean Boot:
• This can help identify if any third-party applications are interfering with Windows Update
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.