Software⏱️ 3 min read📅 2026-06-11

How to Fix: Where are the results of the XP Disk Error Checking utility logged?

Disk Error Checking utility results not logged.

Quick Answer: The results are likely stored in a temporary file or log on the USB drive, which may be deleted when the disk is ejected. Check the Event Viewer for Application section logs to see if there are any records of the check.

The Disk Error Checking utility, also known as chkdsk, is used to identify and fix errors on a disk. In this case, the user started the utility before leaving work and wanted to know where the results were logged.

This issue can be frustrating for users who are not familiar with command-line tools or want to review the detailed output of the chkdsk utility.

⚠️ Common Causes

  • The Disk Error Checking utility logs its output in the Application section of the Event Viewer, which is a built-in Windows tool. However, this log entry may not always contain detailed information about the errors found on the disk.
  • Another possible reason for the lack of detailed output is that the user ran chkdsk with no switches, which limits the amount of information displayed in the console output.

✅ Best Solutions to Fix It

Checking Event Viewer logs

  1. Step 1: Open the Event Viewer by typing 'eventvwr' in the Run dialog box (Windows key + R).
  2. Step 2: In the Event Viewer, navigate to the Application section and look for events related to the Disk Error Checking utility.
  3. Step 3: Right-click on an event related to chkdsk and select 'Copy all details'.

Running chkdsk with switches

  1. Step 1: Open a command prompt as an administrator (right-click on the Start button and select 'Command Prompt (Admin)').
  2. Step 2: Run the following command to check the disk for errors: `chkdsk C:` (replace 'C:' with the drive letter of the USB-connected disk).
  3. Step 3: Press Enter to run the utility. The output will be displayed in the command prompt window.

🎯 Final Words

If you are unable to find detailed information about the errors found on the disk, try checking the Event Viewer logs or running chkdsk with switches. Additionally, make sure that the USB-connected disk is properly disconnected from the system when the utility is run.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions