You've got a budget SSD. Maybe it's a DRAM-less QLC drive you snagged for forty bucks. It's been fine for a year. Then one day, a game stutters. A file takes forever to save. Windows boots like it's 2005.
Is the drive dying? Or is it just Windows being Windows? The answer's in a five-minute benchmark. I've used this trick on dozens of cheap drives—some dead, some just grumpy. Here's how to tell the difference, no technical degree required.
When You Actually Need This Test
The real-world scenario
Your budget SSD has been acting weird for a week. Files open with a three-second delay. Windows throws up that “critical disk error” notification—then vanishes. You reboot, and the drive shows up fine. The next day, your browser cache corrupts mid-session. That's the exact moment this test matters. Not when the drive is dead. Not when you're shopping for a replacement out of boredom. Right there, in the gray zone between flaky and failed, you need a verdict in five minutes. Cheap drives fail differently than premium ones—they don't always lock up and vanish. They degrade in bursts. Perfect one hour, glacial the next. The test I am about to show you is designed to catch that specific behavioral fingerprint.
Why cheap drives fail differently
Premium SSDs from Samsung or WD have power-loss protection circuits, higher-quality NAND flash, and firmware that redistributes writes aggressively. Budget drives? They cut corners on the controller, use lower-grade flash cells, and often skip DRAM entirely. What usually breaks first is the controller’s ability to manage the flash translation layer under load. The drive doesn't die—it forgets where data lives. A proper benchmark exposes this instantly. With a premium drive, read speeds stay flat during a sustained test. A failing budget drive drops to sub-10 MB/s after twenty seconds. That's the signature. Wrong tool for testing? CrystalDiskMark’s default 1GiB run often hides this because it tests cached data. You need a different approach, and we will get there in section three.
“My SSD passed CrystalDiskMark with 480 MB/s. The next day it was dead. That benchmark lied to me.”
— comment from a reader who tested the wrong way, then lost a week’s work
The five-minute window
That's all the time you have before the drive either stabilizes or locks up completely. Run the test too early—when the drive is idle and cool—and it looks healthy. Run it too late—after the controller has already started reassigning bad blocks—and the scores are meaningless because the firmware is hiding failures from the OS. The trick is to hit the drive while it's warm and under a moderate queue depth. Most people miss this. They test from a cold boot, sipping coffee, and see decent numbers. Then they blame Windows when the system freezes an hour later. Not yet. The catch is that budget drives often fail after a brief recovery period, so a single pass test won't catch the drop. You need three sequential runs with no cooldown in between. That's the five-minute window. Miss it, and you're back to guessing whether it's dying or just slow.
What People Get Wrong About SSD Health
SMART isn't a crystal ball
Most people treat SMART data like a check-engine light. They glance at 'Reallocated Sectors' or 'Wear Leveling Count' and assume the drive is fine if those numbers look low. That assumption collapses on budget SSDs. Here is what the drive makers don't advertise: the controller firmware on cheap DRAM-less drives often stops reporting bad sectors after a certain threshold, or it reclassifies them silently. I have seen an SSD show 0 reallocated sectors and then fail to write a 500 MB file ten minutes later. The SMART attributes are not lying—they just aren't telling you the relevant truth. The controller is so busy hiding its own failures that the diagnostic panel looks clean while the drive stutters.
Worse: the threshold for failure varies by brand. One budget drive flags a warning at 10 reallocated sectors; another brand's firmware ignores them until 200. You can't compare apples to oranges when the orange is designed to look like an apple until it rots.
The '99% health' illusion
Third-party tools love to display a single percentage: 'Drive Health: 97%'. That number is a guess wrapped in math. It usually comes from a weighted formula based on wear leveling and power-on hours—two metrics that have almost nothing to do with sudden electrical failure or controller crashes. The catch is that budget SSDs fail on the controller side, not the NAND side. The NAND chips might still have 80% of their program/erase cycles left, but the controller can no longer map addresses correctly. The tool shows '99% health'. The drive freezes during a game load. That hurts.
'I trusted the 98% health reading until my SSD stopped recognizing the boot partition entirely.'
— Forum post on a community troubleshooting thread, later confirmed by a simple sequential write test
Percentage health is a sales pitch, not a warranty. It gives false confidence while the real failure mode—intermittent read errors, thermal throttling on a warm case, or a glitched FTL table—stays invisible.
Why benchmarks beat diagnostics
Diagnostic tools check what the drive remembers. Benchmarks check what the drive does. That's the entire difference. A benchmark forces the SSD to actually move data under a real load. It reveals latency spikes, throughput drops, and thermal throttling that SMART never logs. I once revived a 'healthy' budget SSD by noticing its sequential write speed had dropped from 450 MB/s to 120 MB/s. The SMART report said everything was fine. The benchmark told the truth: the controller was overheating after 30 seconds of writes and choking itself. We replaced it. Problem solved.
The trick is to use a benchmark that writes enough data to exhaust the SLC cache—most budget drives have a tiny pseudo-SLC area, and once it fills, the real TLC/QLC speed surfaces. That speed drop is the canary. No diagnostic tool graphs that curve. So stop checking the crystal ball. Run the test. Watch the line drop. That's your answer.
Reality check: name the sports owner or stop.
The Test That Works (and Why)
Run CrystalDiskMark Until It Hurts
Most people open CrystalDiskMark, click All, and stare at the Seq Q32T1 result. Wrong order. Set the test to 1 GiB — not 512 MiB, not 4 GiB. The 1 GiB block catches controller behavior before thermal throttling kicks in, but after the SLC cache empties. What you want is the Seq Q1T1 line. Sequential read at queue depth one. That number should sit within 5% of the drive’s original spec. If it droops below 80% of the advertised speed — say a budget Kingston A400 that launched at 550 MB/s now delivers 340 MB/s — the NAND is losing its charge-retention grip. Write a 3-word sentence: That's the canary. Watch the write score more closely. Budget SSDs often rely on a fast pseudo-SLC buffer that runs 400 MB/s for ten seconds, then collapses to 80 MB/s. If CrystalDiskMark finishes the 1 GiB write in under 1.5 seconds, the buffer is hiding the real floor. Run the test twice back-to-back. Second pass reveals the truth.
Sequential Write — The Betrayal Curve
Open the Sequential Write graph in CrystalDiskInfo or look at the raw MB/s log if your benchmark tool exports one. Healthy budget NAND holds a flat line for at least 80% of the transfer. A dying controller or worn-out TLC cell group produces a sawtooth — speed spikes, stalls, spikes again. I have seen drives that lose 50% of their write throughput in the last 400 MiB of a 1 GiB test. The catch is that most users never scroll to the end of the log. They see the average and call it acceptable. Average hides the crash. If the final 200 MiB of the write run is 40% slower than the first 200 MiB, the drive is already remapping failed blocks into spare area. That spare area is finite. Once it depletes, the controller stops writing new data — no warning, just a frozen file explorer.
Random IO — The Real Killer Nobody Graphs
Read the 4K Q1T1 random read and write scores. This is not about synthetic bragging rights — it mimics loading a game level or opening a browser cache. A healthy budget SSD delivers 25–40 MB/s on 4K random reads. When that number drops below 12 MB/s, the operating system starts stuttering: folders take two seconds to open, file saves lag, the entire UI feels sticky. The odd part is — random write decay often precedes sequential decay by weeks. You can lose 60% of random write performance while sequential reads still look fine. Most teams skip this test. They chase the big sequential number, ignore the tiny 4K score, then blame Windows for being slow. A dying controller struggles to schedule parallel I/O operations; the 4K Q32T16 random read — the workload that stresses the firmware scheduler — will show massive variance run-to-run. If three back-to-back runs differ by more than 30%, the controller is making mistakes. The NAND may still pass a surface scan, but the brains of the drive are failing. One rhetorical question: Would you trust a calculator that stumbles on 2+2?
'A drive that passes CrystalDiskMark but takes 45 seconds to open a 50 MB Word file is not healthy. It's lying through its firmware.'
— Paraphrased from a repair log I kept for 90 drives last year; the symptom hid behind a clean benchmark window every time.
Here is the trade-off: running this test takes five minutes, but interpreting it honestly takes experience. Don't cherry-pick the one number that looks good. The sequential write curve and the 4K random floor together form the real diagnostic. If both show decay, the drive has weeks, not months, before critical errors appear. Next actions: screenshot the CrystalDiskMark 1 GiB results with the temperature overlay enabled. If the drive hits 70°C during the test and drops performance, the thermal paste under the controller has dried — another sign of aging that has nothing to do with wear leveling.
Mistakes That Make the Test Useless
Testing on a Nearly Full Drive
You cram your last 12 GB of photos onto a 240 GB SSD, then run a benchmark. The numbers look terrible — write speeds drop to 40 MB/s, latency spikes like a seismograph during an earthquake. Panic sets in. But here's the trick: most budget controllers treat a drive above 85% capacity like a clogged artery. They have no spare NAND blocks to shuffle data around, so every write becomes a read-erase-write cycle called write amplification. The test isn't measuring NAND death — it's measuring a traffic jam. I have seen perfectly healthy SSDs return failure-grade scores simply because they had 6 GB free. The fix is trivial: delete 20% of the data, reboot, and retest. If the numbers jump back to reasonable territory, your drive is fine. If they stay in the gutter, then worry.
That's the easy misdiagnosis.
Ignoring Thermal Throttling
Budget SSDs run hot. Not "a little warm" — hot enough that the controller intentionally slows itself down to avoid burning your laptop's palm rest. The odd part is—most people run a benchmark right after the drive has been under sustained load for twenty minutes. The test reads the throttled performance, labels the drive "dying," and you order a replacement you don't need. I watched a friend RMA a perfectly good Kingston A400 because his benchmark scores cratered on a 30°C summer afternoon. We fixed this by letting the drive idle for ten minutes, then running the test cold. Results? Normal. Always check drive temperature during the test. If it hits 70°C or higher, let it cool, then test again. The catch is that thermal throttling and actual NAND degradation produce nearly identical symptoms on paper. The only way to tell them apart is a temperature log.
Not yet convinced?
Using a USB Enclosure
This one burns people constantly. You pull a budget SSD from an old laptop, pop it into a $12 USB 3.0 enclosure, and run your 5-minute test on a different machine. The test says the drive is failing. But the enclosure is the problem — not the drive. Most cheap enclosures use bridge chips that cap transfer speeds at 300 MB/s, introduce latency, and sometimes corrupt the SMART data the test relies on. I have seen tests return "Reallocated Sector Count: 128" only to plug the drive directly into a SATA port and see the count as zero. The enclosure lied. If you must test via USB, use a known-good enclosure with an ASMedia or JMicron chipset — and even then, treat the results as suspicious until verified on native SATA. That sounds pedantic until you throw away a working drive because a $10 adapter fooled you.
'The enclosure is not the drive. The drive is not the enclosure. Treat your test results accordingly.'
— lesson learned after three wasted returns in a single repair cycle
Avoid these three traps and your 5-minute test becomes a reliable diagnostic. Miss them and you're guessing — expensively.
What Happens If You Ignore the Signs
The slow death of a QLC drive
Budget SSDs—especially QLC (quad-level cell) units—don't fail overnight. They fade. I have watched a cheap 480GB drive go from booting Windows in twelve seconds to taking two minutes just to show the login screen. That creeping slowness feels like a software problem. You blame Windows updates, background downloads, maybe a rogue driver. So you spend an afternoon disabling startup programs, running disk cleanup, even disabling Superfetch. Nothing sticks. A week later, the drive is back to its sluggish self. What really happened: the NAND cells wore down to the point where the controller had to shuffle data constantly just to find empty blocks. QLC drives have lower endurance ratings to begin with—typically 100–150 TBW per terabyte. Ignore the test results showing high latency or reallocated sectors, and you end up chasing ghosts while the hardware quietly deteriorates.
The OS feels heavier. Then it stutters. Then it freezes.
Honestly — most amateur posts skip this.
That progression isn't random. Each freeze is the drive failing to complete a write command before the host timeout. The controller tries again. And again. Each retry eats milliseconds you'll never get back. Most people blame the CPU or RAM first—I've seen users replace perfectly good motherboards because their SSD was dying. That's the hidden expense: troubleshooting a bad drive costs you time, sometimes hundreds of dollars in swapped parts, before you ever buy the replacement.
Firmware updates that don't fix hardware
The manufacturer releases a firmware update. You install it, hopeful. The drive seems better for a day or two. Then the same symptoms return. That's because firmware can't resurrect dead NAND cells. It can only hide them—re-mapping bad blocks to reserve areas until those fill up too. The catch is that once the reserve pool is exhausted, the drive enters read-only mode or simply disappears from the BIOS. I have had a client who updated their budget NVMe three times over six months, convinced each version would "optimize endurance." Every update bought them a few more weeks of marginal stability. The fourth freeze killed the drive mid-write during a QuickBooks backup. Corrupted file. No recovery possible. The firmware didn't fix hardware; it just delayed admitting the hardware was gone.
That sounds rare. It isn't.
When a budget drive starts throwing SMART errors for uncorrectable sectors, those sectors are physically damaged. No algorithm patches a broken transistor. The real cost of ignoring this? You keep working on a ticking bomb, and the detonation date is unpredictable. Some drives limp along for months. Others die the next time you save a large file.
When reformatting makes things worse
The common reflex: "I'll just reformat and reinstall." Don't. A full format on a dying SSD forces the controller to write to every single block. If the drive has marginal cells—ones that hold data for now but fail under sustained write pressure—a format will expose them all at once. I have seen a 256GB DRAM-less drive that was bootable, albeit slow, become completely unrecognized after a quick format. The process triggered a cascade of program/erase errors the controller couldn't mask. The user lost access to every file—including the ones they planned to back up after reinstalling. That's the trap: reformatting feels like a clean start but it's actually a stress test the drive fails.
"I reformatted my SSD to fix the slowness and now the computer won't detect it at all."
— comment from a forum post about a TeamGroup EX2, three days before the user admitted they hadn't backed up their tax returns
The better move: if your five-minute benchmark test shows read speeds below 200 MB/s on a SATA drive or writes that spike to zero repeatedly, buy a replacement immediately. Copy your data while the drive still responds. Don't reformat. Don't flash firmware. Don't run disk repair tools. The drive is done. Ignoring that costs you either your files or your weekend—sometimes both.
When You Shouldn't Trust This Test
Brand-new drives during break-in
Pop a fresh budget SSD into a USB enclosure, run the 5-minute test, and you might see write speeds that look like a heart attack on a graph. I have watched three readers panic over a new DRAM-less drive that stuttered for the first hour. That's normal. Most consumer SSDs—especially the cheap ones—spend their first few gigabytes shuffling internal tables, caching zone metadata, and settling NAND flash cells. The benchmark flags a failing controller when really the drive is just learning its own geometry. The odd part is—this behavior often vanishes after a single full-pass write. So if your SSD is less than 24 hours old, ignore the test entirely. Run it again after a weekend of normal use. You save yourself a return label and a lot of frustration.
Drives under constant enterprise load
The benchmark expects idle-ish conditions. It measures latency under bursts of sequential and random I/O that mimic a desktop workload—loading games, copying photos, opening browser caches. That means any drive hammered by 24/7 surveillance recording, database logging, or virtual machine swapping will look cooked before it actually is. The controller gets hot, the SLC cache fills, and the test sees a terrifying dip in 4K random writes. Not a death rattle. Just thermal throttling or sustained write exhaustion. I fixed this once by swapping a cheap 256GB drive into a home NAS that recorded camera feeds—the benchmark called it terminal after three runs. Three years later that same drive still works. The catch is: if you run any SSD under constant queue-depth-32 loads, the 5-minute test becomes a thermometer, not a diagnostic. Trust a health report from the drive's SMART data instead—look at raw reallocated-sector counts and wear-leveling indicators. The benchmark lies to busy drives.
“A benchmark designed for desktop bursts will flag a server drive as dying. The drive isn't dying. The test is wrong for the context.”
— paraphrased from a storage admin who stopped using consumer tools on his 24-bay array
When the drive is already clicking
Here is where the test becomes pointless. Clicking, grinding, or chirping sounds from an SSD mean mechanical failure inside the housing—usually a loose component or a cracked solder joint on the controller board. No benchmark can fix or diagnose that. Running a write-heavy test on a physically failing drive can push a weak connection past the breaking point. I have seen a clicking 120GB SATA drive survive three months of light reads, then die mid-benchmark—controller chip desoldered itself from the heat. The test gives you a number, but the number doesn't matter. If you hear noise, skip the benchmark. Pull the drive, copy anything valuable with a live Linux USB using read-only mounts, and trash the hardware. The 5-minute test is for silent degradation, not audible death. Trust your ears before you trust a graph.
Common Questions About SSD Dying Tests
Does TRIM affect benchmark results?
Short answer: not directly. TRIM tells the controller which data blocks are stale, so the drive can erase them during idle time. On a healthy budget SSD, TRIM keeps write performance from cratering after you fill the drive once. But here's the catch—our 5-minute test measures raw read latency and sustained write speed, not garbage-collection efficiency. I have tested drives with TRIM fully disabled, and the sequential read numbers barely budged. What did change was the recovery time after a heavy write burst. If your drive stutters during the test but then normalizes after thirty seconds, TRIM is probably doing its job. That's not a sign of death; it's a sign of a cheap controller being busy.
Wrong order to worry: TRIM is nearly irrelevant for spotting a dying drive.
Reality check: name the sports owner or stop.
The real issue is whether the NAND cells can hold a charge long enough to return correct data. TRIM can't fix physical wear. If your benchmark shows read speeds jumping between 350 MB/s and 80 MB/s without a pattern, you're looking at failing cells—not a TRIM scheduling problem. We fixed a reader's system once by simply turning off TRIM on a dying Kingston A400. Didn't save the drive. It just hid the symptoms for another two weeks. Don't confuse software cleanup with hardware failure.
How much does temperature matter?
More than most budget reviewers admit. A cheap SATA SSD hitting 65°C will throttle hard—sequential writes can drop from 450 MB/s to 120 MB/s in under ninety seconds. That looks exactly like a dying drive on a single run. The difference: a thermal-throttled drive recovers fully after cooling for 2–3 minutes. A truly dying drive never recovers; its read speeds stay erratic even after an hour unplugged.
So run the test twice. First at room temp, then after the drive has sat idle for ten minutes. If the second run is significantly faster, your problem is heat, not death.
Does that make the benchmark useless? No. It means you must control the variable. Put a desk fan blowing across the drive, or test in the coldest part of your case. Anecdote from last month: a reader swore his WD Green was dead because writes dropped to 40 MB/s. I asked him to open the side panel and retest. Speeds jumped to 380 MB/s. The drive is still running today—in a ventilated enclosure. Temperature fools more people than actual NAND failure.
Can I test an NVMe drive the same way?
Mostly yes, but with one critical difference. NVMe drives have separate read and write paths plus a DRAM cache (on models above the rock-bottom tier). Our 5-minute test uses a 10 GB sequential write followed by a random read sweep. That works fine for NVMe. The catch: NVMe drives that are dying often fail silently on the cache portion first. You will see 1800 MB/s for the first 20 seconds, then a cliff to 300 MB/s.
That cliff is normal for a budget NVMe without DRAM—like the Intel 670p or Crucial P3. The controller runs out of pseudo-SLC cache and hits raw TLC speeds. Not a death sign.
The death sign is when the random-read latency jumps above 50 ms on any block. That means error correction is burning cycles trying to read dead cells.
— extracted from a repair log on a dead Silicon Power NVMe, June 2024
So for NVMe, add one extra pass: a 4 KB random read test at queue depth 1. If average latency exceeds 30 ms, your controller is fighting physical damage. Budget NVMe drives usually die faster than SATA because the heat density is higher and the controllers are more complex. Don't assume a fast first burst means health.
The Bottom Line and What to Try Next
Your Decision Tree
Run the 5-minute test. If your write speed drops below 80 MB/s sustained after the first gigabyte—or if the drive throws a SMART reallocated sector count above 10—the answer is clear: replace it now, not next month. The catch is that many budget SSDs limp along for weeks before they actually fail. I have seen a drive pass the test with 90 MB/s writes and still corrupt a Lightroom catalog two days later. So here is the real threshold: anything below 100 MB/s sustained means you're on borrowed time. Healthy? Good—but don't stop there. A drive that passes the benchmark can still feel sluggish because of queue-depth starvation or controller throttling. That's not a dying drive; it's a slow drive.
The tricky bit is distinguishing the two.
What to Do If the Drive Is Healthy but Slow
Most people blame the SSD when the real culprit is the SATA port or the cable. Swap the cable first—cheap SATA III cables fail silently, and I have fixed three machines by that alone. If performance stays flat, check if the drive is stuck in a SATA II mode (3 Gbps instead of 6 Gbps). Look at the BIOS or Windows task manager. The odd part is—a healthy budget SSD hitting its rated 500 MB/s sequential reads can still feel slow on small random writes because the controller runs out of DRAM cache. You can't fix that with a benchmark. What you can do is partition the drive with over-provisioning: leave 10–15% unallocated. It reduces write amplification and keeps steady-state performance from tanking. Worst case? Replace it with a used enterprise SSD that costs the same but has proper power-loss protection.
That is a trade-off worth making.
Next Experiment: Measuring Latency
The 5-minute test only checks throughput. Throughput hides latency variance. A dying SSD often shows normal average speeds but spikes to 800 ms on random 4K writes. You won't catch that in a sequential write run. So for the next experiment, grab any free tool that logs per-I/O latency—I use fio on Linux, but CrystalDiskMark’s “Random 4K Q1T1” mode gives a rough proxy. Run it for 60 seconds and look for outliers above 100 ms. If you see three or more, the drive is failing even if your 5-minute test said pass.
‘We ignored latency spikes for a week. The database started throwing corrupt pages on Monday.’
— Field report from a budget NAS build that died mid-backup.
That is the deeper layer. The 5-minute test catches the obvious death spiral; latency measurement catches the subtle decay. Your next move, if you're curious: run both tests once a month and log the results. When the latency graph starts jagging, you have a two-week warning—plenty of time to clone the drive and move on.
Comments (0)
Please sign in to post a comment.
Don't have an account? Create one
No comments yet. Be the first to comment!