0X0000009C
What it means
The CPU detected a hardware-level error — commonly overheating, an unstable overclock, or failing hardware.
Also seen as: MACHINE_CHECK_EXCEPTION, 0x9C
Quick fix steps
- If overclocked, revert CPU/RAM to stock settings first.
- Check CPU temperatures under load with a monitoring tool.
- Update your BIOS/UEFI firmware to the latest version.
For the full step-by-step walkthrough, see How to Read and Respond to Any Blue Screen.
Frequently Asked Questions
Does MACHINE_CHECK_EXCEPTION indicate a hardware fault?
Yes, more directly than many other stop codes — this is triggered by the CPU itself detecting a hardware-level error, making it worth checking for overheating, an unstable overclock, or failing hardware specifically.
Is this more serious than typical blue screens?
It tends to point more directly at actual hardware than many software-related stop codes, so it's worth taking seriously and checking temperatures and any overclocks first.
Other error codes
0X0000001A — MEMORY_MANAGEMENT
Points to a problem with how memory is being handled — faulty RAM, a driver mismanaging memory, or disk corruption.
0X0000000A — IRQL_NOT_LESS_OR_EQUAL
Almost always a driver issue — most commonly network, audio, or graphics drivers.
0X000000EF — CRITICAL_PROCESS_DIED
A core Windows process crashed unexpectedly — often tied to a recent update or corrupted system files.
0X0000001E — KMODE_EXCEPTION_NOT_HANDLED
A driver running in kernel mode hit an error it couldn't recover from — usually a specific faulty or outdated driver.