Stations Near You
Reading SMART, RAM and voltage sensors
A memory test, a SMART readout and a voltage sensor each answer a narrow question, and none of them declares a machine healthy on its own.
A memory test, a SMART readout and a voltage sensor each answer a narrow question, and none of them declares a machine healthy on its own. They are best treated as three separate witnesses: one covers RAM, one covers drive health, one covers power delivery. A clean result from any of them rules out one failure mode, not the others.
What does a memory test actually prove?
Memory diagnostics write patterns to RAM and read them back. That is the whole method. It catches cells that fail to hold a value, address lines that cross, and timing errors that appear under load. It does not catch a module that is marginal only at a temperature the test never reaches, and it does not catch a fault that needs a specific access pattern to surface.
Run time matters more than most people assume. A single pass through a large address space can finish in minutes and miss an intermittent cell. Overnight runs exist for a reason: more passes mean more chances for a marginal cell to fail. The practical rule is to run at least several full passes, and to run them with the machine in the state where it misbehaves. If the PC only crashes after an hour of gaming, a five minute test proves little.
Errors are reported as addresses. A single failing address can point to a bad module, a bad slot, or a memory controller problem. Moving the module to another slot and retesting is the cheapest way to separate those cases. If the error follows the module, the module is suspect. If it stays with the slot, the board is suspect.
One more limit: a memory test runs in the same electrical environment as the rest of the system. If the power supply is delivering unstable voltage, the test may fail for reasons that have nothing to do with the RAM. That is why memory results are read alongside voltage data, not in isolation. A technical guide such as the burn-in desk reference treats these readings as one method rather than three unrelated chores.
How do you read SMART attributes without overreacting?
SMART is a set of counters a drive maintains about itself. The raw numbers are not standardized across manufacturers, and the thresholds that trigger a warning are set by the vendor, not by any independent body. Two drives with identical raw values can carry different health verdicts.
A handful of attributes carry most of the practical weight. Reallocated sector count records sectors the drive has retired and replaced from spare area. Pending sector count records sectors that failed a read and are waiting to be remapped. Uncorrectable error count records reads that could not be recovered. Rising values in any of these are the signal that matters. A single nonzero value that never moves is a different situation from a value that climbs every week.
The useful habit is to record the numbers, then compare them later. A snapshot tells you where the drive stands. A trend tells you where it is going. Most drive vendors publish their own attribute tables, and the differences between them are real, so the vendor documentation is the reference, not a generic list.
SMART also cannot see everything. It does not report on the cable, the port, or the power connector. A drive with perfect SMART values can still drop off the bus because of a marginal SATA cable. When a machine freezes under disk load and SMART is clean, the cable and the port move to the top of the list.
What do temperature and voltage sensors tell you?
Temperature sensors report a number, but the number is only as good as the sensor and the software reading it. Motherboard sensors sit near the socket, not inside the die, so they read lower than the actual core temperature under load. Laptop sensors vary even more between models. A reading of 70 C on one board and 70 C on another are not the same measurement.
Voltage sensors have a similar problem. The values reported by monitoring software pass through a divider circuit and an analog to digital converter, and both introduce error. A 12 V rail reported as 11.8 V may be within the tolerance of the monitoring chip rather than a sign of a failing power supply. The only way to trust the number is to confirm it with a meter at the connector.
What sensors are good for is spotting change. If a machine that used to idle at 40 C now idles at 55 C, something changed: dust, a failing fan, dried thermal paste, or a heavier background load. If a rail that used to sit at 12.1 V now reads 11.6 V under load, the power supply is worth testing directly. The absolute number is less informative than the movement.
Thermal limits are the other half of the picture. Every CPU and GPU has a specified maximum, and sustained operation near that limit shortens component life even when nothing crashes. Sensors tell you how close you are running. They do not tell you why.
Which reading should you trust first?
The order depends on the symptom. Random crashes with no pattern point at memory first, because the test is cheap and the result is binary. Crashes during disk activity point at the drive and its cabling. Crashes that correlate with load, heat, or time of day point at power and cooling.
No single reading closes a case. A clean memory test plus a clean SMART readout plus stable voltages under load is a reasonable basis for saying the core hardware is not the obvious culprit. It is not proof that the machine is sound. It is a process of elimination, and the elimination is only as good as the tests you actually ran.
One practical caution: do not change several variables at once. If you reseat the RAM, swap the power supply, and update the firmware in the same session, a later success tells you nothing about which change mattered. Diagnostic work rewards patience and single changes.
Where do live systems and old releases fit?
A live USB system lets you test hardware without the installed operating system in the way. If a machine is stable in a live environment and unstable in its normal install, the problem is more likely software, drivers, or storage than silicon. That comparison is one of the most useful single tests available, and it costs nothing but a USB stick.
The archive side matters for older machines. Diagnostic toolkits from the 2003 to 2015 period were built for hardware of that era, and their memory testers and sensor readers still work on machines that modern tools no longer support. Keeping a known good toolkit on hand is a reasonable practice for anyone maintaining a small fleet of aging PCs.
What are the limits of each result?
A memory test proves that the tested addresses held their patterns during the test window. It does not prove the modules are good under every temperature and timing condition.
A SMART readout proves what the drive controller chose to report. It does not prove the drive is healthy, and it says nothing about the rest of the storage path.
A temperature or voltage reading proves what one sensor reported at one moment through one conversion chain. It does not prove the actual value at the component, and it does not prove the power supply is adequate under a load it has not yet seen.
Read together, and repeated over time, these three readings narrow a problem down. Read alone, each one can produce a false sense of security. The method is the point, not any single number.