SYSTEM_THREAD_EXCEPTION_NOT_HANDLED — Causes & Fix
Windows Stop code 0x0000007E (SYSTEM_THREAD_EXCEPTION_NOT_HANDLED) means a system thread generated an exception the handler didn't catch — the blue screen usually names the offending driver file.
- Applies to
- Any Windows PC
- Time to fix
- 30 minutes – 2 hours
What it means
Causes include an incompatible or corrupt driver, faulty hardware, or corrupt system files (often after an update or new hardware). This is a Windows Stop error (a "bugcheck" / blue screen) documented by Microsoft. The blue screen shows this code; more detail sits in the crash dump (%SystemRoot%\Minidump), which usually names the specific driver or component at fault — a free tool like BlueScreenView or WinDbg can read it.
Symptoms
- Blue screen citing SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (often with a .sys file)
- Boot loops after an update/driver install
How to fix it
- 1
Address the named .sys driver
1. Note the driver file on the blue screen. 2. Update, roll back, or remove that driver (via Safe Mode if needed).
- 2
Repair Windows
1. Run "sfc /scannow" and DISM; use Startup Repair if it won't boot.
Frequently asked questions
The blue screen shows a .sys file — what do I do?
That file is the faulty driver. Look it up, then update, roll back, or remove it — often via Safe Mode.
Last updated July 20, 2026
Guidance only — always consult a qualified professional or the official service manual before carrying out repairs.