WhyCrashed

STOP 0x000000D1

DRIVER_IRQL_NOT_LESS_OR_EQUAL

A driver tried to touch memory it wasn't allowed to at that moment. Almost always a buggy or outdated driver — and the crash data usually names it directly.

Likely causes, most common first

How to fix it

1. Update or roll back the identified driver easy

  1. The report above names the driver at the faulting address — install its newest version from the vendor's own site (link in the driver card).
  2. If it was updated recently and crashes started after, roll it back: Device Manager → device → Properties → Driver → Roll Back Driver.
  3. Reboot and confirm the crashes stop.

2. Update network and security drivers easy

  1. Update your Wi-Fi and Ethernet drivers from your PC or motherboard maker's support page.
  2. Update or temporarily remove third-party antivirus/VPN software.
  3. Run Windows Update including optional driver updates.

3. Rule out RAM moderate

  1. Run Windows Memory Diagnostic (Start → type "memory") and let it test.
  2. If you overclock RAM (XMP/EXPO), disable the profile temporarily.

The four parameters on the blue screen

Windows shows four hex numbers with this stop code. Here's what each means — our analyzer decodes them automatically from your dump file.

Parameter 1Memory address that was referenced
Parameter 2IRQL (system state level) at the time
Parameter 30 = read, 1 = write, 8 = execute
Parameter 4Address of the instruction that did it

Got a crash dump? Get your verdict in seconds

Drop the .dmp file into our analyzer — it runs entirely in your browser. No upload, no size limit, no account.

Analyze my dump file →