Written by: Kymakers Support Team · Reviewed by: Kymakers Technical Team Last updated: July 2026 · Applies to: Windows 10, Windows 11 (HDD and SSD) Difficulty: Beginner to Intermediate · Estimated time: 10–20 minutes
How to check hard drive health on Windows, the quick way: open Command Prompt and run wmic diskdrive get status — if it returns “OK,” the drive’s built-in SMART monitoring reports it as healthy. That’s the fastest check. But it’s not the whole picture, and a drive can be failing while still showing “OK.”
This guide shows how to check hard drive health with six proven methods, from that 10-second command to deeper SMART analysis and manufacturer tools — so you catch a failing drive before it takes your files with it.
⚠️ Why this matters
A failing drive rarely dies all at once. It gives warning signs first — slow performance, files that won’t open, random freezes, or boot errors like “no operating system found.” Learning how to check hard drive health lets you catch those signs early and back up while you still can — that’s what this guide is for. If your drive is already making clicking or grinding noises, stop using it and back up immediately; those are sounds of physical failure.
Table of Contents
- Warning signs your drive is failing
- Method 1: The quick WMIC status check
- Method 2: CHKDSK for errors
- Method 3: Check SMART data in detail
- Method 4: Manufacturer diagnostic tools
- Method 5: Windows built-in drive optimizer
- Method 6: Check SSD wear level
- What to do if the drive is failing
- FAQ
Warning Signs Your Drive Is Failing
Before the methods, know what you’re looking for. These symptoms mean it’s time to check hard drive health right away:
- Slow performance — files taking a long time to open, copy, or save.
- Frequent freezes — especially when accessing certain files or folders.
- Corrupted files — documents that won’t open or show errors.
- Boot problems — errors like “no operating system found,” which can signal a failing boot drive. Our guide on no operating system installed covers that specific case.
- Strange noises — clicking or grinding from a mechanical HDD is a serious red flag.
- Bad sectors — reported by disk-checking tools.
If you’re seeing any of these, here’s how to check hard drive health and find out how bad it is.
Method 1: The Quick WMIC Status Check
The fastest way to check hard drive health is a single command that reads the drive’s built-in SMART status.
- Press
Windows + R, typecmd, and press Enter. - Type this and press Enter:
wmic diskdrive get status
If it returns OK, SMART currently reports the drive as healthy — the quickest way to check hard drive health. If it returns Pred Fail or an error, the drive is reporting imminent failure — back up immediately.
This is a great first check, but it’s a blunt instrument. A drive can report “OK” while quietly accumulating problems, which is why the deeper methods below matter when you suspect trouble.
Method 2: Check Hard Drive Health With CHKDSK
CHKDSK scans for and repairs file system errors and bad sectors — a core part of how to check hard drive health on Windows.
- Open Command Prompt as administrator (search “cmd,” right-click, Run as administrator).
- Type:
chkdsk C: /f /r
The /f flag fixes errors; /r locates bad sectors and recovers readable information. For the system drive, you’ll be prompted to schedule the scan for the next restart — type Y and reboot.
When you check hard drive health this way, a CHKDSK that finds and repairs a handful of bad sectors once may be fine. One that finds bad sectors growing every time you run it points to a failing drive.
Method 3: Check SMART Data in Detail
SMART (Self-Monitoring, Analysis and Reporting Technology) is built into every modern drive and tracks dozens of health indicators. The WMIC check reads only the summary; to check hard drive health properly, look at the detailed attributes.
In PowerShell (admin), run:
Get-PhysicalDisk | Get-StorageReliabilityCounter | Format-List
This shows read/write error counts, wear, and temperature. The attributes that matter most: reallocated sectors (should be zero or stable — a rising count is bad), pending sectors, and temperature (consistently high heat shortens drive life). A free third-party SMART tool can present these more readably if the raw output is hard to parse.
Method 4: Manufacturer Diagnostic Tools
The most thorough way to check hard drive health is the tool made by your drive’s manufacturer — they know their own hardware best.
Most major manufacturers ship a free diagnostic utility for their drives (Samsung, Western Digital, Seagate, Crucial, and others each have one). These run deep short and long self-tests and give a clear pass/fail verdict, often more reliable than generic tools.
To check hard drive health this way, identify your drive’s make (Device Manager → Disk drives), download the matching tool from the manufacturer’s official site only, and run the full test. If the manufacturer’s own tool fails the drive, trust it.
Method 5: Check Hard Drive Health With the Windows Optimizer
Windows includes a drive tool that reports status and maintains performance — a simple part of routine health checking.
Search “Defragment and Optimize Drives” in the Start menu. It shows each drive’s media type (HDD or SSD) and current status. For an HDD it can defragment; for an SSD it runs TRIM. This won’t diagnose failure on its own, but it’s a quick way to see all drives listed with basic status, and keeping drives optimized is part of maintaining health.
Method 6: Check SSD Wear Level
SSDs fail differently from hard drives — they wear out through write cycles rather than mechanical failure. So to check hard drive health on an SSD, you look at wear level, not bad sectors.
The PowerShell command in Method 3 reports a Wear value on many SSDs — it estimates how much of the drive’s write endurance has been used. Manufacturer tools (Method 4) usually show this as a percentage of life remaining. An SSD at 90%+ wear is near end of life even if it still works; plan to replace it and migrate your data before it becomes read-only or fails.
What to Do If the Drive Is Failing
If the methods above confirm your drive is failing, act in this order:
- Back up immediately. Copy your important files to another drive or cloud storage now, before doing anything else. A failing drive can go from “slow” to “dead” without warning.
- Stop heavy use. Every read and write stresses a dying drive further. Minimize activity until your data is safe.
- Replace the drive. Once your data is backed up, replace the failing drive with a new one.
- Reinstall Windows cleanly on the new drive. A fresh, healthy drive plus a clean install is the reliable fix — and it needs a valid license to activate.
That last step is where a genuine key matters: a clean install on your new drive activates cleanly with a valid license. If the failing drive was also throwing boot errors, our guides on no operating system installed and, for servers, Windows Server critical process died cover those specific symptoms.
FAQ About How to Check Hard Drive Health
How to check hard drive health on Windows 10 or 11? The fastest way is wmic diskdrive get status in Command Prompt — “OK” means SMART reports it healthy. For a deeper check, use CHKDSK, the PowerShell SMART command, or your drive manufacturer’s diagnostic tool.
What does it mean if my drive says “Pred Fail”? It means SMART predicts imminent failure. Back up your data immediately and plan to replace the drive. Don’t ignore it — “Pred Fail” is the drive warning you directly.
Can a hard drive show “OK” and still be failing? Yes. The basic SMART status is a summary and can miss developing problems. If you have symptoms — slowness, freezes, noises — check the detailed SMART attributes and run the manufacturer’s tool even if the quick check says OK.
How do I check SSD health versus a hard drive? For an SSD, look at wear level (write endurance used) rather than bad sectors. The PowerShell SMART command and manufacturer tools report this. An SSD near 90%+ wear should be replaced soon.
How often should I check hard drive health? For a healthy drive, a quick check every few months is plenty. Check immediately if you notice slowness, freezes, corrupted files, or any unusual noises — those are the signs that matter.
Does a failing drive cause boot errors? Yes. A failing boot drive can produce errors like “no operating system found” or repeated crashes. If you’re seeing those, checking drive health should be one of your first steps.
If checking your drive confirms it’s failing, the fix is a new drive plus a clean Windows install — and that needs a genuine license to activate. Kymakers supplies genuine Windows 11 Pro and Windows 10 Pro keys with instant delivery and activation support, so your fresh install on the new drive activates the first time. Our guide to downloading, installing, and activating your Microsoft license walks through the process.
Back up first. Confirm the drive’s health. Replace it if it’s failing — and reinstall clean on hardware you can trust.
Official reference: Use the System File Checker and drive tools — Microsoft Support

