By EnginStack Engineering Team | Verified by engineers, built on NIST metrology standards About →
US MPG
235.2150 L/100km
1 US MPG = 235.215 L/100km 1 L/100km = 235.215 US MPG

Constants verified against NIST Special Publication 811 (Guide for the Use of the International System of Units) and the 1959 International Yard and Pound Agreement. All values are exact — none are rounded approximations.

How to Convert US MPG to L/100km

Converting miles per gallon (US) to liters per 100 kilometers is the most geopolitically significant fuel economy conversion �?it's how you translate an American car's window sticker for European readers, how the European Commission compares US imports against EU fleet CO—targets, and why every international automotive journalist reaches for this formula. The conversion is an inverse relationship: L/100km = 235.215 ÷ US MPG. A car getting 23.5 MPG consumes 10.0 L/100km; doubling MPG halves L/100km (47 MPG = 5.0 L/100km). This inverse relationship means fuel savings are linear in L/100km but hyperbolic in MPG: improving from 10 to 11 MPG saves 2.14 L/100km, while improving from 34 to 35 MPG saves only 0.19 L/100km. This mathematical truth is why the EPA added "gallons per 100 miles" to US window stickers in 2013 alongside MPG.

The Conversion Formula

L/100km = 235.215 ÷ US MPG

Worked Examples

Example 1: Convert 25 US MPG to L/100km

235.215 ÷ 25 = 9.41 L/100km (a well-rounded family sedan)

Example 2: Convert 50 US MPG to L/100km

235.215 ÷ 50 = 4.70 L/100km (a Toyota Prius �?under the EU 2025 fleet target of 93.6 g CO—km �?1 L/100km equivalent)

Example 3: Convert 15 US MPG to L/100km

235.215 ÷ 15 = 15.68 L/100km (a large SUV �?the segment driving the global oil demand growth of 0.9 million barrels per day annually)

Common US MPG to L/100km Conversions

US MPG L/100km
10 MPG 23.52 L/100km
15 MPG 15.68 L/100km
20 MPG 11.76 L/100km
25 MPG 9.41 L/100km
35 MPG 6.72 L/100km
50 MPG 4.70 L/100km

Related Unit Converters

Frequently Asked Questions

How do I convert US MPG to L/100km?

Divide 235.215 by US MPG. Formula: L/100km = 235.215 ÷ US MPG. The constant 235.215 comes from (3.78541 L/gal × 100 km) / (1.60934 km/mile × 1 mile) = 378.541 / 1.60934 = 235.215. For a quick estimate, divide 235 by MPG �?the error is less than 0.1 L/100km.

Why is the MPG-to-L/100km relationship inverse?

MPG measures distance per fuel volume (miles/gallon), while L/100km measures fuel volume per distance (liters/100 km). They are reciprocal units �?if you double MPG, you halve L/100km. The derivation: 1 MPG = 1 mile/gallon = (1.60934 km)/(3.78541 L) = 0.4251 km/L. Inverting: 1 / 0.4251 = 2.352 km/L. To express per 100 km: (100 / km/L) = 100 / 2.352 = 42.5 L/100km... wait, that gives the wrong constant. Let's derive correctly: L/100km = (3.78541 L/gal × 100 km) / (1.60934 km/mile × MPG) = 235.215 / MPG. The 235.215 encodes both the mile-to-km and gallon-to-liter conversions in the numerator.

Which is better for comparing fuel savings �?MPG or L/100km?

L/100km (or gallons/100 miles) is objectively better for comparing fuel savings because savings per mile are linear. Improving from 10 MPG to 11 MPG saves 0.91 gallons per 100 miles; improving from 34 MPG to 35 MPG saves 0.08 gallons per 100 miles. The MPG scale compresses savings at the high end, misleading consumers into thinking all "5 MPG improvements" are equal. This finding �?known as the "MPG Illusion" �?was published by Duke University researchers Larrick and Soll in Science (2008) and directly led to the EPA's 2013 mandate for gallons/100 miles on US window stickers. Europe, Australia, and China use L/100km as the primary metric, sidestepping this cognitive bias entirely.

Engineering Context

The MPG-to-L/100km conversion is the axis on which global fuel economy regulation turns. The US CAFE (Corporate Average Fuel Economy) standard for 2026 model year passenger cars is 49 MPG, which is 4.80 L/100km. The EU's corresponding 2025 target is 93.6 g CO—km, which for petrol engines is 4.02 L/100km (2,320 g CO—L); the EU target is 16% stricter than the US equivalent when converted through the MPG-to-L/100km formula. Japan's 2030 target of 25.4 km/L (59.7 MPG = 3.94 L/100km) is stricter still. Every OEM's global product planning department runs a master spreadsheet where each vehicle program's fuel economy is tracked in all four units �?MPG, km/L, L/100km, and g CO—km �?because a single platform (e.g., Toyota TNGA-C) must comply with four regulatory regimes simultaneously. The conversion between them is hard-coded in the PLM (Product Lifecycle Management) system �?Siemens Teamcenter or Dassault 3DEXPERIENCE �?and a rounding error in the embedded conversion constant would cascade into non-compliance fines across jurisdictions. The EU fines are �?per g CO—km over target, per vehicle sold; a systematic 0.1 L/100km over-report (2.32 g CO—km) on a volume model selling 200,000 units/year = �?M in annual penalties. In consumer-grade telematics, the MPG-to-L/100km conversion is the display default toggle in every OBD-II app (Torque, Car Scanner, OBDeleven). A 2010 Honda Civic's ECU broadcasts fuel rate in liters/hour on PID 0x5E and vehicle speed in km/h on PID 0x0D; the app computes instantaneous L/100km = (L/h ÷ km/h) × 100, then converts to MPG = 235.215 ÷ L/100km for the American user's dashboard. The conversion runs at 10 Hz �?every 100 milliseconds �?and the floating-point division 235.215 ÷ (L/100km) is executed on an ARM Cortex-A in the phone's app processor. The equivalent computation in a Tesla Model 3's Media Control Unit (MCU) runs on an Intel Atom x7 and is rendered in React on the 15-inch center display: the energy graph app lets the driver toggle between Wh/mi (US), Wh/km (metric), and MPGe (US legal requirement), with instant conversion between all three via the 33.7 kWh/gallon gasoline-equivalent constant established by the EPA in 2000 (33.7 kWh = 115,000 BTU, the energy content of one gallon of gasoline). The MPG-to-L/100km constant 235.215 is thus one link in a chain of conversion constants that ends at the driver's eyeballs �?and every link must be correct.

More: l/100km to mpg · mpg to km/l · km/l to mpg · Speed Guide