Forum Discussion
Chris4s
May 15, 2026Occasional Reader
MS Edge stopped launching May 15, 2026
Beginning today - MS Edge stopped launching. It was working yesterday and I hadn't installed anything or restarted. Rebooting didn't resolve the issue. Running the Modify / Repair from the Install...
KapilArya
May 16, 2026MVP
Hello,
Try re-registering Microsoft Edge. Perform these steps:
- Search for Windows PowerShell using Windows Search.
- From results, right click on Windows PowerShell and select Run as administrator.
- Then type following command and press Enter key:
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}
Let the command complete.
- Close Windows PowerShell and check Edge, it should work fine now.
If issue still persists, refer other suggestions in this fix:
https://www.kapilarya.com/how-to-fix-microsoft-edge-not-working
Let us know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.