Home » How To » Fix Diskpart Data Error Cyclic Redundancy Check in 5 Steps

Fix Diskpart Data Error Cyclic Redundancy Check in 5 Steps

If you see the “DiskPart has encountered an error: Data error (cyclic redundancy check). See the System Event Log for more information.” error, follow the below steps to fix it.

Diskpart is the built-in command-line tool to manage disks, partitions, and volumes in Windows. While using the diskpart command tool to clean, create, or extend partitions, one of the most common errors is the “Data error (cyclic redundancy check).” Though the error is cryptic, it is pretty simple to fix. This guide shows you how.

What is ‘Data error (cyclic redundancy check)’ in Diskpart?

The “Data error (cyclic redundancy check)” error in Diskpart typically occurs when there is an issue with the data integrity on the disk. It indicates that the data being read from or written to the disk does not match the expected values. It can happen due to various reasons such as disk corruption, bad sectors, or hardware issues. Whatever the reason, follow the steps below to fix it.

Fix Diskpart Data Error (cyclic redundancy check)

When you encounter the ‘data error (cyclic redundancy check)’ issue when using diskpart, follow the below suggestions:

  1. Run Chkdsk on the disk/partition with the error
  2. Format the hard drive
  3. Rescan the disk using diskpart
  4. Test the disk on another computer
  5. Replace the disk causing the error

1. Run Chkdsk on the disk/partition with the error

Since the ‘cyclic redundancy check data error is caused due to data integrity problems, running the chkdsk command on the disk causing the error will fix the problem. Here’s how to do it.

Step 1: Open Windows Terminal as an administrator.

First, right-click on the start icon on the taskbar and select the “Terminal (Admin)” option. You can also search for Terminal in the Start menu and select the “Run as administrator” option. It will open the Terminal application with administrator rights.

open terminal as admin

Step 2: Open the Command Prompt tab in the Terminal window.

After opening the Terminal window, click on the down arrow icon on the title bar of the terminal window and select the “Command Prompt” option. It will open the Command Prompt tab in the terminal window.

open Command Prompt in terminal

Step 3: Run the “chkdsk DriveLetter: /f /r” command in the Command Prompt tab.

Type the “chkdsk DriveLetter: /f /r” command while replacing “DriveLetter” with the actual drive letter of the disk and press “Enter.” For example, if the error is in D drive, you should type “chkdsk D: /f /r” in the Command Prompt tab.

chkdsk force recheck command to fix diskpart data error cyclic redundancy error

Step 4: Restart the computer.

After the chkdsk command is executed and runs successfully, close the Terminal window and restart the computer.

2. Rescan the disk using diskpart

After running the chkdsk command, rescan the disk using the diskpart command.

  1. Right-click the Start icon on the taskbar.
  2. Select the “Terminal (Admin)” option.
  3. Type ‘diskpart‘ and press Enter.
  4. Type ‘rescan‘ and press Enter.
  5. Close the Terminal window after running the rescan command.
  6. Restart the computer.
run dispart rescan command

3. Format the hard drive

You can easily fix the diskpart data cyclic redundancy check error by formatting the disk.

Important note: Formatting the disk will delete all the data on the disk. So, backup data before formatting the disk.

  1. Right-click on the Start icon on the taskbar.
  2. Select the “Disk management” option.
  3. Right-click on the disk/partition causing the error.
  4. Select the “Format” option.
  5. Let the default options be as is.
  6. Uncheck the “Perform a quick format” checkbox.
  7. Click/tap the “Ok” button.
  8. Close the Disk management application.
  9. Reboot your computer.

4. Test the disk on another computer

If it’s an external hard disk or USB drive, test it on another computer and run the diskpart command and see if the error persists. If the error occurs on multiple systems, it suggests a problem with the disk itself.

5. Replace the disk causing the error

If the error occurs even after following the troubleshooting steps and testing the disk on another computer, the disk might be physically damaged. In that case, you should stop using the disk and replace it with a new one. If you keep using the damaged disk to store files, it can cause irrecoverable data loss.

That is it. It is that easy to fix the diskpart data error (cyclic redundancy check) problem.

Related diskpart how-to guides:

I hope this simple and easy Windows guide helped you.

If you are stuck or need help, send an email, and I will try to help as much as possible.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top