System Thread Exception Not — Handled New
Roll back or uninstall problematic drivers
Run System File Checker and DISM
Check for Windows updates
Scan for malware
Check disk health
Inspect Event Viewer for the faulting driver/module
Restore system
BIOS/UEFI and firmware
Last resort: Reset or clean install
1
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.
The most prevalent cause of this exception is a kernel-mode driver attempting to perform an illegal operation. In modern contexts, this often involves:
This BSOD occurs when a system thread (a core process running in kernel mode) generates an exception that Windows doesn’t handle. Essentially, a critical part of the OS tried to execute an invalid instruction, accessed bad memory, or crashed—and there was no fallback. system thread exception not handled new
Key distinction: Unlike some other BSODs, this one often points directly to a driver or system service as the cause.
| Component | Test Tool | Action if errors | |-----------|-----------|------------------| | RAM | MemTest86 (boot from USB) | Replace faulty stick | | SSD/HDD | CrystalDiskInfo | Replace drive if bad sectors or 0% health | | CPU | Prime95 (blend test) | Check cooling / revert overclock |
To fix the error, you must understand the mechanics.
In simple terms: Windows operates with two modes:
"SYSTEM THREAD EXCEPTION NOT HANDLED" means a thread (a small sequence of programmed instructions) running in kernel mode tried to execute an invalid instruction or access memory it shouldn't. The operating system had no "handler" (error recovery code) for this exception, so it gave up and crashed.
The "new" aspect typically suggests one of three things:
When these "new" components lack proper compatibility or correct drivers, the system thread exception becomes unhandled.
“BSOD on wake from sleep, error
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED, no driver file shown.”
→ Solution: Disabled Fast Startup + updated Intel graphics driver. Fixed.
If you provide the exact driver filename (if any) shown on your BSOD, I can give you the specific fix for that component.
Fixing the "System Thread Exception Not Handled" Error on a New PC or Windows Install
Unboxing a new PC or finishing a fresh Windows installation only to be met with a Blue Screen of Death (BSOD) is incredibly frustrating. The "System Thread Exception Not Handled" error is one of the most common Windows stop codes, and seeing it on a "new" system usually points to a specific set of culprits: incompatible drivers, BIOS settings, or (rarely) faulty hardware.
Here is a comprehensive guide to troubleshooting and fixing this error on a new setup. What Causes This Error on a New System? Roll back or uninstall problematic drivers
Essentially, a "system thread" (a process the operating system is running) generated an exception (an error) that the "handler" couldn't catch. On a new system, this usually happens because:
Outdated/Incompatible Drivers: Windows might have installed a generic driver that doesn't play nice with your new hardware.
BIOS/UEFI Issues: New motherboards often need updates to stabilize communication with the CPU or RAM.
Fast Startup: This Windows feature can sometimes glitch during the initial boot cycles of a new machine. Step 1: Identify the Failing Driver
Often, the BSOD screen will list a specific file next to the error code. Identifying this file tells you exactly what to fix: nvlddmkm.sys: NVIDIA Graphics driver. amdkmdag.sys: AMD Graphics driver. atidxx64.sys: ATI/AMD Graphics driver. Netwtw04.sys / Netwtw06.sys: Intel Wi-Fi driver. RtWlanu.sys: Realtek Wireless driver.
The Fix: Go to the manufacturer’s website (e.g., NVIDIA, ASUS, Intel) on another device, download the latest driver, and install it in Safe Mode (see below). Step 2: Boot into Safe Mode
If you can't reach your desktop because the PC keeps crashing, you need Safe Mode.
Turn the PC on and off three times using the physical power button to trigger Automatic Repair.
Navigate to Advanced options > Troubleshoot > Advanced options > Startup Settings > Restart. Press 4 or 5 to enter Safe Mode. Step 3: Reinstall or Roll Back Display Drivers
Since GPU drivers are the most frequent cause of this specific BSOD:
In Safe Mode, right-click the Start button and select Device Manager. Expand Display adapters.
Right-click your GPU and select Update driver. Choose "Search automatically." Run System File Checker and DISM
If the error persists: Right-click the GPU again, select Uninstall device, check the box for "Delete the driver software for this device," and restart. Windows will attempt to install a clean version upon reboot. Step 4: Disable Windows "Fast Startup"
Fast Startup saves a "snapshot" of your drivers to help the PC boot faster, but on a new system, it can "snapshot" a corrupted state. Open Control Panel and go to Power Options. Click "Choose what the power buttons do."
Click "Change settings that are currently unavailable" at the top. Uncheck "Turn on fast startup (recommended)." Save changes and restart. Step 5: Update your BIOS/UEFI
If you built the PC yourself or bought a brand-new model, the BIOS version it shipped with might have bugs related to your specific CPU or RAM.
Identify your motherboard model (type msinfo32 in the Windows search bar).
Visit the manufacturer's support page and download the latest BIOS update onto a USB drive.
Follow the manufacturer's specific instructions to "flash" the BIOS. Note: Do not turn off the PC during this process. Step 6: Repair System Files
Sometimes the Windows installation itself gets corrupted during the initial setup. Open Command Prompt (Admin). Type sfc /scannow and hit Enter.
Once finished, type DISM /Online /Cleanup-Image /RestoreHealth and hit Enter. Summary Checklist for New Systems
Is it a laptop? Go to the laptop manufacturer's "Drivers" page and enter your Serial Number.
Is it a custom build? Ensure the RAM is seated correctly and the BIOS is updated to support your CPU.
Are you using a riser cable? If you have a vertical GPU mount, try plugging the GPU directly into the motherboard to rule out cable failure.
By working through these steps—specifically targeting GPU drivers and BIOS updates—you should be able to resolve the "System Thread Exception Not Handled" error and get back to enjoying your new machine.