What Check Disk Does and When You Need It

Check Disk is a Windows tool that scans your hard drive for errors and can repair some of them automatically. It looks for bad sectors (tiny damaged spots on the disk) and file system problems that slow your computer down or cause files to go missing. You run it when your computer crashes repeatedly, won't start properly, or when Windows itself suggests you do.

Check Disk does not delete your files or wipe your drive. It fixes the invisible structure that Windows uses to find and organize your files. If a file is corrupted, Check Disk can sometimes repair it; if it cannot, it quarantines the broken piece so Windows stops trying to use it.

The tool runs in two modes: a quick scan that takes a few minutes, and a full scan that checks every sector and can take hours. Most of the time, the quick scan is enough. You only need the full scan if the quick one finds problems or if your drive is making clicking sounds.

Key Takeaways

  • Check Disk scans your hard drive for errors and can repair file system problems without deleting your files.
  • The quick scan takes a few minutes and is the right choice for most situations; the full scan takes hours and is only necessary if problems are found.
  • You can run Check Disk from File Explorer by right-clicking your drive, or from the command line if your drive will not start Windows normally.
  • If Check Disk needs to repair your system drive, Windows will schedule it to run at the next restart and will warn you before it begins.
  • A drive that makes clicking or beeping sounds should not be scanned, because the sounds mean the hardware is failing and scanning can make it worse.

Running Check Disk from File Explorer (The Easiest Way)

Open File Explorer and look at the list of drives on the left side. Right-click the drive you want to scan — usually C: if you are checking the main Windows drive. Select Properties from the menu that appears.

At the top of the Properties window, click the Tools tab. You will see a section called "Error checking" with a button that says Check. Click it. Windows will ask whether you want to scan the drive now or schedule the scan for the next time you restart. If the drive is not your C: drive, you can scan it right away. If it is your C: drive, Windows will only let you schedule it for restart.

A window will appear with two checkboxes. The first one, "Automatically fix file system errors," is already checked — leave it that way. The second one, "Scan for and attempt recovery of bad sectors," is unchecked. Check this box only if the quick scan found problems or if your drive is behaving strangely. Then click Start.

Running Check Disk from Command Prompt (When Windows Won't Start)

If your computer will not start Windows normally, you can run Check Disk from the command line. Restart your computer and, as soon as you see the Windows logo, press and hold the power button to force it off. Do this three times. On the third restart, Windows will show a blue screen with repair options.

Click See advanced repair options, then Troubleshoot, then Advanced options, then Command Prompt. You will see a black window with a blinking cursor. Type this command and press Enter: chkdsk C: /F /R. The /F tells Check Disk to fix errors; the /R tells it to scan for bad sectors. Windows will ask whether you want to schedule the scan for the next restart. Type Y and press Enter.

Your computer will restart and Check Disk will run before Windows loads. You will see white text on a black screen showing the scan progress. Do not turn off the computer during this process, even if it seems stuck — a full scan can take several hours on a large drive.

Understanding the Results and What They Mean

When Check Disk finishes, it displays a summary. If it says "0 bad sectors found" and "0 errors found," your drive is healthy and you can close the window. If it found and repaired errors, it will list how many files were fixed and how many bad sectors were recovered. This is normal and means the scan did its job.

If Check Disk found bad sectors but could not repair them, those sectors are now marked as unusable so Windows will not try to write data to them. You have not lost storage space — Windows just knows not to use those tiny spots. If the number of bad sectors is growing each time you run Check Disk, your drive is failing and you should back up your files and plan to replace it soon.

If Check Disk reports "The type of the file system is NTFS" or similar and then stops, this usually means it found a problem it cannot fix. In this case, you may need to use a more advanced tool or contact a technician. Write down the exact error message so you can describe it accurately.

What to Do Before and After Running Check Disk

Before you run Check Disk, close all open programs and save any work. If you are scanning a drive other than C:, you can keep working on your computer. If you are scanning C:, Windows will ask you to restart, and you will not be able to use your computer while the scan runs.

If your drive is making clicking, beeping, or grinding sounds, do not run Check Disk. These sounds mean the physical hardware is failing, and running a scan can make the problem worse. Instead, turn off the computer, back up your files if you can, and have the drive checked by a technician.

After Check Disk finishes, your computer should run more smoothly if errors were found and repaired. If you are still having problems — crashes, freezing, or files disappearing — the issue may not be a disk error. Run Check Disk one more time to be sure, and if the problem continues, the cause is likely something else, such as a failing power supply or a virus.

When to Use Check Disk Versus Other Tools

Check Disk is built into Windows and is the first tool to try when you suspect a hard drive problem. It is free and requires no installation. However, it only works on the current drive and cannot repair problems on external drives or USB sticks — for those, you need different tools.

If Check Disk does not find problems but your computer is still slow or crashing, the issue may be a virus, a failing power supply, or failing RAM instead of the hard drive. You can run Windows Defender (built into Windows) to check for viruses, or use a tool like MemTest86 to check your RAM. If your drive is making hardware sounds, no software tool will help — the drive needs to be replaced.

For Mac computers, the equivalent tool is Disk Utility, which you can find in Applications > Utilities. The steps are similar: select the drive, click First Aid, and let it scan and repair. For Linux, the command is fsck, which works much like Check Disk but requires more technical knowledge to use safely.

Frequently Asked Questions

Will Check Disk delete my files?

No. Check Disk repairs the file system structure and can recover corrupted files, but it does not delete anything. If a file is too damaged to repair, Check Disk quarantines the broken pieces so Windows stops trying to use them, but the file itself remains on your drive.

How long does Check Disk take?

The quick scan usually takes 5 to 15 minutes. The full scan with bad sector checking can take 1 to 8 hours depending on your drive size and how many errors it finds. A 1 TB drive might take 2 to 4 hours; a 4 TB drive might take 6 to 8 hours. Do not interrupt it.

Can I run Check Disk on an external drive or USB stick?

Yes, but the process is different. Plug in the external drive, right-click it in File Explorer, select Properties, go to the Tools tab, and click Check. You can run the scan when ready without restarting. External drives use the same file system as internal drives, so Check Disk works the same way.

What does "bad sectors" mean?

A bad sector is a tiny spot on your hard drive that is physically damaged and cannot store data reliably. Check Disk finds these spots and marks them so Windows knows not to use them. A few bad sectors are not urgent, but if the number grows quickly, your drive is failing.

Do I need to run Check Disk regularly?

No. Run Check Disk only when you notice problems like crashes, freezing, or missing files. Running it on a healthy drive wastes time and does not prevent problems. If your drive is working fine, you do not need to scan it.