ERROR_CORRUPT_LOG_CLEARED - 798 (0x31E)

One of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions.

Updated: Feb 21, 2026

Technical Meaning

The error code ERROR_CORRUPT_LOG_CLEARED (798, 0x31E) indicates that a volume corruption log has been cleared by the chkdsk utility and no longer contains real corruptions. This suggests that the file system integrity check performed by chkdsk did not identify any significant issues in the specific log it was examining.

Error Details

This error is typically generated when chkdsk processes a volume corruption log, such as those used for journaling or transactional logs in certain file systems. The log may have contained errors that were corrected during the check and repair process, resulting in its clearance from further scrutiny.

Usage Context

The ERROR_CORRUPT_LOG_CLEARED error is relevant to scenarios where chkdsk or similar tools are used to verify and correct file system integrity issues. It can be observed when running a full disk check on volumes that utilize journaling mechanisms, such as NTFS with the journal feature enabled.

Developer Interpretation

Developers should interpret this error as an indication that the specific corruption log being checked by chkdsk has been cleared of any real corruptions. This does not necessarily mean that the entire file system is free from issues; other logs or parts of the file system may still require attention.

Related Errors

  • ERROR_FILE_SYSTEM_CORRUPT (0x52)
  • ERROR_FILE_SYSTEM_VOLUME_INTEGRITY (0x816)
  • ERROR_FILE_SYSTEM_NOT_SUPPORTED (0x336)

FAQ

What does the ERROR_CORRUPT_LOG_CLEARED error mean?

This error indicates that a volume corruption log has been cleared by chkdsk and no longer contains real corruptions.

Is this error critical?

No, it is not critical. It simply means that the specific log being checked was free of issues.

How can I resolve this issue?

Since the log has been cleared, there is generally no need for resolution beyond confirming that other parts of the file system are also in good condition.

Summary

The ERROR_CORRUPT_LOG_CLEARED error code (798) signifies that a volume corruption log was cleared by chkdsk and contains no real corruptions. This is an informational message indicating successful resolution of issues within the specific log being checked, but does not guarantee overall file system integrity.