0x0000007E
Microsoft Windows
Severity: CriticalWhat Does This Error Mean?
The 0x0000007E blue screen means a system thread generated an error that Windows could not catch. This is called SYSTEM_THREAD_EXCEPTION_NOT_HANDLED. It is typically caused by an incompatible driver, especially after a Windows update or new hardware installation.
Affected Models
- Windows 10
- Windows 11
- Windows 8.1
- Windows Server
Common Causes
- A driver is incompatible with your current version of Windows
- A Windows update changed something that conflicts with an existing driver
- Newly installed hardware does not have the correct driver
- System files are corrupted from a failed update or bad shutdown
- The BIOS or UEFI firmware is outdated
How to Fix It
-
Boot into Safe Mode. Hold Shift while clicking Restart, then go to Troubleshoot > Advanced Options > Startup Settings > Restart, and press 4 or F4 for Safe Mode.
Safe Mode loads only essential drivers. If Windows works fine in Safe Mode, a third-party driver is the problem.
-
In Safe Mode, uninstall recently added drivers. Open Device Manager, find the device you recently updated or added, right-click it, and choose 'Uninstall device.'
Check the box that says 'Delete the driver software' if available, then restart normally.
-
Run System File Checker. Open Command Prompt as Administrator and type: sfc /scannow
This repairs corrupted system files. If it finds problems, run it a second time after restarting.
-
Update your BIOS or UEFI firmware. Check your computer manufacturer's support website for your specific model and follow their instructions.
BIOS updates must be done carefully. Follow the manufacturer's instructions exactly and do not turn off your computer during the update.
-
If nothing else works, run the DISM repair tool. Open Administrator Command Prompt and type: DISM /Online /Cleanup-Image /RestoreHealth
This repairs the Windows image itself. It requires an internet connection and takes 15 to 30 minutes.
When to Call a Professional
If you cannot boot into Windows at all (even Safe Mode), a technician can help recover your data and repair the installation. This error sometimes requires a clean Windows reinstall if the system files are badly corrupted. A professional can also check for hardware failures that may be the root cause.
Frequently Asked Questions
What is a system thread?
A system thread is a background task that Windows runs automatically. These threads handle things like managing your hard drive, network, and display. When one of these threads crashes, Windows cannot keep running safely and shows a blue screen.
This error started after a Windows update. What should I do?
You can uninstall the recent update. Go to Settings > Windows Update > Update History > Uninstall Updates. Find the most recent update, click it, and choose Uninstall. Then pause updates for a week until Microsoft releases a fix.
Is it safe to update the BIOS?
BIOS updates are generally safe if you follow the manufacturer's instructions carefully. The most important rule is to never turn off your computer during the update. Use a laptop on battery plus charger, or use a desktop with a UPS if possible.