SPEED TRACKING
2026-02-20
The Dashboard Deception: Why Your New Car's Speedometer Isn't Telling the Whole Truth
In the modern automotive ecosystem, the speedometer is an intentional anomaly—it is perhaps the only precision instrument calibrated to provide 'optimistic' data. For developers and tech enthusiasts, understanding the delta between the dashboard UI and the actual Ground Speed (SOG) is the first step toward mastering vehicle telemetry.

1. The Engineering of 'Positive Error'
Manufacturers operate under a legal and safety buffer strategy. To avoid liability for under-reporting speed, engineers implement a hard-coded offset. While the internally calculated velocity within the Engine Control Unit (ECU) may be highly accurate, the data broadcast to the instrument cluster is often scaled up by 2% to 5%. This ensures that even with production variances, the indicated speed remains higher than the true velocity.
2. The Variable of Static Rolling Radius
A vehicle calculates speed by measuring the rotation of the transmission output shaft or wheel speed sensors, then multiplying that by the assumed tire circumference. However, this 'Static Rolling Radius' is a moving target. Factors such as tread wear (which can reduce tire diameter by up to 2cm over its lifespan), inflation pressure, and centrifugal expansion at high speeds all introduce mechanical noise into the pulse frequency.
3. Ground Truth: GPS vs. ECU Raw Data
For those seeking absolute precision, GPS telemetry provides the 'Source of Truth' by measuring Doppler shift from satellite signals, completely bypassing mechanical variables. To witness the 'Deception' firsthand, one can use an OBD-II scanner to intercept the raw PID data from the VSS (Vehicle Speed Sensor). You will frequently discover that the ECU's internal value aligns closely with GPS, proving that the dashboard discrepancy is a deliberate software-level modification.

Conclusion
New car speedometers are precisely inaccurate by design. They serve as a safety-oriented interface rather than a raw data feed. For automation workflows or performance logging, the gold standard remains Sensor Fusion—reconciling absolute GNSS data with raw ECU pulses to eliminate the inherent 'Dashboard Deception'.