Hello,
The error you’re experiencing typically indicates a problem with connectivity to Microsoft’s update servers. Here are some steps you could try to check:
- Use Windows Update Troubleshooter
Windows has built-in troubleshooters for many common issues. In your case, you can use the Windows Update Troubleshooter. To access it, go to: Settings > Update & Security > Troubleshoot > Windows Update.
- Check your network configuration
Verify that your DNS is correctly configured and you’re not blocking Microsoft’s update servers. Use a public DNS like Google’s (8.8.8.8 and 8.8.4.4) to see if it resolves the issue.
- You may need to Reset Network Adapter, Check Proxy Configuration and Reset WinHTTP Proxy Settings.
How to Reset Network Adapter on Windows 10 [TUTORIAL] (addictivetips.com)
- Reset the Windows Update components manually.
Open Command Prompt as Administrator and run the following 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
This will stop the Windows Update Services, rename the SoftwareDistribution and Catroot2 folders, and then restart the Windows Update Services. Now try to update again.
- Try to manually update Microsoft Edge.
If the automatic update for Edge is failing, you can try to manually update it. Download the latest version from Microsoft’s official website and install it.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.