Hello Patrick Wilson3,
Thank you for posting in Microsoft Community forum.
I understand that you are experiencing issues with Windows Update on your client's Windows Server 2016, and you have already tried several troubleshooting steps. Based on the error code you provided, it seems that there is an issue with the Windows Update Agent. Here are some additional steps you can try:
- Reset the Windows Update components by running the following commands in an elevated Command Prompt:
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
- Check if there are any pending updates in the Windows Update queue. If there are, try installing them first before attempting to install the failed updates.
- Check if there are any third-party antivirus or firewall programs that may be blocking the Windows Update process. If there are, try temporarily disabling them and then attempt to install the updates again.
- If the issue persists, you can try downloading the updates manually from the Microsoft Update Catalog and then installing them manually.
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Haijian Shan