Windows Error 0x0000000A — IRQL NOT LESS OR EQUAL
Criticalbsod
Overview
Windows BSOD IRQL_NOT_LESS_OR_EQUAL (0x0000000A) occurs when a driver or kernel process accesses invalid memory at too high an IRQL.
Key Details
- Stop code: 0x0000000A — one of the most common BSODs
- Often caused by faulty drivers or incompatible hardware
- Can appear during startup, shutdown, or normal use
- Memory corruption or race conditions trigger this error
Common Causes
- Incompatible or outdated device drivers
- Faulty RAM modules
- Overclocked hardware causing memory instability
- Corrupted Windows system files
Steps
- 1Boot into Safe Mode and uninstall recently added drivers
- 2Run Windows Memory Diagnostic (mdsched.exe)
- 3Update all device drivers from manufacturer websites
- 4Run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth
Tags
windowsbsodirql-not-less-or-equalwindows-errorfix
More in Bsod
windows-00000050-page-fault-in-nonpaged-areaWindows Error 0x00000050 — PAGE FAULT IN NONPAGED AREA
Criticalwindows-0000007E-system-thread-exception-not-handledWindows Error 0x0000007E — SYSTEM THREAD EXCEPTION NOT HANDLED
Criticalwindows-0000007A-kernel-data-inpage-errorWindows Error 0x0000007A — KERNEL DATA INPAGE ERROR
Criticalwindows-000000EF-critical-process-diedWindows Error 0x000000EF — CRITICAL PROCESS DIED
Criticalwindows-00000133-dpc-watchdog-violationWindows Error 0x00000133 — DPC WATCHDOG VIOLATION
Criticalwindows-00000124-whea-uncorrectable-errorWindows Error 0x00000124 — WHEA UNCORRECTABLE ERROR
CriticalFrequently Asked Questions
Usually a driver trying to access memory it should not, often due to outdated or incompatible drivers.