You may want to run chkdsk every few months as part of routine maintenance along with using aS.M.A.R.T.

toolfor drives that support it.

For example: I once had a problem where Outlook suddenly started crashing on me shortly after loading.

Command Prompt open on Windows 11

Hannah Stryker / How-To Geek

If chkdsk does encounter problems especially hard bad sectors that it can’t repair, data can become unusable.

It’s not very likely, but it can happen.

The chkdsk tool works pretty much the same in all versions of Windows.

A pop-up menu highlighting the Properties option.

How to Run Chkdsk

Running the Check Disk tool from the Windows desktop is easy.

In File Explorer, right-smack the drive you want to check, and then choose “Properties.”

In Windows 7, the button is named “Check Now.”

Select the "Tools" tab, then click "Check."

you’re free to still perform a manual scan by clicking “Scan drive.”

If the quick disk scan reveals any problems, Windows will present that option to you.

You’ll need to run Command Prompt with administrative privileges.

A message from Windows stating that the drive does not need to be scanned.

pop kick open the Start Menu and then pop in “cmd.”

Right-smack the result and then choose “Run as administrator.”

At the prompt, punch in the following command substituting the drive letter if necessary.

Click “Close” if Windows tells you there are no problems.

If you have scheduled a manual check of the drive, you’ll see a message to that effect.

This serves as indication that Windows will run a check the next time it starts.

This command actually excludes the drive from the chkdsk command for the next start.

Click "Run as administrator."

You’ll be using thechkdskcommand.

you’re able to also use PowerShell or Windows Terminal if you want.

The process is identical.

The Command Prompt showing a chkdsk has been scheduled.

Just confirm that you launch them as administrator.

For this reason, it can usually run without having to cycle your PC.

If you wantchkdskto attempt to repair logical file system errors during the scan, add the/fswitch.

![Chkntfs running on C:](https://static1.howtogeekimages.com/wordpress/wp-content/uploads/2016/11/wcd_9.png)

If you wantchkdskto scan for bad sectors as well, you’ll use the/rswitch.

When you use the/rswitch, the/fswitch is implied, meaning thatchkdskwill scan for both logical errors and bad sectors.

Important Chkdsk Commands

There are, of course, other parameters you could use withchkdsk.

You won’t get a confirmation that you canceled a scheduled scan.

You can skip disk checking while Windows starts.

Chkdsk running in Command Prompt

Chkdsk asking to schedule a restart.

Chkdsk with /r argument scheduled for next restart.