Error Corrupt Log Overfull 794 (0x31A): How to Fix it
Repairing your disk and system files can help with this error
2 min. read
Updated on
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
ERROR_CORRUPT_LOG_OVERFULL usually affects developers, and if it occurs, you won’t be able to log future events. This can be a problem, but there are a few ways you can fix this.
How can I fix ERROR_CORRUPT_LOG_OVERFULL?
1. Check Event Viewer
- Press the Windows key + X and choose Event Viewer.
- Next, navigate to Windows Logs and select System.
- Look for other events and warnings that have occurred before the error.
- Research the issues and try to resolve them on your own.
2. Scan the drive
- Press the Windows key + S and enter cmd. Choose Run as administrator.
- Run the following command:
chkdsk C: /f /r
- Press Y to schedule a scan.
- Restart your PC and wait for the scan to finish.
3. Repair system files
- Open Command Prompt as administrator.
- Run the following command:
sfc /scannow
- Wait for the scan to finish.
- If the issue is still there, run the following commands:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
4. Perform a clean boot
- Press Windows key + R and type msconfig.
- Navigate to the Services tab, check Hide all Microsoft services, and then click on Disable all.
- Click Apply and OK but don’t restart your PC.
- Press Ctrl + Shift + Esc to open Task Manager.
- Navigate to the Startup tab and disable all startup applications.
- Restart your PC.
If the issue doesn’t appear anymore, it means that it was caused by one of the disabled services or apps. To find the culprit, enable services and apps in groups until you reproduce the problem.
5. Reset the NTFS log file
- Open Command Prompt as administrator.
- Run the following:
fsutil resource setautoreset true C:\
- Save changes and restart.
It’s worth mentioning that ERROR_CORRUPT_LOG_OVERFULL often comes with 794 (0x31A) One of the volume corruption logs is full, further corruptions that may be detected won’t be logged message, so you can easily recognize it.
This isn’t the only error you can encounter, and we wrote about Error_Corrupt_Log_Unavailable and Error_Corrupt_System_File so feel free to check those articles out.
We also have a guide on ERROR_CORRUPT_LOG_CLEARED, so don’t miss it for more information.
User forum
0 messages