Raspberry Pi 5 thermal stress test

Interactive view of 694 temperature samples and firmware throttling flags collected during a 10-minute four-core CPU stress run and the following cooldown.

Baseline
56.8 °C
56.5-57.1 °C before load
Peak
85.1 °C
Repeated near the end of the stress interval
≥80 °C
5m 59s
60% of stress time
Current throttle
11s
11 one-second samples with 0xe0006
Cooldown to <80 °C
1s
After the load ended
Undervoltage
None observed
No current or historical undervoltage bits

Temperature timeline and active protection flags

Hover or tap for exact values. Drag to zoom, use the range slider to select a time window, and use the camera icon in the chart toolbar to export a PNG.

Key transitions

Times are measured from the inferred stress start at 09:18:39.

Into testTemperatureStatusInterpretation
03:3180.1 °C first observed0x0High-temperature alert threshold crossed
03:5079.0 °C0x80000Soft-temperature history bit latched
04:5381.2 °C0x80008Soft-temperature limit active now
07:2785.1 °C0xe0008Frequency-capping and throttling history appears
08:1084.0 °C0xe0006Current frequency cap and current throttling captured
10:0081.2 °C0xe0000Load stopped; current bits clear, history remains

Primary finding

The Pi reached a firmware-controlled thermal plateau. The temperature rose from a roughly 56.8 °C baseline to 85.1 °C. Current Arm-frequency capping and current throttling were directly captured for 11s. After the load ended, current flags cleared immediately while the historical bits remained latched.

No undervoltage flags appeared, so the recorded protection behavior is thermal rather than an observed power-supply event.

Observed get_throttled bitmasks

Bits 0-3 describe current state; bits 16-19 are sticky historical flags. A checkmark means the bit is set in that hexadecimal value.

StatusObserved timeUV nowCap nowThrottle nowSoft-temp nowUV historyCap historyThrottle historySoft-temp historyMeaning
0x03m 57s········Normal / no flags
0x800001m 29s·······Soft-temperature event recorded (history)
0x800082m 08s······Soft-temperature limit active now + recorded
0xe00082m 22s····Thermal/frequency/throttle history + soft limit active
0xe000611s···Frequency capped now + currently throttled
0xe00001m 45s·····Current flags clear; thermal history remains