route & fleet
Telematics

Telematics Data Quality: Trusting the Numbers

Why telematics data is dirtier than it looks, the eight common defects, and how to validate and clean it before it drives decisions.

Telematics Data Quality: Trusting the Numbers — illustration

Telematics data arrives looking authoritative: precise coordinates, exact timestamps, decimal fuel figures. That precision is not accuracy, and decisions built on unvalidated telematics data are frequently wrong in ways nobody notices for months.

The eight common defects

1. Position drift and jumps. Urban multipath produces positions tens of metres off, and occasionally hundreds. On a stationary vehicle, drift can accumulate into fictitious short trips.

2. Missing data during coverage gaps. Devices buffer and upload later, but buffer capacity is finite. Extended dead zones produce genuine gaps, and distance calculated across a gap is a straight line rather than the road actually driven.

Where telematics data is lost between the vehicle and the report
Where telematics data is lost between the vehicle and the report. Nothing in the chain announces a gap; the report renders the same either way, which is exactly why it has to be checked rather than assumed.

3. Odometer discontinuities. Device replacement, vehicle repair, ECU replacement or a change from vehicle-read to GPS-derived mileage all produce steps in the odometer series. Left uncorrected, they corrupt cost per mile and maintenance scheduling.

4. Ignition and trip misdetection. Devices infer ignition from voltage or port data. Voltage-based detection can split one trip into three, or merge a stop into the drive, distorting both trip counts and dwell times.

5. Driver attribution errors. Where drivers are assigned to vehicles by roster rather than by identification, any deviation from the roster misattributes the entire day. Behaviour scores built on this are unfair and indefensible.

6. Threshold artefacts. Harsh event counts depend entirely on configured thresholds. A threshold change mid-year makes before-and-after comparisons meaningless, and this is rarely documented.

7. Timezone and daylight saving errors. Endemic. Symptoms include trips appearing to start before they ended, and shift analysis shifting by an hour twice a year.

8. Duplicate records. Retransmission after a failed upload can produce duplicated positions or trips, inflating distance and event counts.

Park a vehicle for a full weekend and look at the data. You should see no trips, no distance and no events.

Validation rules to run

Implement these as automated checks, ideally daily:

CheckFlag when
Speed plausibilityImplied speed between consecutive points exceeds vehicle capability
Distance vs odometerGPS distance and odometer delta diverge beyond tolerance
Trip durationBelow a minimum (likely misdetection) or implausibly long
Position accuracyReported HDOP or accuracy figure below threshold
Coverage gapsTime between reports exceeds expected interval
Odometer monotonicityOdometer decreases, or jumps beyond plausible
Duplicate detectionIdentical timestamp and position for a device
Driver assignmentVehicle in use with no assigned driver
Idling plausibilityIdling duration exceeding a shift

Publish the exception counts alongside the reports they affect. A utilisation report with a note that 4% of records failed validation is far more trustworthy than one that silently includes them.

Cleaning approaches

Filtering. Discard positions below an accuracy threshold before computing distance. Simple and effective for drift.

Map matching. Snap positions to the road network. Substantially improves distance accuracy and route reconstruction, at some computational cost. Many platforms do this natively; ask whether yours does.

Interpolation across gaps. Estimate the route between the last position before a gap and the first after it, using the road network rather than a straight line. Flag interpolated segments so they are visible in reporting.

Odometer reconciliation. Maintain a corrected odometer series with documented adjustments at device changes. Never overwrite the raw series — keep both.

Trip stitching. Merge trips separated by very short gaps where ignition detection is unreliable.

Governance

  • A single source of truth for distance. Decide whether reporting uses vehicle odometer or GPS-derived distance, document it, and use it consistently. Two teams using different sources will produce different cost per mile figures and spend months arguing.
  • Document every threshold change with a date, so trend analysis can account for it.
  • Reconcile monthly against an independent source — fuel card mileage entries, service records, physical readings on a sample.
  • Own the data. Someone should be accountable for telematics data quality, in the same way someone owns financial data quality.

When it matters most

Data quality tolerance should match the decision:

UseTolerance
Live dispatch viewHigh — approximate position is fine
Customer ETAModerate
Utilisation reportingModerate
Cost per mileLow — errors compound
Maintenance schedulingLow — wrong mileage means wrong intervals
Driver behaviour scoringVery low — affects individuals directly
Billing customersVery low — disputes are expensive
Legal or regulatory evidenceVery low — must be defensible

The last three deserve explicit validation before use. Using unvalidated data to score, bill or discipline is how a telematics programme loses credibility permanently.

Questions readers send us

How accurate is telematics-derived mileage? With map matching and good coverage, typically within a small percentage of the true figure. Without map matching, in poor coverage, or with frequent gaps, errors can be considerably larger — which is why vehicle odometer readings are preferable where available.

Should we use vehicle odometer or GPS distance? Vehicle odometer where it is reliably available, because it is what maintenance intervals and legal records are based on. Use GPS distance as a cross-check and for vehicles where odometer access is unavailable. Document which you use for which purpose.

How do we handle device replacement in reporting? Record the change as an event with the odometer reading at swap-out and swap-in, and apply an explicit offset in your corrected series. Undocumented device changes are one of the most common causes of nonsense mileage reporting.

What accuracy should we demand from a vendor? Ask for their stated position accuracy, their map matching approach, their handling of coverage gaps, and their duplicate prevention. Then verify with a pilot rather than accepting the specification — real-world performance in your geography is the only figure that matters.

Is it worth building our own validation layer? If telematics data drives money — billing, scoring, cost allocation — then yes, a validation layer is proportionate. If it is used only for live visibility, the platform's own handling is usually sufficient.

Sources

The primary documents behind this article. Regulations are amended and guidance is reissued — where a decision turns on the detail, read the current text at the source rather than this summary of it.

  1. Regulation (EU) No 165/2014 — tachographs in road transporteur-lex.europa.eu
  2. Regulation (EC) No 715/2007 — emissions type approval and access to on-board diagnostic informationeur-lex.europa.eu
  3. Regulation (EU) 2016/679 (GDPR) — consolidated texteur-lex.europa.eu
Nil Masferrer Jiménez · Editor · market and product research

Nil Masferrer Jiménez writes and edits Route & Fleet. His background is in business administration and finance, and the analytical spine of this site — cost per mile and per stop, total cost of ownership, payback and business-case models, software pricing structures and contract terms — is built on that. The operational and regulatory material is compiled from primary documentation: regulator publications, manufacturer and vendor technical specifications, and published industry research. Articles on compliance, telematics, maintenance and costs carry a Sources section linking those documents, so you can read the instrument itself instead of taking this summary on trust. He does not run a fleet, and the articles say so wherever that limit matters. Corrections are welcome and get published.

How this site is researched, and its limits

This article is editorially independent. Route & Fleet is funded by advertising displayed on the page; advertisers have no influence over its research or conclusions. See our advertising disclosure.

Keep reading

Related articles

Telematics

Fleet Telematics: A Buyer's Guide

How to choose a telematics system — device types, data depth, contract traps, integration requirements and what actually changes once it is installed.

19 August 2026 · 5 min read