Skip to content
littleden.blogEvidence-led Windows troubleshooting, without the guesswork
Blue screens & stop codes · scoped error record
IRQL_NOT_LESS_OR_EQUAL

IRQL_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.

Applies to: Windows 11 stop-code contextReviewed: 2026-09-17

What it means in this context

IRQL_NOT_LESS_OR_EQUAL is a stop-code class that can involve drivers or memory-related failures. Microsoft’s current support path includes Windows Memory Diagnostic and the broader stop-code troubleshooting sequence.

Start here
  1. Record the exact stop code and any module shown on the crash screen.
  2. Remove newly added hardware if the error started immediately after installation.
  3. Check Device Manager and recent driver changes.
  4. Install current Windows updates.
1

Run Windows Memory Diagnostic when memory is a plausible branch

Low risk

Why: Microsoft includes Windows Memory Diagnostic in its current IRQL_NOT_LESS_OR_EQUAL support path.

  1. Search Windows for Windows Memory Diagnostic.
  2. Choose a restart-and-check option when you can safely reboot.
  3. After Windows returns, review the diagnostic result.
2

Use the repeated stop-code troubleshooting sequence

Medium risk

Why: Driver/hardware isolation and Safe Mode are more informative than generic cache or app resets for a kernel stop code.

  1. Check Device Manager for device errors.
  2. Use Safe Mode if normal startup is unstable.
  3. Roll back a recent driver only when timing strongly implicates it.
Scope boundary

When not to use this record

If memory diagnostics report errors, stop treating the problem as software-only and address memory/hardware stability.

If it persists

Persistent crashes without an obvious device branch may require memory-dump analysis or manufacturer hardware diagnostics.

Evidence

Reviewed source