How to disable chkdsk when Windows starts

There are some cases where a PC needs to run Check disk (chkdsk) when it starts up or reboots. For example, if you run chkdsk on the system drive that is running Windows, it will schedule a disk check the next time you reboot. Windows also forces a disk check to run automatically when the computer unexpectedly shuts down .

Checking your disk is a really time-consuming task. If you don't want to waste time on your next boot, here's how to disable chkdsk on startup in Windows 10, 8, 7, Vista, and Windows XP.

1. Check chkdsk schedule

Open Command Prompt as admin , type the following command and press Enter .

chkntfs C:

If you schedule chkdsk to run you will get a response similar to “chkdsk has been scheduled manually to run on next reboot”.

How to disable chkdsk when Windows starts

If the drive is reported dirty the system will force a check for it automatically on the next reboot.

How to disable chkdsk when Windows starts

2. Turn off chkdsk when Windows starts

The following options will disable chkdsk on Windows startup and depending on how it is scheduled you will use the appropriate method.

Option 1. Turn off automatic disk check

If your computer detects a dirty disk when it starts up, you will be prompted to run a disk consistency check before Windows loads. However, sometimes Windows may continue to run automatic disk checks every time it restarts, which is annoying. To turn off automatic disk checks, you must clear the dirty bit by following the steps below.

Note: This process requires the use of disk editing software such as WinHex. If you want to edit the dirty bit for the currently used system drive, you need to use the WinPE boot CD to boot into the computer.

To manually clear the dirty bit on a Windows drive, follow these steps:

Step 1 . To begin, open WindHex as admin, click on the Tools menu and select Open Disk .

How to disable chkdsk when Windows starts

Step 2. When prompted to select the drive to edit, select the drive whose dirty bit you want to edit and then click OK .

How to disable chkdsk when Windows starts

To clear the dirty bit on a FAT32 drive, click on the Boot sector in the directory browser. The dirty bit for FAT32 drives is located at offset 0x41 . If the drive is dirty, the bit will be 01, change 01 to 00 and save the changes. You have now successfully cleared the dirty bit.

How to disable chkdsk when Windows starts

For NTFS drives, click $Volume in the directory browser. The dirty bit offset is slightly different on each NTFS drive. To determine the dirty bit, look for the 13-byte hex string that starts with 03 01 and ends with 80 00 00 00 18.

How to disable chkdsk when Windows starts

The dirty bit is the third byte of the hex string marked with a red line above and the dirty bit with a red circle. To set the flag on the drive, simply change it to 01 or to 00 if you want to clear the flag.

Option 2: Cancel scheduled disk check

You can cancel a scheduled disk check using Command Prompt or Registry Editor, which is much easier.

Using Command Prompt

Open Command Prompt as administrator. If you want to disable scheduled disk check on drive C:, type the following command and press Enter .

chkntfs /x C:

How to disable chkdsk when Windows starts

Using Registry Editor

Open Registry Editor , navigate to the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager

Double-click the BootExecute value in the right panel.

How to disable chkdsk when Windows starts

This will open the Edit Multi-String window , click on the Value data box , then delete all the lines leaving only the line as shown below.

How to disable chkdsk when Windows starts

When done, click OK and close Registry Editor.

Good luck!

Sign up and earn $1000 a day ⋙

Leave a Comment

Use SFC scannow command to fix Windows 10 system file errors

Use SFC scannow command to fix Windows 10 system file errors

If you notice that your computer frequently crashes or has problems during startup... then the cause is most likely due to Windows system files being corrupted, lost, or even changed when you installed a program or software on your computer.

How to access Safe Mode on Windows 11

How to access Safe Mode on Windows 11

There are different types of Safe Modes and different ways to access them. If you need to diagnose your PC, here's how to boot into Safe Mode in Windows 11 on a computer that's acting up or won't start.

How to safely delete sensitive files on Windows 11

How to safely delete sensitive files on Windows 11

When you tell Windows to delete a file, you usually want it gone forever. However, some data recovery applications and services can restore those files even if you think they've been completely deleted.

8 Ways to Fix Windows PIN Not Working in Windows 10/11

8 Ways to Fix Windows PIN Not Working in Windows 10/11

You may encounter an issue where Windows tells you your PIN is incorrect even though you entered it correctly.

Mozilla finds a new way to make itself the default browser of Windows 11

Mozilla finds a new way to make itself the default browser of Windows 11

Back in July 2024, Mozilla expressed its desire to extend Firefox support to Windows 7, 8, and 8.1, while other browsers like Chrome and Edge have abandoned versions of Microsoft's outdated operating system.

Microsoft still recommends 15-year-old backup solution for Windows 11 and 10 users

Microsoft still recommends 15-year-old backup solution for Windows 11 and 10 users

Modern versions of Windows still contain a lot of old code, and Microsoft generally tries to hide outdated parts, like the Control Panel, in favor of more modern components. However, there are some interesting exceptions.

What to do when Copilot is not found on Windows 11?

What to do when Copilot is not found on Windows 11?

According to Microsoft, Copilot is the future of Windows. But what if you want to try it but can't find Copilot? The following article will show you some tricks if Copilot doesn't appear on your Windows 11.

Using Disk Defragmenter in Windows

Using Disk Defragmenter in Windows

Over time, the files on your hard drive become fragmented and your computer slows down because it has to check multiple locations on the drive. To help your computer run more efficiently, you can use the built-in tools in Windows to defragment those files.

This hidden score tells you how well your Windows computer runs

This hidden score tells you how well your Windows computer runs

If you're wondering how well your Windows PC is performing, run the Windows Experience Index (WEI).

Microsoft Launches Windows 11 IoT Enterprise LTSC 2024 With Broader Device Support and Big Changes

Microsoft Launches Windows 11 IoT Enterprise LTSC 2024 With Broader Device Support and Big Changes

Today, Microsoft officially launched another version of the Windows 11 operating system.

Top 5 Best Encryption Software 2025

Top 5 Best Encryption Software 2025

On your PC, a lot of your personal information can be accessed without permission. That's because Windows data is stored publicly on the drive and is not encrypted or protected by encryption software, so anyone can access your confidential and private information.

How to Install and Setup Android Studio in Windows

How to Install and Setup Android Studio in Windows

Android Studio is the official IDE (Integrated Development Environment) for Android app development and it is based on JetBrains' IntelliJ IDEA software. Android Studio offers many great features that help improve productivity when building Android apps.

Instructions for installing Windows 11, installing Windows 11 using ISO file

Instructions for installing Windows 11, installing Windows 11 using ISO file

Windows 11 is officially leaked and you can even install it right now.

How to enable or disable associated device names in Windows Share

How to enable or disable associated device names in Windows Share

Phone Link lets you access your mobile device from your PC instantly. And users have the option to enable or disable the display of linked device names in Windows Share.

How to Change Tab Color in Windows Terminal

How to Change Tab Color in Windows Terminal

Since Windows Terminal Preview version 1.23.10353.0, Microsoft has added color customization so you can change the color according to your needs.