System Thread Exception Not Handled New
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED error is a Windows "Blue Screen of Death" (BSOD) stop code that occurs when a system thread generates an exception that the operating system’s error handler fails to catch. This critical failure is most commonly triggered by incompatible or outdated device drivers, particularly those related to the Graphics Processing Unit (GPU). Microsoft Learn Common Root Causes
Conclusion
The "system thread exception not handled new" error is intimidating, but it follows a logical pattern: something new (driver, update, hardware) is generating an exception that Windows doesn't know how to handle. system thread exception not handled new
Error Details:
System Thread Exception Not Handled — Overview and Guide
Abstract
"System Thread Exception Not Handled" is a Windows Blue Screen of Death (BSOD) error indicating a system thread generated an exception that the error handler did not catch. It typically stems from faulty, outdated, or incompatible device drivers, corrupted system files, or hardware issues. This paper summarizes causes, diagnostic methods, and step-by-step remediation and prevention strategies. Install WinDbg from Microsoft Store
Fixing the "System Thread Exception Not Handled" Error on a New PC or Windows Install From Recovery: Troubleshoot → Advanced Options → Startup
- Install WinDbg from Microsoft Store.
- Open dump file → run
!analyze -v. - Look for
MODULE_NAMEandIMAGE_NAME. - If it shows
new!something– that’s a custom driver or malware. Scan for rootkits.
- From Recovery: Troubleshoot → Advanced Options → Startup Settings → Restart → Press 4 or F4 for Safe Mode.
- Safe Mode loads only basic drivers. If the BSOD disappears here, a third-party driver is the problem.
Hardware Check: If you recently added new components, disconnect them to see if the error persists.
Most Common Causes
| Cause | Likelihood | |-------|-------------| | Faulty graphics driver | High | | Corrupt system file or update | Medium | | Antivirus/security software conflict | Medium | | Faulty hardware (RAM, SSD/HDD) | Medium | | Incompatible driver (audio, network, chipset) | Low-Medium |







