CM_PROB_FAILED_POST_START

Device Manager problem code: 43

Description

This Device Manager error message indicates that a driver has reported a device failure.

Error Code

43

Display Message

"Windows has stopped this device because it has reported problems. (Code 43)"

Recommended Resolution

Uninstall and reinstall the device.

One of the drivers controlling the device told the operating system the device failed in some manner in response to IRP_MN_QUERY_PNP_DEVICE_STATE.

For driver developers

A driver invalidated the device state of the device and in the resulting query device state the device stack reported PNP_DEVICE_FAILED.

If the driver is a WDF driver, the reporting of the device as failed may be indirectly caused by the WDF driver calling WdfDeviceSetFailed or returning an error from a WDF callback. For more info, see Reporting Device Failures.

Article text from the Windows driver documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.