What a check disc does and when you need it
A check disc (or "chkdsk" on Windows, "Disk Utility" on Mac) is a tool that scans your hard drive or solid-state drive for errors and can fix some of them automatically. It looks for two main problems: files that are marked as existing but have no actual data on the drive, and data that exists but isn't properly linked to a file. When it finds these problems, it can either report them or repair them depending on which version you run.
You should run a check disc if your computer is freezing randomly, files are disappearing, you're getting error messages about corrupted files, or your drive is making clicking sounds. You might also run one after a power failure or if your computer shut down unexpectedly while saving a large file. A check disc won't fix hardware damage — a clicking drive needs professional help — but it can recover from software-level corruption.
Key Takeaways
- Check disc scans for file system errors and can repair some automatically, but cannot fix physical drive damage.
- On Windows, you can run a basic scan through File Explorer or a more thorough scan through Command Prompt with administrator access.
- On Mac, Disk Utility performs the same function and can be run from the Applications folder or Recovery Mode.
- A full check disc scan can take 30 minutes to several hours depending on drive size and how many errors exist.
- If check disc cannot repair errors or keeps finding the same ones, the drive may be failing and you should back up your data when ready.
Running check disc on Windows
The simplest way on Windows 10 or 11 is through File Explorer. Right-click on the drive you want to check (usually C:), select Properties, go to the Tools tab, and click "Check." Windows will offer to scan the drive the next time you restart. Choose "Scan and repair drive" to let it fix errors automatically.
For a more thorough scan, open Command Prompt as administrator (search for "cmd" in the Start menu, right-click it, and select "Run as administrator"). Type chkdsk C: /F /R and press Enter. The /F flag tells it to fix errors; the /R flag tells it to locate bad sectors and recover readable information. Windows will ask you to schedule the scan for the next restart because the drive cannot be checked while the operating system is running on it. Restart your computer and let the scan complete — do not interrupt it.
Running check disc on Mac
On Mac, open Applications, then Utilities, then Disk Utility. Select your drive from the list on the left (usually "Macintosh HD" or similar). Click the "First Aid" button at the top. Disk Utility will scan the drive and repair errors if it finds them. This usually takes 10 to 30 minutes.
If Disk Utility says it cannot repair the drive, restart your Mac in Recovery Mode by holding Command and R while it starts up. Once in Recovery Mode, open Disk Utility again and run First Aid on your drive. Recovery Mode gives the tool more access to repair deeper errors. If First Aid still cannot fix the problems, your drive may be failing.
What to expect while the scan runs
A check disc scan will show you a progress bar and a list of errors as it finds them. On Windows, you might see messages like "Fixing invalid NTFS volume bitmap" or "Recovering orphaned file cluster." These are normal — they mean the tool is doing its job. Do not turn off your computer or unplug it during the scan, even if it seems stuck. A large drive can take several hours.
When the scan finishes, it will report how many errors it found and how many it fixed. If it found zero errors, your drive is healthy. If it found and fixed errors, your computer should run more smoothly. If it found errors but could not fix them, or if the same errors appear every time you run the scan, your drive is likely failing and you should back up your important files to an external drive or cloud storage when ready.
When check disc won't help
Check disc cannot fix physical damage to the drive itself — bent platters, failed read-write heads, or electronics damage. If your drive is making clicking, beeping, or grinding sounds, stop using it and take it to a data recovery specialist. Running check disc on a physically failing drive can make the problem worse.
Check disc also cannot recover files you have deleted. It can only repair the file system structure that tells your operating system where files are located. If you have accidentally deleted something important, stop using the drive and use file recovery software or a professional service before the deleted data gets overwritten.
Scheduling regular check disc scans
You do not need to run check disc constantly, but running it once a month or after any unexpected shutdown is reasonable. On Windows, you can schedule it to run automatically by opening Task Scheduler, creating a new task, and pointing it to run chkdsk on a schedule you choose. On Mac, you can use the built-in scheduler or third-party tools, though many users straightforward run First Aid manually when they suspect a problem.
If check disc keeps finding and fixing the same errors repeatedly, that is a sign your drive is becoming unreliable. Start shopping for a replacement drive and back up your data regularly in the meantime. A drive that needs constant repair is in its final stages.
Frequently Asked Questions
How long does a check disc scan take?
A basic scan on a small drive might take 10 to 30 minutes. A full scan on a large drive (1 TB or more) can take 2 to 8 hours. The time depends on drive size, how fragmented the data is, and how many errors exist. Let it run uninterrupted.
Will check disc delete my files?
No. Check disc repairs the file system structure, not your actual files. In rare cases, it might move corrupted file fragments to a "Found" folder so you can try to recover them, but it does not intentionally delete anything. Back up important files before running it anyway, just to be safe.
Can I use my computer while check disc is running?
Not on the system drive. If you schedule a check disc scan on your C: drive (where Windows lives), it runs at startup before the operating system fully loads. You can run check disc on a secondary drive while using your computer normally, but not on the drive your OS is installed on.
What does "bad sector" mean?
A bad sector is a small area of the drive that cannot store data reliably anymore. Check disc can mark these areas so your operating system avoids using them. If your drive has many bad sectors, it is failing and should be replaced soon.
Should I run check disc if my computer is working fine?
You do not have to, but running it once or twice a year is not harmful and can catch problems early. If your computer is working perfectly and you have not had any crashes or errors, waiting until you notice a problem is fine too.