What does BSOD 9 (IRQL_NOT_GREATER_OR_EQUAL) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_BLOCKWin32 errorWindows
KERN_MEMORY_FAILUREKern returnMac
ippStsNanArgIntel Ipp StatusAny
EBADFerrnoAny
Previous Next
IRQL_NOT_DISPATCH_LEVEL NO_EXCEPTION_HANDLING_SUPPORT

IRQL_NOT_GREATER_OR_EQUAL

IRQL_NOT_GREATER_OR_EQUAL is bug check 0x09. Microsoft categorizes it as very infrequent and publishes no parameter table for this code. Its name should not be treated as a reversed spelling of IRQL_NOT_LESS_OR_EQUAL with the same four-argument memory-reference contract.

Keep 0x09 separate from 0x0A

For bug check 0x0A, Microsoft documents the referenced address, IRQL, access type, and instruction address. No equivalent mapping is published for 0x09. A debugger may recover useful state from a specific dump, but those findings are not portable argument meanings for every 0x09 crash.

Investigation focus

  • Record the raw stop arguments and exact kernel build.
  • Use !analyze -show 0x09 and analyze the original dump with !analyze -v.
  • Follow actual stack evidence around priority transitions or kernel callers; do not infer a read/write fault solely from this constant.

References


Looking for a different code? Search another status or error code.