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

Source: NIST SP 811 and the 1959 yard-and-pound agreement (0.9144 m, 0.45359237 kg). Every decimal place in the factor above is a defined constant, not a measurement.

How to Convert L/100km to US MPG

Converting liters per 100 kilometers to miles per gallon (US) is the most common fuel economy translation for the English-speaking world �?it's how an American reads a British car review, how a Canadian compares a European import against their current vehicle, and why every automotive YouTube channel with an international audience needs this formula. The conversion uses the same inverse relationship: US MPG = 235.215 ÷ L/100km. A car consuming 8.0 L/100km achieves 29.4 MPG; a thirsty 12 L/100km SUV = 19.6 MPG; a hyper-efficient 3.5 L/100km diesel hatchback = 67.2 MPG. The constant 235.215 encodes both the mile-to-km conversion (1.60934) and the US gallon-to-liter conversion (3.78541): 100 × 3.78541 / 1.60934 = 235.215.

The Conversion Formula

US MPG = 235.215 ÷ L/100km

Worked Examples

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

235.215 ÷ 7.0 = 33.60 MPG (a typical European-market family sedan �?Golf, Focus, Octavia)

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

235.215 ÷ 5.0 = 47.04 MPG (a diesel or hybrid �?common in Europe, rare in the US outside the Prius)

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

235.215 ÷ 10.0 = 23.52 MPG (a large European luxury sedan �?BMW 5 Series, Mercedes E-Class non-hybrid)

Common L/100km to US MPG Conversions

L/100km US MPG
4.0 L/100km 58.80 MPG
5.0 L/100km 47.04 MPG
6.0 L/100km 39.20 MPG
8.0 L/100km 29.40 MPG
10.0 L/100km 23.52 MPG
15.0 L/100km 15.68 MPG

Related Unit Converters

Frequently Asked Questions

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

Divide 235.215 by L/100km. Formula: US MPG = 235.215 ÷ L/100km. For a quick estimate, divide 235 by L/100km. A car consuming 8 L/100km = approximately 235 ÷ 8 �?9.4 MPG.

Why does Europe use L/100km instead of MPG?

Europe adopted the metric system's natural fuel economy unit: liters consumed per 100 km traveled. It has two advantages: (1) fuel savings are linear �?reducing from 8 to 6 L/100km saves exactly 2 L/100km everywhere on the scale, and (2) it directly answers the question "how much fuel will this trip use?" �?a 350 km trip in a car rated 7 L/100km will use 24.5 L of fuel. The EU mandated L/100km as the primary fuel economy unit under Directive 1999/94/EC, and it has been the standard in every EU member state since 2001. The UK uniquely uses MPG (Imperial) alongside L/100km due to the British preference for miles over kilometers on road signs �?but even UK window stickers now show L/100km as the primary metric per EU regulation.

How do I compare European and American fuel economy ratings when the test cycles are different?

You can't directly �?the test cycle matters more than the unit conversion. Europe uses WLTP (Worldwide Harmonized Light Vehicles Test Procedure), the US uses EPA FTP-75. WLTP typically produces fuel economy numbers that are 15�?% higher (more optimistic) than EPA for the same vehicle. A BMW 330i rated 6.1 L/100km (38.6 MPG) on WLTP is rated 30 MPG (7.8 L/100km) on the EPA cycle. The unit conversion L/100km �?MPG is mathematically exact; the discrepancy is entirely in the test procedure. When comparing, always convert the units first, then apply a ~20% downward adjustment from WLTP to EPA �?or, even better, use the EPA's fueleconomy.gov database, which now includes WLTP-to-EPA conversion factors for imported vehicles.

Engineering Context

The L/100km-to-MPG conversion is the quiet calibrator of every international fuel economy study. The ICCT (International Council on Clean Transportation) �?the NGO that exposed the Volkswagen Dieselgate scandal in 2014 �?maintains a global fuel economy database spanning 60 countries and 35,000 vehicle variants. Every entry is normalized to L/100km (gasoline-equivalent) for internal analysis, but all public-facing reports for US audiences convert to MPG via 235.215 ÷ L/100km. The ICCT's 2024 meta-study that found real-world fuel consumption exceeds WLTP values by an average of 18.5% (up from 9% in 2015) processed 2.7 million fuel-log records from 1.1 million vehicles across 16 countries �?every European record in L/100km was converted to MPG for the US-market appendix, a total of ~400,000 conversions. In automotive journalism, Car and Driver's instrumented 75-mph highway fuel-economy test (C/D HWY) reports in MPG, but when they test a European-market car like the Volkswagen Golf GTI Clubsport at the Nürburgring, the onboard MFD (Multi-Function Display) shows L/100km �?the journalist photographs the display and converts in the article text. Every issue of Road & Track, Motor Trend, and Top Gear magazine that covers a European-market vehicle contains at least one L/100km-to-MPG conversion in parentheses. In the aftermarket, ECU tuning companies like APR, Unitronic, and Cobb Tuning sell fuel economy "eco tunes" that claim 10�?% MPG improvement. European tuners (MTM, ABT, Brabus) market the same product as a reduction from, say, 9.0 to 7.8 L/100km. A US customer reading the ABT website must convert 7.8 L/100km to 30.2 MPG to compare against APR's claim of 32 MPG for the same engine �?the conversion creates a direct sales comparison across continents. In the oil industry, BP's Statistical Review of World Energy reports global gasoline demand in barrels per day, but the accompanying transport efficiency analysis uses L/100km globally and MPG for the North American section. The conversion is embedded in BP's Python data pipeline as `def l100km_to_mpg_us(x): return 235.214583 / x if x > 0 else float('inf')` �?a one-line function that translates 2.3 million data points per annual report. The constant 235.214583 (the exact value) is stored as a module-level variable with a comment: `# 100 * 3.785411784 / 1.609344, ISO 80000-3 compliant`. The comment reveals the true precision: the US gallon is legally defined as exactly 231 cubic inches = 3.785411784 liters (per the 1959 International Yard and Pound Agreement), and the mile is exactly 1,609.344 meters �?so the exact conversion constant is 235.214583 (to 9 significant figures). The 235.215 used in consumer applications is a rounding to 6 significant figures, introducing a maximum error of 0.00018 MPG at 50 MPG �?far below the precision of any fuel gauge, but still noted in the ISO 80000-3:2019 entry for fuel consumption units.

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