How-to Guides

How to Fix 'System Thread Exception Not Handled' Error in Windows 10

You would expect that after you power on your computer, you will see your desktop wallpaper, welcoming you to start using the OS. Unfortunately, that's not always the case.

Some Windows users are presented with the so-called Blue Screen of Death immediately after system boot-up. In some cases, users have ten to fifteen seconds before their computers run into the fatal error.

In this article, we will take a look at the most common causes of the "system_thread_exception_not_handled" error and offer practical solutions that will end the otherwise infinite circle of OS booting-up and crashing.

What is “System Thread Exception Not Handled” Error

The "System Thread Exception Not Handled" error is usually associated with the 0x0000007E and 0x1000007E stop codes, which indicate that a system thread generated an exception that the error handler did not catch. In other words, the error shows that issues, such as system incompatibility, memory conflicts, incompatible/faulty drivers, or IRQ conflicts, are causing Windows to crash in order to prevent potential hardware damage. Unfortunately, such critical errors cause the OS to enter a reboot crash loop that requires your attention.

Often, the "System Thread Exception Not Handled" error message mentions a file, such as Dxgmms2.sys, Atikmdag.sys, or Bcmwl63a.sys, which specifies which device driver is causing the problem. If you are that lucky, you can fix the "System Thread Exception Not Handled" error by repairing the mentioned driver. 

The following driver-associated files are known to trigger the "System Thread Exception Not Handled" error:

Atikmdag.sys – a graphic card driver from the ATI Radeon Family. If your computer has an AMD installed graphics card, its drivers are likely out of date or incorrectly installed.

Nvlddmkm.sys – an Nvidia Windows kernel driver, related to your Nvidia video card. If you run an Nvidia graphics card, its drivers are out of date or incorrectly installed.

Dxgmms2.sys – this file is associated with the DirectX drivers.

Ntfs.sys – a file associated with Windows NT Server.

Bcmwl63a.sys – a driver associated with Broadcom 802.11 Network wireless Adaptor.

CMUDA.sys – a driver associated with USB device audio.

If the "System Thread Exception Not Handled" error doesn't mention a specific file, you will need to go through all major drivers and reinstall them correctly under Windows Safe Mode. 

How to Boot Into Windows Safe Mode Without Access to Windows

As you cannot access your Windows settings to boot into Safe Mode, you will need to boot into Windows Recovery Environment (winRE) first and then enter Safe Mode.

  1. Firmly hold down your computer's power button until it cuts off the power supply. 
  2. Press the power button again to turn the device back on.
  3. Once Windows starts loading (you see the logo, for example), press and hold the power button to turn off the device again. 
  4. Repeatedly turn off and on your machine until your device enters winRE.

Load Windows Safe Mode in WinRE

  1. Once in winRE, select the "Troubleshoot" option from the list, followed by "Advanced options," "Startup settings," and then "restart."
  2. Windows will now load, presenting you with another list of options. Press F5 to select Safe Mode with Networking.

Fix Faulty Drivers Under Windows Safe Mode

Step 1. Find Out Which Driver Is Faulty

You can easily find which driver is causing your device to run into the "System Thread Exception Not Handled".

  1. Press the Windows logo button + R on your keyboard
  2. In the Run window, type "eventvwr" (without quotation symbols), and press Enter.
  3. In the left panel of the Event Viewer, expand the "Windows logs" list.
  4. Under Windows logs, click on "System".
  5. Find the "System Thread Exception Not Handled" error in the right panel and see which driver it is associated with.

Step 2. Update, Roll Back, or Reinstall Faulty Drivers

  1. Press Windows logo button + X.
  2. Select the Device Manager from the pop-up menu. 
  3. In the Device Manager window, expand the lists of device drivers until you find the one causing your OS to crash. 
  4. Right-click on the problematic driver and select Properties.
  5. In the driver properties window, open the Driver tab
  6. In the Driver tab, you will be presented with the options to update, roll back, or reinstall the driver. 

Note: To reinstall a driver, you need to uninstall it, then go to the device manufacturer's website and download the most recent version of the driver. Then you can reinstall the downloaded driver. 

Rename a Faulty Driver

If you have a file name associated with the "System Thread Exception Not Handled" error, forcing Windows to download and install a new copy of it. 

  1. Press Windows logo button + R, type "cmd" and press Enter
  2. In the Command Prompt window, type the following commands, pressing Enter after each line and waiting for the command to be executed before you enter the next one. 

C:

cd windows\system32\drivers

ren FILENAME.sys FILENAME.old (replace FILENAME with the name of the faulty driver file)
exit

  1. Restart your computer.

Run Memory Diagnosis Under Windows Safe Mode

Press "Windows logo key + R" keys and type "mdsched.exe" in the Run window.

In the Windows Memory Diagnostic program, select "Restart now and check for problems".

Wait for Windows to perform memory diagnosis. This process usually takes a few minutes.

Check the result in Event Viewer (Windows logo key+R>type "eventvwr">press Enter)

Repair System Files

Corrupted or missing system files could be triggering the "System Thread Exception Not Handled" error. Run the Windows System File Repair program to replace any faulty files. 

Run SFC to replace damaged, lost, or changed system files.

  1. Open the Command Prompt as an administrator. (in Safe mode, it is located under "advanced options")
  2. In the Command Prompt, type in "sfc/scannow" (without quotation symbols) and press Enter.

Run DISM to restore the "health" of your computer.

In the Command Prompt, type in the following commands one by one.

  1. exe /Online /Cleanup-image /Scanhealth
  2. exe /Online /Cleanup-image /Restorehealth

Reactionary Times News Desk

All breaking news stories that matter to America. The News Desk is covered by the sharpest eyes in news media, as they decipher fact from fiction.

Previous/Next Posts

Related Articles

Leave a Reply

Loading...
Back to top button