Fix: Windows 11 'System Thread Exception Not Handled' BSOD: A Complete Troubleshooting Guide

The 'System Thread Exception Not Handled' error is one of the most common Blue Screen of Death (BSOD) issues on Windows 11. It typically occurs when a system thread generates an exception that an error handler fails to catch. Most often, this is caused by outdated, corrupted, or incompatible drivers, particularly graphics or network drivers. This guide provides a step-by-step approach to fixing the error and getting your PC back to stability.

Step 1: Boot Windows 11 into Safe Mode

Since this error often causes a boot loop, you may need to enter Safe Mode to perform any fixes. If you can't reach the desktop, follow these steps:

  • Turn your PC off and on three times to trigger the Automatic Repair environment.
  • Go to Advanced options > Troubleshoot > Advanced options > Startup Settings > Restart.
  • Press 4 or F4 to start your PC in Safe Mode.

Step 2: Identify the Faulty Driver

The BSOD screen often lists a specific file that caused the crash (e.g., nvlddmkm.sys for NVIDIA or amdkmdag.sys for AMD). If it doesn't, you can use the Event Viewer:

  • Right-click the Start button and select Event Viewer.
  • Navigate to Windows Logs > System.
  • Look for a 'Critical' error logged at the time of the crash. Check the General tab for mention of a specific .sys file.

Step 3: Update or Reinstall Graphics and Network Drivers

Once you identify the problematic driver (usually the GPU), you need to refresh it:

  • Press Windows + X and select Device Manager.
  • Expand Display adapters. Right-click your graphics card and select Uninstall device.
  • Check the box for 'Attempt to remove the driver for this device' and click Uninstall.
  • Restart your PC. Windows will attempt to reinstall a generic driver, which may stop the crashing. Then, visit the manufacturer's website (NVIDIA, AMD, or Intel) to download the latest stable driver.

Step 4: Run SFC and DISM Commands

Corrupted system files can also trigger this exception. Use the built-in repair tools to fix the Windows image:

  • Search for cmd in the Start menu, right-click it, and select Run as Administrator.
  • Type sfc /scannow and press Enter. Wait for the process to finish.
  • Next, type the following command to repair the system image: DISM /Online /Cleanup-Image /RestoreHealth.
  • Restart your computer after the process completes.

Step 5: Roll Back Recently Installed Drivers

If the error started occurring immediately after an update, the new driver might be unstable. You can roll it back to a previous version:

  • Open Device Manager.
  • Find the recently updated component (likely the GPU or Wi-Fi card), right-click it, and select Properties.
  • Click the Driver tab and select Roll Back Driver. If the button is greyed out, this option is not available, and you should proceed with a clean reinstallation.

Step 6: Rename the Malfunctioning File

If you know exactly which .sys file is causing the crash (from Step 2) and updating drivers didn't work, you can force Windows to create a new copy:

  • In Command Prompt (Admin), navigate to the drivers folder: cd C:\Windows\System32\drivers.
  • Rename the file (e.g., if it's example.sys): ren example.sys example.sys.old.
  • Windows will now be forced to fetch a fresh version of the driver upon restart.

Note: If none of the above steps work, consider using System Restore to revert your PC to a point before the errors began, or check your RAM for hardware failure using the Windows Memory Diagnostic tool.


💡 Pro Tip: Keep your software updated to avoid these issues in the future.


Category: #OS