Janna Theme License is not validated, go to the theme options page to validate the license, you need a single license for each domain name.

Top 6 Fixes for CHKDSK Not Running on Windows

CHKDSK, the Check Disk command, is useful for checking and fixing disk errors using the Command Prompt. With it, you can repair all types of Issues with storage drives on your Windows 10 or 11 PCHowever, what if Windows fails to run the CHKDSK command when you enter it and gives you errors? Here are the top 6 fixes for CHKDSK not running on Windows.

Top 1024 Fixes for Chkdsk Not Running on Windows 576x1

This can be caused by various factors, ranging from lack of administrative privileges to misconfigured registry files. If you can't figure out what's causing the problem, follow these tips to fix it.

1. Make sure your account has administrative rights.

One of the most common reasons you might be able to run a Check Disk scan and see an “Access Denied” message is if you run the Command Prompt without administrative privileges. To start, make sure that Your user account has administrative rights., then use the following steps to run the CHKDSK command.

Step 1: Right click on the icon START YOUR and select Terminal (Admin) from the list.

Top 11 Fixes for CHKDSK Not Running on Windows 1024

Step 2: Locate yes When the User Account Control (UAC) prompt appears.

Open-Terminal-UAC-Prompt-19-1024x596-1 Top 6 Fixes for CHKDSK Not Running on Windows

Step 3: Type the following command into the console and press Enter. In this example, we will examine drive E.

chkdsk e: /r

Chkdsk-Scan-on-Windows-PC-1024x575-1 Top 6 Fixes for CHKDSK Not Running on Windows

If you want to check drive D, replace e: with d: in the command above. Also, make sure the drive you are trying to check is connected to your system.

Also read:  3 Easy Ways to Password Protect a ZIP File on Windows

2. Schedule a disk check on system restart

It's important to note that CHKDSK requires exclusive access to the drive you want to scan and repair. If some files on the drive you want to scan are open or in use, you may receive the error. “Chkdsk cannot be run because the volume is in use by another process.” On Windows.

Chkdsk-Cant-Run-Error-1024x543-1 Top 6 Fixes for CHKDSK Not Running on Windows

In this case, CHKDSK will give you the option to schedule the scan the next time you restart your computer. To do this, type Y for Yes and press Enter. Then, restart your computer, and Windows will scan the selected drive for errors during startup.

Schedule-Chkdsk-Scan-1024x526-1 Top 6 Fixes for CHKDSK Not Running on Windows

3. Check the boot execution log.

The BootExecute registry entry determines whether the system should run a Check Disk scan at boot time. If this key is not configured correctly, CHKDSK will not work. To resolve this issue, you must modify the BootExecute value using the Registry Editor. However, since editing registry files is somewhat risky, it is a good idea to Back up all registry files Or Create a restore point Before proceeding.

Also read:  Why I prefer to remove all icons from the desktop and taskbar to improve productivity

Step 1: Click icon Search On the taskbar to open the menu "never", Type Registry Editor, and select "Run as administrator".

Open-Registry-Editor-as-Admin-8-1024x720-2 Top 6 Fixes for CHKDSK Not Running on Windows Step 2: Locate yes When the User Account Control (UAC) prompt appears.

Open-Registry-UAC-Prompt-11-1024x562-2 Top 6 Fixes for CHKDSK Not Running on Windows

Step 3: Paste the following path into the address bar and press Enter:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager

Registry-Editor-35-1024x539-1 Top 6 Fixes for CHKDSK Not Running on Windows Step 4: In the left pane, double-click an entry. BootExecute. Type autochk autochk * In the Value data field, click OKAY.

Modify-Registry-Value-1024x534-1 Top 6 Fixes for CHKDSK Not Running on Windows

Restart your computer afterward to check if the issue persists.

4. Turn off fast startup

Sometimes, Windows may fail to run a Check Disk scan at boot if you have Fast Startup enabled. You can try temporarily disabling this feature to see if that resolves the issue.

Step 1: Click the search icon on the taskbar to open the menu. never, And type cmd, then select Run as administrator.

