What Check Disk Does and When to Run It

Check Disk is a Windows tool that scans your hard drive for errors and can repair them automatically. It finds bad sectors (small damaged areas on the drive), lost file fragments, and cross-linked files that confuse Windows about where data actually lives. Running it regularly catches problems before they cause crashes or data loss.

Run Check Disk if your computer freezes randomly, takes a long time to open files, or shows error messages about corrupted data. You should also run it after an unexpected shutdown — like a power failure or forced restart — because that can scatter file information across the drive. If you hear clicking or grinding sounds from your computer, do not run Check Disk; that means the drive itself is failing and needs professional recovery.

Check Disk works on the drive Windows is currently using, but it cannot fully scan that drive while Windows is running. Windows will offer to schedule the scan for the next restart, which is the normal path. The scan itself takes 15 minutes to several hours depending on drive size and how many errors it finds.

Key Takeaways

  • Check Disk scans your hard drive for errors and can repair them, but it must run before Windows fully loads.
  • The easiest method is to right-click your drive in File Explorer, choose Properties, go to the Tools tab, and click Check.
  • Windows will ask to schedule the scan for your next restart; click Schedule to confirm, then restart your computer.
  • Let the scan finish completely without interrupting it, even if it takes several hours on a large or very damaged drive.
  • If Check Disk finds and repairs errors, your computer may run noticeably faster afterward.

Running Check Disk Through File Explorer

The simplest way to run Check Disk is through File Explorer. Open File Explorer, find your main drive (usually labeled C:), right-click it, and select Properties. Click the Tools tab at the top of the window.

Under the "Error checking" section, you will see a button labeled Check. Click it. Windows will show a dialog asking whether you want to scan the drive. Check both boxes: "Automatically fix file system errors" and "Scan for and attempt recovery of bad sectors." The second box takes longer but catches more problems. Click Scan.

Windows will tell you it cannot scan the drive while it is in use and will ask if you want to schedule the scan for the next time you restart. Click Schedule. Restart your computer when you are ready — the scan will run before Windows fully loads, and you will see a blue screen with a progress bar. Do not turn off the computer or press any keys during the scan.

Running Check Disk From Command Prompt

If you prefer the command line or need more control, you can run Check Disk through Command Prompt. Press the Windows key, type cmd, right-click Command Prompt, and select Run as administrator. Click Yes when Windows asks for permission.

Type this command exactly: chkdsk C: /F /R and press Enter. The /F flag tells Check Disk to fix errors; the /R flag tells it to find bad sectors and recover data. Replace C: with a different letter if you want to scan a different drive. Windows will tell you it cannot scan the drive in use and will ask to schedule it for the next restart. Type Y and press Enter to confirm.

Restart your computer. The scan will run before Windows loads. If you want to see what Check Disk found after it finishes, open Event Viewer: press the Windows key, type Event Viewer, and open it. Navigate to Windows Logs > System, look for entries labeled "Chkdsk" or "Wininit", and click them to read the details.

What to Do While Check Disk Runs

Once the scan starts, leave your computer alone. Do not press keys, move the mouse, or turn off the power. The scan needs uninterrupted access to the drive. If you interrupt it, Windows may not complete the repairs, and you might have to run it again.

The time it takes depends on drive size and damage. A 500 GB drive with no errors might finish in 15 to 30 minutes. A 2 TB drive with many errors can take 2 to 4 hours. Very old or heavily damaged drives can take longer. If the scan seems stuck on one percentage for more than 30 minutes, the drive may have a serious hardware problem — but most of the time, patience is all that is needed.

If your computer restarts during the scan, do not panic. Windows will resume the scan on the next restart. If it keeps restarting at the same point, your drive may have a failing component, and you should back up your data and consider professional repair.

Understanding Check Disk Results

When the scan finishes, Windows will show you a summary: how many errors it found, how many it fixed, and how many bad sectors it discovered. If it found nothing, your drive is healthy. If it found and fixed errors, you may notice your computer runs faster or more smoothly — those errors were slowing down file access.

If Check Disk found many bad sectors (more than a few dozen), your drive is aging and may fail soon. Back up your important files to an external drive or cloud storage. You do not need to replace the drive when ready, but plan to do so within the next few months.

If Check Disk runs but cannot fix certain errors, or if it finds the same errors again after you run it a second time, the drive itself may be failing. In that case, back up everything and replace the drive before it stops working completely.

When Check Disk Cannot Run

If you see a message that Check Disk cannot run because the drive is in use, you scheduled it correctly — it will run at the next restart. If you restart and the scan does not appear, try running it again and make sure you clicked Schedule.

If you are trying to scan a drive other than C: (your main Windows drive), Check Disk can usually run when ready without a restart. Right-click the drive, choose Properties, click the Tools tab, click Check, and select both options. It should scan while you wait.

If Check Disk will not start no matter what you do, your drive may have a hardware failure that prevents Windows from accessing it properly. Try restarting in Safe Mode: restart your computer, and as it boots, press F8 repeatedly until you see a menu. Choose Safe Mode, then try running Check Disk again. If it still will not work, the drive needs professional attention.

Frequently Asked Questions

How often should I run Check Disk?

Run it once or twice a year as routine maintenance, or when ready after an unexpected shutdown, crash, or error message about corrupted files. You do not need to run it every week — that wastes time and does not improve performance.

Will Check Disk delete my files?

No. Check Disk repairs the file system and recovers lost data into a folder called Found.000 (or Found.001, etc.) in the root of your drive. You can look through that folder later to see if anything useful is there, but most recovered files are fragments Windows cannot identify.

Can I use my computer while Check Disk is scheduled but not yet running?

Yes. Once you schedule the scan, you can use your computer normally until you restart. The scan only runs during the restart sequence, before Windows fully loads. You can restart whenever you are ready.

What does it mean if Check Disk finds the same errors every time I run it?

It usually means those errors are in the file system itself rather than the drive hardware, and Check Disk cannot fully repair them. Try running it one more time with both repair options checked. If the same errors appear again, back up your data and consider replacing the drive.

Is Check Disk the same as defragmentation?

No. Check Disk finds and fixes errors; defragmentation reorganizes files to speed up access. You might run both, but they do different jobs. Modern solid-state drives (SSDs) do not need defragmentation at all.