Error Codes Wiki

Windows Error 0x000000D1 — DRIVER IRQL NOT LESS OR EQUAL

Criticalbsod

Overview

Windows BSOD DRIVER_IRQL_NOT_LESS_OR_EQUAL (0x000000D1) means a driver accessed paged memory at an improper IRQL.

Key Details

  • Stop code: 0x000000D1 — driver-specific variant of 0x0A
  • Usually names the exact driver file causing the crash
  • Common with network, audio, and GPU drivers
  • Triggered by accessing paged memory at dispatch level or above

Common Causes

  • Buggy or outdated network adapter drivers
  • Corrupted audio or GPU drivers
  • VPN software with incompatible kernel drivers
  • Recently installed hardware with bad drivers

Steps

  1. 1Identify the driver named in the BSOD message
  2. 2Update or rollback the identified driver
  3. 3Uninstall VPN software temporarily to test
  4. 4Use Driver Verifier to identify problematic drivers

Tags

windowsbsoddriver-irql-not-less-or-equalwindows-errorfix

More in Bsod

Frequently Asked Questions

This one specifically names a driver as the cause, making troubleshooting easier.