ERROR_CORRUPT_LOG_DELETED_FULL - 797 (0x31D)

One of the volume corruption logs was deleted while still having corruption records in them. The volume contains detected corruptions and must be scanned.

Updated: Feb 21, 2026

Technical Meaning

The ERROR_CORRUPT_LOG_DELETED_FULL error code indicates that a volume corruption log was deleted while it still contained records of detected corruptions. This suggests that the file system integrity has been compromised, and a full scan is required to identify and address any remaining issues.

Error Details

This error typically occurs during operations involving file system logs or journaling mechanisms. The deletion of a log that contains corruption records implies that critical data may have been lost or altered, necessitating a thorough examination of the affected volume.

Usage Context

The ERROR_CORRUPT_LOG_DELETED_FULL is relevant in scenarios where file system integrity checks are performed, such as during system startup, disk maintenance operations, or when specific commands are executed to verify and repair file systems. It is commonly encountered with NTFS volumes but can also apply to other file systems that maintain journaling mechanisms.

Developer Interpretation

Developers should interpret this error as an indication of potential data corruption on the volume. Upon receiving this error, developers should initiate a full scan of the affected volume using appropriate tools such as chkdsk or similar utilities provided by the operating system. This will help in identifying and addressing any remaining issues that may have been left unresolved due to the premature deletion of log records.

Related Errors

  • ERROR_FILE_SYSTEM_CORRUPT (259): Indicates a more general file system corruption issue, which could be a precursor or consequence of ERROR_CORRUPT_LOG_DELETED_FULL.
  • ERROR_VOLUME_CORRUPT_JOURNAL_ENTRY_INVALID (1036): Suggests that the journaling mechanism on the volume is compromised, possibly leading to the deletion of corrupted log records.

FAQ

Q: What does the ERROR_CORRUPT_LOG_DELETED_FULL error mean?

A: It indicates that a corruption log was deleted while still containing records of detected corruptions. A full scan of the affected volume is required to identify and address any remaining issues.

Q: How can I resolve this issue?

A: Initiate a full scan of the affected volume using tools like chkdsk or similar utilities provided by the operating system. This will help in identifying and addressing any remaining issues that may have been left unresolved due to the premature deletion of log records.

Summary

The ERROR_CORRUPT_LOG_DELETED_FULL error code is a specific indication of file system corruption, where a volume corruption log was deleted while still containing records of detected corruptions. Developers should interpret this as an urgent need for a full scan and repair of the affected volume to ensure data integrity.