UNEXPECTED_STORE_EXCEPTION — Causes & Fix
Windows Stop code 0x00000154 (UNEXPECTED_STORE_EXCEPTION) means the store manager (part of Windows memory/compression) hit an unexpected exception — often disk or driver related.
- Applies to
- Any Windows PC
- Time to fix
- 30 minutes – 2 hours
What it means
Causes include a failing drive, disk corruption, faulty RAM, or a bad storage/antivirus driver. This is a Windows Stop error (a "bugcheck" / blue screen) documented by Microsoft. The blue screen shows this code; more detail sits in the crash dump (%SystemRoot%\Minidump), which usually names the specific driver or component at fault — a free tool like BlueScreenView or WinDbg can read it.
Symptoms
- Blue screen citing UNEXPECTED_STORE_EXCEPTION
- Random crashes; disk activity errors
How to fix it
- 1
Check the disk
1. Run "chkdsk /f /r" and check SMART health.
- 2
Update drivers / test RAM
1. Update storage and antivirus drivers. 2. Run Windows Memory Diagnostic.
Frequently asked questions
Is 0x154 a disk problem?
Frequently — it is tied to storage. Run chkdsk and check the drive's SMART health first, then test RAM and update storage drivers.
Last updated July 20, 2026
Guidance only — always consult a qualified professional or the official service manual before carrying out repairs.