Hello
Thank you for your question and reaching out. I can understand you are having query\issues related to Updates error.
- Please try to download updates from catalog and install it manually.
https://catalog.update.microsoft.com
- Open cmd using elevated mode then run below commands
net stop bits
net stop wuauserv
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
- Reboot your computer.
- Perform check disk to repair any filesystem, errors
chkdsk/f /r c:
Reference:
--If the reply is helpful, please Upvote and Accept as answer--