You open a tab, the window freezes for a second, and then the whole browser vanishes — or reloads itself with an "Edge has recovered from an unexpected error" banner. Microsoft Edge crashing is one of the most common browser complaints we hear from Windows users at IT Cares, and it's gotten more common since Microsoft made Edge the default browser bundled with Windows 11. The good news: in the overwhelming majority of cases, the fix takes less than 20 minutes and doesn't require reinstalling Windows or losing any data. It also doesn't require any paid software — every fix in this guide uses tools already built into Windows and Edge.
This guide walks through all 16 fixes in the order we actually use them during remote support calls — starting with a 60-second diagnostic test that tells you exactly which of the five common causes (extensions, hardware acceleration, corrupted profile, antivirus conflict, or outdated Edge build) is behind your specific crash, then the targeted fix for each. We'll also explain what the STATUS_ACCESS_VIOLATION error actually means, since it shows up constantly in Edge crash reports and confuses most users.
Edge crashes generally fall into three patterns, and knowing which one you have saves time: (1) crashes tied to a specific website or a specific tab, (2) crashes that happen randomly after Edge has been open for a while, and (3) crashes that happen immediately on launch, before the window even fully appears. Each pattern points toward a different starting fix, which we've flagged throughout this guide.
It's also worth understanding why this feels like a newer problem for a lot of people. Edge is built on the same open-source Chromium engine as Google Chrome, but Microsoft layers its own components on top — a different update mechanism, its own extension store integration, built-in Microsoft account sync, Collections, and (on newer builds) Copilot integration. Each of those layers is an additional place where something can go wrong that wouldn't exist in a "vanilla" Chromium browser. That's not a knock against Edge — it's genuinely a solid, fast browser for most people — but it does mean that when something breaks, the cause is more often in one of Microsoft's added layers than in the core rendering engine itself, which is why extension conflicts, Microsoft account sync issues, and Windows-integration quirks show up so often in Edge crash reports specifically.
Is it a full crash, or is Edge just "Not Responding"?
Windows sometimes labels a frozen-but-not-crashed Edge window as "Not Responding" in Task Manager, while the actual browser process is still alive underneath — just stuck waiting on something (a hung extension, a slow-loading page, or a network timeout). If closing and reopening restores it instantly with no error banner, you likely have a freeze rather than a true crash, and Fix 2 (hardware acceleration) and Fix 5 (extension conflicts) are the most likely culprits.
Normal Edge Behavior vs. a Real Crash Problem
| Situation | Normal / Expected | Crash Problem |
|---|---|---|
| Tab crashes ("Aw, Snap!") | Rare, on a single heavy site | Multiple sites, several times a day |
| Whole window closes | Never during normal browsing | Happens with 2-3 tabs open |
| Launch behavior | Window appears in 1-2 seconds | Crashes before window renders, or right after |
| Recovery banner | Never appears | "Edge didn't shut down correctly" every launch |
To check Edge's memory and process health in real time, open Task Manager built into Edge: click the three-dot menu > More tools > Browser task manager, or press Shift+Esc while Edge is focused. This shows every tab and extension as a separate process with its own memory and CPU usage — invaluable for spotting exactly what's consuming resources right before a crash. Leave this window open in a corner of your screen while you continue browsing normally; the moment Edge crashes or freezes, glance at whichever process was spiking in CPU or memory in the seconds before, and you have a strong lead on the cause without needing any third-party diagnostic software.
Is This Actually an Edge Problem, or a Windows Problem?
Before working through the fixes below, it's worth a quick gut-check on scope. Open two or three other applications you use regularly — Word, a PDF reader, maybe a game or Photoshop if you have one — and use them normally for 10-15 minutes. If they crash or freeze too, especially with similar unresponsive behavior, the problem is very likely at the Windows or hardware level (failing RAM, an unstable graphics driver affecting every application, or a corrupted system file), not something specific to Edge. In that case, jump straight to Fix 6 (graphics driver), Fix 10 (system file check), and Fix 16 (hardware diagnostics) rather than spending time on Edge-specific fixes like extensions or profile resets, which won't address a system-wide fault.
On the other hand, if Edge is the only application misbehaving while everything else on your PC runs perfectly, the cause is almost certainly contained to the browser itself — its extensions, its profile data, its cache, or a Chromium-specific interaction with your antivirus. This is genuinely good news, because browser-scoped problems are faster and safer to fix than anything touching Windows system files or hardware, and none of the browser-level fixes in this guide carry any risk to your other applications or data.
Can't fix it yourself? Skip the trial-and-error.
Our certified bilingual tech remotes in, reads your system logs, and resolves it on the spot — same day, from $119.99. No fix, no fee.
16 Fixes for Microsoft Edge Crashing
Launch Edge with Extensions Disabled (The 60-Second Diagnostic)
Press Windows key + R, type msedge --disable-extensions, and press Enter. This launches a fresh Edge window with every extension temporarily switched off — nothing is uninstalled. Browse normally for a few minutes, especially returning to whatever site or task triggered the crash before. If Edge behaves normally, a browser extension is your cause. Go to edge://extensions, disable them one at a time (starting with anything recently installed or updated), relaunching Edge normally between each, until you isolate the culprit. Ad blockers, VPN extensions, and old password managers are the most common offenders we see.
Turn Off Hardware Acceleration
Go to edge://settings/system and toggle off "Use hardware acceleration when available", then click Restart when prompted. Hardware acceleration offloads video decoding and page rendering to your GPU, which speeds things up — but it's also the single most common source of crash-on-launch and random freeze issues, especially on laptops with older integrated graphics or dual GPU setups (one Intel, one Nvidia/AMD) where Edge can't decide which chip to use. This fix alone resolves roughly a third of the Edge crash tickets we see.
Update Microsoft Edge to the Latest Version
Click the three-dot menu > Help and feedback > About Microsoft Edge, or go directly to edge://settings/help. Edge checks for updates automatically and installs them, but this page forces an immediate check and restart. Microsoft ships a new stable Edge build roughly every 4 weeks, and crash-related regressions are usually patched within 1-2 weeks of being widely reported — so if your crashing started suddenly, there's a real chance a fix has already shipped and you just haven't restarted the browser to receive it.
Clear Browsing Data and Cache
Press Ctrl+Shift+Delete, set the time range to "All time," and check Cached images and files plus Cookies and other site data (unchecking passwords and history if you want to keep those). Click Clear now. A corrupted cache file is a surprisingly common cause of crashes tied to specific sites — Edge tries to read a damaged cached resource, fails, and the renderer process dies. This is especially likely if crashes are concentrated on 1-2 specific websites you visit often rather than happening randomly everywhere.
Disable Startup Boost and Background Apps
Go to edge://settings/system and turn off "Continue running background extensions and apps when Microsoft Edge is closed" and "Startup boost." Startup Boost keeps a stripped-down Edge process running in the background at all times so the browser opens faster — but on machines with limited RAM, this background process can conflict with the foreground window during launch, contributing to crash-on-open issues. Disabling it costs you 1-2 seconds of launch time in exchange for meaningfully better stability on lower-spec hardware.
Update Your Graphics Driver
Press Windows key + X, select Device Manager, expand Display adapters, right-click your GPU, and select Update driver > Search automatically. For more reliable results, download the driver directly from the manufacturer: Intel (intel.com/content/www/us/en/download-center), Nvidia (nvidia.com/drivers), or AMD (amd.com/support). Outdated or corrupted graphics drivers are the leading cause of GPU-related STATUS_ACCESS_VIOLATION crashes in Edge, since the browser's compositor talks directly to the graphics driver for every frame rendered.
Check for Antivirus Conflicts (Avast, AVG, Norton)
If you run Avast, AVG, or Norton and crashes started after a security software update, this is very likely your cause — all three share the same underlying "Gen Digital" security engine, and it has a documented history of injecting hooks into browser renderer processes that trigger STATUS_ACCESS_VIOLATION crashes in Edge and Chrome alike. Update your antivirus to the latest version first. If crashes continue, temporarily disable real-time/web protection for 10 minutes as a test (re-enable it immediately after testing) — if Edge stops crashing during that window, contact your antivirus vendor for a fix or switch to Microsoft Defender, which is built into Windows and doesn't have this conflict.
Disable "Sleeping Tabs" Temporarily
Go to edge://settings/system and check the Sleeping Tabs settings. Sleeping Tabs automatically frees memory from inactive tabs to improve performance — a good feature in general, but on some configurations the process of putting a tab to sleep or waking it back up can trigger a crash if the tab was mid-render or running an unstable script. If your crashes seem to happen when switching back to a tab you haven't touched in a while, disable Sleeping Tabs and see if the pattern stops.
Create a New Edge Profile
Click your profile picture (top right) > Add profile > Add, then sign in with your Microsoft account on the new profile. This creates an entirely new local set of profile files, leaving behind any corruption in the old profile's settings, cache, or extension state while preserving your bookmarks and passwords via account sync (give it 1-2 minutes to sync down after signing in). If Edge stops crashing on the new profile, the old local profile was corrupted — you can safely delete it afterward from Settings > Profiles.
Run the Edge Troubleshooter (Windows 11)
Go to Settings > System > Troubleshoot > Other troubleshooters, and if "Windows Update" or "Program Compatibility" troubleshooters are available, run them — Edge crashes are sometimes tied to a stuck or partial Windows Update that left system components in an inconsistent state. Alternatively, open Command Prompt as Administrator and run sfc /scannow to check for and repair corrupted Windows system files, which Edge depends on for rendering, networking, and security functions.
Check RAM Usage and Close Other Applications
Press Ctrl+Shift+Esc to open Task Manager, click the Performance tab, and watch the Memory graph while using Edge normally. If memory usage is regularly above 85-90% with Edge open, the crashes may simply be Windows terminating Edge (or Edge terminating tabs) to free memory under pressure. Close unused applications, especially other memory-heavy programs like Photoshop, Chrome, or virtual machines running simultaneously. On systems with 4-8GB RAM, keeping Edge tab count under 10-15 makes a measurable difference.
Scan for Malware
Open Windows Security (search it in the Start menu) > Virus & threat protection > Scan options > select Microsoft Defender Offline scan and run it — this scans before Windows fully boots, catching malware that hides from a live scan. Browser hijackers and adware are a known cause of erratic Edge crashes, particularly if you've noticed unexpected new tabs, a changed homepage, or search redirects alongside the crashing. A clean scan takes 15-20 minutes and rules out malware as the cause entirely.
Repair Microsoft Edge
Go to Settings > Apps > Installed apps, search for "Microsoft Edge," click the three-dot menu next to it, and select Modify. Windows will offer a Repair option that re-registers Edge's system components and fixes corrupted installation files without touching your bookmarks, passwords, or extensions. This is a genuinely underused fix — it addresses installation-level corruption that a simple profile reset (Fix 9) can't touch, and takes about 2 minutes.
Reset Edge Settings to Default
Go to edge://settings/reset and click Restore settings to their default values. This resets your homepage, new tab page, pinned tabs, and startup behavior, and disables all extensions — but bookmarks, passwords, and browsing history are untouched since those sync from your Microsoft account. Use this after trying the extension test (Fix 1) if you suspect a settings-level corruption rather than a single bad extension, since it clears more configuration state than disabling extensions alone.
Uninstall and Reinstall Edge
As a last resort before Windows-level troubleshooting: go to Settings > Apps > Installed apps, uninstall Microsoft Edge (yes, this is possible on Windows 11 despite Edge being the default browser), restart your PC, then download a fresh copy from microsoft.com/edge. This clears every trace of local corruption. Sign back in with your Microsoft account afterward to restore bookmarks, passwords, and extensions from sync. Budget about 15 minutes for this including the restart and re-sync.
Check for a Hardware Problem (RAM or Storage)
If Edge is far from the only application crashing — if File Explorer, Office apps, or games also crash randomly — the root cause may not be Edge at all. Run Windows Memory Diagnostic (search "Windows Memory Diagnostic" in the Start menu, select "Restart now and check for problems") to test your RAM for hardware faults, and check your drive's health with wmic diskdrive get status in Command Prompt. Failing RAM modules produce exactly the kind of random, hard-to-reproduce crashes that get misattributed to "Edge being buggy" when the actual cause is a hardware fault affecting every application.
Managed/work computers: check for Group Policy conflicts
If your Edge is managed by a workplace IT department (common on company laptops), some administrative policies pushed via Group Policy or Intune can conflict with local settings changes and cause instability — particularly forced extension installs or restricted settings pages. Check edge://policy to see which settings are locked by an administrator. If several core settings show "Managed by your organization," contact your IT department rather than continuing to troubleshoot locally, since some of the fixes above may be blocked or automatically reverted.
This matters more than it might seem, because a well-intentioned employee who reinstalls Edge or clears policy-managed settings on a company device can occasionally strip out security configurations the IT department deployed on purpose — things like forced SmartScreen protection, blocked download types, or mandatory extension allowlists. If you're on a managed device and Edge is crashing, the safest first move is still Fix 1 (the extensions test) and Fix 3 (checking for updates), since neither touches policy-managed settings. Anything beyond that is worth routing through your IT department, both to respect the existing security posture and because they may already have a known fix on file for the exact fleet image your laptop was provisioned from.
STATUS_ACCESS_VIOLATION Explained
If you've dug into Edge's crash reports (edge://crashes) or checked Windows Event Viewer after a crash, you've probably seen the code STATUS_ACCESS_VIOLATION (or its hex form, 0xC0000005). This isn't an Edge-specific error — it's a fundamental Windows exception code that means a running process tried to read from or write to a memory address it wasn't authorized to touch. Think of it as the operating system catching a program reaching into memory that doesn't belong to it and immediately shutting that process down before it can cause further damage.
In the context of Edge, this exception is almost always triggered by one of three things acting on the browser's renderer or GPU process: a corrupted or incompatible graphics driver miscommunicating with Edge's compositor (Fix 6), a third-party security suite injecting code into the browser process to monitor web traffic — which Avast, AVG, and Norton have all been documented doing in ways that occasionally conflict with Chromium's memory layout (Fix 7) — or, less commonly, a damaged system DLL that Edge depends on, which a repair install resolves (Fix 13).
The practical takeaway: STATUS_ACCESS_VIOLATION is a symptom of something else going wrong, never the root cause itself. Chasing the error code directly won't help — working through the graphics driver update, antivirus conflict check, and repair install in this guide addresses the actual underlying triggers in the order most likely to resolve it quickly.
How to Read Edge's Built-In Crash Reports
Edge keeps a local log of every crash it experiences, and checking it takes 30 seconds — yet almost nobody knows this page exists. Type edge://crashes into the address bar and press Enter. You'll see a list of every recent crash with a timestamp and a status (Uploaded or Not uploaded). Click any entry to see the crash ID and, if you're comfortable with technical detail, the underlying report Microsoft receives when crash reporting is enabled.
What's genuinely useful here for non-technical users isn't the crash ID itself, but the pattern across entries. If you see 8 crashes in the log all within the same 10-minute window right after Windows booted, that points strongly toward a startup-related conflict (Fix 5 or Fix 9). If crashes are spread evenly throughout the day with no clustering, that's more consistent with a specific website or extension triggering it each time (Fix 1 or Fix 4). If the timestamps line up closely with when you know you installed a new browser extension, security software update, or Windows update, edge://crashes gives you the exact time to cross-reference against Windows Update history or your antivirus's update log.
You can also check edge://settings/privacy and confirm "Send optional diagnostic data" is enabled — this doesn't fix anything directly, but it means Microsoft's engineering team receives your crash telemetry, which is exactly how known regressions get identified and patched quickly in the update cycle described in Fix 3.
Preventing Edge From Crashing Again: A Maintenance Checklist
Once you've resolved the immediate crashing, a small amount of ongoing maintenance keeps it from coming back. None of these take more than a minute or two, and doing them monthly catches most new conflicts before they cause a crash:
- Review installed extensions quarterly. Go to
edge://extensionsand remove anything you no longer actively use. Every additional extension is another process that can fail and another piece of code with access to page content. - Keep Windows and Edge on auto-update. Confirm Windows Update is set to install updates automatically (Settings > Windows Update) and that Edge isn't blocked from updating by a metered connection setting.
- Restart your browser at least daily. Edge, like all browsers, accumulates memory and cached state the longer it stays open across many days without a full restart — closing all windows (not just minimizing) clears this out.
- Watch Task Manager after installing new software. Some third-party apps (VPN clients, PDF printers, download managers) install browser helper add-ons without asking. Check
edge://extensionsafter installing anything new. - Keep your graphics driver current. Set a calendar reminder every 2-3 months to check for a GPU driver update directly from Intel, Nvidia, or AMD rather than relying solely on Windows Update, which often lags behind the manufacturer's own release.
If you manage Edge across several family or company computers, it's worth applying this checklist consistently rather than only after a crash happens — most of the crash tickets we handle at IT Cares trace back to a driver that was 8-10 months out of date or an extension that was installed once for a single task and forgotten. Fifteen minutes of quarterly maintenance across a small office of 5-10 machines is far cheaper than the lost productivity of even one employee dealing with a crashing browser mid-workday, and it's the kind of task that's easy to fold into a broader managed IT routine if you'd rather not track it manually yourself.
Edge Still Crashing After Trying These Fixes?
IT Cares offers same-day remote Windows troubleshooting: driver conflicts, antivirus interference, corrupted profiles, and full system diagnostics. Most Edge crash cases resolved in one session.
Frequently Asked Questions
Why does Microsoft Edge keep crashing on Windows 11?
Edge crashes on Windows 11 are usually caused by one of five things: a corrupted browser profile, a misbehaving extension, GPU/graphics driver conflicts with hardware acceleration, a damaged local cache, or third-party antivirus software. Start by launching Edge with extensions disabled — if that stops the crashing, you've found the cause.
What does STATUS_ACCESS_VIOLATION mean in Microsoft Edge?
It's a Windows-level crash code meaning a program tried to access memory it wasn't allowed to. In Edge, this usually points to a graphics driver conflict, a security suite hooking into the browser's renderer process, or a corrupted system DLL. Updating your GPU driver, checking antivirus conflicts, and repairing Edge resolve most cases.
Will resetting Microsoft Edge delete my bookmarks and passwords?
No — resetting Edge through Settings preserves bookmarks and passwords because they sync from your Microsoft account, not the local profile. Even creating a brand new local profile just requires signing back in to restore everything within a minute or two.
Should I switch from Edge to Chrome or Firefox if it keeps crashing?
Switching avoids the symptom but rarely fixes the root cause — a corrupted profile, failing GPU driver, or antivirus conflict often follows you to the new browser within days or weeks. It's better to spend 15-20 minutes on the fixes in this guide first.
Is it normal for Edge to use so much memory that it crashes?
Edge runs each tab as a separate process by design, so memory climbs with tab count. On 8GB RAM or less, 20+ tabs can push the system into crashing. Enable Sleeping Tabs to free memory automatically. Crashes with fewer than 10 tabs open point to an extension or driver conflict instead.
Why does Edge crash immediately when I open it?
An immediate crash on launch usually points to a corrupted startup profile or a GPU driver failing to initialize rendering. Try msedge --disable-gpu to test. If that fixes it, update your graphics driver permanently. If it still crashes, the profile needs rebuilding or Edge needs a full repair.
Can a Windows update cause Edge to start crashing?
Yes — cumulative updates occasionally ship regressions, and bundled graphics driver changes can break hardware acceleration compatibility. Check Windows Update history for the date crashes started, then check for a newer Edge build or a rolled-back graphics driver. Microsoft typically patches widely-reported regressions within 1-2 weeks.
How do I check the edge://crashes page and what does it tell me?
Type edge://crashes into the address bar to see a local log of every recent crash with a timestamp. The pattern matters more than any single entry: crashes clustered right after startup point to a startup or extension conflict, crashes spread evenly through the day point to a specific site or extension, and timestamps that line up with a software install or Windows update tell you exactly what to check first.
When should I stop troubleshooting Edge myself and call a technician?
If you've tried the extension test, hardware acceleration toggle, and an Edge update within 20-30 minutes without success, it's reasonable to bring in professional help rather than moving on to driver rollbacks and profile rebuilds yourself — especially on a work machine where downtime has a real cost. A technician can usually isolate the exact cause in 10-15 minutes using diagnostics that aren't practical to run manually.
![Microsoft Edge Keeps Crashing? 16 Fixes That Actually Work [2026]](/images/blog/microsoft-edge-keeps-crashing-fix-hero.jpg)
Comments (3)
Fix 7 nailed it for me. I run Norton and Edge had been crashing with STATUS_ACCESS_VIOLATION almost daily for two weeks. Disabled real-time protection for 10 minutes to test like you said, and zero crashes. Updated Norton to the latest build and it's been stable for 5 days now. Would never have connected the two on my own.
Had the crash-on-launch problem exactly as described — window would flash and disappear before it even fully drew. The msedge --disable-gpu command got it to open, so I updated my Intel graphics driver from Intel's site directly (Device Manager kept saying it was up to date, which was a lie) and now it launches normally every time.
Tried everything myself for about an hour, nothing stuck. Called IT Cares and the tech found it was a corrupted profile in about 10 minutes on a remote session — something about a damaged preferences file that a normal reset doesn't touch. New profile fixed it instantly. Worth the $120 honestly, would have taken me all weekend otherwise.
Leave a Comment