Stage 5 of 7 · 🔴 Critical

Storage & drive health

A dying drive corrupts your data without warning. CrystalDiskInfo reads the drive's own self-diagnostics (S.M.A.R.T.) in seconds, so you know exactly how much life is left — and whether it's the SSD the listing promised.

⏱️ Whole stage ≈ 9 min (first time)

🛠️ Technical checks

  • CrystalDiskInfo (open + read) ~3 min
  • Drive type / size command ~2 min
  • chkdsk read-only scan ~3 min

👁️ General checks

  • Free space glance (This PC) ~1 min
1

Run CrystalDiskInfo Critical

The fastest, clearest drive-health read

Run CrystalDiskInfo from your USB stick (a portable build needs no install). Get it from crystalmark.info. It opens straight onto the drive's health.

⚠️

The official installer offers optional extras during setup — untick any bundled offers, or use the portable .zip version to avoid them entirely.

2

Read Health Status & key attributes Critical

One word at the top tells you most of it

The big Health Status box (top-left) is colour-coded:

StatusMeaningVerdict
Good (blue/green)Drive reports healthyProceed
Caution (yellow)One or more attributes degradedRisky — discount or pass
Bad (red)Drive is failingWalk away

Then check these specific values:

  • Health % (SSDs): remaining life. 90%+ is excellent, below ~80% means it's been worked hard.
  • Power On Hours: total runtime. Helps gauge real age vs. the "barely used" claim — 20,000+ hours is a heavily used drive.
  • Power On Count: how many times it's been switched on.
  • Reallocated Sectors / Pending Sectors: should be 0. Any non-zero (especially yellow) = early failure.
  • Temperature: should be sensible (roughly 25–50 °C idle).
Good status, high health %, zero reallocated sectors, reasonable power-on hours.
Caution/Bad, reallocated or pending sectors above 0, or health % already low.
💰

Negotiation lever: high power-on hours or a low SSD health % rarely stop a sale on their own, but they're solid grounds to negotiate — they prove real age and wear no matter how clean the laptop looks. Note the figures and factor a possible new SSD into your offer.

3

Confirm drive type, size & free space Important

Make sure the listing was honest

CrystalDiskInfo names the exact model and interface (NVMe / SATA SSD / HDD). Cross-check the capacity in Command Prompt:

Command Prompt
> wmic diskdrive get model,size,mediaType

On newer Windows where wmic is removed, use PowerShell instead:

PowerShell
> Get-PhysicalDisk | Select FriendlyName, MediaType,
  @{n='SizeGB';e={[math]::round($_.Size/1GB)}}, HealthStatus
  • Confirm it's an SSD if you were promised one (HDDs are far slower — and a common bait-and-switch).
  • Confirm the capacity matches the listing.
  • Open This PC to see free space and that the drive isn't almost full of someone else's data.
4

Optional: built-in error scan Nice to have

Quick file-system sanity check

For a quick read-only scan of the system drive (a full /f repair takes long and may need a reboot, so skip that during a sale):

Command Prompt (Admin)
> chkdsk C:

It reports bad sectors and file-system errors without changing anything. You can also open Optimize Drives (Start → "Defragment") to see drive type and last-optimised status.

💡

Storage is one of the cheapest, easiest parts to upgrade later — so a small or slow drive on an otherwise great laptop is a fair haggling point, not a deal-breaker.