Windows BSOD DRIVER_POWER_STATE_FAILURE (0x0000009F)
Criticalbsod
Overview
Windows BSOD DRIVER_POWER_STATE_FAILURE occurs when a driver is in an inconsistent or invalid power state, often during sleep or wake transitions.
Key Details
- Stop code: 0x0000009F — triggers during power state transitions
- Most common when waking from sleep or hibernation
- GPU and network adapter drivers are frequent culprits
- Can occur when a driver fails to complete a power IRP in time
- Often linked to power management settings in Device Manager
Common Causes
- Outdated or incompatible GPU drivers (especially NVIDIA/AMD)
- Network adapter driver failing to handle sleep/wake properly
- USB device driver not supporting selective suspend
- Power management settings conflicting with driver capabilities
- BIOS/UEFI firmware incompatibility with OS power features
Steps
- 1Update all drivers, especially GPU and network adapters, from manufacturer sites
- 2Open Device Manager, expand Network Adapters, right-click each > Properties > Power Management > uncheck 'Allow the computer to turn off this device'
- 3Run powercfg /energy from elevated Command Prompt to generate power efficiency report
- 4Disable hybrid sleep: Control Panel > Power Options > Change plan settings > Change advanced > Sleep > Allow hybrid sleep > Off
- 5Update BIOS/UEFI firmware from your motherboard or laptop manufacturer
Tags
windowsbsoddriver-power-state-failuresleepwake
More in Bsod
windows-0000000A-irql-not-less-or-equalWindows Error 0x0000000A — IRQL NOT LESS OR EQUAL
Criticalwindows-00000050-page-fault-in-nonpaged-areaWindows Error 0x00000050 — PAGE FAULT IN NONPAGED AREA
Criticalwindows-0000007E-system-thread-exception-not-handledWindows Error 0x0000007E — SYSTEM THREAD EXCEPTION NOT HANDLED
Criticalwindows-0000007A-kernel-data-inpage-errorWindows Error 0x0000007A — KERNEL DATA INPAGE ERROR
Criticalwindows-000000EF-critical-process-diedWindows Error 0x000000EF — CRITICAL PROCESS DIED
Criticalwindows-00000133-dpc-watchdog-violationWindows Error 0x00000133 — DPC WATCHDOG VIOLATION
CriticalFrequently Asked Questions
A driver fails to transition from a low-power state back to active, causing the kernel to issue a bugcheck.