HWiNFO Sensor Log Analyser
Find thermal throttling in a HWiNFO log rather than guessing.
What you paste
Parsed in your browser — never uploadedHow this reads your output
Temperature, clock and power columns are located by name, then summarised across the run. Logged throttling flags are counted where the sensor exists, and throttling is also inferred independently by looking for samples where the clock is well below its average while temperature is at its peak. That second check matters because many boards do not log a throttle flag at all, and a clock quietly held down is the effect you actually care about.
What the results mean
- Peak against average
- A brief peak during a benchmark is normal. A high average across a long run is what indicates cooling that is not keeping up.
- Logged throttling events
- Samples where the board reported thermal throttling. Absence does not mean it did not happen, since not every board exposes the sensor.
- Samples clocked low while hot
- Throttling inferred from behaviour rather than from a flag. This catches the case where no throttle sensor is logged.
Common problems and fixes
- Temperatures hit 95 °C and I assume something is wrong
- Modern processors are designed to run to their limit and reduce clocks briefly rather than overheat, so a peak of 95 °C under sustained load is normal behaviour rather than a fault. What matters is whether the clock is being held down for long periods, which is what the inferred throttling count above measures.
- The log has no throttling column at all
- Many boards do not expose one, which is why the clock behaviour is checked independently here. Look at the temperature plot alongside the average clock: a clock that falls and stays down as temperature reaches its peak is throttling regardless of whether anything flagged it.
Frequently asked questions
What temperature is too high?
Processors set their own limit, typically 95 to 100 °C, and manage themselves to stay below it. Rather than a threshold, watch for the pattern: temperature reaching the limit quickly and staying there while clocks fall means the cooling cannot dissipate what the processor produces.
How do I fix throttling?
In order of how much they usually help: clear dust from the heatsink and fans, improve case airflow so the cooler has cool air to work with, replace thermal paste on a machine more than about three years old, and consider a larger cooler. Undervolting helps considerably on laptops where the first four are not options.
How long should I log for?
Long enough to reach thermal equilibrium, which is ten to fifteen minutes of sustained load. A short run only shows the heatsink absorbing heat, and the interesting behaviour begins once it is saturated and the case has warmed up.
Put this on your own site
Free to embed, no attribution required beyond the source link the frame carries itself. It runs entirely in your visitor's browser, sets no cookies and loads no third-party script.
<iframe src="https://runthetests.com/embed/hwinfo-log-analyser/" width="100%" height="720" style="border:1px solid #e5e5e5;border-radius:8px" title="HWiNFO Sensor Log Analyser" loading="lazy"></iframe>
Preview it at https://runthetests.com/embed/hwinfo-log-analyser/. Embedded pages are marked noindex, so yours stays the canonical copy — not this one.