- Go to Start > Settings > Update & Security > Troubleshoot.
- Under "Get up and running," select "Windows Update" and then click "Run the troubleshooter."
Reset the Windows Update Components:
Open an elevated Command Prompt.
Run the following commands one by one, pressing Enter after each:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren %SystemRoot%\SoftwareDistribution SoftwareDistribution.old
ren %SystemRoot%\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver