Perform disk error check (chkdsk) on Windows 10

Posted
Comments 0

Perform disk error check (chkdsk) on Windows 10

Today, I’ll show you how to run Windows Check Disk (chkdsk) to find and fix file system and drive sector errors. Sometimes Windows may alert you to errors on your hard drive, or your computer may be just running slow and crashing, and I’ll show you what to do in this situation. If you’ve lost access to your desktop and can’t get past the blue boot screen, so I’ll also show you how to run Check Disk (chkdsk) from the Advanced Boot Menu.

Contents

Run a basic Check Disk

  1. Open File Explorer
    Open File Explorer
  2. Click This PC, right-click on your Windows installation drive (look for the Windows logo), now click Properties
    Click This PC, right-click on your Windows installation drive (look for the Windows logo), now click Properties
  3. Click the Tools tab, then click Check button under Error checking heading
    Click the Tools tab, then click Check button under Error checking heading
  4. Ignore what Windows tells you and click Scan drive
    Ignore what Windows tells you and click Scan drive
  5. Windows will scan your hard drive for errors and fix them if it’s able to. If you get a success message then you’re all good. If you get a message that says “Windows detected errors but was unable to fix them” then you need to get to the next section and run a full Check Disk.

Run a full Check Disk

  1. Type CMD into taskbar search box, then right-click on Command Prompt and choose Run as administrator (then Yes to security alert)
    Type CMD into taskbar search box, then right-click on Command Prompt and choose Run as administrator (then Yes to security alert)
  2. Enter the following code and press Enter:
    chkdsk C: /f /r /x

    You will then be alerted that Cannot lock current drive and Chkdsk cannot run because the volume is in use by another process… which is what we want. It will also ask you to schedule a scan next time the system restarts, type in the letter Y to accept and press Enter. This will schedule a full Disk Check next time you reboot. Go ahead and restart your computer but be aware, depending on the size of your hard disk this process can take anywhere from 30 minutes to 3 or more hours. Never shutdown you computer during a chkdsk or you may damage the filesystem!
run chkdsk from command line

Run a full Check Disk when your computer won’t boot Windows

If your computer doesn’t get past the blue Windows boot screen, you can still run a full disk check and repair your system drive.

  1. Restart your computer, then just after the initial BIOS screen press the F11 key repeatedly. This should show you the Advanced Boot Menu (see below). Click on Troubleshoot.
    This should show you the Advanced Boot Menu (see below). Click on Troubleshoot.
  2. Click on Advanced Options
    Click on Advanced Options
  3. Click on Command Prompt
    Click on Command Prompt
  4. Windows will restart and show you the Command Prompt login screen. Go ahead and login
    Windows will restart and show you the Command Prompt login screen. Go ahead and login
  5. Windows will then open a Command Prompt window. Enter the following code:
    chkdsk C: /f /r /x

    Windows will then run chkdsk and fix and file system errors (/f), restore any bad sectors (/r) and un-mount the volume before running chkdsk (/x). When chkdsk is finished, you can exit and reboot your computer.
    Windows performing chkdsk

TIP: If chkdsk doesn’t fix your problem, try entering Advanced boot menu again and choose Troubleshoot > Advanced Options > Start Up Repair. Windows will reboot and attempt to fix your startup issues.

Video: Perform disk error check (chkdsk) on Windows 10

Newsletter Signup







Privacy Policy

See Also

Further Reading

Author
Categories Windows 10, Hard Drives & SSDs

Comments

There are currently no comments on this article.

Comment

Enter your comment below. Fields marked * are required. You must preview your comment before submitting it.





PLEASE NOTE: You must preview a comment before submitting

Comments use Textile formatting