6 ways to fix the 'CHKDSK Cannot Continue in Read-Only Mode' error on Windows

It's annoying that the tool shows error messages like 'CHKDSK cannot continue in read-only mode'. How do you solve such problem?

Running the Disk Checker (CHKDSK) tool on Windows can help you fix a lot of problems. However, it's annoying that the tool shows error messages like 'CHKDSK cannot continue in read-only mode'. How do you solve such problem?

The following article will help you discover 6 simple methods that you can apply to solve the problem.

1. Close active programs and restart File Explorer

You may experience this problem if you scan the drive that is currently in use. So the solution would be to close the active programs and see if that helps.

If the problem persists, restart File Explorer.

6 ways to fix the 'CHKDSK Cannot Continue in Read-Only Mode' error on Windows Picture 16 ways to fix the 'CHKDSK Cannot Continue in Read-Only Mode' error on Windows Picture 1

2. Disable 'Read-only' option on removable storage device

Do you experience this problem when using removable storage devices? To resolve the issue, you need to disable "Read-only" mode on the affected drive. The good news is that Windows allows you to disable read-only access on your removable storage devices!

Here's how to turn off "Read-only" mode on Windows:

  1. Press Win + R to .
  2. Type gpedit.msc and press Enter to .
  3. Navigate to Computer Configuration > Administrative Templates > System > Removable Storage Access .
  4. Locate the Removable Disks: Deny read access option on the right side.

6 ways to fix the 'CHKDSK Cannot Continue in Read-Only Mode' error on Windows Picture 26 ways to fix the 'CHKDSK Cannot Continue in Read-Only Mode' error on Windows Picture 2

To disable the 'Read-only' mode , double-click the Removable Disks: Deny read access option and select Enabled. Alternatively, select Disabled or Not Configured to enable 'Read-only' mode.

From there, click Apply and then select OK. Finally, reboot the device to save these changes.

3. Run the CHKDSK tool in Safe Mode

In some cases, the CHKDSK tool may be interrupted by faulty third-party tools. To resolve the issue, you must run the CHKDSK tool in Safe Mode.

Here are the steps you need to follow:

  1. Type Settings in the Start menu search bar and select the best match.
  2. Select Update & Security , then click Recovery on the left pane.
  3. Next, click the Restart Now button on the Recovery window . This will do you in the Recovery Environment.

6 ways to fix the 'CHKDSK Cannot Continue in Read-Only Mode' error on Windows Picture 36 ways to fix the 'CHKDSK Cannot Continue in Read-Only Mode' error on Windows Picture 3

Next, click on Advanced options and select Startup Settings. Finally, press the Restart button and press the F4 key to boot the PC into Safe Mode.

Now, try to run the CHKDSK tool and check if the problem is resolved.

To run a normal CHKDSK scan, type the following command and press Enter :

chkdsk C: /f

To run the CHKDSK tool and scan for bad sectors, type the following command and press Enter :

chkdsk C: /r

During each of these steps, you may want to change the C: command with the relevant drive letter. For example, use D: instead of C: if you want to scan the D: drive .

If the problem is resolved, then there is a faulty program on your device. So, the best way to completely solve this problem is to uninstall or update the suspicious apps.

4. Schedule a CHKDSK scan to run when the device reboots

If the error is still not resolved, you may want to consider scheduling the scan to run immediately when the device boots up. That way the tool will run freely without interruption.

Here's how to schedule a CHKDSK scan to run when your device reboots:

  1. Type Command Prompt in the Start menu search bar.
  2. Right click on the best match and select Run as administrator .
  3. Enter the following command:
chkdsk /r C:

If you want to scan any drive other than the C: drive, replace C: in the command with the relevant drive letter. From there, press Enter. Next, type Y and press Enter to continue.

Finally, restart the PC. The system will automatically run a CHKDSK scan at startup.

5. Scan the device via system settings

Alternatively, you can scan using Windows settings. This will eliminate system problems that interfere with the CHKDSK tool.

Here are the steps you need to take:

  1. Type Settings in the Start menu search bar and select the best match.
  2. Select Update & Security. Next, select Windows Security in the left pane.
  3. From there, select Virus & threat protection on the right side.
  4. Next, select Scan options and then select the Full scan option.
  5. Finally, press the Scan now button and follow the on-screen instructions.

6 ways to fix the 'CHKDSK Cannot Continue in Read-Only Mode' error on Windows Picture 46 ways to fix the 'CHKDSK Cannot Continue in Read-Only Mode' error on Windows Picture 4

6. Use SFC and DISM tools instead

There's no denying that the CHKDSK tool is an amazing feature. However, you can still scan and fix problems with reliable tools like SFC and DISM. The SFC and DISM tools also help you repair or replace corrupted system files.

CHKDSK errors can be quite annoying. But hopefully the methods mentioned in the article will help you to solve the 'CHKDSK cannot continue in read-only mode' error.

By the way, you might want to check out the difference between CHKDSK, SFC and DISM. This will help you determine the best tool to use when your device encounters various problems.

4 ★ | 2 Vote