Error Corrupt Log Cleared 798 (0x31E): Fix it With 4 Steps
This isn’t a major error and you shouldn’t be too concerned about it
2 min. read
Updated on
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
On your PC, you might encounter ERROR_CORRUPT_LOG_CLEARED. This isn’t a major issue, and it usually works as a notification, but if you keep getting it, you might want to try the following steps.
How can I fix ERROR_CORRUPT_LOG_CLEARED?
1. Scan your drive
- Press the Windows key + S and type cmd. Choose Run as administrator.
- Next, run the following command:
chkdsk C: /f /r /x
- Press Y to schedule a scan and restart your PC.
2. Check the SMART status
- Open Command Prompt as administrator again.
- Next, run
wmic diskdrive get status
- If it says, anything other than OK, it means that your drives are failing and should be replaced.
3. Repair system files
- Once again, start Command Prompt as administrator.
- Run the following command and wait for the scan to finish:
sfc /scannow
- If the problem still persists, run this scan as well:
DISM /Online /Cleanup-Image /RestoreHealth
4. Check the logs
- Press the Windows key + X and choose Event Viewer.
- Next, expand Windows Logs and choose System.
- Look for any disk-related errors and try to fix them on your own.
ERROR_CORRUPT_LOG_CLEARED can be recognized by the following message: 798 (0x31E) One of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions.
As we said earlier, this message serves as a notification that chkdsk has cleared the corruption log, but if this issue keeps occurring, we advise you to check your drive and replace it if needed.
This isn’t the only log error, and we covered ERROR_CORRUPT_LOG_CORRUPTED and ERROR_CORRUPT_LOG_OVERFULL in our previous guides, so don’t miss them. ERROR_CORRUPT_LOG_DELETED_FULL also comes close so check it out too.
User forum
0 messages