What does NTSTATUS 0x40000807 (STATUS_DISK_REPAIR_REDIRECTED) mean?

 
Previous Next
STATUS_DS_SHUTTING_DOWN STATUS_SERVICES_FAILED_AUTOSTART

STATUS_DISK_REPAIR_REDIRECTED

Volume repair must be scheduled offline

This status belongs to the lower storage, disk, virtual-disk, or file-system repair path. For STATUS_DISK_REPAIR_REDIRECTED, treat it as a boundary between the caller and the storage stack, not as a generic application error.

This informational status means the requested repair could not be completed while the volume was online. NTFS repair can queue work for a later offline or spot-fix pass when online self-healing is not sufficient.

For STATUS_DISK_REPAIR_REDIRECTED, 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 whether chkdsk /scan queued offline repair.
  • Schedule /spotfix or an offline scan and fix during maintenance.
  • Do not treat the redirected repair as already completed.

References for STATUS_DISK_REPAIR_REDIRECTED


Looking for a different code? Search another status or error code.