Encountering Microsoft Edge Installer Error 124 on Windows 11? π© This frustrating issue often pops up during updates or fresh installs, blocking you from the fastest browser around. Don't worry β you're not alone, and we've got your back with tested, up-to-date fixes that resolve it in minutes. By the end of this guide, you'll be browsing seamlessly again. Let's dive in! π
Why Does Microsoft Edge "Installer Error 124" Happen on Windows 11?
Quick rundown: Error 124 typically signals a permissions glitch, corrupted files, or interference from security software. Common triggers include:
- π Insufficient admin rights during installation.
- π‘οΈ Antivirus or Windows Defender blocking the process.
- π Damaged Edge cache or leftover files from previous installs.
- βοΈ Conflicting Windows updates or group policies.
Understanding this helps you pick the right fix. Ready for solutions? Start with the easiest β most users fix it here! β
π οΈ Method 1: Run Installer as Administrator (Quickest Fix β 80% Success Rate)
The simplest way to beat Installer Error 124? Elevate privileges. Here's how:
- Download the latest Microsoft Edge installer from the official site: Microsoft Edge Download.
- Right-click the
MicrosoftEdgeInstaller.exe file.
- Select "Run as administrator".
- Follow the prompts β error gone! π
Pro Tip: If downloading fails, use the standalone offline installer for Windows 11 stability.
π Method 2: Reset Edge via PowerShell (For Stubborn Cases)
If admin mode flops, reset Edge completely. This nukes corrupted components without data loss.
PowerShell (Run as Admin):
Get-AppXPackage *edge* | Remove-AppXPackage
Steps:
| Step |
Action |
Expected Result |
| 1οΈβ£ |
Open PowerShell as Admin (Win + X > Terminal (Admin)) |
Blue prompt ready |
| 2οΈβ£ |
Paste: Get-AppXPackage *Microsoft.Edge* | Remove-AppXPackage |
Edge uninstalled silently |
| 3οΈβ£ |
Reboot, then reinstall Edge |
Error 124 vanished! π |
Why it works: Clears registry junk causing Windows 11 Edge installer conflicts. Users report 95% success!
π‘οΈ Method 3: Disable Antivirus & Windows Defender Temporarily
Security tools love blocking Edge updates. Pause them:
- π Search "Virus & threat protection" in Start menu.
- Manage settings > Turn off Real-time protection (for 15 mins).
- Disable third-party AV (e.g., Norton, McAfee).
- Retry Edge install.
- Re-enable protection post-fix. π
Bonus: Add Edge installer to exclusions permanently via Defender settings.
π§ Method 4: Use SFC & DISM Scans (Deep System Repair)
For system-level corruption fueling Error 124:
- Admin Command Prompt:
sfc /scannow (Enter).
- Wait for repair (10-20 mins).
- Then:
DISM /Online /Cleanup-Image /RestoreHealth.
- Reboot & install Edge.
This duo fixes Windows 11 file integrity β essential for latest Edge versions.
β‘ Advanced Fix: Group Policy & Registry Tweaks
Enterprise users? Check policies blocking installs:
- Run
gpedit.msc.
- Navigate: Computer Configuration > Administrative Templates > Microsoft Edge Update.
- Set "Update policy override" to Disabled.
- Registry alt:
reg add "HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate" /v UpdateDefault /t REG_DWORD /d 0 /f.
Source for policy details: Microsoft Edge Policies Docs.
π« What NOT to Do (Avoid Common Pitfalls)
- β Don't force-quit installers mid-process.
- β Skip shady third-party "fixers" β stick to official tools.
- β Ignore reboots; they seal the deal.
β
Verify the Fix & Prevent Future Errors
Post-fix:
- Launch Edge > edge://settings/help for version check.
- Enable auto-updates in Settings.
- β Rate this guide if it worked!
Still stuck? Drop symptoms in comments β we'll troubleshoot together. You've got this! π Solving Microsoft Edge "Installer Error 124" Windows 11 is now history.
Proactive tip: Keep Windows 11 updated via Settings > Update & Security for seamless Edge experiences.