SSD Power-On Hours
By the Pixlaps team - Updated 2026-07-12
Power-on hours (POH) for an SSD record the cumulative time a drive has been powered up. This value is exposed by the drive’s SMART/firmware and reported by diagnostic utilities; it is not a live clock of active reads/writes but a running total of hours since the SSD was first powered on (across its life or since the firmware counter began).
How diagnostic tools report POH
Most drive utilities — for example CrystalDiskInfo on Windows, smartctl on Linux, and various manufacturer tools — read the SMART attribute that vendors use for power-on hours. Tools display POH as a single number (hours) or sometimes in days; some utilities convert raw SMART units differently, so a tool’s display can differ from another tool’s by small amounts.
SMART exposes POH as a vendor-defined attribute, so interpretation can vary between models. Some SSDs store POH in hours, others in units of 30 minutes or in deci-hours. Always check the tool’s notes or the drive vendor documentation when exact conversion matters.
What POH reliably tells you
POH gives you a rough idea of how long a drive has been in service — useful when assessing used laptops or drives without full ownership history. High POH indicates long time powered, which may correlate with overall wear on the system but does not by itself prove the NAND is worn out.
Combined with other SMART data (total host writes, wear-leveling report, remaining spare blocks, and media wear indicators) POH helps build a fuller picture: an SSD with modest POH but very high total written bytes could be more worn than an SSD with high POH but low written bytes. Use POH as one piece of the health puzzle, not the whole story.
What POH cannot prove
POH cannot tell you how intensively the drive was used while powered. Two drives with the same POH might have very different write totals depending on workloads (server logging, video editing vs light web browsing).
POH does not indicate imminent failure. Drives can fail suddenly for reasons unrelated to accumulated hours (firmware bugs, controller faults, physical shock). Conversely, high POH with healthy SMART wear metrics often indicates a drive that will continue to operate normally for years.
Checking POH on a laptop — practical steps
Windows: run a SMART reader such as CrystalDiskInfo or the manufacturer’s SSD toolbox; open the drive and look for the Power-On Hours (POH) or Attribute ID commonly labelled that way. macOS: use smartmontools via Homebrew (smartctl) or check Apple’s system report for hardware diagnostics where available. Linux: smartctl -a /dev/sdX will show the raw SMART attributes including the POH attribute if supported.
When checking a used laptop in person, boot a live USB with smartctl or a lightweight Windows diagnostic tool and check POH plus total host writes and reported spare capacity. If you cannot run diagnostics, ask the seller for screenshots of the tool showing POH and SMART wear metrics.
How to combine POH with other SMART metrics for assessment
Total Host Writes (TBW or reported 'Total_LBAs_Written') shows how much data was written to NAND — a direct wear indicator. Compare TBW to the drive’s rated endurance from the manufacturer when available; a low TBW with high POH suggests light use like media consumption.
Attributes such as percentage of spare blocks used, wear-leveling count, and reported bad sectors are critical alongside POH. If these metrics are within expected ranges for the model, a higher POH is less concerning. If SMART shows reallocations, increasing media errors, or large amounts of written data, treat the drive as higher risk.
Practical thresholds and decision rules (what to watch for)
Rather than an absolute POH cutoff, use rules: 1) If POH is modest and total host writes are low, drive is likely fine for normal laptop tasks; 2) If POH is low but total writes are high, expect reduced remaining endurance; 3) If POH is high but SMART wear indicators and spare capacity are healthy, the drive may still be reliable for general use; 4) Any SMART reallocation counts, rising error rates, or failing self-tests warrant avoiding the drive or backing up immediately.
Always keep a recent backup regardless of SMART values — POH and SMART cannot guarantee against sudden failure. For critical work, prefer drives with documented low TBW and healthy SMART reports.
Key takeaways
- OKPower-on hours (POH) record cumulative powered time, read from SMART firmware — they are not a direct measure of read/write activity.
- OKDifferent tools and vendors may report POH in different units; check the utility’s documentation when exact hours matter.
- OKPOH is useful context for used drives but must be combined with write totals and wear indicators to assess endurance.
- OKPOH alone cannot predict imminent failure; sudden hardware or firmware faults can occur at any POH.
- OKWhen buying used laptops, check POH plus total host writes, spare block usage, and SMART reallocation counts before deciding.
Frequently Asked Questions
How do I check SSD power-on hours on my laptop?
Run a SMART reader appropriate for your OS (CrystalDiskInfo on Windows, smartctl on Linux/macOS) and look for the attribute labelled Power-On Hours or POH; manufacturer tools may label it differently.
Does a high POH mean the SSD is worn out?
Not necessarily. High POH only means the drive was powered on a long time. You must also check total host writes and SMART wear metrics to evaluate actual NAND wear.
Why do two tools show different POH values?
Manufacturers store POH in vendor-defined units and some tools convert those units differently (hours vs half-hours vs deci-hours). Use the tool’s notes or the vendor documentation for exact conversions.
Can POH tell me how many gigabytes were written to the SSD?
No. POH measures powered time, not data throughput. For written data, look at SMART counters like Total_LBAs_Written or manufacturer-reported TBW values.
Should I refuse a used laptop because of POH alone?
No. Refuse or negotiate only if POH is high and SMART wear indicators (high TBW, spare-block depletion, reallocations, rising error rates) also point to wear or instability.