28,658 questions
Hello, The DRIVER_POWER_STATE_FAILURE bug check has a value of 0x0000009F. This bug check indicates that the driver is in an inconsistent or invalid power state. Parameter 1 indicates the type of violation. Refer to theMicrosoft Docspage for details. To determine the device and driver at fault, run "!analyze -v" in theDebugging Tools for Windows. Once identified, try updating or rolling back the driver. Depending on the vendor, the driver is obtained from Windows Update or the OEM web site. If the issue persists with updated drivers, there may be an issue with the device. Here are few things you could try to check this issue: Update your drivers: The problem is often caused by outdated or corrupt drivers. You should update all your drivers, especially those related to power management, such as the chipset driver, graphics driver, and network adapter driver. Change Power Settings: Go to Control Panel > Hardware and Sound > Power Options > Change plan settings > Change advanced power settings. Then, expand the “Wireless Adapter Settings” and “Power Saving Mode”, change the setting to Maximum Performance. Use Windows Debugger (WinDbg): If you have the minidump file for the crash, you can use WinDbg to analyze it and find out which driver is causing the issue. Check for Windows Updates: Make sure your system is fully updated, as the problem could be resolved in recent patches or updates. Best Regards, Hania Lian
If the Answer is helpful, please click "Accept Answer" and upvote it.