Aftershock Logo

Check and Repair Disk Errors [chkdsk]

Knowledge Hub
Guides and Maintenance Steps
Check and Repair Disk Errors [chkdsk]

Check and Repair Disk Errors [chkdsk]

5 Mins
Easy
iconWatch Video
iconSend to Email
iconSend to Phone

If your Windows PC is experiencing file system issues or disk errors, using the CHKDSK (Check Disk) utility can help identify and fix these problems. This guide will show you how to run CHKDSK to maintain the health of your hard drives and SSDs and ensure your system runs smoothly.

Understanding CHKDSK

CHKDSK (Check Disk) is a built-in Windows utility that scans your storage media for errors and repairs them. Running CHKDSK helps resolve issues like corrupted files, bad sectors, and lost clusters, which can lead to system instability and data loss. It works on both traditional hard drives (HDDs) and solid-state drives (SSDs).

Why and When to Use CHKDSK on Hard Drives and SSDs

Hard Drives (HDDs)

Hard drives are mechanical devices that are prone to wear and tear over time. Running CHKDSK on HDDs is essential to:

  • Detect and fix bad sectors.
  • Repair file system errors that could lead to data loss.
  • Improve overall system performance and stability.

Solid-State Drives (SSDs)

SSDs have no moving parts, which makes them more reliable than HDDs. However, they can still experience file system errors. Running CHKDSK on SSDs helps to:

  • Ensure the integrity of the file system.
  • Identify and fix logical errors.
  • Maintain optimal performance and longevity of the SSD.

Steps to use CHKDSK to Check and Repair Disk Errors

Opening Command Prompt as Administrator

  • To start, you need to open the Command Prompt with administrative privileges. Right-click the Start menu and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)." This ensures you have the necessary permissions to run the utility effectively.
Post Image

Opening Command Prompt as Administrator

  • To start, you need to open the Command Prompt with administrative privileges. Right-click the Start menu and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)." This ensures you have the necessary permissions to run the utility effectively.

Running CHKDSK

Type the following command into the Command Prompt and press Enter: chkdsk C: /f /r

  • C:: This specifies the drive to be checked. Replace C: with the letter of the drive you want to scan.
  • /f: This flag tells CHKDSK to fix any errors it finds.
  • /r: This flag tells CHKDSK to locate bad sectors and recover readable information.
Post Image

Running CHKDSK

Type the following command into the Command Prompt and press Enter: chkdsk C: /f /r

  • C:: This specifies the drive to be checked. Replace C: with the letter of the drive you want to scan.
  • /f: This flag tells CHKDSK to fix any errors it finds.
  • /r: This flag tells CHKDSK to locate bad sectors and recover readable information.

Confirming the Disk Check

  • If the drive you are checking is currently in use, CHKDSK will prompt you to schedule the disk check for the next system restart. Type Y and press Enter to schedule the check.
Post Image

Confirming the Disk Check

  • If the drive you are checking is currently in use, CHKDSK will prompt you to schedule the disk check for the next system restart. Type Y and press Enter to schedule the check.

Restarting Your Computer

  • Restart your computer to allow CHKDSK to run and scan your disk for errors. The utility will automatically start before Windows loads, and it might take some time, depending on the size and state of your disk.
Post Image

Restarting Your Computer

  • Restart your computer to allow CHKDSK to run and scan your disk for errors. The utility will automatically start before Windows loads, and it might take some time, depending on the size and state of your disk.

Reviewing the Results

Once CHKDSK completes, your system will boot into Windows. You can review the results in the Event Viewer:

  • Press Win + X and select Event Viewer.
  • Navigate to Windows Logs > Application.
  • Look for an entry with Source: Wininit and Event ID: 1001 to see the detailed results of the CHKDSK scan.
Post Image

Reviewing the Results

Once CHKDSK completes, your system will boot into Windows. You can review the results in the Event Viewer:

  • Press Win + X and select Event Viewer.
  • Navigate to Windows Logs > Application.
  • Look for an entry with Source: Wininit and Event ID: 1001 to see the detailed results of the CHKDSK scan.

If CHKDSK finds issues that it cannot resolve, you may need to save the results and send them to technical support for further assistance. Here’s how to do it:

  • In the Event Viewer, right-click the entry with Source: Wininit and Event ID: 1001.
  • Select Save Selected Events.
  • Choose a location to save the file, name it appropriately (e.g., "CHKDSK Results"), and click Save.
  • Attach the saved file.
