Resetting the Windows Update components can fix many update-related issues.
Open Command Prompt as Administrator:
Stop Windows Update Services:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Rename Update Folders:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
Restart Windows Update Services:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Open Command Prompt as Administrator.
Run the System File Checker: sfc /scannow.
If SFC finds and fixes issues, restart your computer.
Run the Deployment Imaging Service and Management Tool: DISM /Online /Cleanup-Image /RestoreHealth.