Home
How to Run an SSD Health Check to See if Your Drive Is Actually Dying
Solid-state drives (SSDs) operate on a finite timeline. Unlike the mechanical clatter of an old hard drive that gives you a noisy warning before it dies, an SSD often fails silently and catastrophically. To prevent total data loss, performing a regular ssd health check is a non-negotiable part of system maintenance. As of 2026, with the prevalence of ultra-fast PCIe Gen5 and Gen6 drives, heat and cell wear have become more aggressive factors than ever before.
The reality of SSD wear and tear
Every SSD consists of NAND flash memory cells that can only be written to a specific number of times. This is known as P/E (Program/Erase) cycles. While modern controllers are excellent at "wear leveling"—distributing data across all cells to ensure they wear out evenly—eventually, the cells lose their ability to hold a charge. A health check allows you to read the Self-Monitoring, Analysis, and Reporting Technology (SMART) data embedded in the drive's firmware to see exactly how much life is left.
Signs that your drive might be struggling include unexpected read-only modes, frequent blue screens (BSOD) during file transfers, and disappearing files. However, the most reliable way to assess the situation is through direct data interrogation.
Using Windows built-in tools for a quick status
For most users on modern Windows versions, you don't need third-party software for a preliminary check. The operating system has become significantly better at surfacing hardware telemetry.
The Settings app method
Navigate to Settings > System > Storage > Advanced storage settings > Disks & volumes. Select your primary SSD and click Properties. Under the "Drive Health" section, Windows will display an "Estimated remaining life" percentage. If this number is below 10%, or if the status shows "Warning," your drive is in the danger zone. This tool also displays the current temperature, which is critical for NVMe drives that tend to throttle under heavy workloads.
PowerShell for the power user
If you want a more detailed report without installing extra bloatware, PowerShell is the most effective internal tool. Right-click the Start button, open Terminal (Admin) or PowerShell (Admin), and type the following command:
Get-PhysicalDisk | Get-StorageReliabilityCounter | Select-Object -Property DeviceId, Temperature, Wear, ReadErrorsTotal, WriteErrorsTotal
This command returns the specific raw error counts and a "Wear" percentage. A wear value of 0 indicates a new drive, while higher numbers track the progression toward the drive's rated limit.
Decoding the SMART attributes that actually matter
When you run a specialized ssd health check tool, you are presented with dozens of hexadecimal values. Most are irrelevant, but three specific metrics determine whether you should buy a new drive today.
- Percentage Used (ID 05 for NVMe): This is the most direct indicator. It represents the percentage of the drive's life consumed based on the manufacturer's TBW (Total Bytes Written) rating. If this hits 100%, it doesn't mean the drive will die instantly, but it is officially operating outside of its warranted reliability specifications.
- Critical Warning (ID 01): This should always be zero. If this value is non-zero, it indicates a hardware failure related to the controller, the media integrity, or the internal circuitry. Any critical warning is a signal to back up your data immediately.
- Media and Data Integrity Errors: This tracks the number of times the controller encountered unrecoverable data errors. Even a small number (e.g., 5 or 10) suggests that the NAND cells are failing to retain data, which can lead to file corruption.
- Available Spare: SSDs come with "extra" storage space hidden from the user. When a cell dies, the controller maps the data to this spare area. If the "Available Spare" percentage starts dropping, it means the drive is actively cannibalizing its backup capacity to stay alive.
Recommended software for a deeper dive
While system tools are great for a snapshot, dedicated diagnostic software provides a more granular look at performance and health.
Manufacturer-specific dashboards
Companies like Samsung, Western Digital, and Crucial provide their own management software (e.g., Samsung Magician or WD Dashboard). These are generally superior to generic tools for one reason: firmware updates. Often, an SSD showing "health issues" might simply have a bug in its management algorithm that a firmware patch can fix. These tools also allow for "Over-Provisioning," which manually sets aside more spare blocks to extend the drive's lifespan.
CrystalDiskInfo
CrystalDiskInfo remains the industry standard for a quick, comprehensive health check. It translates complex SMART hex codes into a simple "Good," "Caution," or "Bad" rating. In 2026, ensure you are using a version that supports the latest NVMe specifications to accurately read the thermal data from high-speed drives.
The impact of heat in the PCIe Gen5/Gen6 era
High-performance SSDs in 2026 generate significant heat. A drive that consistently runs above 70°C will degrade much faster than one kept at 40°C. If your ssd health check reveals high "Composite Temperature" readings, your health issues might be environmental rather than electrical. Constant thermal throttling—where the drive slows down to protect itself—not only ruins performance but can also lead to premature controller failure. Ensuring your drive has a proper heatsink or airflow is just as important as monitoring its write cycles.
TBW: Understanding the lifespan math
Total Bytes Written (TBW) is the metric manufacturers use to define longevity. A typical 1TB consumer drive might be rated for 600 TBW. This means you can write 600 terabytes of data before the drive is no longer guaranteed to be reliable.
If you are a video editor or a developer running heavy containerized environments, you might hit this limit in 3–5 years. If you are a casual user, it might take 20 years. Calculating your remaining life is simple: subtract your current "Data Units Written" from the manufacturer's TBW rating. If you find you are writing 50GB a day, and you have 100TB of rating left, you have roughly 2,000 days of life remaining.
Maintaining your SSD to prevent failure
A health check is reactive, but maintenance is proactive. To keep your SSD healthy for as long as possible, follow these guidelines:
- Keep at least 15-20% of the drive empty: SSDs need free space to perform background maintenance like "garbage collection." A completely full drive will wear out much faster because the controller has fewer blocks to cycle through.
- Enable TRIM: This feature allows the operating system to inform the SSD which blocks of data are no longer in use. You can check if TRIM is enabled in Windows by typing
fsutil behavior query DisableDeleteNotifyin the command prompt. A result of0means it is enabled. - Avoid unnecessary benchmarks: Every time you run a speed test, you are writing gigabytes of data to the drive. While one test won't kill it, habitual benchmarking unnecessarily eats into your TBW.
- Stable Power: Power surges or sudden losses of electricity are the leading cause of SSD controller failure. Using a high-quality power supply and a UPS (Uninterruptible Power Supply) protects the drive's volatile cache.
When to act on a "Caution" status
If your ssd health check returns a "Caution" or "Warning" status, do not panic, but do act. The first step is to verify that you have a current backup of your most important files. Second, check if a firmware update is available; sometimes a sensor error can trigger a false positive. If the "Reallocated Sectors" or "Percentage Used" continues to climb rapidly over a week of observation, the drive is effectively on its deathbed. At this stage, trying to repair the drive is impossible. The only safe move is to clone the data to a new drive and retire the failing one.
In 2026, the cost per gigabyte for storage has dropped significantly, making the risk of using a failing drive much higher than the cost of a replacement. Don't wait for the drive to disappear from your BIOS; run a check every few months to stay ahead of the hardware curve.
-
Topic: How to Check SSD Health On Windows: Your Complete SSD Health Check Guide — Auslogics Blog | Tips to Diagnose & Resolve Computer Issueshttps://www.auslogics.com/en/articles/how-to-check-ssd-health-a-guide-for-windows-10-and-windows-11-users/
-
Topic: How to Perform SSD Health Check (6 Effective Ways) – Tech2Geekhttps://www.tech2geek.net/how-to-perform-ssd-health-check-6-effective-ways/
-
Topic: How to Check Your SSD Health: A Step-by-Step Guide | Lexar Globalhttps://www.lexar.com/global/blog/how-to-check-ssd-health/?id=300000116