There are times when you suddenly encounter a Blue Screen error like DRIVER_POWER_STATE_FAILURE error when resuming from Sleep or right after you shut down or restart as well as switch from Hibernate mode. This kind of Blue Screen error is due to some issue with the driver state. Moreover, the bug check “0x0000009F” in the error also indicates that a driver is in an inconsistent or invalid power state.
The DRIVER POWER STATE FAILURE Blue Screen error usually occurs during events that involve power state transitions like shutting down, moving in or out of standby mode, or hibernate mode. To resolve this error, you can check out the suggestions given below.
The device driver installed in your computer might be incompatible with your operating system which is the reason why the DRIVER POWER STATE FAILURE Blue Screen error occurs. To fix that, you have to update your device drivers.
The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like rtwlane.sys Blue Screen error. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
If there is any external hardware plugged into your computer especially the new ones, you can try removing it and then check if the Blue Screen error persists. If the problem gets solved, you might want to update the driver of that particular hardware. On the other hand, if you’re still getting the error, then proceed to the next given options below.
To fix this BSOD error, you can try resetting Windows 10. Doing so won’t get rid of any file in your system – instead of erasing all your media files and documents, this reset option resets all the system settings and files.
The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing the DRIVER POWER STATE FAILURE Blue Screen error. SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
findstr /c:"[SR]" %windir%LogsCBSCBS.log >"%userprofile%Desktopsfclogs.txt"The command you entered will open up the logs on your Desktop where you can look for files that are causing the error on your computer manually.
chkdsk /f /r