Tyre Cost Per KM Calculator
Calculate the true cost of tyres per kilometre including purchase, fitment, alignment, and
Formula: tyre_spend_per_vehicle_per_km = (tyre_price + fitment_cost_per_tyre) * tyres_per_vehicle / tyre_life_km; repair_per_km = repair_cost_per_vehicle_per_month / avg_km_per_vehicle_per_month; tyre_cost_per_km = tyre_spend_per_vehicle_per_km + repair_per_km; monthly_tyre_spend = (tyre_cost_per_km * avg_km_per_vehicle_per_month + repair_cost_per_vehicle_per_month) * fleet_size; annual_tyre_spend = monthly_tyre_spend * 12; tyre_replacements_per_year = fleet_size * tyres_per_vehicle / (tyre_life_km / (avg_km_per_vehicle_per_month * 12))
Calculate the true cost of tyres per kilometre including purchase, fitment, alignment, and rotation. Identify savings from tyre management programmes.
Inputs
Results
Warnings & checks
- ⚠Show warning when configured threshold is crossed
Recommended next actions
- →Review the result against your operational targets
Formula
tyre_spend_per_vehicle_per_km = (tyre_price + fitment_cost_per_tyre) * tyres_per_vehicle / tyre_life_km; repair_per_km = repair_cost_per_vehicle_per_month / avg_km_per_vehicle_per_month; tyre_cost_per_km = tyre_spend_per_vehicle_per_km + repair_per_km; monthly_tyre_spend = (tyre_cost_per_km * avg_km_per_vehicle_per_month + repair_cost_per_vehicle_per_month) * fleet_size; annual_tyre_spend = monthly_tyre_spend * 12; tyre_replacements_per_year = fleet_size * tyres_per_vehicle / (tyre_life_km / (avg_km_per_vehicle_per_month * 12))Use for estimation. Verify safety-critical calculations with qualified review.