Hello, thank you for reaching out to Microsoft Q&A.
- Open the Command Prompt Administrator window and run these commands one by one.
System File Checker Utility scan.
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Then, reset Windows Update Components through the Command Prompt (Admin) window.
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
Important - Press Enter after pasting each command into the command prompt window.
Restart your computer and try installing the Updates.
Let me know if you still need more help.