Share via

Help with Blue Screen "Driver Power State Failure"

Anonymous
2024-01-24T22:13:59+00:00

Hi,

My PC has been restarting on its own or blue screening with error "Driver Power State Failure".

This occurs every day or two.

I am attaching my dump file in this link https://drive.google.com/file/d/1cYDY1uCedGU5vtKPIBdPcgRcdGrZ5mXi/view?usp=drive_link

Can you please help me locate the issue?

Thank you in advance,

Sotiris

Windows for home | Windows 11 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-01-26T03:30:07+00:00

    Hi

    Welcome to Microsoft community.

    I have checked your logs, and the error that is showing up is "0x9F_3_IMAGE_storahci.sys."

    The "Driver Power State Failure" with the error code "0x9F" and the driver mentioned "storahci.sys" typically indicates that there is an issue with the storage controller driver, which is a part of the system that manages the communication between your computer and its storage drives.

    Here are some steps you can take to try and resolve this issue:

    1. Update Your Drivers:
      • The first and most straightforward step is to update your storage controller drivers. This can be done through Device Manager.
      • Press  Windows Key + X  and click on 'Device Manager'.
      • Expand the 'IDE ATA/ATAPI controllers' or 'Storage Controllers' section.
      • Right-click on the AHCI controller and select 'Update driver'.
      • Choose 'Search automatically for updated driver software'.
    2. Check for Hardware Issues:
      • Hardware issues can sometimes cause driver problems. Check your hard drive or SSD for errors by using tools such as 'Check Disk' in Windows.
      • Open Command Prompt as an administrator and type  chkdsk /f /r  and hit Enter. You will need to restart your computer for this to run.
      • Disclaimer: Running chkdsk can check the file system and file system metadata of a volume for logical and physical errors. To avoid any trouble for you, do not cancel or interrupt chkdsk, and back up important data.   More information please refer to this chkdsk | Microsoft Learn.
    3. Roll Back Drivers:
      • If the issue began after a recent driver update, you might want to roll back to the previous version.
      • In Device Manager, right-click on the AHCI controller, select 'Properties', go to the 'Driver' tab, and if available, click 'Roll Back Driver'.
    4. Change Power Settings:
      • The power settings can sometimes interfere with drivers and cause this error.
      • Adjust your power plan settings by going to 'Control Panel' > 'Hardware and Sound' > 'Power Options'. Set it to 'High performance' or adjust the 'Advanced settings' to ensure that the hard drive is not being turned off.
    5. Run the Power Troubleshooter:
      • Windows includes a troubleshooter that can find and fix issues with power settings.
      • Go to 'Settings' > 'Update & Security' > 'Troubleshoot' > 'Power' and run the troubleshooter.
    6. Check for System File Corruption:
      • System file corruption can cause driver issues. Use the System File Checker utility.
      • Open Command Prompt as an administrator and type  sfc /scannow  and hit Enter.
    7. Restore System:
      • If you have a system restore point set up before the issue started, you can try restoring the system to that point.
    8. Check the System Log:
      • The Event Viewer can provide more details about what happens before the crash.
      • Press  Windows Key + X  and click on 'Event Viewer'. Look under 'Windows Logs' > 'System' for error messages that could give more clues.
    9. Clean Boot:
      • Perform a clean boot to see if any third-party services or startup items are causing the issue.
      • Press  Windows Key + R type  msconfig and press Enter. Under 'Selective startup', choose 'Load system services' and 'Use original boot configuration'. Then go to the 'Services' tab, check 'Hide all Microsoft services', and click 'Disable all'.

    If after trying these steps the problem persists, it might be a sign of failing hardware, or you may need to seek professional help, possibly even considering a fresh installation of Windows as a last resort. Remember to back up your data regularly to avoid data loss in case of hardware failure.

    Best regards

    Derrick Qian | Microsoft Community Support Specialist

    20+ people found this answer helpful.
    0 comments No comments