Hello, thank you for reaching out to Microsoft Q&A.
Please try the following methods -
1
Run the System File Checker Utility scan.
Open the Command Prompt as an administrator and run these commands one by one.
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Restart your computer and install the updates.
2
Reset Windows Update Components.
Open the Command Prompt as an administrator and run these commands one by one.
net stop wuauserv
net stop cryptSvc
net stop bits
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
netsh winsock reset
Restart your computer and install the updates.
Let me know if you still need more help.