| Previous | Next |
| STATUS_TRIGGERED_EXECUTABLE_MEMORY_WRITE | STATUS_DS_DOMAIN_RENAME_IN_PROGRESS |
STATUS_DISK_REPAIR_DISABLED
Disk or NTFS self-healing is disabled for the requested repair
This status belongs to the lower storage, disk, virtual-disk, or file-system repair path. For STATUS_DISK_REPAIR_DISABLED, treat it as a boundary between the caller and the storage stack, not as a generic application error.
NTFS has self-healing repair support that can fix some corruptions online. This status means the attempted operation required that repair path, but the repair feature or policy was disabled.
For STATUS_DISK_REPAIR_DISABLED, 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
- Check fsutil repair state for the volume.
- Review why online repair was disabled by policy or administration.
- Use scheduled offline repair if online self-healing is unavailable.
References for STATUS_DISK_REPAIR_DISABLED
- Microsoft Open Specifications: NTSTATUS values
- Microsoft: NTFS overview
- Microsoft: fsutil repair
- Microsoft: chkdsk command
Looking for a different code? Search another status or error code.