What does NTSTATUS 0xC0000169 (STATUS_DISK_RECALIBRATE_FAILED) mean?

 
Previous Next
STATUS_FLOPPY_BAD_REGISTERS STATUS_DISK_OPERATION_FAILED

STATUS_DISK_RECALIBRATE_FAILED

A hard disk recalibration failed repeatedly

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

This legacy-style disk error points to the lower disk or controller path. The operation was retried, but the device still could not recalibrate successfully.

For STATUS_DISK_RECALIBRATE_FAILED, 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 storage controller and disk firmware events.
  • Run vendor diagnostics and SMART checks.
  • Treat repeated recalibration failures as media or hardware risk.

References for STATUS_DISK_RECALIBRATE_FAILED


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