Hello,
Thank you for posting in Microsoft Community forum.
Based on the description, I understand your question is related to update.
Try install manually and check the result:
Please firstly run below command to scan some system files and check result:
sfc /scannow
Dism /Online /Cleanup-Image /restoreHealth
Then run below commands:
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
Close Command Prompt and reboot your PC.
Best regards,
Molly