Liters per 100 Miles to Miles per Liter
Snapshot
1 Liters per 100 Miles equals 100 Miles per Liter. 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 3 Liters per 100 Miles, the result equals 33.333333 Miles per Liter.
- 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 Miles per Liter (mi/L)
SwitchMachine access
Available to apps and AI agents
Liters per 100 Miles to Miles per Liter 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
liters_per_100_miles- Target unit
miles_per_liter
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": "liters_per_100_miles",
"to": "miles_per_liter"
}Essential response
{
"ok": true,
"conversion": {
"family": "fuel-economy",
"value": 1,
"from": "liters_per_100_miles",
"to": "miles_per_liter",
"result": {
"raw": 99.9999999618,
"display": "100"
},
"canonicalPath": "/fuel-economy/liters-per-100-miles-to-miles-per-liter/"
}
}Explanation
The converter converts liters per 100 miles into miles per liter 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 Miles per Liter to Liters per 100 Miles page all use that same model.
This Liters per 100 Miles-to-Miles per Liter route stays on one fixed fuel-economy basis, so the calculator, common values, and mirror page remain aligned.
Calculator output and table rows stay aligned because they use the same fixed fuel-economy definitions.
Common Conversion Values
| Liters per 100 Miles (L/100mi) | Miles per Liter (mi/L) |
|---|---|
| 3 | 33.333333 |
| 4 | 25 |
| 5 | 20 |
| 6 | 16.666667 |
| 7.5 | 13.333333 |
| 10 | 10 |
| 12.5 | 8 |
| 15 | 6.666667 |
| 20 | 5 |
| 30 | 3.333333 |
Questions & answers
Frequently Asked Questions
How is L/100mi to mi/L 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 mi/L to L/100mi?
Yes. Use the mirror mi/L to L/100mi 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.