A few built-in checks can tell you whether your HDD or SSD is showing signs of trouble.
Storage drives have a tendency to fail when you least expect it. A traditional hard drive may give you a warning with clicking or grinding sounds, but an SSD has no moving parts to make a fuss. Problems with either type can manifest as corrupted files, abnormally slow access, frequent read or write errors, crashes, or a drive that periodically disappears from Windows.
If any of that is already occurring, back up your important files before doing much else. Diagnostics are good, but it’s not as much fun to recover the only copy of something when a drive dies.
Windows has several built-in methods for checking the health of drives, but the information it can provide will vary based on the hardware in the computer. Free utilities can go further and read the drive’s Self-Monitoring, Analysis and Reporting Technology (SMART) data.
There is one limitation, though. A healthy status can be reassuring, but it’s certainly not a lifetime guarantee.
See what Windows knows about your drive
The simplest way to get started in Windows 11 doesn’t involve opening a terminal or feigning a love for command lines.
- Open Settings and choose System.
- Go to Storage > Advanced storage settings > Disks & volumes.
- Select your drive and choose Properties.
Windows can display estimated remaining life, available spare capacity and temperature for supported NVMe SSDs. It can also alert you if spare capacity is low, reliability has decreased or if the drive has gone into read-only mode.
There is one thing to look out for here. Microsoft says this health monitoring doesn’t cover SATA SSDs or traditional hard drives. If Windows provides little or no health information, don’t assume that it’s a clean bill of health.
Another quick check can be done via PowerShell. Open a PowerShell tab in Windows Terminal, type Get-PhysicalDisk and check the HealthStatus column. The status can be Healthy, Warning, Unhealthy or Unknown.
Older guides might instruct you to use wmic diskdrive get status instead, but that’s old advice. WMIC has been removed from currently supported versions of Windows 11, and Microsoft recommends supported alternatives like PowerShell.
How to act on Healthy, Warning or Bad results
If the result is Healthy and the PC is acting normally, that’s a good sign. Keep backing up your data, as drive-health systems can detect some potential issues, but not all failures.
For a second opinion, CrystalDiskInfo is a free tool that can read SMART data from many HDDs and SSDs, including NVMe drives. More importantly for those who don’t really want to spend an afternoon trying to understand what the raw storage counters mean, it gives the drive a health status of Good, Caution, Bad or Unknown.
If you get a Caution or Bad result, backing up becomes the priority. You can then verify the issue using the drive manufacturer’s own diagnostic software, like Seagate’s SeaTools or Samsung Magician (for supported Samsung SSDs). Persistent warnings, an Unhealthy result or obvious mechanical symptoms are all good reasons to stop trusting that drive with the only copy of important data and start considering a replacement.
CHKDSK is also helpful, but for a different task. It checks a volume’s file system and metadata for errors. The /f option fixes file-system errors, and the /r option locates bad sectors and attempts to recover readable data.
However, if a file-system problem is corrected with CHKDSK, the questionable hardware is not magically made healthy. For HDDs, CrystalDiskInfo can trigger a Caution status based on three SMART attributes: reallocated sectors, pending sectors and uncorrectable sectors.
Credit: Source link

























