SSD health is a measure of how much useful life your solid state drive has left, based on how many write cycles it’s used up and how well its internal components are performing. Think of it as a fuel gauge except instead of gas, it’s tracking wear on the drive’s flash memory chips.
Here’s the part that trips people up: SSDs don’t fail the way old spinning hard drives did. There’s no clicking noise, no grinding, no slow decline you can hear coming. A drive can look completely fine one day and turn read-only or vanish from the system the next. That unpredictability is exactly why learning how to check SSD health is worth the ten minutes it takes.
In this guide, you’ll learn what SSD health actually means, how to check it using nothing but Windows itself, how to get a full diagnostic picture with free tools like CrystalDiskInfo, what all those confusing SMART numbers mean, and most importantly how to tell when it’s time to stop worrying and just replace the drive.
What Is SSD Health?
Every SSD stores data on NAND flash memory chips. Each cell in that memory can only be written to and erased a limited number of times before it starts to wear out. This is different from a traditional hard drive, which fails mechanically (bearings, motors, spinning platters). An SSD fails electrically, as flash cells gradually lose their ability to reliably hold data.
SSD health is the industry’s way of estimating how far along that wear process a drive is. It’s typically expressed as:
- A percentage (100% = brand new, 0% = end of rated life)
- A status label (Good, Caution, Bad, or Healthy/Warning/Unhealthy)
- Raw SMART attributes that track specific wear indicators
This data comes from S.M.A.R.T. Self-Monitoring, Analysis, and Reporting Technology a monitoring system built into virtually every SSD and hard drive sold today. The drive’s own firmware tracks this information internally; software like Windows or CrystalDiskInfo just reads and displays it.
Worth knowing: there’s no single, universal formula for “health percentage.” Different manufacturers weigh different SMART attributes (total writes, spare blocks, error rates) differently, which is why the same drive can show slightly different numbers in two different tools. Don’t panic over small discrepancies — pay attention to the trend, not the exact digit.
Why SSD Health Matters
Checking SSD health isn’t just a technical curiosity it directly protects your data and your time.
- Data loss prevention. Unlike HDDs, SSDs often don’t give you a slow warning period. A health check can catch problems while you still have time to back up.
- Performance troubleshooting. A drive nearing the end of its life often slows down noticeably before it fails outright random freezes, slow file transfers, or long boot times can all trace back to a tired SSD.
- Smarter upgrade planning. If you know your boot drive is at 15% health, you can budget for a replacement instead of getting blindsided.
- Warranty tracking. Most consumer SSDs carry either a 3-to-5-year warranty or a total-writes (TBW) limit whichever comes first. Monitoring health tells you where you stand against both.
If you game heavily, edit video, run a home server, or just keep years of family photos on one drive, this is a five-minute habit that can save you from a very bad day.
Signs Your SSD May Be Failing
Not every SSD problem announces itself clearly, but these are the most common red flags:
- Programs freeze or crash randomly, especially during file saves
- Files become corrupted, disappear, or won’t open
- Windows takes noticeably longer to boot or load apps
- Transfer speeds drop sharply compared to when the drive was new
- The drive suddenly switches to read-only mode
- The BIOS or Windows stops detecting the drive intermittently
- You see frequent “Disk Error” or “I/O Device Error” pop-ups
- Blue screens referencing storage drivers (e.g., STOP codes tied to
stornvme.sysordisk.sys) - Windows Event Viewer shows repeated Disk or NTFS warnings under System logs
Pro tip: If you notice more than one of these at once, stop what you’re doing and back up your important files first. Diagnose the drive second.
How to Check SSD Health in Windows 11
Windows 11 gives you three built-in ways to check drive health no downloads required. Each one shows a different level of detail.
Method 1: Windows Settings (Drive Health panel)
This is the easiest option, but it comes with an important limitation: it only shows detailed health data for NVMe SSDs. If you’re running an older SATA SSD or a mechanical hard drive, this panel won’t show a health percentage.
- Press Windows key + I to open Settings
- Go to System → Storage
- Click Advanced storage settings
- Select Disks & volumes
- Find your drive and click Properties
- Scroll to the Drive health section
For supported NVMe drives, you’ll see Estimated remaining life, Available spare capacity, and current Temperature — all pulled directly from the drive’s own NVMe health log.
Method 2: Command Prompt (wmic)
This older method still works on some systems, but there’s a catch worth knowing: Microsoft has been phasing out the WMIC utility since 2021, disabling it by default on Windows 11 23H2 and later, and it’s being removed entirely in upcoming Windows 11 feature updates. If the command below doesn’t work on your PC, that’s why — skip straight to the PowerShell method instead.
- Open Command Prompt as administrator
- Type the following and press Enter:
wmic diskdrive get status
- You’ll see either:
- OK the drive is reporting a normal status
- Pred Fail the drive’s firmware has flagged a predicted failure; back up immediately
Method 3: PowerShell (the most reliable option)
This is the method we’d recommend for most people, since it works on SATA and NVMe drives alike and isn’t being deprecated.
- Open PowerShell as administrator
- Run:
Get-PhysicalDisk | Select-Object FriendlyName, MediaType, HealthStatus, OperationalStatus
This returns a simple readout: Healthy, Warning, or Unhealthy for each connected drive.
- For more detail — including read/write errors and temperature — run:
Get-PhysicalDisk | Get-StorageReliabilityCounter | Select-Object *
Note: Field availability (like Wear or Temperature) depends on what your specific drive’s firmware exposes. Not every SSD reports every field.
Does This Work in Windows 10?
Windows 10 never got the native Drive Health panel that Windows 11 has in Settings — that’s an 11-only feature. But the Command Prompt and PowerShell methods above work identically on Windows 10, since both rely on the same underlying Windows storage APIs rather than the newer Settings UI.
| Method | Difficulty | Free | Best For |
|---|---|---|---|
| Windows Settings | Easy | Yes | Quick check, NVMe drives only, Windows 11 only |
| Command Prompt (wmic) | Easy | Yes | Legacy systems; may not work on newer Windows 11 builds |
| PowerShell | Easy–Medium | Yes | Reliable status check on any Windows 10/11 PC, any drive type |
| CrystalDiskInfo | Easy | Yes | Full SMART data, health %, temperature history |
| Manufacturer software | Easy | Yes | Most accurate reading for that specific brand, plus firmware updates |
How to Check SSD Health Using CrystalDiskInfo
If Windows’ built-in tools only give you a status label, CrystalDiskInfo is the free program most techs actually reach for. It works on SATA and NVMe SSDs (and HDDs), and it translates raw SMART data into something readable.
Installation
- Download CrystalDiskInfo from its official developer site
- During setup, decline any bundled offers if prompted (use the “standard” version, not “shizuku” edition, unless you want the anime-themed skin)
- Launch the app it scans your drives automatically
Reading the Health Status
At the top of the window, you’ll see a color-coded badge:
- Blue/Green — Good: All SMART attributes are within normal thresholds
- Yellow — Caution: At least one attribute is showing early wear or an abnormal value
- Red — Bad: A critical attribute has crossed its failure threshold back up now
Warning: “Good” only means no attribute has crossed its manufacturer-set threshold yet it doesn’t mean every number is perfect. It’s worth glancing at the raw values occasionally, not just the color.
Health Percentage
Below the badge, most modern SSDs show a health percentage. This is usually derived from how much of the drive’s rated write endurance (TBW) has been consumed, combined with spare-block wear data. A brand-new drive that’s already installed Windows and a few games might read 98–99% that’s completely normal, not a defect.
Temperature
CrystalDiskInfo shows live temperature readings. Most SSDs are rated to handle up to around 70°C, though many NVMe drives will throttle performance starting around 60–65°C to protect themselves. If your drive runs hot constantly, check case airflow or consider adding an SSD heatsink.
Remaining Life
For NVMe drives especially, look for Percentage Used or Remaining Life these count down from 100% and reflect how much of the drive’s designed endurance is left, independent of the general health badge.
Manufacturer SSD Tools
Every major SSD brand publishes its own free diagnostic and management software. These tools tend to be more precise than generic utilities because they’re built specifically to interpret that manufacturer’s SMART data correctly, and they can also update firmware — something CrystalDiskInfo can’t do.
| Tool | Brand | Notable Features |
|---|---|---|
| Samsung Magician | Samsung | Health check, firmware updates, performance benchmark, over-provisioning |
| SanDisk Dashboard (formerly WD Dashboard) | Western Digital / SanDisk | Health monitoring, firmware updates, drive diagnostics |
| Crucial Storage Executive | Crucial / Micron | SMART monitoring, firmware updates, secure erase |
| Kingston SSD Manager | Kingston | Drive health, firmware updates, TRIM verification |
Common mistake: Installing a manufacturer’s tool for a brand you don’t own. These apps typically detect the drive model on launch and simply won’t activate their features for a competitor’s SSD — so match the tool to your drive’s actual brand.
Understanding SMART Data
SMART attributes can look like a wall of cryptic numbers the first time you see them. Here’s what actually matters, explained in plain English.
| Attribute | What It Tracks | Why It Matters |
|---|---|---|
| Reallocated Sectors | Damaged storage blocks the drive has retired and replaced | A rising count means the drive is actively developing bad areas |
| Power-On Hours | Total time the drive has been powered on | Helps gauge age relative to its warranty/TBW rating |
| Temperature | Current and historical operating temperature | Sustained high heat accelerates wear and can trigger throttling |
| Total Host Writes (TBW) | Total data written to the drive over its life | Compare against the manufacturer’s rated TBW limit |
| Wear Level / Percentage Used | How much of the rated write endurance has been consumed | The core “how worn out is this drive” number |
| Remaining Life | Estimated life left before end-of-rated-endurance | A quick top-line health indicator, especially on NVMe drives |
A good rule of thumb: one attribute looking slightly off usually isn’t an emergency. Multiple attributes trending the wrong way at the same time is the real warning sign.
How to Improve SSD Health
You can’t stop an SSD from wearing out eventually, but you can meaningfully slow it down:
- Keep 10–20% of the drive free. SSDs need spare space for wear leveling, the process that spreads writes evenly across memory cells. A nearly-full drive wears out faster and slows down.
- Leave TRIM enabled. TRIM cleans up deleted data blocks in the background. It’s on by default; verify it with
fsutil behavior query DisableDeleteNotifyin an admin Command Prompt — a result of 0 means it’s active. - Never manually defragment an SSD. Defragmenting adds unnecessary write cycles for zero benefit on flash storage. Windows’ Optimize Drives tool already knows this and runs TRIM instead of defrag on SSDs.
- Keep firmware updated. Manufacturers regularly patch bugs affecting reliability and performance — update through the tools listed above.
- Manage heat. Good case airflow, and an M.2 heatsink in cramped laptops or small cases, helps prevent thermal throttling.
- Avoid unnecessary heavy writes. Excessive logging, poorly configured swap files, or running VMs off a small SSD can rack up writes fast — this matters more on budget drives with lower TBW ratings.
- Use a UPS for desktops if you can. Sudden power loss during a write can corrupt data or, rarely, damage the drive’s controller.
Common SSD Problems and Fixes
| Problem | Likely Cause | Fix |
|---|---|---|
| Slow read/write speeds | TRIM disabled, drive nearly full, outdated firmware | Free up space, verify TRIM, update firmware |
| Drive not detected in BIOS | Loose connection, dead drive, wrong M.2 slot mode | Reseat the drive, check BIOS SATA/NVMe mode settings |
| Random freezes or blue screens | Overheating, failing controller, outdated storage driver | Check temperature, update chipset/storage drivers, run health check |
| Drive suddenly read-only | Firmware protecting against further writes due to wear | Back up data immediately, plan for replacement |
| Wrong or shrinking capacity shown | Partition issue, over-provisioned space, drive corruption | Check Disk Management; run chkdsk /f from an admin prompt |
Troubleshooting tip: Before assuming the SSD itself is bad, rule out cables (for SATA drives), a different M.2 slot, and updated storage/chipset drivers. A “failing” drive is sometimes actually a connection or driver issue.
When Should You Replace an SSD?
There’s no single trigger, but here are realistic scenarios where replacement is the right call:
- Health percentage below 10%, or the tool reports “Bad”/”Unhealthy” status
- Reallocated sector count is climbing over successive checks, not just sitting at a static low number
- You’ve hit or nearly hit the rated TBW for your specific drive model
- The drive has thrown read/write errors more than once in normal use
- It’s your boot drive and it’s out of warranty, especially if it’s been used for heavy, sustained workloads (rendering, large database work, constant VM usage)
For context: most mainstream consumer SSDs (256GB–1TB) carry TBW ratings roughly in the 150–600TB range and 3–5 year warranties. A typical home or office user might take years to approach that limit, while a gamer with a large, frequently-reinstalled library or someone running a home NAS will get there faster. Endurance varies by model and capacity, so check your specific SSD’s spec sheet rather than assuming.
Bottom line: SSD prices have dropped enough that when health checks turn up multiple red flags together, replacing the drive is almost always cheaper than risking the data on it.
Frequently Asked Questions
1. How can I check SSD health without installing any software? Use PowerShell’s built-in Get-PhysicalDisk cmdlet, or on Windows 11 with an NVMe drive, check Settings → System → Storage → Advanced storage settings → Disks & volumes.
2. What’s considered a good SSD health percentage? Above 80–90% is generally nothing to worry about. Below 50% deserves closer monitoring, and below 10% is a strong signal to plan a replacement soon.
3. Why do two tools show different health percentages for the same drive? There’s no single industry-wide formula for calculating SSD health. Different tools weigh SMART attributes differently, so small variations between apps are normal watch the trend over time rather than comparing exact numbers across tools.
4. How long do SSDs typically last? Most consumer SSDs are rated for 3–5 years or a set amount of total data written (TBW), whichever comes first. Actual lifespan depends heavily on how much data you write daily.
5. Does a lower health percentage make my SSD slower? Not directly at first, but as a drive nears the end of its rated endurance, some controllers begin throttling writes to protect data integrity, which can feel like slower performance.
Conclusion
Checking your SSD’s health takes a few minutes, and it’s one of the simplest habits that can save you from losing photos, projects, or a working operating system out of nowhere. Start with Windows’ built-in PowerShell or Settings check for a quick status, then use CrystalDiskInfo or your drive manufacturer’s tool when you want the full SMART picture health percentage, temperature, and remaining life.
Make it routine: a quick monthly glance, backups that stay current, and a bit of attention to free space and temperature will get you the most life out of any drive. And if you ever see multiple warning signs at once, don’t wait back up first, diagnose second. how to check ssd health





[…] When the speaker remains silent, crackles in every app, or fails after a drop or water exposure, a professional diagnosis is usually the safest next step. A quick inspection may be enough to restore clear sound without replacing the entire phone . […]
[…] The real takeaway is this: AM4 in 2026 isn’t a compromise, it’s a genuinely smart choice for anyone who already owns DDR4 hardware or wants to build a serious gaming PC without paying today’s DDR5 prices. Match the CPU to your GPU and budget, don’t overspend on cores you won’t use, and you’ll end up with a rig that holds its own for years to come . […]
[…] If you only take one thing from this guide: the Ryzen 7 5800X3D is still the best AM4 CPU for gaming in 2026, and AMD’s 10th Anniversary Edition relaunch means you don’t have to hunt eBay to get one. If it’s out of stock or priced above MSRP when you’re ready to buy, the Ryzen 7 5700X3D gets you the vast majority of the gaming performance for meaningfully less money — either one is a smarter buy than most people expect from a five-year-old CPU generation . […]
[…] Once you know these shortcuts, taking a Windows 11 screenshot becomes a quick task instead of something you have to think about every time. […]
[…] How to Check SSD Health […]
[…] How to check ssd health […]
[…] also learn: How to Check SSD Health […]