1.Make sure that your server connected to the Internet and firewall doesn’t block Windows update service port and address.
2.Turn off Proxy
3.Change your network DNS
Preferred DNS server: 8.8.8.8 and/or 8.8.4.4
4.Reset windows update components
Right click on the start button and select Powershell (admin) or Command Prompt (admin)
Write the next hit 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
After completed, restart computer and check for updates again.
If the Answer is helpful, please click "Accept Answer" and upvote it.
Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.