Post Image

If CHKDSK finds issues that it cannot resolve, you may need to save the results and send them to technical support for further assistance. Here’s how to do it:

  • In the Event Viewer, right-click the entry with Source: Wininit and Event ID: 1001.
  • Select Save Selected Events.
  • Choose a location to save the file, name it appropriately (e.g., "CHKDSK Results"), and click Save.
  • Attach the saved file.

What's Next

Regularly running CHKDSK can help maintain the health of your storage media and prevent data loss. If you continue to experience disk errors, consider checking our other guides or contacting technical support for further assistance.

If you still have issues or would like further assistance, feel free to reach out to our technical support team. We're here to help!

Did this fix your issue?

icon-search
icon-search
Our team is just an e-mail away and ready to answer your question!
Back to top

Check and Repair Disk Errors [chkdsk]

Complexity: Easy | Time: 5 min

If your Windows PC is experiencing file system issues or disk errors, using the CHKDSK (Check Disk) utility can help identify and fix these problems. This guide will show you how to run CHKDSK to maintain the health of your hard drives and SSDs and ensure your system runs smoothly.

Understanding CHKDSK

CHKDSK (Check Disk) is a built-in Windows utility that scans your storage media for errors and repairs them. Running CHKDSK helps resolve issues like corrupted files, bad sectors, and lost clusters, which can lead to system instability and data loss. It works on both traditional hard drives (HDDs) and solid-state drives (SSDs).

Why and When to Use CHKDSK on Hard Drives and SSDs

Hard Drives (HDDs)

Hard drives are mechanical devices that are prone to wear and tear over time. Running CHKDSK on HDDs is essential to:

• Detect and fix bad sectors.

• Repair file system errors that could lead to data loss.

• Improve overall system performance and stability.

Solid-State Drives (SSDs)

SSDs have no moving parts, which makes them more reliable than HDDs. However, they can still experience file system errors. Running CHKDSK on SSDs helps to:

• Ensure the integrity of the file system.

• Identify and fix logical errors.

• Maintain optimal performance and longevity of the SSD.

Steps to use CHKDSK to Check and Repair Disk Errors

Opening Command Prompt as Administrator

• To start, you need to open the Command Prompt with administrative privileges. Right-click the Start menu and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)." This ensures you have the necessary permissions to run the utility effectively.

Running CHKDSK

Type the following command into the Command Prompt and press Enter: chkdsk C: /f /r

• C:: This specifies the drive to be checked. Replace C: with the letter of the drive you want to scan.

• /f: This flag tells CHKDSK to fix any errors it finds.

• /r: This flag tells CHKDSK to locate bad sectors and recover readable information.

Confirming the Disk Check

• If the drive you are checking is currently in use, CHKDSK will prompt you to schedule the disk check for the next system restart. Type Y and press Enter to schedule the check.

Restarting Your Computer

• Restart your computer to allow CHKDSK to run and scan your disk for errors. The utility will automatically start before Windows loads, and it might take some time, depending on the size and state of your disk.

Reviewing the Results

Once CHKDSK completes, your system will boot into Windows. You can review the results in the Event Viewer:

• Press Win + X and select Event Viewer.

• Navigate to Windows Logs > Application.

• Look for an entry with Source: Wininit and Event ID: 1001 to see the detailed results of the CHKDSK scan.

If CHKDSK finds issues that it cannot resolve, you may need to save the results and send them to technical support for further assistance. Here’s how to do it:

• In the Event Viewer, right-click the entry with Source: Wininit and Event ID: 1001.

• Select Save Selected Events.

• Choose a location to save the file, name it appropriately (e.g., "CHKDSK Results"), and click Save.

• Attach the saved file.

What's Next

Regularly running CHKDSK can help maintain the health of your storage media and prevent data loss. If you continue to experience disk errors, consider checking our other guides or contacting technical support for further assistance.

If you still have issues or would like further assistance, feel free to reach out to our technical support team. We're here to help!

CONTACT US
Opening hours:Monday - Friday: 11:00 AM - 7:00 PMSaturday: 12:00 PM - 5:00 PMSunday: ClosedPublic Holiday Hours May Differ
Facebook iconInstagram iconYoutube iconTwitter iconTik-tok icon
Privacy Policy | Terms of Use | Refund Policy
Copyright 2026 AFTERSHOCK PC Pty Ltd – All Rights Reserved