# Mileage calculator

> Miles per gallon (MPG) measures how far your car travels on one gallon of fuel. Enter miles driven, gallons filled, and the gas price to see your actual fuel economy and running.

Calculate your car's fuel economy in MPG plus cost per mile and cost per 100 miles from a fill-up.

**Interactive version:** https://onlinecalculator.me/everyday/mileage/
**Category:** Everyday

## Formula

```
MPG = Miles driven ÷ Gallons used
Cost per mile = (Gallons × Price per gallon) ÷ Miles
```

## Example

Fill-up: 300 miles, 10 gallons, $3.50/gal:

```
MPG = 300 / 10 = 30
Total cost = 10 × $3.50 = $35
Cost per mile = $35 / 300 ≈ $0.117
Cost per 100 miles ≈ $11.67
```

## Frequently asked questions

### What is a good MPG?

The EPA average for new passenger cars is about 28–30 MPG combined (city + highway). Fuel-efficient sedans reach 35–45 MPG; large SUVs and trucks average 18–25 MPG.

### How is MPG calculated?

MPG = miles driven ÷ gallons used. If you drove 300 miles and used 10 gallons, your MPG is 30.

### What is cost per mile?

Cost per mile = (gallons × price per gallon) ÷ miles. It is the most useful metric for budgeting a road trip.

### What is gallons per 100 miles?

The inverse of MPG, popular in some countries. GPM100 = 100 ÷ MPG. Lower is better.

### How do I share my calculation?

Click "Share with my numbers" to copy a URL that saves your fill-up data.

## Sources

- [Gasoline Vehicles: Learn More About the Label (MPG)](https://www.fueleconomy.gov/feg/label/learn-more-gasoline-label.shtml) — FuelEconomy.gov (U.S. DOE/EPA)
- [Fuel economy in automobiles](https://en.wikipedia.org/wiki/Fuel_economy_in_automobiles) — Wikipedia

## Related calculators

- [Road trip cost calculator](https://onlinecalculator.me/everyday/road-trip-cost/) — Total fuel cost for a road trip by distance.
- [Carbon footprint calculator](https://onlinecalculator.me/everyday/carbon-footprint/) — Estimate your driving carbon emissions.
- [Auto loan calculator](https://onlinecalculator.me/finance/auto-loan/) — Monthly payment and total interest on a car loan.
- [Fuel economy converter](https://onlinecalculator.me/unit-converters/fuel-economy/) — Convert MPG to L/100km and other fuel economy units.

---

Part of [onlinecalculator.me](https://onlinecalculator.me/) — free calculators that run entirely in your browser.
Machine-readable index: https://onlinecalculator.me/llms.txt
