How to Check SSD or Hard Drive Health in Windows 11
The Problem
Drives rarely die without warning. SMART data logs reallocated sectors, wear on SSDs, and temperature spikes long before Windows refuses to boot. Checking health takes five minutes; guessing after a click of death costs everything on the disk.
Already slow but still boots? See fix slow SSD speeds for TRIM and drivers. C: full? Free disk space first—low space is not the same as a dying drive.
What SMART Tells You (Plain English)
| Status | Meaning | |--------|---------| | Good | No critical flags right now—still back up. | | Caution | One or more thresholds tripped—clone data soon. | | Bad | Stop writing to the drive; replace and recover. |
SSD Percent Used (wear) at 90%+ on a system drive? Plan a replacement even if speed feels fine.
The Fix: Step-by-Step
Step 1: Built-In Check (Quick, Limited)
- Open File Explorer → right-click C: (or the drive) → Properties.
- Tools tab → Check under Error checking.
- Let it finish. This catches filesystem errors, not every hardware failure—do not treat "OK" here as a full bill of health.
Step 2: CrystalDiskInfo (What Shops Use)
- Download CrystalDiskInfo from the official developer site only—avoid bundled installers from download portals.
- Run it → read the top line: Good, Caution, or Bad.
- Note Reallocated Sectors, Current Pending Sector Count, Uncorrectable Sector Count on HDDs.
- On NVMe: Percentage Used, Available Spare, Critical Warning—any Critical Warning: Yes means stop using the drive for saves.
Leave it open while you copy files—if temperature climbs past 55–60 °C idle or 70+ °C under light use on NVMe, fix airflow.
Step 3: Vendor Tools for Firmware and Deep Tests
- Samsung Magician, WD Dashboard, Crucial Storage Executive, Kingston SSD Manager—match the brand on the label.
- Run short self-test first; extended only on a backup power supply (laptop plugged in). A test that hangs or errors out is a failed drive.
Step 4: PowerShell SMART Peek (No Extra Install)
Admin Terminal:
Get-PhysicalDisk | Select FriendlyName, HealthStatus, OperationalStatus
HealthStatus should be Healthy. Warning or Unhealthy matches what CrystalDiskInfo would scream about.
Step 5: When Health Is Caution or Bad
- Do not run chkdsk repair loops on a dying disk—you can make recovery harder.
- Clone to a new SSD with Macrium Reflect Free, vendor clone tool, or copy files manually to an external drive.
- Replace the drive, then reinstall or restore from image.
Partitions RAW or files missing? Power off, attach the old drive as a secondary disk on another PC, and scan with Data Recovery Pro before the controller quits entirely.
Step 6: Set a Reminder
Check system drives every few months on machines that matter. Laptops that get dropped deserve a look after any hard bump—even SSDs fail from controller damage, not just wear.
HDD vs SSD: Different Failure Vibes
- HDD: clicking, long pauses, rising Reallocated Sectors—classic mechanical death.
- SSD: sudden "disk not accessible," Percent Used maxed, or write speeds falling off a cliff in benchmarks.
Either way: backup first, argue about warranty second.
Related guides
How to Create and Use a System Restore Point in Windows 11
Turn on System Protection, create a restore point before driver or registry changes, and roll Windows 11 back without wiping your files.
How to Back Up Your PC with Windows Backup & File History
Set up File History and Windows Backup on Windows 11 so a deleted file or dead drive can't wipe out your photos, documents, and settings. Step-by-step.
How to Wipe a PC Before Selling or Donating It
Factory reset and securely erase a Windows 11 PC before you sell or donate it—remove your Microsoft account, BitLocker keys, and personal files for good.
How to Fix Windows Firewall Blocking Apps in Windows 11
App blocked by Windows Defender Firewall, can't join a game server, or file sharing fails? Add allow rules, reset firewall defaults, and fix network profile.
How to Fix Slow SSD Speeds in Windows 11
NVMe or SATA SSD feels like a hard drive? Enable TRIM, confirm AHCI mode, check drive health, and rule out thermal or firmware throttling on Windows 11.