| Previous | Next |
| STATUS_VOLUME_DIRTY | STATUS_CORRUPT_LOG_OVERFULL |
STATUS_DISK_REPAIR_UNSUCCESSFUL
The repair operation completed unsuccessfully
This status belongs to the lower storage, disk, virtual-disk, or file-system repair path. For STATUS_DISK_REPAIR_UNSUCCESSFUL, treat it as a boundary between the caller and the storage stack, not as a generic application error.
This status means a repair path ran but could not bring the volume or metadata to a clean state. It should be followed by repair logs, corruption records, and storage health checks rather than a blind retry loop.
For STATUS_DISK_REPAIR_UNSUCCESSFUL, the most useful evidence is the failing operation, device or volume identity, storage-event log, disk health data, and whether the volume was online, read-only, virtualized, encrypted, compressed, sparse, or under repair.
What to inspect
- Review chkdsk, Repair-Volume, and file-system event output.
- Check for underlying disk I/O errors that prevented repair.
- Restore from backup if metadata repair cannot complete.
References for STATUS_DISK_REPAIR_UNSUCCESSFUL
- Microsoft Open Specifications: NTSTATUS values
- Microsoft: NTFS overview
- Microsoft: chkdsk command
- Microsoft PowerShell: Repair-Volume
Looking for a different code? Search another status or error code.
