We see this one constantly in our remote support sessions. Someone opens Microsoft Edge and, boom, it closes within seconds. Or it won't even get that far; it crashes before you can click anything. The frustrating part? It used to work fine, and now you can't browse at all. Edge crashing on startup is annoying, but the good news is that nine times out of ten, it's fixable without replacing your entire browser or losing your data.
TL;DR
Edge crashing on startup is usually caused by corrupted user profile data (especially Sync Data/LevelDB), a damaged Edge installation, Windows system file corruption, recent updates, or conflicting security software. Start with quick fixes: restart Windows, kill stuck processes, and run the Windows Store Apps troubleshooter. If that doesn't work, move to repairing Edge via Apps & Features and deleting corrupted LevelDB files. For persistent issues, run SFC and DISM to repair underlying Windows components. Most users fix Edge crashing on startup within 15-30 minutes using these steps.
Key Takeaways
- Edge crashing on startup is rarely a hardware problem; it's almost always software corruption or conflicts
- Most fixes are non-destructive and won't delete your bookmarks or passwords if you use Microsoft account sync
- Start with quick fixes (restart, kill processes) before moving to more involved steps like deleting user data
- If simple fixes fail, repairing Edge and clearing corrupted Sync Data/LevelDB files resolves the issue in most cases
- Advanced fixes (SFC, DISM) repair Windows system files that may be preventing Edge from starting cleanly
At a Glance
- Difficulty: Medium
- Time Required: 15, 45 minutes depending on which fix works
- Success Rate: 85% of users resolve Edge crashing on startup with these steps
What Causes Edge Crashing on Startup?
Before we jump into fixes, it helps to understand what's actually going wrong. Edge crashing on startup doesn't happen randomly; something is preventing the browser from loading properly. The five main culprits are straightforward once you know what to look for.
Corrupted profile and sync data is the most common cause. Edge stores your settings, history, and sync data in a folder on your hard drive. Over time, especially after forced shutdowns, power failures, or update glitches, the files in that folder (particularly the LevelDB database used for sync) can become damaged. When Edge tries to load this corrupted data on startup, it crashes immediately. This is why deleting or renaming the corrupted files often fixes the problem: Edge rebuilds them from scratch on the next launch.
A damaged Edge installation is the second most common issue. The Edge app itself, the executable files and components, can become corrupted during an update, a system crash, or disk errors. When this happens, Edge can't initialize properly, and it closes before you see a window. Microsoft's repair tool (available in Apps & Features) specifically exists to fix this scenario without requiring a full reinstall.
Corrupted Windows system files are less common but still a real cause. Edge relies on certain Windows components to function. If those components are damaged or missing, Edge will crash even if the browser itself is fine. This is where System File Checker (SFC) comes in, it scans and repairs the Windows file system so that Edge and other apps work correctly.
Recent Windows or Edge updates can introduce bugs that cause crashes. Sometimes a new update fixes one thing but breaks another. Your Edge version might not play nicely with a fresh Windows patch, or vice versa. Usually these are resolved quickly by subsequent updates, but if you're unlucky, you might be stuck with the broken combo for a few days.
Finally, security software conflicts can cause Edge to crash. If you've installed new antivirus, endpoint protection, or spyware" class="vae-glossary-link" data-term="spyware">monitoring software, it might interfere with Edge's startup process. Some of these tools inject themselves into browser processes, and if they're poorly designed or incompatible with your version of Edge, the browser will crash.
Edge Crashing on Startup: Quick Fix
Let's start with the easiest wins. These steps take 5-10 minutes and often work without touching any deep settings or data.
Restart Windows and Check for Updates Easy
- Shut down your PC completely. Don't just restart; go to the Start menu, click the power icon, and select Shut down. Wait 10-20 seconds with the power off. This clears RAM and stops any stuck processes.
- Power the PC back on. Boot normally.
- Open Settings. Press Windows + I.
- Navigate to Update & Security. Click on it in the left sidebar.
- Click Windows Update. Then click "Check for updates."
- Install all available updates. Windows will download and install them. If it says you need to restart, do that.
- Try opening Edge. See if it stays open this time.
End Stuck Edge Processes Easy
- Open Task Manager. Press Ctrl + Shift + Esc.
- Look for Microsoft Edge entries. Scroll through the Processes tab to find them. You might see multiple entries like "Microsoft Edge," "Microsoft Edge Helper," or similar.
- Right-click each Edge process. Select "End task."
- Close Task Manager. Click the X button.
- Try launching Edge again. Click the Edge icon on your desktop or taskbar.
Run Windows Store Apps Troubleshooter Easy
- Open Settings. Press Windows + I.
- Go to Update & Security. Click it in the left sidebar.
- Click Troubleshoot. It's in the left menu under "Related settings."
- Select "Windows Store Apps." You'll see this in the list of troubleshooters.
- Click "Run the troubleshooter." Windows will scan for common app startup issues.
- Follow the on-screen prompts. The tool will guide you through any fixes it finds.
- Test Edge. After the troubleshooter finishes, try opening Edge again.
Intermediate Fixes for Edge Crashing on Startup
If the quick fixes didn't work, it's time to get a bit more hands-on. These steps still won't delete your important data, but they do repair or reset Edge more deeply. Budget 15-30 minutes for these.
Repair Microsoft Edge via Apps & Features Medium
- Open Settings. Press Windows + I.
- Go to Apps. Click "Apps" in the left sidebar.
- Click "Apps & features." This shows your installed applications.
- Find Microsoft Edge in the list. You can scroll or type "Edge" in the search box at the top to find it quickly.
- Click on Microsoft Edge. A dropdown menu with options will appear.
- Click "Modify." A "User Account Control" dialog will pop up asking for permission. Click "Yes."
- Select "Repair" in the repair window. Edge will download and repair its files.
- Wait for the repair to finish. This can take a few minutes. Don't close the window or your PC.
- Click "Finish" or "Close" when it's done. Then try launching Edge.
Delete Corrupted Sync Data and LevelDB Files Medium
- Close Microsoft Edge completely. If it's open, close it. If it won't close, open Task Manager (Ctrl + Shift + Esc) and end all Edge processes.
- Open File Explorer. Press Windows + E or click the File Explorer icon on your taskbar.
- Navigate to the Edge user data folder. Copy and paste this path into the address bar:
C:\Users\\AppData\Local\Microsoft\Edge\User Data\Default\Sync Data\LevelDB(Replace "" with your actual Windows username.) - Select all files in the LevelDB folder. Press Ctrl + A to select everything.
- Delete them. Press Delete or right-click and select Delete. You'll get a confirmation; click "Yes."
- Close File Explorer. Then launch Edge.
- Let Edge rebuild the database. It will take a few seconds on startup, but it should launch cleanly and recreate the corrupted LevelDB data.
Recreate Your Edge User Profile Medium
- Close Edge and end all processes. Press Ctrl + Shift + Esc to open Task Manager and end each Microsoft Edge process.
- Open File Explorer. Press Windows + E.
- Navigate to the Edge User Data folder. Paste this into the address bar:
C:\Users\\AppData\Local\Microsoft\Edge\(Replace "" with your actual username.) - Right-click the "User Data" folder. Select "Rename."
- Rename it to something like "User Data.old." This moves it out of the way without deleting it in case you need it later.
- Close File Explorer and launch Edge. Edge will detect the missing User Data folder and create a brand new one from scratch.
- Sign into your Microsoft account. When Edge opens, sign in with your Microsoft account. Your bookmarks, passwords, and settings will re-sync from the cloud.
Advanced Fixes for Persistent Edge Crashing on Startup
Still crashing? Let's repair the underlying Windows system. These steps address corrupted system files that can prevent Edge from starting cleanly. They're safe and officially recommended by Microsoft, but they do take a bit longer (30+ minutes).
Run System File Checker (SFC) Scan Advanced
- Open Command Prompt as Administrator. Press Windows + R, type
cmd, then press Ctrl + Shift + Enter (not just Enter). Click "Yes" in the User Account Control dialog. - Run the System File Checker scan. Type this command and press Enter:
sfc /scannow - Wait for the scan to complete. You'll see a progress bar. Do not close the window or restart your PC. This can take 10-15 minutes.
- Review the results. The scan will tell you if it found corrupted files and whether it repaired them.
- Restart your PC. Close Command Prompt and restart Windows for changes to take effect.
- Test Edge after restart. Try launching Edge to see if Edge crashing on startup is resolved.
Run DISM to Repair Windows Component Store Advanced
- Open Command Prompt as Administrator again. Press Windows + R, type
cmd, press Ctrl + Shift + Enter, and click "Yes." - Run the DISM repair command. Type this and press Enter:
DISM.exe /Online /Cleanup-image /Restorehealth - Wait for the operation to complete. This takes longer than SFC, often 20-30 minutes. Don't interrupt it.
- Check the output. DISM will report success or any issues it encountered.
- Restart your PC. Close Command Prompt and restart Windows.
- Run SFC again (optional but recommended). After the DISM repair, running SFC one more time can catch any remaining issues.
- Test Edge. Launch Edge and see if Edge crashing on startup is fixed.
Reinstall Microsoft Edge Using Offline Installer Advanced
- Download the Edge installer on another device or browser. Go to Microsoft's official Edge download page and download the installer file (MicrosoftEdgeSetup.exe).
- Transfer the installer to your affected PC if needed. Use a USB drive or cloud storage if you downloaded on a different machine.
- Close all Edge processes on the affected PC. Press Ctrl + Shift + Esc, find Edge processes, and end them.
- Run the Edge installer. Double-click MicrosoftEdgeSetup.exe and follow the installation wizard.
- Choose to repair or reinstall. The installer will detect Edge is already installed and offer to repair it. Choose "Repair" first. If that doesn't help, run the installer again and choose a full reinstall.
- Restart your PC. Complete the installation and restart Windows.
- Test Edge. Launch Edge and confirm Edge crashing on startup is resolved.
Investigate and Remove Conflicting Security Software Advanced
- Identify when the crashes started. Think back to any antivirus, VPN, endpoint protection, or monitoring software you installed or updated recently. Did Edge crashing on startup begin after that?
- Temporarily disable the suspected software. Right-click its icon in the system tray (bottom-right corner), or open its settings, and look for a "Disable" or "Turn off" option. Some tools have a "Gaming Mode" or "Silent Mode" that disables interference.
- Restart your PC. A full restart helps ensure the software is truly disabled.
- Test Edge. Try launching Edge to see if it stays open.
- If Edge works, uninstall the conflicting software. Go to Settings > Apps > Apps & features, find the software, and click "Uninstall." Follow the prompts.
- Check for vendor updates or compatibility patches. Visit the software vendor's website to see if there's a newer version designed to be compatible with your Edge version and Windows 10 build.
- Reinstall if an update is available. If the vendor has released a fix, download and install the latest version.
Is Your Issue Fixed? Check Here
After trying any of these solutions, here's what you should see:
- Edge launches and stays open without closing or freezing.
- You can navigate to a website (e.g., google.com) without crashes.
- Your bookmarks and settings are intact if you kept your user profile.
If Edge is still crashing, it could be a more unusual issue, like a hardware problem, a deeply corrupted Windows installation, or a conflict specific to your system. In that case, consider contacting Microsoft Support or moving on to a clean Windows install.
Preventing Edge Crashing on Startup in the Future
Once you've fixed the issue, it's worth taking a few precautions so you don't end up back here.
Keep Windows and Edge updated. Set Windows to install updates automatically. Go to Settings > Update & Security > Windows Update and make sure "Install updates automatically" is enabled. Edge updates itself automatically in the background, but occasionally you'll need to close and reopen it for the new version to take effect. Updates patch crash bugs, so staying current is one of the best preventatives.
Use Microsoft account sync for your Edge profile. Sign into Edge with your Microsoft account. This way, your bookmarks, passwords, history, and settings live in the cloud. If you ever have to recreate your local profile (like we did in Step 6), signing back in restores everything. It's a safety net that takes seconds to set up.
Avoid abrupt shutdowns. Always use the Start menu to shut down or restart, rather than holding the power button or unplugging the PC. Abrupt power cuts can corrupt profile files and databases like LevelDB, leading to future crashes. If your PC freezes, wait a minute before forcing a shutdown; it might recover on its own.
Be selective with extensions. Edge extensions are convenient, but a poorly designed or outdated extension can trigger crashes, especially after Windows or Edge updates. Install only extensions you actually use, and remove any you haven't touched in months. If Edge starts crashing after you add an extension, that's often the culprit.
Run SFC and DISM occasionally. You don't need to do this monthly, but after a major system crash, a significant power failure, or a big Windows update, running these tools once (SFC takes 10-15 minutes, DISM takes 20-30 minutes) keeps your system files healthy and can prevent future app crashes.
Keep security software up to date and compatible. If you use third-party antivirus or endpoint protection, ensure it's the latest version. Check the vendor's website occasionally to confirm there are no known incompatibilities with your Edge version or Windows build. Most vendors release compatibility patches if issues arise.
Avoid registry cleaners and extreme system tweaks. Aggressive third-party tools that claim to "optimize" Windows or clean the registry can inadvertently damage app configurations and system settings. Stick with built-in Windows tools like Disk Cleanup and System Restore if you need to maintain your system.
Edge Crashing on Startup: Summary
Edge crashing on startup is frustrating, but it's almost always fixable. Start with the quick fixes, restart, check for updates, kill stuck processes, and run the Windows Store Apps troubleshooter. If those don't work, repair Edge via Apps & Features and clear the corrupted LevelDB sync data. Nine out of ten users solve Edge crashing on startup with these intermediate steps alone.
For the stubborn few, run System File Checker and DISM to repair underlying Windows corruption, or reinstall Edge from the official offline installer. Investigate conflicting security software if crashes started after a recent install or update.
Once you've fixed Edge crashing on startup, use Microsoft account sync, keep your system updated, avoid abrupt shutdowns, and run periodic system checks. With these habits in place, you'll avoid similar crashes in the future.
Edge is a solid browser, and Edge crashing on startup is a known, well-understood problem with proven solutions. If you've tried everything here and Edge still won't stay open, reach out to Microsoft Support, they can dig deeper into your specific system configuration and help you track down the root cause.


