I had the same issue on one of my PC this week. But the below troubleshooting steps helps me solved this issue. If none of the above instruction was helpful please try the below suggestion also. For my PC I had to reset the Windows Update components and restart the PC.
-
Launch Command Prompt as an administrator.
-
Type these commands one after another:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
net stop AppIDSvc
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
net start AppIDSvc -
Restart your computer