Hi, KenFairbanks
My name is Kathleen and I am an Independent Advisor. I would be happy to help you today.
You can reset the Windows Update components.
Right click your start button and select Powershell(admin) or Command Prompt (admin)
Type the following hitting enter after each line.
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
Reboot and try again.
Check this link, I hope it helps.
https://support.microsoft.com/en-in/help/971058...
You can also update manually.
https://answers.microsoft.com/en-us/windows/for...
Let us know if these steps help you to resolve the issue.