SMART 173 (Wear Level Count)

SSD Wear Level Critical – What to Do Now

Hardware – Hard Drives Intermediate 👁 11 views 📅 Jun 21, 2026

Your SSD’s wear level hit the critical threshold. I’ll tell you exactly what that means and how to save your data before it’s too late.

Quick answer for advanced users

Your SSD’s NAND flash cells have worn out past the safe limit. The real fix is to backup all data immediately and replace the drive. No software can undo physical wear.

What’s happening here

I know this error is infuriating. You’re just working, and suddenly your system throws a SMART warning like “Wear Level Count 173 critical.” This tripped me up the first time too. It means the SSD’s internal controller has used up most of its spare NAND blocks. Every SSD has a limited number of write cycles—usually 100 to 10,000 per cell, depending on the type (TLC, MLC, QLC). Once those cycles are gone, the drive can’t write new data reliably. Your drive might still read files, but writing anything could corrupt data or cause a freeze. This happens most often on older drives (3–5 years old) or ones used for heavy writing, like video editing rigs, torrent boxes, or database servers. I’ve seen it on Samsung 860 EVOs, Crucial MX500s, even Intel DC drives.

Fix steps – save your data first

  1. Backup everything right now. Plug in an external USB drive (any brand works) and copy your important files. Don’t run any disk cleanup or defrag tools—they write extra data. Use Windows’ built-in File History or just drag-and-drop. If the drive freezes during copy, reboot and try again.
  2. Check drive health with a free tool. Download CrystalDiskInfo (portable version, no install needed). Open it and look at the “Wear Level Count” or “Media Wearout Indicator.” A value under 10% means the drive is near death. Also check “Reallocated Sector Count” – if that’s non-zero, the drive is failing faster.
  3. Migrate your OS to a new SSD. Get a replacement SSD (I’d recommend a Samsung 870 EVO or a Crucial MX500 for reliability). Use Macrium Reflect Free to clone your current drive to the new one. Connect the new drive via USB-to-SATA adapter, run Macrium, select “Clone this disk,” choose the source (your failing drive) and destination (new SSD). Let it finish, then swap the drives. If the clone fails midway, the drive is too damaged – do a fresh Windows install instead.
  4. If you can’t clone, do a clean install. Boot from a Windows USB installation disk. During setup, delete all partitions on the new SSD and let Windows create new ones. This avoids any bad sectors from the old drive.

Alternative fixes if the main one fails

  • Try a different SATA port or cable. Sometimes a bad cable causes false SMART errors. Swap the SATA cable and plug the drive into another motherboard port. This only helps if the error is intermittent, not critical.
  • Update your motherboard’s chipset drivers. Old drivers (especially on Intel 6th gen and older) can misread SMART data. Go to your motherboard maker’s site, download the latest SATA AHCI driver, and install it. Reboot and check the error again.
  • Use SSD manufacturer’s tool to force a trim. For Samsung drives, run Samsung Magician and do a “Performance Optimization” – it trims the drive and frees up reserved blocks. This sometimes buys you a few more days. But don’t rely on it.

Prevention tip – avoid this next time

SSDs don’t last forever. To extend life, follow these rules:

  • Leave at least 10–20% of the drive empty. This gives the controller room to spread writes. Don’t fill it to 99%.
  • Move heavy write tasks (torrents, video rendering, database logs) to a separate old HDD or a dedicated write-intensive SSD like a Samsung 990 PRO. Don’t use your main OS drive for that.
  • Set Windows to turn off disk defragmentation for SSDs (it already does by default, but double-check). Go to “Defragment and Optimize Drives,” select your SSD, and make sure it’s set to “Optimize” (which is actually a TRIM command), not “Defrag.”
  • Monitor SMART data every 3 months. Free tools like CrystalDiskInfo can email you if the wear level drops below 20%. Catch it early, not at 1%.
Note: Some users ask about “resetting” SMART counters with software. Don’t do it. That’s like putting tape over a check engine light—the drive is still dying. The only safe fix is replacement.

I once helped a guy who ignored this error for two weeks. His SSD died mid-presentation. Don’t be that guy. Backup first, then get a new drive. You’ll thank yourself later.

Was this solution helpful?