Advertisement

How to Check a Drive for Errors in Windows 10

If you are facing random errors in your apps especially related to disk reading or writing, this can indicate an error on your drive. The disk drive's partition might be marked dirty due to an improper shutdown, or due to corruption or bad sectors. In this article, we will review various methods to check your drive for errors.

Advertisеment


You can check your drive (HDD or SSD) for errors using the chkdsk console utility, PowerShell, File Explorer and the classic Control Panel. Before proceeding, ensure that your user account has administrative privileges.

Check a Drive for Errors in Windows 10 with ChkDsk

Chkdsk is the built-in console tool in Windows to check and fix file system errors. It starts automatically when Windows is booting if your hard drive partition was marked dirty. The user can start it manually if he connects an external drive or wants to check an existing local partition or drive for errors manually. Here is how it can be done.

To check a Drive for Errors in Windows 10, do the following.

  1. Open an elevated command prompt.
  2. Type or copy-paste the following command:
    chkdsk C: /F

    The command will check your drive C: for errors and attempt to fix them automatically.Chkdsk Check Disk For Errors

  3. The following command will try to recover information from bad sectors:
    chkdsk C: /F /R

Tip: See How to find chkdsk results in Windows 10.

You can learn about chkdsk command line arguments by running it with the /? switch as follows.

chkdsk /?

The output will be as follows:Chkdsk See Help

Check a Drive for Errors in Windows 10 with PowerShell

Modern PowerShell versions come with a special cmdlet to check your drive for errors. Here is how it can be done.

  1. Open PowerShell as Administrator.
    Tip: You can add "Open PowerShell As Administrator" context menu.
  2. Type or copy-paste the following command:
    Repair-Volume -DriveLetter C

    The command above will check your drive C: for errors.Powershell Check Disk

  3. To take the drive offline (prevent app writes during check and lock it), execute the command with the argument OfflineScanAndFix:
    Repair-Volume -DriveLetter C -OfflineScanAndFix

Powershell Check Disk 2

Check a Drive for Errors in Windows 10 from File Explorer

  1. Open This PC in File Explorer.
  2. Right click the drive you would like to check for errors and select "Properties" in the context menu.This PC Drive Context Menu
  3. In the Properties dialog, switch to the Tools tab. Click the button "Check" under "Error checking".Drive Properties Tools Tab
  4. In the next dialog, click "Scan drive" or "Repair drive" to start the operation.Drive Properties Scan Drive

Check a Drive for Errors in Windows 10 using Control Panel

As of this writing, the classic Control Panel in Windows 10 still comes with a number of options and tools which are not available in Settings. It has a familiar user interface which many users prefer over the Settings app. You can use Administrative tools, manage user accounts on the computer in a flexible way, maintain data backups, change the functionality of hardware and many other things. You can pin Control Panel applets to the taskbar to access frequently used settings faster.
To check a drive for errors using the Control Panel, do the following.

  1. Open the classic Control Panel app.
  2. Go to Control Panel\System and Security\Security and Maintenance. It looks as follows (the screenshot below is from Windows 10 Creators Update version 1703):Security And MaintenanceNote: In the screenshot above, you can see Windows Defender's Antivirus disabled on my PC. If you need to learn how I disabled it, refer to the article: Disable Windows Defender in Windows 10.
  3. Expand the Maintenance box to see related controls.Security And Maintenance Maintenance Expanded
  4. See the "Drive status" section. If any of your disks have issues, there will be an option to scan and fix them.

Note #1: If a partition or a drive you are trying to check is busy (i.e. in use by the OS), then you will be prompted to schedule the scan and fix procedure for the drive at boot on the next restart. See Change the Chkdsk timeout at Windows 10 boot.

Note #2: ReFS doesn't require checking a file system for errors. It comes with an automatic data integrity mechanism.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.