Blue screens & stop codes troubleshooting
Repeated stop-code crashes, driver/hardware isolation and recovery-oriented diagnosis.
Record the exact stop code, named module and recent hardware/driver changes before the next crash erases context.
Repeated crashes without a clear device branch may require memory diagnostics, dump analysis or vendor hardware tests.
Error records in this system
WHEA_UNCORRECTABLE_ERROR: treat it as a hardware-oriented stop code
Microsoft identifies WHEA_UNCORRECTABLE_ERROR as a hardware error path; start with updates/drivers and recovery around recent changes.
Open error record →Windows 11 stop-code contextIRQL_NOT_LESS_OR_EQUALIRQL_NOT_LESS_OR_EQUAL: driver and memory-oriented stop-code diagnosis
Use the stop-code context to check recent drivers and memory rather than treating the crash as a generic Windows error.
Open error record →Windows stop-code / bug-check context0x0000009FDRIVER_POWER_STATE_FAILURE: driver stuck in a power transition
Microsoft defines bug check 0x9F as a driver in an inconsistent or invalid power state.
Open error record →Windows stop-code / bug-check context0x0000007ESYSTEM_THREAD_EXCEPTION_NOT_HANDLED: an unhandled kernel thread exception
Bug check 0x7E means a system thread generated an exception that the error handler did not catch.
Open error record →Windows stop-code / bug-check context0x00000050PAGE_FAULT_IN_NONPAGED_AREA: invalid system memory was referenced
Microsoft defines bug check 0x50 as an invalid system-memory reference; driver and memory evidence matter.
Open error record →Windows graphics stop-code / bug-check context0x00000116VIDEO_TDR_FAILURE: Windows could not recover the display driver after a GPU timeout
Bug check 0x116 occurs when Windows attempts to reset the display driver after a timeout and recovery fails.
Open error record →Windows stop-code / bug-check context0x000000D1DRIVER_IRQL_NOT_LESS_OR_EQUAL: a kernel driver made an invalid high-IRQL memory access
Microsoft describes bug check 0xD1 as a kernel-mode driver accessing pageable or invalid memory at an IRQL that was too high.
Open error record →Windows 11 / Windows clientEvent ID 1001WER-SystemErrorReporting bugcheck: preserve the stop code and dump path
When Event ID 1001 says the computer rebooted from a bugcheck, the useful evidence is the exact bugcheck code, parameters and saved dump.
Open error record →