0x00000154
Microsoft Windows
Severity: CriticalWhat Does This Error Mean?
The 0x00000154 blue screen means UNEXPECTED_STORE_EXCEPTION. Windows received an unexpected error from the storage subsystem — usually your SSD or hard drive. This often points to a failing drive, a bad driver, or a Windows Store component issue.
Affected Models
- Windows 10
- Windows 11
Common Causes
- Your SSD or hard drive is failing or has bad sectors
- The storage driver (NVMe or AHCI) is outdated or corrupted
- A Windows component that manages storage operations has encountered an unexpected error
- Your SSD's firmware is outdated and has a known bug
- The Windows Store or a UWP app (like the built-in Mail or Photos app) has crashed at the kernel level
How to Fix It
-
Check your drive health immediately. Download CrystalDiskInfo (free). Run it and check the health status of each drive. Pay attention to any attributes marked in yellow or red.
If your drive shows 'Caution' or 'Bad' health, back up your files right now before proceeding.
-
Update your storage drivers. For NVMe SSDs, visit your SSD manufacturer's website (Samsung, Western Digital, Crucial, etc.) and download the latest driver or firmware update tool.
Many UNEXPECTED_STORE_EXCEPTION errors are fixed by an SSD firmware update. Check your manufacturer's site specifically.
-
Run CHKDSK to check your drive for file system errors. Open Command Prompt as administrator and type: chkdsk C: /f /r — then press Enter. You will need to schedule it for the next restart.
CHKDSK scans the drive surface for bad sectors and attempts repairs. It runs during the next system restart and takes 20 to 60 minutes.
-
Disable fast startup in Windows. Go to Control Panel > Power Options > Choose what the power buttons do > Turn on fast startup — uncheck this option.
Fast startup uses a hybrid sleep/hibernate method that has caused UNEXPECTED_STORE_EXCEPTION on some systems. Disabling it is a known fix.
-
Run SFC and DISM to repair Windows files. Open administrator Command Prompt, run: DISM /Online /Cleanup-Image /RestoreHealth — then after it finishes, run: sfc /scannow.
Corrupted Windows system files can cause the storage subsystem to behave unexpectedly.
When to Call a Professional
If your drive health test shows problems, back up your data immediately and consult a technician. SSD and hard drive replacements are among the most common PC repairs. A technician can also recover data from a failing drive before it completely dies.
Frequently Asked Questions
What is the 'store' in UNEXPECTED_STORE_EXCEPTION?
In this context, 'store' does not mean a shop — it refers to Windows' storage subsystem. It is the part of Windows that manages how data is read from and written to your drives. An unexpected exception is like an unanticipated error that the storage system did not know how to handle.
Does disabling fast startup slow down my PC?
Slightly, yes. With fast startup disabled, Windows does a full shutdown and cold boot each time. This typically adds 10 to 30 seconds to boot time depending on your hardware. For most people, the added boot time is a small price to pay for a stable system.
How do I know if my SSD is failing?
CrystalDiskInfo will show overall health status and highlight problem attributes in yellow or red. Key things to watch for are reallocated sectors, uncorrectable errors, and pending sectors. Any of these in yellow or red means your drive should be replaced soon — back up first.