Windows Cannot Run Disk Checking on This Volume Because It Is Write Protected

Windows Cannot Run Disk Checking on This Volume Because It Is Write Protected

This is a write-protected disc error, which means you can read the driver but not make any changes to it. In order to fix this issue, you must first remove write protection from the registry editor, then from the diskpart utility.

Windows Cannot Run Disk Checking on This Volume Because It Is Write Protected

Causes of the “Windows Cannot Run Disk Checking on This Volume Because It Is Write Protected” Error

Several factors can lead to the “Windows Cannot Run Disk Checking on This Volume Because It Is Write Protected” error:

  1. File System Errors: Existing file system errors or corruption on the volume can trigger this error.
  2. Write Protection: The volume may be set to read-only or write-protected mode, preventing any modifications.
  3. Permissions Issues: Insufficient permissions or access restrictions on the volume can prevent Windows from making changes.
  4. Software Conflicts: Third-party software or utilities that interact with the volume may interfere with disk checking.

Read Also:

  1. Windows Key Not Working
  2. Windows 7 Build 7601 This Copy of Windows is Not Genuine
  3. Windows Cannot Be Installed To This Disk. The Selected Disk is Of the GPT Partition Style

Method 1: Specifications Made Explicitly Ready to Use

When the disc is marked as Read Only, the problem frequently occurs. It has been identified as a primary contributor in the vast majority of reported incidents.

The diskpart utility, which facilitates effective disc management, makes it simple to remove the Read Only characteristic. Here’s what you need to do to remove the Read Only restriction:

  1. To access the command prompt, select the Start menu and then type “cmd.”
  2. Select Run As Administrator from the context menu of the command prompt.
  3. Once the terminal has been opened, type the following command to access the diskpart tool:

Diskpart

  1. If you’ve already used diskpart, execute this command to see a complete list of your volumes:

list volume

  1. Now, choose the problematic volume by replacing # with the volume whose Read-Only status you wish to remove.

select volume #

  1. Following selection, enter the following command to disable Read Only:

attribute disk clear readonly

  1. Once you’ve done that, execute the following command to see how the disc is functioning right now. The volume’s write protection has been removed if the Ready Only mode option is set to No.

attribute disk

  1. After that, you can try running the disk-checking commands to see if the problem has been resolved.

Method 2: Use Registry Editor to Disable Write Protection

The Registry Editor can be used to disable write protection if the previous method is unsuccessful. The operating system’s registry editor acts as a database in which all of the system’s tasks can be stored and managed.

If you disable write protection in the registry editor, this error message might go away. Therefore, do as follows:

  1. To use the Run utility in Windows, press the Windows key plus R.
  2. When prompted, type Regedit and press OK.
  3. When the Registry Editor has loaded, go to the location shown below.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies

  1. If the Storage Device Policies key isn’t already present, make it so by adding it to the Control
  2. Select New from the context menu of the Control, and then select Key.
  3. When finished, label the new entry “StorageDevicePolicies.”
  4. Click the right pane’s right mouse button, then hover over New, and finally click DWORD (32-bit) Value
  5. If you double-click on a setting labelled “Writeprotect” and set its value to “0,” it will take on that name.
  6. When finished, select the OK button.
  7. You can try running the disk-checking instructions again after a machine restart to see if the problem persists.

Method 3: Fix Disk Problems

This can happen if the destination drive has a disc problem of any kind. You may free your mind from worrying about a disc issue by running a few simple tasks. Not even examining the drive for bad sectors was able to help, but we’ve exhausted every other option.

We’ll use chkdsk, a command-line application for detecting disc issues and validating the integrity of the system files in the destination volume, to do so. Get started by reading these instructions:

  1. To open the command prompt, hit the Windows key and type cmd.
  2. Use the terminal’s right-click menu to access administrative mode and then run the programme.
  3. After it has been started, you can enter the following command to examine the disc for errors and damaged areas.

chkdsk D: /f /r /x

  1. Don’t fret if the tool detects problems; it will take care of them mechanically.
  2. When you are finished, you should verify if the fault persists.

There are three potential causes of failure to remove write protection after attempting the aforementioned procedures. Among these risks is the possibility that your drive is encrypted.

A decryption key will be required in that instance in order to access the encrypted data on the drive. A second possibility is that a virus on the drive itself will not allow you to write the content or use the commands.

In this instance, external anti-virus software can be used to check a storage device. A third potential cause is that some other programme has your drive protected from being written to. Using that programme again to disable the write protection would be helpful.

If any of these apply to your case, then you should use the approach we outlined above.

Method 4: Examine Your Disc

If you want to scan the drive before using it, here’s how to do so.

  1. In File Explorer, right-click the problematic drive and select “Verify Correct Operation.”
  2. To access the tools, first open the Properties menu.
  3. Pick the Check box
  4. Select Yes if prompted by the UAC.
  5. The next step is to select Scan Drive, and then to sit tight while the device is scanned.

If none of these approaches worked for you it’s conceivable that your drive is corrupted or encrypted. It’s possible that your disc is physically destroyed, in which case you’ll need to get in touch with a local data recovery service to get your data back.

How to Remove Write Protection from a Volume

To remove write protection from a volume and resolve the error, follow these steps:

  1. Check Physical Write Protection Switch (if applicable):
    • If you are dealing with an external drive or memory card, check if it has a physical write protection switch. If so, make sure it is in the correct position (usually not write-protected).
  2. Run Command Prompt as Administrator:
    • Type “cmd” in the Windows search bar.
    • Right-click on “Command Prompt” and select “Run as administrator.”
  3. Use the “diskpart” Command:
    • In the Command Prompt window, type diskpart and press Enter.
    • Type list disk and press Enter to see a list of all available disks.
  4. Select the Affected Disk:
    • Type select disk X (replace “X” with the number of the affected disk) and press Enter.
  5. Remove Write Protection:
    • Type attributes disk clear readonly and press Enter to remove write protection from the disk.
  6. Exit DiskPart:
    • Type exit and press Enter to exit the DiskPart utility.
  7. Perform Disk Checking:
    • Try running the disk checking utility (chkdsk) on the affected volume again.

How to Turn Off Write Protection on Chkdsk

If you encounter write protection issues specifically when running chkdsk, you can try the following steps to disable write protection:

  1. Run Command Prompt as Administrator:
    • Type “cmd” in the Windows search bar.
    • Right-click on “Command Prompt” and select “Run as administrator.”
  2. Disable Write Protection for Chkdsk:
    • In the Command Prompt window, type the following command:
      fsutil dirty query C:

      (Replace “C:” with the drive letter of the affected volume.)

    • If the result is “Volume – C: is dirty,” indicating that the volume needs to be checked, proceed to the next step.
    • Type the command below to disable write protection for chkdsk:
      chkntfs /x C:

      (Again, replace “C:” with the appropriate drive letter.)

  3. Reboot Your Computer:
    • Restart your computer to apply the changes.
  4. Run Chkdsk Again:
    • After rebooting, try running chkdsk on the affected volume once more.

Read Also:

  1. Start Menu Not Working
  2. Secure Boot Windows 11
  3. How To Delete a Page In Word

Conclusion

The “Windows Cannot Run Disk Checking on This Volume Because It Is Write Protected” error can be resolved by removing write protection from the volume and disabling write protection for chkdsk.

By following the steps outlined in this article, you can address the issue and ensure that disk checking and repair operations can proceed without hindrance, helping to maintain the health and integrity of your storage devices.