DRIVER_POWER_STATE_FAILURE: driver stuck in a power transition
Microsoft defines bug check 0x9F as a driver in an inconsistent or invalid power state.
What it means in this context
DRIVER_POWER_STATE_FAILURE (0x9F) means Windows detected a driver/device power-state transition that did not complete correctly. The useful branch is recent driver/device changes and sleep/shutdown/wake behavior, not generic cache cleaning.
- Record the full stop code and any driver/module name shown.
- Note whether the crash happens during sleep, wake, shutdown or device connect/disconnect.
- Install current Windows updates and recommended drivers.
- If the problem began after a driver update, preserve that timing before changing more drivers.
Update or roll back the implicated device driver
Medium riskWhy: Microsoft documents 0x9F as a driver power-state failure; a driver tied to the failing device is more relevant than unrelated system tweaks.
- Open Device Manager and inspect recently changed/problem devices.
- Update the driver from Windows Update or the PC/device manufacturer.
- If the failure began immediately after a driver update and rollback is available, test the prior driver.
Use the repeated stop-code isolation path
Medium riskWhy: Safe Mode and removing newly added hardware can help separate a third-party driver/device from a core Windows failure.
- Remove newly added nonessential hardware.
- Use Safe Mode if normal startup is unstable.
- Retest the sleep/wake or shutdown scenario that triggers the crash.
When not to use this record
Do not disable random power-management settings across every device without evidence; 0x9F can involve a specific device stack or blocked power request.
If it persists
If the same crash persists and no driver is obvious, collect the dump for deeper analysis or use manufacturer diagnostics for the device involved in the failing power transition.