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:
- 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 + Xand 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'.
- 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 /rand 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.
- 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'.
- 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.
- 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.
- 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 /scannowand hit Enter.
- Restore System:
- If you have a system restore point set up before the issue started, you can try restoring the system to that point.
- Check the System Log:
- The Event Viewer can provide more details about what happens before the crash.
- Press
Windows Key + Xand click on 'Event Viewer'. Look under 'Windows Logs' > 'System' for error messages that could give more clues.
- Clean Boot:
- Perform a clean boot to see if any third-party services or startup items are causing the issue.
- Press
Windows Key + Rtypemsconfigand 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