| Previous | Next |
| STATUS_BAD_CLUSTERS | STATUS_DISK_REPAIR_UNSUCCESSFUL |
STATUS_VOLUME_DIRTY
The volume is marked as potentially inconsistent
A dirty volume can result from an unclean shutdown, incomplete metadata update, storage error, or an explicit dirty-bit change. The flag does not by itself identify which structures are damaged, but it tells consumers not to assume a clean file-system state.
Clearing the flag without investigating the cause removes the warning rather than repairing metadata. Run supported checks, review storage health, and address recurring power or device failures.
What to inspect
- Record when the dirty state first appeared and correlate it with shutdown and storage events.
- Run chkdsk in a mode appropriate to service availability and backup requirements.
- If the flag returns, inspect the physical or virtual storage path instead of repeatedly clearing it.
References
- Microsoft: chkdsk
- Microsoft: File Management Control Codes
- Microsoft Open Specifications: NTSTATUS values
Looking for a different code? Search another status or error code.