0x0000007E

Fix Windows Stop Error 0x0000007E (System Thread Exception Not Handled)

Windows Errors Intermediate 👁 20 views 📅 May 25, 2026

The 0x0000007E Stop Error indicates a system thread exception not handled, often caused by faulty drivers, corrupted system files, or failing hardware. This guide provides steps to diagnose and resolve the issue.

Symptoms

When Windows encounters a critical system thread exception that it cannot handle, it halts and displays a blue screen with the error code 0x0000007E and the message "SYSTEM_THREAD_EXCEPTION_NOT_HANDLED". Symptoms include:

  • Sudden system crash with a blue screen (BSOD).
  • Automatic restart without warning.
  • Error appears during boot, while running specific applications, or during driver installation.
  • System may fail to start normally, requiring boot into Safe Mode.

Root Causes

The 0x0000007E error is typically caused by one or more of the following:

  • Faulty or incompatible device drivers – especially graphics, network, or storage drivers.
  • Corrupted system files – damaged Windows system components.
  • Failing hardware – bad RAM, failing hard drive, or overheating CPU.
  • Malware or virus infection – that corrupts system threads.
  • Recent software or driver updates that introduced instability.

Step-by-Step Fix

  1. Boot into Safe Mode with Networking
    • Restart your PC and press F8 (or Shift + Restart) before Windows loads.
    • Select Safe Mode with Networking from the Advanced Boot Options menu.
    • If you can boot, proceed. If not, you may need a Windows installation media to access recovery tools.
  2. Run System File Checker (SFC) and DISM
    • Open Command Prompt as Administrator.
    • Type sfc /scannow and press Enter. Wait for the scan to complete.
    • Then run DISM /Online /Cleanup-Image /RestoreHealth to repair the system image.
    • Restart your PC after completion.
  3. Check for Driver Issues
    • In Safe Mode, open Device Manager (right-click Start > Device Manager).
    • Look for devices with yellow exclamation marks. Update or roll back drivers, especially for graphics, network, and storage controllers.
    • Uninstall recently installed drivers if the error started after an update.
    • Use Windows Update to check for optional driver updates.
  4. Test Memory (RAM)
    • Type Windows Memory Diagnostic in the Start menu and run it.
    • Select Restart now and check for problems.
    • After the test, Windows will display results. If errors are found, replace faulty RAM modules.
  5. Check Disk for Errors
    • Open Command Prompt as Administrator.
    • Type chkdsk C: /f /r and press Enter. (Replace C: with your system drive letter.)
    • Schedule the check and restart your PC. The scan will attempt to fix file system errors and bad sectors.
  6. Perform a System Restore
    • Boot into Safe Mode with Command Prompt.
    • Type rstrui.exe and press Enter.
    • Choose a restore point from before the error started. Follow the prompts.
  7. Scan for Malware
    • Run a full system scan using Windows Defender or a trusted third-party antivirus.
    • Boot into Safe Mode if necessary to remove persistent threats.

Alternative Fixes

  • Disable automatic restart on system failure – to see the error details more clearly. Go to System Properties > Advanced > Startup and Recovery Settings, uncheck "Automatically restart".
  • Use Last Known Good Configuration – press F8 during boot and select this option.
  • Repair Windows using installation media – boot from a Windows USB/DVD, choose "Repair your computer", then Troubleshoot > Advanced Options > Startup Repair.
  • Check for overheating – clean dust from fans and ensure proper ventilation.
  • Update BIOS/firmware – check your motherboard manufacturer's website for updates.

Prevention

  • Keep Windows and all drivers up to date via Windows Update and manufacturer websites.
  • Regularly run SFC and DISM scans to maintain system file integrity.
  • Use reliable antivirus software and perform periodic scans.
  • Monitor hardware health: test RAM and disk health every few months.
  • Create system restore points before installing new software or drivers.
  • Avoid overclocking unless you have adequate cooling and stability testing.

If the error persists after all steps, consider a clean installation of Windows. This resolves most deep-rooted software issues but requires backing up your data first.

Was this solution helpful?