Error Codes Wiki

Windows Error 0x0000007E — SYSTEM THREAD EXCEPTION NOT HANDLED

Criticalbsod

Overview

Windows BSOD SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (0x0000007E) occurs when a system thread generates an exception the error handler cannot catch.

Key Details

  • Stop code: 0x0000007E — often names the faulting driver
  • Common after driver updates or hardware changes
  • The crash dump usually identifies the problematic module
  • May occur during boot preventing Windows from starting

Common Causes

  • Incompatible or corrupted device driver
  • Insufficient disk space for crash dump
  • BIOS/UEFI firmware incompatibility
  • Corrupted Windows system files

Steps

  1. 1Note the driver file mentioned in the BSOD screen
  2. 2Boot into Safe Mode and uninstall/update that driver
  3. 3Run chkdsk /f /r on the system drive
  4. 4Update BIOS/UEFI to the latest version

Tags

windowsbsodsystem-thread-exception-not-handledwindows-errorfix

More in Bsod

Frequently Asked Questions

A system thread hit an error that Windows could not recover from, usually due to a bad driver.