HomeUnit Conversion › Fuel Economy Converter

Fuel Economy Converter

Converts fuel consumption between litres per 100 km, kilometres per litre, miles per US gallon and miles per imperial gallon; L/100km is the base and the mpg relations are reciprocal (L/100km = 235.214583 / mpg_US).

When to use

You need a car's fuel economy in another convention, e.g. mpg to L/100km, L/100km to km/L or US mpg to UK mpg.

Do not use when: You need the fuel cost of a trip (use fuel-cost) or plain volume or distance conversions (use volume, length).

Formula

L/100km = 100 / (km/L) = 235.214583 / mpg(US) = 282.480936 / mpg(UK); mpg(UK) = mpg(US) × 1.200950

Consumption (L/100km) and economy (km/L, mpg) are reciprocals, so the conversion is non-linear and no constant factor applies. Constants: 100 × 3.785411784 / 1.609344 = 235.214583 and 100 × 4.54609 / 1.609344 = 282.480936.

Inputs

ParameterTypeUnitRequiredDescription
valuenumberyesFuel economy in from_unit (must be greater than 0). Range: > 0
from_unitenum: L/100km | km/L | mpg_us | mpg_ukyesUnit of the input value. Accepted symbols: L/100km, km/L, mpg_us, mpg_uk; spelled-out names and common abbreviations are accepted too.
to_unitenum: L/100km | km/L | mpg_us | mpg_ukyesUnit to convert into (same symbols as from_unit).

Outputs

OutputTypeUnitDescription
resultnumberConverted value expressed in to_unit (rounded to 6 decimals; see result_text for very small or very large values).
result_textstringThe conversion as text with 6 significant figures, e.g. "5 mi = 8.04672 km".
formulastringRelation used, e.g. "1 mi = 1.609344 km".
factornumberMultiplier from from_unit to to_unit (result = value × factor); absent for non-linear conversions.
conversion_tableobjectThe input value expressed in every supported fuel economy unit (6 significant figures), keyed by unit symbol.

Example

30 US mpg to L/100km: {"value":30,"from_unit":"mpg_us","to_unit":"L/100km"}{"result":7.840486,"formula":"L/100km = 235.214583 / mpg (US)","conversion_table":{"km/L":12.7543,"mpg_uk":36.0285}}

6 L/100km to US mpg: {"value":6,"from_unit":"L/100km","to_unit":"mpg_us"}{"result":39.202431,"conversion_table":{"km/L":16.6667,"mpg_uk":47.0802}}

GET https://tttkmbb.com/api/v1/calculate/fuel-economy?value=30&from_unit=mpg_us&to_unit=L%2F100km

Machine access

Sources

FAQ

Which mpg does 'mpg' mean?

The plain alias mpg resolves to miles per US gallon (mpg_us). UK figures use the larger imperial gallon: mpg_uk = mpg_us × 1.20095.

Why is lower L/100km better?

L/100km measures consumption, mpg and km/L measure economy; 5 L/100km = 20 km/L = 47.0 US mpg, and halving consumption doubles mpg.

Related calculators