STOP 0x0000003D
INTERRUPT_EXCEPTION_NOT_HANDLED
An error during interrupt handling went uncaught — typically a driver bug in a device's interrupt path.
Likely causes, most common first
- A buggy device driver
- Faulty hardware raising spurious interrupts
How to fix it
1. Update drivers easy
- Update the driver named in the report, or run Windows Update including optional driver updates.
- Unplug recently added peripherals and see if the crash stops.
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 1 | Address of the exception record |
| Parameter 2 | Address of the context record |
| Parameter 3 | Reserved |
| Parameter 4 | Reserved |
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 →