Hi Jeffrey,
Welcome to Microsoft Community.
I'm Hahn and I'm here to help you with your concern.
The Bugcheck Analysis indicates an UNEXPECTED_STORE_EXCEPTION (154) with the following details:
- Arg1: ffff83021a1f0000, Pointer to the store context or data manager
- Arg2: ffffa902f37e1020, Exception information
- Arg3: 0000000000000002, Reserved
- Arg4: 0000000000000000, Reserved
Bug Check 0x154 UNEXPECTED_STORE_EXCEPTION - Windows drivers | Microsoft Learn
The bugcheck code (BUGCHECK_CODE) is 154, and the failure appears to be related to the storahci.sys driver, with the error code c0000006 (In-page I/O error). The exception occurred during a memory decompression operation, specifically in the function nt!RtlDecompressBufferXpressLz.
Storahci.sys is a system driver file associated with the Windows operating system. It is responsible for managing storage devices, such as hard drives and solid-state drives, connected to your computer. This driver allows your operating system to communicate with the storage devices and ensures their proper functioning.
The relevant part of the stack trace indicates that the process involved is "MemCompression," and the error occurred while trying to access memory due to an I/O error. MemCompression is a feature in Windows that compresses some data in RAM to save space and improve performance.
Possible causes and steps to resolve the issue:
- Update Drivers: Ensure that your storage controller drivers, especially storahci.sys, are up to date. You can check for driver updates on your device manufacturer's website or through Windows Update.
- System File Checker (SFC) and DISM: Run the System File Checker (SFC) and Deployment Image Service and Management Tool (DISM) to check and repair system files. Use the System File Checker tool to repair missing or corrupted system files - Microsoft Support
- Verify RAM: Memory-related issues can sometimes lead to system crashes. Run a memory diagnostic test to check for any potential problems with your RAM. You can use the built-in Windows Memory Diagnostic tool. To run Windows Memory Diagnostic:
- Press
Windows key + S, type "Windows Memory Diagnostic," and select the app. - Choose to restart and check for problems.
- Press
- Check Disk Integrity: Run a disk check to ensure the integrity of your system's disk. You can use the
chkdskcommand in the Command Prompt with administrative privileges. chkdsk /f
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.
- Safe mode starts Windows in a basic state, using a limited set of files and drivers. If a problem doesn't happen in safe mode, this means that default settings and basic device drivers aren't causing the issue. Observing Windows in safe mode enables you to narrow down the source of a problem, and can help you troubleshoot problems on your PC. Start your PC in safe mode in Windows - Microsoft Support
I hope this helps. If there is anything not clear, please do not hesitate to let me know.
Your Sincerely
Hahn - MSFT | Microsoft Community Support Specialist