STOP 0x00000154
UNEXPECTED_STORE_EXCEPTION
Windows' memory-compression store hit an error it couldn't recover from. Despite the abstract name, in the real world this code overwhelmingly points at a failing disk or storage-driver problem — the compressed data couldn't be read back intact.
Likely causes, most common first
- A failing SSD or hard drive
- Outdated SSD firmware
- A buggy storage driver
- Faulty RAM (second place, but worth ruling out)
How to fix it
1. Check disk health and firmware easy
- Back up your important files first.
- Check SMART health with the drive maker's tool and apply any firmware update.
- In an admin terminal run: chkdsk C: /f /r and confirm for next reboot.
- Update storage/chipset drivers from your PC maker.
2. Rule out RAM moderate
- Run Windows Memory Diagnostic and let it test.
- Disable XMP/EXPO temporarily if enabled.
The four parameters on the blue screen
Windows shows four hex numbers with this stop code. Here's what each means — our analyzer decodes them automatically from your dump file.
| Parameter 1 | Address of the store context |
| Parameter 2 | Address of the exception information |
| Parameter 3 | Reserved |
| Parameter 4 | Reserved |
Got a crash dump? Get your verdict in seconds
Drop the .dmp file into our analyzer — it runs entirely in your browser. No upload, no size limit, no account.
Analyze my dump file →