Miles per Liter to Liters per 100 Miles
Snapshot
1 Miles per Liter equals 100 Liters per 100 Miles. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses a fixed factor based on reference unit definitions.
- Example: For 5 Miles per Liter, the result equals 20 Liters per 100 Miles.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
100 Liters per 100 Miles (L/100mi)
SwitchMachine access
Available to apps and AI agents
Miles per Liter to Liters per 100 Miles can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
fuel-economy- Source unit
miles_per_liter- Target unit
liters_per_100_miles
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "fuel-economy",
"value": 1,
"from": "miles_per_liter",
"to": "liters_per_100_miles"
}Essential response
{
"ok": true,
"conversion": {
"family": "fuel-economy",
"value": 1,
"from": "miles_per_liter",
"to": "liters_per_100_miles",
"result": {
"raw": 99.9999999618,
"display": "100"
},
"canonicalPath": "/fuel-economy/miles-per-liter-to-liters-per-100-miles/"
}
}Explanation
The converter converts miles per liter into liters per 100 miles by normalizing the input through liters per 100 kilometers, then restating the result in the target fuel-economy format. Because one side measures consumption and the other measures efficiency, the numeric behavior is inverse even though the route stays on one fixed shared basis. The calculator, common values, and mirror Liters per 100 Miles to Miles per Liter page all use that same model.
This Miles per Liter-to-Liters per 100 Miles route stays on one fixed fuel-economy basis, so the calculator, common values, and mirror page remain aligned.
Common-value rows are generated from the same normalized fuel-economy model used by the live calculator.
Common Conversion Values
| Miles per Liter (mi/L) | Liters per 100 Miles (L/100mi) |
|---|---|
| 5 | 20 |
| 10 | 10 |
| 15 | 6.666667 |
| 20 | 5 |
| 25 | 4 |
| 30 | 3.333333 |
| 40 | 2.5 |
| 50 | 2 |
| 60 | 1.666667 |
| 80 | 1.25 |
Questions & answers
Frequently Asked Questions
How is mi/L to L/100mi calculated?
This page converts through liters per 100 kilometers, which keeps consumption-format and efficiency-format fuel economy units on one fixed shared basis even though their numeric behavior is inverse.
Is there a reverse page for L/100mi to mi/L?
Yes. Use the mirror L/100mi to mi/L page to apply the inverse relationship with the same fixed fuel-economy definitions.
Why do consumption and efficiency values move in opposite directions?
Consumption units measure fuel used per distance, while efficiency units measure distance per fuel amount. That is why improving efficiency lowers one number while raising the other.