Bug Check 0x1D5: DRIVER_PNP_WATCHDOG

The DRIVER_PNP_WATCHDOG bug check has a value of 0x000001D5. This indicates that a driver has failed to complete a PnP operation within a specific time.

Important

This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

DRIVER_PNP_WATCHDOG Parameters

Parameter Description
1 First few character of the service associated with the devnode.
2 Pointer to the nt!TRIAGE_PNP_WATCHDOG on Win10 RS4 and higher.
3 Thread responsible for the PnP Watchdog.
4 Milliseconds elapsed since the watchdog was armed.

Cause

This indicates that a driver has failed to complete a PnP operation within a specific time. The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause.

See Also

Bug Check Code Reference