free-tech

How to Fix the "SYSTEM THREAD EXCEPTION NOT HANDLED" BSOD Stop Code in Windows 10


1. Boot Into Safe Mode

The first step users should take before attempting to fix this issue is to boot their computer into Safe Mode. Depending on your preferences and whether you're able to boot your computer into the sign-in screen, there are several ways to go about this:
Boot Into Safe Mode via Settings
If you can get into the Settings app, perform the following:
  1. Click on the Start button, then select Settings.
  2. Navigate to Update & Security then click on Recovery.
  3. Under Advanced startup, click on Restart now.
  4. When your PC restarts the Choose an option screen should appear.
  5. From here go to Troubleshoot > Advanced options > Startup Settings. Then click on Restart
  6. When your PC reboots, press F5 to boot your computer in Safe Mode with Networking.
From the Sign-In Screen

If you can reach the sign-in screen:

  1. Simply hold down Shift and select the Power button followed by Restart.
  2. Follow steps 4, 5, and 6 from the section above.
From a Blank Screen

If you're unable to reach the sign-in screen, then follow these steps.

  1. Hold down the power button on your device for 10 seconds to switch it off.
  2. Press the power button again to boot it.
  3. As soon as your PC starts i.e., the manufacturer's logo appears, press the power button again for 10 seconds.
  4. Press the power button to start your device.
  5. If done correctly, your computer will boot into the Windows Recovery Environment.
  6. Follow steps 4, 5, and 6 from the first section.
2. Finding Which Driver is Responsible

Since the error is most likely being caused by a malfunctioning driver, you can use the Windows Log as a troubleshooting tool.

To do this simply follow these steps:

  1. Press Win + R and in the Run dialog box, type eventvwr.
  2. Navigate to the Windows Logs menu and expand it, then select System.
  3. Look for a log named system_thread_exception_not_handled and click on it to find out which driver is causing the issue.
If you get the SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (nvlddmkm.sys) error, Windows 10 and 11 displays the blue screen because of an incompatible graphic card driver. Fortunately, there are several available fixes for this error.

If you get the SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (wificlass.sys) error, a wireless driver file is causing the issue.

3. Rollback or Update the Drivers

Depending on which driver is responsible for the system thread exception not handled error, you may either need to update or reinstall the associated drivers.

If the driver has not been updated for a long while, then updating the driver will most likely fix the problem. If the driver was updated recently, then it may be best to roll back the driver or reinstall the updates.

How to Update Drivers on Windows 10

To update your drivers:

  1. Press Windows Key + R and type in devmgmt.msc to open the Device Manager.
  2. Navigate to the associated device and expand the menu. For instance, if the error was being caused by a display driver, you would have to expand the Display adapters option.
  3. Right-click on the driver and click Update driver.
  4. In the dialog box that opens, click on Search automatically for updated driver software.
  5. Windows will then automatically search the web for the latest drivers and install them.
How to Rollback Drivers on Windows 10

If you want to go back to your old drivers:

  1. Open Device Manager and navigate to the driver in question.
  2. Expand the menu and right-click on the driver.
  3. Click on Properties.
  4. Under the Driver tab, click on Roll Back Driver.
  5. Windows will automatically rollback to the last available version of the driver.
4. Rename the Faulty File

Upon retrieving the file name associated with the system thread exception not handled error, users should rename the file. Doing this will cause Windows to create a new copy and reinstall it. Driver files are located at C:\ Windows\ System32\ drivers

Follow these steps to rename the file:

  1. Open File Explorer and go to C:\Windows\System32\drivers
  2. Look for the affected driver
  3. Click on it and press F2.
  4. Replace the filename extension with .old.
  5. Hit Enter and restart your computer.
5. Use SFC and DISM to Repair System Files

SFC and DISM are two powerful tools available at the disposal of every Windows user. In combination, they can find and fix almost any system-related errors. They're also fairly simple to execute.

Please be sure to create a system restore point as these commands alter system files.

How to Use DISM

To run DISM:

  1. Run Command Prompt as Administrator
  2. In the console, type DISM /Online /Cleanup-Image /ScanHealth and press Enter.
  3. Wait for Windows to finish scanning. Then type DISM /Online /Cleanup-image /RestoreHealth
  4. Windows will repair all the problems that were found during the scan.
How to Use SFC

To run an SFC scan:

  1. In the Start menu search bar, type cmd then right-click on Command Prompt and run it as administrator.
  2. In the console, enter sfc /scannow
  3. Be patient as Windows will take time to scan and replace corrupt system files.
6. Use System Restore to Restore Your PC

If you still get the “ SYSTEM THREAD EXCEPTION NOT HANDLED” error, then you will have to use System Restore as a last resort. System Restore is a feature that restores Windows to an earlier state. These restore points are created periodically and when installing new software. Alternatively, you can add the option to create system restore points to the context menu for quicker access

How to Use System Restore

To perform a system restore:

  1. In the Start menu search bar, type Control Panel and click open it.
  2. In the Control Panel search bar, enter Recovery and open it from the results.
  3. Click on Open System Restore.
  4. Click on Next and select a restore point from the list.
  5. Click on Finish.