Open-Command-Prompt-as-Admin-1024x734-1 Top 6 Fixes for CHKDSK Not Running on Windows Step 2: Locate yes When the User Account Control (UAC) prompt appears.

Open-Terminal-UAC-Prompt-19-1024x596-1 Top 6 Fixes for CHKDSK Not Running on Windows

Step 3: in Control unitRun the following command and then press Enter:

Powercfg -h off

Disable-Fast-Startup-5 Top 6 Fixes for CHKDSK Not Running on Windows Step 4: Type the following command and press Enter To run the scan:

chkdsk c: / r

Top 6 Fixes for CHKDSK Not Running on Windows

Step 5: Type Y And press Enter.

Schedule-Chkdsk-Scan-1024x526-1 Top 6 Fixes for CHKDSK Not Running on Windows Restart your computer after that to allow Windows to scan the selected drive.

5. Run CHKDSK from Advanced Startup

Another thing you can do is run a disk check in Advanced Startup EnvironmentThis will help you avoid any interference that might prevent Windows from performing the scan.

Also read:  11 Best Practices for Managing Group Policy in Windows XNUMX for Administrators

Step 1: Press the Windows key + I keyboard shortcut to open the Settings app. In the tab "order", Click "Recovery".

Windows-Settings-App-Recovery-Section-1-1024x603-1 Top 6 Fixes for CHKDSK Not Running on Windows

Step 2: Click the button Restart now.

Restart Windows to Advanced Startup 1 1024x627 1 Top 6 Fixes for CHKDSK Not Running on Windows Step 3: Click the button "Restart now" Wait for your computer to boot into the Advanced Startup Environment.

Restart Windows to Access Advanced Startup Options 2 1024x604 1 Top 6 Fixes for CHKDSK Not Running on Windows

Step 4: Click find the mistakes and resolve it.

Troubleshoot-Windows-11-2 Top 6 Fixes for CHKDSK Not Running on Windows Step 5: Locate Advanced Options.

Advanced-Options-4-1 Top 6 Fixes for CHKDSK Not Running on Windows

Step 6: tap on Command Prompt.

Command-Prompt-From-Advanced-Options-Menu Top 6 Fixes for CHKDSK Not Running on Windows Step 7: After the command prompt window appears, type chkdsk e: /r Then press Enter.

Chkdsk-Scan-in-CMD Top 6 Fixes for CHKDSK Not Running on Windows

6. Remove the write protection from your drive.

Do you see the message “Windows cannot run a disk check on this volume because it is write-protected” while running the CHKDSK command? If so, you will need to Remove write protection from your drive Back to solve the problem.

Step 1: Right click on the icon START YOUR and select Bus Terminal (Admin) from the resulting menu.

Top 11 Fixes for CHKDSK Not Running on Windows 1024 Step 2: Locate yes When the User Account Control (UAC) prompt appears.

Open-Terminal-UAC-Prompt-19-1024x596-1 Top 6 Fixes for CHKDSK Not Running on Windows

Step 3: In the console, type the following command and then press Enter:

diskpart

Diskpart-in-CMD-1024x529-1 Top 6 Fixes for CHKDSK Not Running on Windows Step 4: Type the following command and press Enter To display the list of drives:

list disk

List-Disk-in-CMD-1-1024x565-1 Top 6 Fixes for CHKDSK Not Running on Windows

Step 5: Note the disk number associated with your drive. Then type the following command and press Enter. Enter To select it:

Select disk N

Replace N in the above command with the actual number associated with the drive.

Select-Disk-in-CMD-1024x592-1 Top 6 Fixes for CHKDSK Not Running on Windows Step 6: Paste the following command and press Enter To remove write protection for the selected device:

attributes disk clear readonly

Remove-Write-Protection-Using-Command-Prompt-1024x614-1 Top 6 Fixes for CHKDSK Not Running on Windows

After completing the above steps, try running the CHKDSK command again.

No more CHKDSK errors

The CHKDSK command on Windows allows you to repair or recover drives without formatting them. Sometimes you may encounter a hiccup or two while running it, but you can easily fix CHKDSK not running on Windows using the tips above.

Go to top button