System Thread Exception — Not Handled New [new]
This is a Blue Screen of Death (BSOD) error that typically appears when a system thread generates an exception that the error handler doesn't catch. It often points to faulty drivers, corrupted system files, or incompatible hardware.
1. Background
- Error type: Kernel-mode exception in a system thread that was unhandled.
- Common Windows stop code: THREAD_STUCK_IN_DEVICE_DRIVER or SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (often with codes like 0x0000007E or 0x1000007E).
- Affects: Windows 7, 8, 8.1, 10, 11 (behavior similar across versions).
If you see a specific .sys filename (common examples)
- nvlddmkm.sys / atikmdag.sys → GPU driver. Reinstall GPU driver; use DDU in Safe Mode to clean first.
- igdkmd64.sys → Intel graphics driver. Update or roll back Intel driver.
- ntfs.sys / storahci.sys → Storage driver or SATA/AHCI controller. Update chipset/storage drivers; check BIOS SATA mode.
3. Diagnostic Methodology
Resolving the STENH error relies heavily on post-mortem analysis. The generic error message does not identify the culprit; the user must analyze the "minidump." system thread exception not handled new
Part 4: Step-by-Step Fixes (From Easiest to Most Advanced)
2. Common Causes
- Device driver bugs (graphics, network, storage, chipset).
- Driver version incompatibility after Windows update.
- Corrupted or missing system files.
- Faulty hardware (bad RAM, failing SSD/HDD, overheating).
- Third-party kernel-mode software (antivirus, encryption drivers).
- BIOS/UEFI incompatibility or outdated firmware.