Immediate Fix: Use the Windows Built-in Repair Tool
The fastest way to resolve a “Microsoft Edge Update Failed” error is to use the integrated repair utility. This process verifies the integrity of your browser files without deleting your history or saved passwords.
Open your Settings app by pressing Win + I. Navigate to Apps and then select Installed Apps. Scroll down to find Microsoft Edge.
Click the three dots next to Microsoft Edge and select Modify. When the User Account Control prompt appears, click Yes. Finally, click the Repair button. Your system will download a fresh copy of the browser and fix any corrupted update services.
Technical Explanation: Why Edge Fails to Update
Update failures often occur when the Microsoft Edge Update Service (edgeupdate) is blocked or disabled. This can happen due to aggressive third-party antivirus software or corrupted temporary cache files.
Common error codes like 0x800421F7 or 0x80072EFD usually indicate connectivity issues between your client and the Microsoft update servers. In other cases, stuck background processes prevent the installer from replacing old binaries.
Permissions issues within the C:\Program Files (x86)\Microsoft\Edge\Application folder can also stall the process. If the system account cannot write to this directory, the update routine will fail immediately.

Alternative Methods to Force Update
If the standard repair tool fails, you can manually force the update services to restart using the command line. This clears the update queue and terminates hung processes.
# Kill existing update processes
taskkill /F /IM MicrosoftEdgeUpdate.exe
# Manually trigger the update check via PowerShell
Start-Process "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" -ArgumentList "/silent /install"
If the command line does not resolve the issue, refer to the table below to identify specific error behaviors and their corresponding fixes:
| Error Code | Likely Cause | Recommended Action |
|---|---|---|
| 0x800421F7 | Server Busy/Timeout | Wait 1 hour and retry the update. |
| 0x80072EFD | Network Blockage | Disable VPN or Proxy settings temporarily. |
| 0x80070005 | Access Denied | Run Edge as Administrator once to update. |
Finally, as a last resort, download the official Microsoft Edge installer from the Microsoft website. Running the installer on top of your current version will overwrite broken files while preserving your user profile data.