Skip to content

Hard Drive Health Check in Windows

How to check a drive's SMART status and overall health using built-in and free Windows tools.

Hard Drive Health Check in Windows
Table of Contents
  1. Before You Begin
  2. Step 1 โ€” Check basic SMART status
  3. Step 2 โ€” Run CHKDSK for filesystem-level errors
  4. Step 3 โ€” Use a manufacturer diagnostic tool for detail
  5. Useful Commands
  6. Frequently Asked Questions
  7. What does a SMART “Caution” or “Bad” status mean?
  8. Conclusion
  9. Related Articles

Modern hard drives and SSDs continuously monitor their own health via SMART (Self-Monitoring, Analysis and Reporting Technology) โ€” checking this status takes a minute and can warn you of a failing drive well before it actually dies.

Before You Begin

Info

If the PC is showing symptoms like frequent freezing, slow file access, or unusual noises, back up important data before running any diagnostics โ€” checking health doesn’t cause harm, but a drive already close to failing shouldn’t be left unbacked-up any longer than necessary.

Step 1 โ€” Check basic SMART status

Run a quick SMART check

Open Command Prompt and run the wmic command shown below for a fast Pass/Fail read on overall drive health.

Step 2 โ€” Run CHKDSK for filesystem-level errors

Scan for filesystem issues

Run chkdsk C: /f /r from an elevated Command Prompt โ€” this checks for and can repair bad sectors and filesystem errors (schedules a scan on next restart for the system drive).

Step 3 โ€” Use a manufacturer diagnostic tool for detail

Install the manufacturer's own utility

Tools like Samsung Magician, WD Dashboard, or CrystalDiskInfo (free, third-party) give far more detail than Windows’ built-in tools, including specific SMART attribute values and drive temperature.

Useful Commands

CMD
wmic diskdrive get status
CMD
chkdsk C: /f /r
Important
Tip

Set a recurring reminder to check drive health every few months on important machines โ€” catching a gradual SMART attribute decline early gives you time to plan a replacement instead of reacting to a sudden failure.

Frequently Asked Questions

What does a SMART “Caution” or “Bad” status mean?

It means the drive’s own monitoring has detected attribute values outside normal thresholds โ€” back up your data immediately and plan to replace the drive, even if it’s still technically working.

Conclusion

A SMART status check combined with CHKDSK takes just a few minutes and reliably surfaces most drives at risk of failure well before symptoms become severe.

Windows Cannot Detect USB Drive Related Article Windows Cannot Detect USB Drive → Windows 11 Slow Startup โ€” Practical Troubleshooting Steps Related Article Windows 11 Slow Startup โ€” Practical Troubleshooting Steps →

Was this guide helpful?

Share it with someone who needs it, or subscribe for more practical IT tutorials.

Leave a Reply

Your email address will not be published. Required fields are marked *

Get practical IT tutorials in your inbox

No spam โ€” just useful troubleshooting guides and tips.