How to solve Data Error Cyclic Redundancy Check, Diskpart Error 2023

How to solve Data Error Cyclic Redundancy Check : Cyclic Redundancy Check is a common practice in all the storage devices you use. “DiskPart has encountered an error: Data error (cyclic redundancy check)“,

How to solve Data Error Cyclic Redundancy Check

There are two Windows built-in tools to help you manage disks and partitions and fix some errors.

How to solve Data Error Cyclic Redundancy Check 2023

Fix 1 – Run the CheckDisk command directly

Step 1 – You need the CMD terminal. So, call upon the Run box by holding the Win+R keys together.

Step 2 – Then, type this command. Use the Ctrl +Shift and Enter.

cmd
Run the CheckDisk command directly

Step 3 – Next, write this disk-checking command and hit Enter.

chkdsk /f C:

It will give you this prompt –

Would you like to schedule this volume to be checked the next time the system restarts?

Tap “Y” and hit Enter.

disk-checking command

Fix 2 – Rescan the disk

Step 1  Hit the Start button once and type “Diskpart” in the search box. Hit Enter to open that up.

Rescan the disk

Step 2 – Directly, type this rescan command and hit Enter to scan for newer disk drives.

RESCAN
Rescan the disk

you can use the other diskpart commands. So, try cleaning the drive once more. Watch what this does.

Fix 3 – Clear the System Files

If there aren’t enough free space available on your C drive, CRC check may fail.

Step 1 – Open the File Explorer.

Step 2 – Next, go to the “This PC“. Then, right-tap the “Local Disk (C:)” drive on the left pane and tap “Properties“.

Step 3 – Go to the “General” tab.

Step 4 – Check whether you can find “Disk Cleanup” tool*. Tap that to start it up.

[*If you can’t find Disk Cleanup tool, do this –

a. Open a Run box.

b. Then, type this and hit Enter.

cleanmgr

Choose C drive and tap OK to start the procedure.

]

Step 5 – Check all the items that you want to clean up.

Step 6 – Tap “OK” to start clearing up the system.

Fix 4 – Format the drive from Disk Management

Step 1 – Press the Win key and the X keys together.

Step 2 – Next, tap “Disk Management” to open it.

Step 3 – Look for the problematic drive. Now, right-click that drive and tap “Format…” to format the drive.

Step 4 – Carefully select the Volume LabelAllocation size, File System for the drive.

Step 5 – Once you are done selecting that, check the “Perform a quick format” box and tap “Format“.

Soon after this, try to use the Diskpart commands again. Test if this solves the problem.

Fix 5 – Test the system

Step 1 – Simply start to type “command” in the box.

Step 2 – Then, as soon as you see “Command Prompt“, right-click that and tap “Run as administrator“.

Step 3 – Type this command and hit Enter.

sfc /scannow

Step 4 – Then, run this code to start the disk checking scan. Check if this works.

chkdsk C: /r

It will give you this prompt –

Would you like to schedule this volume to be checked the next time the system restarts?

Tap “Y” and hit Enter.

Exit the terminal and restart your computer.

How to solve Data Error Cyclic Redundancy Check Important Links

MORE Solution TipsClick Here

How to solve Data Error Cyclic Redundancy Check FAQ

How to Run the CheckDisk command directly?

Step 1 – You need the CMD terminal. So, call upon the Run box by holding the Win+R keys together.
Step 2 – Then, type this command. Use the Ctrl, Shift and Enter all these keys together.

How to Rescan the disk?

Step 1  Hit the Start button once and type “Diskpart” in the search box. Hit Enter to open that up.
Step 2 – Directly, type this rescan command and hit Enter to scan for newer disk drives.

Leave a Comment