What a Road Trip Actually Costs, Split Per Passenger and Per Kilometer
August 28, 2026 · DevTools
"How much will gas cost" is a three-number question — distance, how much fuel the vehicle burns per 100km, and the price per litre — but people rarely multiply all three together before a trip, then get surprised at the pump. The Fuel Cost & Trip Calculator does the multiplication up front, plus the two numbers that actually matter for decision-making: cost per passenger and cost per kilometer.
The core calculation
Litres burned is distance × consumptionPer100Km / 100, and total cost is litres × pricePerLitre. Straightforward, but the two inputs people most often get wrong are consumption (guessing rather than checking the actual figure for the specific vehicle and driving conditions) and forgetting the round-trip doubling — the tool has an explicit round-trip toggle specifically so that step isn't a mental-math afterthought.
Why per-passenger cost is the useful number
A trip that costs 60 in fuel is expensive alone and cheap split four ways — dividing total cost by passenger count turns a single trip total into the number that's actually comparable to a bus or train ticket per person, which is the real decision most people are making when they check fuel cost at all.
Per-kilometer cost as a vehicle comparison
Cost per kilometer strips out the specific trip distance and gives a rate that's stable across trips for the same vehicle — useful for comparing two vehicles' real running cost, or for estimating a longer trip's cost by scaling a known per-km rate rather than re-deriving consumption and price each time.
Beyond the trip itself
Fuel is one line in a larger travel or transport budget — the Subscription & Expense Tracker covers the recurring costs (insurance, parking, streaming) that sit alongside one-off trip costs, and the Savings Goal Calculator is the tool for the trip that's still months away and needs a monthly savings target instead of a cost estimate.