Microsoft Edge has evolved into a powerhouse browser, but it isn’t immune to critical failures. For some users, Edge doesn’t just hang—it triggers a full system crash, often resulting in the dreaded Blue Screen of Death (BSOD). This behavior usually stems from hardware acceleration conflicts, corrupted system files, or driver incompatibilities.
Symptoms & Diagnosis
The first step in fixing a crashing computer is identifying the specific symptoms. A browser-induced system crash usually presents as a sudden freeze followed by a restart. You might see error codes like “DPC_WATCHDOG_VIOLATION” or “IRQL_NOT_LESS_OR_EQUAL” on the blue screen.
To diagnose the root cause, check the Windows Event Viewer. Look for critical errors under “System” logs that coincide with the time of the crash. If “msedge.exe” is cited as the faulting application, the issue is likely isolated to the browser’s interaction with your hardware or kernel.

Troubleshooting Guide
If Microsoft Edge is crashing your computer, you should start with the most common culprit: Hardware Acceleration. While this feature uses your GPU to speed up tasks, it frequently clashes with outdated graphics drivers.
Disable Hardware Acceleration
Open Edge, go to Settings > System and Performance, and toggle off “Use hardware acceleration when available.” Restart the browser to see if the system stability improves.
Repair Microsoft Edge
Windows provides a built-in repair tool that fixes corrupted installation files without deleting your user data. Go to Settings > Apps > Installed Apps, find Microsoft Edge, click the three dots, and select Modify > Repair.
| Fix Method | Difficulty | Success Rate |
|---|---|---|
| Disable Hardware Acceleration | Low | Very High |
| Repair via Windows Settings | Low | Medium |
| System File Checker (SFC) | Medium | High |
| Update GPU Drivers | Medium | High |
Run System File Checker
Sometimes the crash is caused by underlying Windows corruption that Edge triggers. Use the following command in an administrative terminal to repair system files:
sfc /scannow
Prevention
Preventing future crashes requires maintaining a clean environment. Start by managing your extensions. Remove any third-party ad-blockers or scripts that haven’t been updated recently, as these can cause memory leaks that lead to BSODs.
Keep your graphics drivers updated. Visit the website of your GPU manufacturer (NVIDIA, AMD, or Intel) to download the latest stable drivers. Avoid using “Beta” drivers if you are experiencing system instability.
Finally, monitor your RAM health. If Edge continues to crash your computer despite software fixes, run the Windows Memory Diagnostic tool. Faulty RAM sticks are a frequent silent cause of browser-triggered system failures.