01 Government Data Sources

Every input to True Driving Cost's calculations is official U.S. government data (EPA, DOE, EIA, BLS and BEA) - no third-party or industry data feeds are used. This site does publish a small number of its own derived metrics computed from that data (the Fuel Price Risk Score and the exact vehicle rankings described in Visualizations), and each is explicitly labeled as this site's own computation, never attributed to EPA or any government source. There are three groups of underlying data: the FuelEconomy.gov and historical price sources described next, and the Bureau of Labor Statistics and Bureau of Economic Analysis figures behind the ownership-costs panel (see Ownership Costs Beyond Fuel). The first two are:

FuelEconomy.gov REST API, maintained jointly by the U.S. Department of Energy (DOE), Office of Energy Efficiency & Renewable Energy, and the U.S. Environmental Protection Agency (EPA). This is the primary, real-time data source for every vehicle-specific figure on the page.

All API requests for the selected vehicle's own specs are made client-side in real time. No individual vehicle data is cached, stored, or modified by True Driving Cost.

DOE Alternative Fuels Data Center historical gasoline price series, used only by the Cost Uncertainty Monte Carlo simulation, the historical trend regression, and the Sensitivity Tornado's price factor (see Visualizations). Unlike the FuelEconomy.gov data, this is not fetched live: it is embedded directly in the page's code as 76 years of nominal price levels (1950–2025) and the 75 real year-over-year percentage changes between them, sourced from the DOE's "Average Annual Retail Price of Gasoline, 1950–2023" series extended through 2025 using EIA's Short-Term Energy Outlook (September 2026 edition, Table 2) annual average regular gasoline retail prices for 2024 ($3.31) and 2025 ($3.10). This series needs one new year appended annually once EIA publishes the prior year's final annual average - see Data Freshness.

EPA/DOE Fuel Economy Guide vehicle database (Data/vehicles.csv, model year 2026, refreshed September 2026), a separate static snapshot from the live per-vehicle API above, used only to build the reference population this site compares your selected vehicle against: the class-percentile boxplots (Figs. 7 and 8), the Efficiency Gauge's population context, the EPA score percentile context, the Fuel Price Risk Score's cost-magnitude percentile, and the exact vehicle rankings. This snapshot covers 1,166 MY2026 vehicle configurations with a valid combined MPG/MPGe figure (841 of them non-EV with a valid CO₂ figure). Like the historical price series, this snapshot does not update itself and is refreshed periodically as new model-year data becomes available - see Data Freshness.

02 API Fields Used

The following fields are retrieved from the FuelEconomy.gov /vehicle/{id} endpoint for each selected vehicle:

FieldDescriptionUsed For
city08EPA city fuel economy (MPG)Fuel cost calculation
highway08EPA highway fuel economy (MPG)Fuel cost calculation
comb08EPA combined fuel economy (MPG)Vehicle summary display
cityA08City fuel economy, alternate fuel (MPGe)EV/PHEV display
highwayA08Highway fuel economy, alternate fuel (MPGe)EV/PHEV display
cityEElectricity consumption (kWh/100mi)EV/PHEV cost calculation
fuelTypePrimary fuel typeFuel price matching
atvTypeAlternative vehicle type (EV, PHEV, etc.)Vehicle classification
co2TailpipeGpmCO₂ tailpipe emissions (g/mi)Emissions display
feScoreEPA fuel economy score (1 to 10)Score ring visualization
ghgScoreEPA greenhouse gas rating (1 to 10)Score ring visualization
fuelCost08EPA estimated annual fuel cost ($)EPA comparison card and chart (Fig. 9)
youSaveSpend5-year savings vs average vehicle ($)EPA comparison card and chart (Fig. 9); derives the "average new vehicle" figure and feeds the Fuel Price Risk Score's cost magnitude
barrels08Annual petroleum consumption (barrels)Petroleum metric
rangeAEPA-rated electric range (mi)PHEV split calculation; Fuel Price Risk Score's price-exposure share for PHEVs
rangeTotal range (mi)Range per fill metric; PHEV price-exposure share
hlv, hpvFuel tank volume (gal)Fill-up count estimate
displEngine displacement (L)Vehicle summary
cylindersNumber of cylindersVehicle summary
tranyTransmission typeVehicle summary
driveDrivetrain (FWD, AWD, etc.)Vehicle summary
VClassEPA vehicle classContext

Fuel prices are retrieved from the /fuelprices endpoint:

FieldDescription
regularRegular gasoline price ($/gal)
midgradeMidgrade gasoline price ($/gal)
premiumPremium gasoline price ($/gal)
dieselDiesel price ($/gal)
e85E85 ethanol price ($/gal)
cngCompressed natural gas ($/GGE)
electricElectricity price ($/kWh)

03 Fuel Cost Calculation

Conventional Vehicles (Gasoline, Diesel, E85, CNG)

Fuel cost is computed using EPA city and highway fuel economy ratings, weighted by the user's specified city/highway driving mix using the EPA harmonic mean formula:

Step 1: Combined MPG (harmonic weighted mean) Combined MPG = 1 / (mix / cityMPG + (1 - mix) / hwyMPG)
Step 2: Annual fuel cost Annual Cost = (miles per year / Combined MPG) × fuel price per gallon
Step 3: Total fuel cost Total Cost = Annual Cost × ownership years

The harmonic mean is used (rather than arithmetic mean) because fuel economy in MPG is a rate (miles per gallon). The harmonic mean correctly weights the proportions of city and highway driving. This is the same formula used by the EPA to calculate combined fuel economy on vehicle window stickers.

Why harmonic mean? A vehicle rated 20 MPG city / 40 MPG highway driven 50/50 achieves 26.7 MPG combined (harmonic), not 30 MPG (arithmetic). The harmonic mean accounts for the fact that lower-efficiency driving (city) consumes disproportionately more fuel per mile.

04 Electric & Plug-in Hybrid Vehicles

Battery Electric Vehicles (BEVs)

For pure electric vehicles (where atvType = "EV" and no plug-in hybrid indicator), fuel cost is calculated using the EPA electricity consumption rating, blended by the same city/highway driving mix used for gas vehicles - EPA rates city and highway electricity consumption separately for EVs, and city driving is usually somewhat more efficient due to regenerative braking:

Step 1: Blended electricity consumption kWh/100mi = (mix × cityE) + ((1 − mix) × highwayE)
Step 2: BEV annual cost Annual Cost = miles per year × (kWh/100mi / 100) × electricity price per kWh

Where cityE/highwayE are the EPA-rated electricity consumption in kWh per 100 miles. Unlike the harmonic mean used for gas MPG, this is a straight weighted average, since kWh/100mi is already energy-per-distance rather than a rate like miles-per-gallon. The default electricity rate is sourced from the FuelEconomy.gov fuel prices API. Users can override this with their local rate.

Plug-in Hybrid Electric Vehicles (PHEVs)

For PHEVs, annual mileage is split between electric (charge-depleting) and gasoline (charge-sustaining) operation using the EPA's own utility factors, the estimated share of miles driven in charge-depleting mode, published separately for city and highway driving (cityUF, highwayUF) and blended with your city/highway mix:

PHEV electric share of miles Electric Share = Mix × cityUF + (1 − Mix) × highwayUF
PHEV annual cost (blended) Annual Cost = electric miles × (kWh/100mi / 100 × elec rate + CD gallons/100mi / 100 × gas price) + (gas miles / Combined MPG × gas price)

The second term inside the parentheses covers plug-in hybrids that still burn some gasoline while running mostly on the battery (EPA's cityCD and highwayCD, gallons per 100 miles, blended the same way; zero for vehicles that do not). If a vehicle has no utility factors, the calculator falls back to its electric range divided by its total range, and if that is also unavailable, to gasoline-only operation using the conventional MPG ratings. The Fuel Price Risk Score and the cost-per-mile rankings use their own fixed reference assumptions for PHEVs (described in their sections), not this cost model.

05 Fuel Price Matching

Each vehicle's fuelType field determines which fuel price is applied. The matching logic:

fuelType ContainsPrice Used
"Premium"Premium gasoline
"Diesel"Diesel
"Midgrade"Midgrade gasoline
"E85"E85 ethanol
"CNG" or "Natural"Compressed natural gas
"LPG" or "Propane"LPG/propane
All other gasolineRegular gasoline (default)

Fuel prices are fetched once per session from the FuelEconomy.gov API, which returns a single national average with no regional breakdown. If the API is unavailable, fallback prices are used (currently $3.10/gal regular, matching EIA's 2025 annual average). Users can override the fuel price via the parameter adjustment interface.

State-level regional adjustment. When a state is selected, the live national price is scaled by that state's real regional price ratio (state gas price ÷ a fixed national reference price, both sourced from this site's own state pages, EIA Weekly Retail Gasoline Prices, August 2026 vintage) rather than substituting a frozen dollar figure - so the displayed price stays as current as the live national API allows while still reflecting real regional variation.

06 User Parameters & Validation

Users provide three parameters that shape the analysis:

ParameterRangeDefaultValidation
Ownership Period1 to 30 years5 yearsClamped to valid range
Annual Mileage100 to 500,000 mi/yr12,000 mi/yrClamped to valid range
City Driving Mix0% to 100%55%Clamped to valid range

Additional override parameters (accessible via the results interface):

OverrideRangeDefault
Fuel price (per gallon)$0.01 to $25.00EPA current price
Electricity rate (per kWh)$0.01 to $2.00EPA current rate

All inputs are validated with a clamp(value, min, max) function at every entry point (dropdown selection, popover input, and programmatic update) to prevent invalid calculations.

07 Visualizations

All charts are rendered client-side on HTML5 canvas with devicePixelRatio scaling for crisp rendering on high-DPI displays. No external charting libraries are used.

Fig. 1: Fuel Cost Timeline

A single running-total line chart of cumulative fuel cost over the ownership period, at today's flat fuel price, with a point marking each year (hoverable for that year's exact annual and cumulative figures) and the final total labeled directly on the last point. Annual cost is not shown as a separate per-year panel: under this flat-price, constant-mileage model, annual cost is mathematically identical every year, so a bar-per-year would just repeat the same number - instead that constant rate is stated once as a corner annotation. The probabilistic range around this flat-price estimate is Fig. 5's job, not this chart's.

Fig. 2: Driving Mix Sensitivity Curve

A continuous curve plotting total fuel cost at every city/highway driving mix from 0% city (all highway) to 100% city. Computed by recalculating total fuel cost at 2% intervals across the full mix range. The user's selected mix point is highlighted with a diamond marker. Best and worst cost points are labeled. A multi-pass label collision avoidance algorithm prevents text overlap.

Fig. 3: Fuel Price Scenario Fan Chart

Four cumulative cost curves showing how total fuel cost varies under different fuel price assumptions:

The shaded fan regions between curves illustrate the compounding effect of fuel price uncertainty over the ownership period. End labels use collision avoidance to prevent overlap.

Fig. 4: Efficiency Gauge

A horizontal gauge showing the vehicle's city MPG, highway MPG, and effective combined MPG at the user's driving mix. The gauge track spans from 75% of the lower rating to 125% of the higher rating. An active region highlights the operating range. The effective MPG marker shows where the vehicle operates at the selected driving mix, and a caption states whichever of city or highway is actually more efficient for this specific vehicle - for roughly 30% of MY2026 vehicles, nearly all hybrids, city MPG is higher than highway due to regenerative braking, so this is not assumed to always favor highway. Alongside the gauge, this vehicle's combined MPG is also placed against the real percentile distribution of its own body-style class (845 non-EV MY2026 vehicles), computed from the same vehicle database used for Figs. 7 and 8.

Fig. 5: Cost Uncertainty (Monte Carlo Percentile Fan)

Unlike the fixed-percentage scenarios in Fig. 3, this chart quantifies fuel-price uncertainty statistically. The model resamples (with replacement) the 75 real year-over-year percentage changes in the combined 1950–2025 gasoline price series described in Government Data Sources, compounding a randomly drawn change for each year of the ownership period, across 1,500 simulated price paths. At each year, the 10th, 25th, 50th (median), 75th, and 90th percentiles of cumulative cost across all simulated paths are plotted as a fan: a light outer band (10th–90th percentile) and a darker inner band (25th–75th percentile), with the median as a highlighted line. Because the resampling draws from actual historical annual changes rather than an assumed distribution shape (such as a normal distribution), the simulation reflects the real fat-tailed, skewed behavior of historical gasoline prices, including energy-crisis years. For battery electric vehicles, this chart renders as a flat, zero-width band, since EV charging cost is not exposed to gasoline price volatility in this model.

Fig. 5b: Outcome Distribution (Histogram + Gaussian KDE)

A 30-bin equal-width histogram of the 1,500 simulated final-year outcomes from Fig. 5, overlaid with a Gaussian kernel density estimate using Silverman's rule-of-thumb bandwidth (h = 0.9·min(σ, IQR/1.34)·n-1/5), and a Normal distribution of the same mean and variance (dashed) for direct comparison. The gap between the KDE and the Normal curve is the same skew/kurtosis reported in the accompanying text. Mean and median are marked as separate reference lines since they diverge whenever the distribution is skewed. Renders as a single spike for BEVs (no cost variability to distribute).

Fig. 5c: Cumulative Probability (Empirical CDF)

The empirical cumulative distribution function of the same 1,500 outcomes: for any dollar value on the x-axis, the curve gives the fraction of simulations at or below it, read directly from the sorted outcome array (no distributional assumption). Plotted against the CDF of a Normal distribution with the same mean/variance (dashed) for comparison. P10/median/P90 are marked directly on the curve.

Fig. 5d: Historical Price Trend

An ordinary-least-squares regression of ln(price) on year index, fit across all 76 years of the combined nominal gas price series (1950–2025, see Government Data Sources) - a semi-log fit, the standard approach for a variable that grows multiplicatively rather than additively, so a constant compounding growth rate renders as a straight line. A 95% prediction interval band is computed with the standard formula SE_pred(x) = s·√(1 + 1/n + (x−x̄)²/Sxx). The fitted trend (solid) is then extrapolated forward through the user's own ownership-years input (dashed, shaded region, separated from the fitted range by a divider labeled with the current year, not the last year of real data - those are two different years once you're partway through the current one) and that projected price is run through the selected vehicle's real fuel-consumption numbers to produce a trend-implied total cost, compared against the calculator's primary flat-price estimate. For BEVs, this projected cost is not computed, since gasoline price trends have no bearing on electricity cost - the chart states this directly rather than showing a fabricated number.

Fig. 5e: Tail Risk (Value at Risk & Conditional VaR)

Two standard quantitative risk-management metrics, computed directly from the same 1,500 simulated outcomes as Fig. 5b/5c: Value at Risk (VaR) at the 95th and 99th percentiles (the loss threshold such that outcomes exceed it only 5% or 1% of the time), and Conditional VaR / Expected Shortfall (CVaR) at 95%, the mean of all simulated outcomes at or beyond the VaR-95 threshold. CVaR is reported because VaR alone describes only a threshold, not how severe outcomes get once you're past it - CVaR is consistently the harsher, more complete number. Both are vehicle/years/miles/mix-dependent, since they're computed from the user's own simulated outcome set. Not computed for BEVs, for the same reason as Fig. 5d.

Fig. 6: Sensitivity Tornado

A tornado diagram ranking which input variables have the largest effect on total fuel cost. Each of four inputs (annual miles, city/highway driving mix, fuel or electricity price, and vehicle efficiency) is independently perturbed by ±20% (or ±20 percentage points for driving mix, clamped to 0–100%) while holding all other inputs at the user's current settings, and the resulting low/high total-cost outcomes are plotted as horizontal bars. Bars are sorted by swing size (widest at top), with a dashed reference line marking the unperturbed base-case total. Vehicle efficiency is perturbed on the underlying city/highway MPG or MPGe rating (or kWh/100mi consumption rate for BEVs, inverted so a larger number always represents worse efficiency), not as a naive linear scaling of cost, since fuel cost is inversely related to fuel economy.

Fig. 7: Cost vs. CO₂ by Vehicle Class

A scatter plot of the median cost-per-mile against the median CO₂ tailpipe emissions for each of 12 EPA body-style classes (bubble size = number of vehicles in that class), computed directly from the Data/vehicles.csv snapshot described in Government Data Sources: 841 non-EV MY2026 vehicle configurations with a valid tailpipe CO₂ figure. A fitted trend line and Pearson correlation (computed fresh from those 12 class medians, not a fixed number) show that classes which cost more to fuel also tend to emit more CO₂ per mile. The current vehicle is marked at its own actual cost and emissions, not just its class median, so it can visibly sit off the class-median trend. Not shown for BEVs, which have zero direct tailpipe emissions. This replaced an earlier version of this chart that duplicated Fig. 8's boxplot layout for a different metric, which read as repetitive rather than as a distinct analysis.

Fig. 8: Where You Rank

A box-plot comparison of this vehicle's fuel cost per mile against 1,166 real MY2026 vehicle configurations from the same Data/vehicles.csv snapshot, grouped into 12 body-style classes. Boxes show the 25th–75th percentile of each class, whiskers the 5th–95th, with a white tick at the median. Cost per mile is computed as a fixed reference fuel or electricity price divided by each vehicle's EPA-rated combined MPG or MPGe (1 gallon-equivalent = 33.7 kWh, the standard EPA conversion factor) - $3.10 regular, $3.84 midgrade, $4.19 premium, $3.76 diesel, $0.165/kWh electricity - so gasoline, hybrid, EV, and PHEV vehicles all sit on one common, comparable axis rather than incomparable MPG/MPGe/cost units. These are fixed reference prices used only to build a consistent axis for this comparison, not the live price used in the rest of the calculator. PHEV figures blend gas-mode and electric-mode cost/mile 50/50, a default utility-factor assumption since the Fuel Economy Guide does not publish a per-vehicle electric-use share. The current vehicle's own class is highlighted, with its actual cost/mile marked and its percentile rank within that class computed by piecewise-linear interpolation between the class's known percentile breakpoints. This compares against today's MY2026 new-vehicle lineup as a whole, not specifically vehicles from the selected model year, since the Fuel Economy Guide snapshot is for one model year.

Directly above this chart, a set of exact-rank badges give a real integer position rather than an interpolated percentile - "#81 of 292," not "better than approximately 72%." This is possible here specifically because the full sorted list of values for each metric (not just its percentile breakpoints) is embedded in the page. Four rankings are shown when data allows: cost per mile within the vehicle's own class and across all 1,166 vehicles overall (cheapest = #1); CO₂ emissions within class (cleanest = #1); and combined MPG/MPGe within class (most efficient = #1). CO₂ and MPG are not given an "overall" cross-class ranking, since comparing a truck's emissions or MPG directly against a compact car's is not a fair or meaningful ranking the way a shared dollar-per-mile unit is - the population itself, not just the vehicle, changes what "efficient" means across those classes. Not shown for BEVs for CO₂/MPG (comb08 for a BEV is MPGe on a different scale than the non-EV MPG population these rankings are built from).

Fig. 9: EPA Comparison

A three-bar comparison of annual fuel cost on three different bases: EPA's own published estimate for this specific vehicle (fuelCost08, at EPA's standard 15,000 mi/yr, 55% city), the user's own parameters, and an average new vehicle on EPA's basis - the third bar derived by dividing EPA's published 5-year youSaveSpend figure by 5 and adding or subtracting it from fuelCost08, not an independently invented number. These three figures use genuinely different assumptions and are not meant to be read as three measurements of the same thing.

Fig. 10: Fuel Price Risk Score

See Fuel Price Risk Score below for the full methodology behind this chart and its underlying index.

08 EPA Scores & Ratings

Three EPA ratings are displayed directly from the API with no modification:

Both the EPA Fuel Economy Score and Greenhouse Gas Rating are also shown against a real population percentile ("Beats N% of 1,172 MY2026 vehicles on this scale"), computed from the feScore/ghgScore distribution in the same vehicle database.

Scores of −1 (EPA's code for "not rated") are treated as unavailable and displayed as "--".

Score labels are assigned as follows:

Score RangeLabel
8 to 10Excellent
6 to 7Good
4 to 5Average
1 to 3Below Average

09 Derived Metrics

The following metrics are derived from the computed fuel cost data using standard arithmetic:

MetricFormula
Cost per mileTotal cost / total miles
Cost per monthTotal cost / (years × 12)
Cost per dayTotal cost / (years × 365)
Cost per yearTotal cost / years
Cost per 100 miles(Total cost / total miles) × 100
Effective MPG/MPGeHarmonic mean of city/hwy at user's mix
Total fuel consumedTotal miles / effective MPG (gallons) or total miles × kWh/100mi / 100 (kWh)
Total CO₂CO₂ g/mi × total miles / 1,000,000 (metric tons)
Fill-ups / chargesTotal miles / (effective MPG × tank size) or total miles / electric range
Range per fillEffective MPG × tank size (gas) or EPA range (EV)
Tank size disclosure. EPA's Fuel Economy Guide database reports a real tank size (hlv/hpv) for only about 4% of MY2026 vehicles. When a vehicle doesn't report one, this calculator uses 24 gallons - the real median tank size among the vehicles that do report it, not a round guessed number - and the Range/Fill card explicitly labels this an estimate rather than attributing it to EPA.

10 EPA Comparison Data

Two EPA comparison fields are available for context:

Both fields are visualized together in Fig. 9 (see Visualizations), alongside the user's own parameter-based estimate, on three clearly distinct bases that are not meant to be read as three measurements of the same quantity.

11 Fuel Price Risk Score

This is True Driving Cost's own synthesized metric - explicitly disclosed as such wherever it appears, never attributed to EPA or any government source. It combines two quantities already computed elsewhere on this page into one 0–100 index, using a standard risk = likelihood × magnitude framing rather than an arbitrary formula:

Price Exposure 100% for gasoline, diesel, and non-plug-in hybrids (all of which buy 100% of their energy at the pump); 0% for battery EVs (electricity is held at one fixed rate in this model, with no historical volatility series behind it); for PHEVs, the EPA electric-range share when available (matching the same formula used for the PHEV cost split in Electric & Plug-in Hybrid Vehicles), falling back to a 50% default utility factor when a specific vehicle doesn't report a range.
Cost Magnitude This vehicle's cost-per-mile percentile against all 1,166 MY2026 vehicles tracked in Data/vehicles.csv - the same "All Vehicles" population used in Fig. 8.
Fuel Price Risk Score Score = Price Exposure × Cost Magnitude Percentile

Both factors are shown alongside the score, not hidden behind it. Fig. 10 plots them on a continuous risk-intensity map (radiating from the low-exposure/low-cost corner) rather than a flat four-quadrant grid, with the current vehicle marked at its own exact position.

A known limitation. The same regular-gasoline historical volatility series (see Government Data Sources) is used for every fuel type in the Cost Uncertainty Monte Carlo, Value at Risk, and this score's Price Exposure concept - diesel and premium gasoline have historically had somewhat different volatility characteristics, and this site does not currently have a separate historical series for them.

12 Ownership Costs Beyond Fuel

Below the headline fuel estimate, the calculator shows a panel of typical other costs of owning a vehicle. These are national averages, not estimates for your vehicle, and are labelled that way on the page. Every number in the panel comes from a file in this project's data folder and is checked against that file by an automated script; the full list of figures, files and locations is at the end of this section.

What is included and where it comes from

Assumptions and known limits

Not used

Data from private sources (for example AAA's annual cost study) is not used, because its terms of reuse could not be confirmed. Only U.S. government data is used.

Every figure used in this panel, with its file and location
FigureValueUnitFileLocation in file
bea.avg_consumer_expenditure.car32,600.17USD, mean of 12 monthly valuesbea_t7.2.5s_auto_truck_unit_sales_and_price_1967-2026.csvcsv row 60, columns AAD:AAO (AUG 2025 to JUL 2026)
bea.avg_consumer_expenditure.light_truck48,121.58USD, mean of 12 monthly valuesbea_t7.2.5s_auto_truck_unit_sales_and_price_1967-2026.csvcsv row 32, columns AAD:AAO (AUG 2025 to JUL 2026)
bls.depreciation.new_auto.age_023.9percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 0
bls.depreciation.new_auto.age_111.3percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 1
bls.depreciation.new_auto.age_104.9percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 10
bls.depreciation.new_auto.age_11plus10.3percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 11+
bls.depreciation.new_auto.age_210.8percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 2
bls.depreciation.new_auto.age_314percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 3
bls.depreciation.new_auto.age_413.7percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 4
bls.depreciation.new_auto.age_513.1percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 5
bls.depreciation.new_auto.age_611.4percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 6
bls.depreciation.new_auto.age_78.7percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 7
bls.depreciation.new_auto.age_89.9percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 8
bls.depreciation.new_auto.age_96.9percent per year (as printed on the chart data)bls.gov_opub_mlr_2024_highcharts_data_autos-chart-1.stm.pdfpage 1, age 9
ce.maintenance_and_repairs.20221,160USD per consumer unit per yearcu-all-multi-year-2021-2024.xlsxTable!C132
ce.maintenance_and_repairs.2024984USD per consumer unit per yearcu-all-multi-year-2021-2024.xlsxTable!E132
ce.rental_leases_licenses_other.2022787USD per consumer unit per yearcu-all-multi-year-2021-2024.xlsxTable!C133
ce.rental_leases_licenses_other.2024811USD per consumer unit per yearcu-all-multi-year-2021-2024.xlsxTable!E133
ce.vehicle_finance_charges.2022295USD per consumer unit per yearcu-all-multi-year-2021-2024.xlsxTable!C131
ce.vehicle_finance_charges.2024418USD per consumer unit per yearcu-all-multi-year-2021-2024.xlsxTable!E131
ce.vehicle_insurance.20221,592USD per consumer unit per yearcu-all-multi-year-2021-2024.xlsxTable!C134
ce.vehicle_insurance.20241,993USD per consumer unit per yearcu-all-multi-year-2021-2024.xlsxTable!E134
ce.vehicles_per_consumer_unit.20221.9vehiclescu-all-multi-year-2021-2024.xlsxTable!C18
ce.vehicles_per_consumer_unit.20241.9vehiclescu-all-multi-year-2021-2024.xlsxTable!E18
ceq.maintenance_and_repairs.mean.all.20221,160USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Maintenance and repairs' block, line 'Mean'
ceq.maintenance_and_repairs.mean.fourth20.20221,391USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Maintenance and repairs' block, line 'Mean'
ceq.maintenance_and_repairs.mean.highest20.20221,934USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Maintenance and repairs' block, line 'Mean'
ceq.maintenance_and_repairs.mean.lowest20.2022550USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Maintenance and repairs' block, line 'Mean'
ceq.maintenance_and_repairs.mean.second20.2022848USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Maintenance and repairs' block, line 'Mean'
ceq.maintenance_and_repairs.mean.third20.20221,078USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Maintenance and repairs' block, line 'Mean'
ceq.rental_leases_licenses_other.mean.all.2022787USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle rental, leases, licenses, and other charges' block, line 'Mean'
ceq.rental_leases_licenses_other.mean.fourth20.2022889USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle rental, leases, licenses, and other charges' block, line 'Mean'
ceq.rental_leases_licenses_other.mean.highest20.20221,724USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle rental, leases, licenses, and other charges' block, line 'Mean'
ceq.rental_leases_licenses_other.mean.lowest20.2022245USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle rental, leases, licenses, and other charges' block, line 'Mean'
ceq.rental_leases_licenses_other.mean.second20.2022441USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle rental, leases, licenses, and other charges' block, line 'Mean'
ceq.rental_leases_licenses_other.mean.third20.2022637USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle rental, leases, licenses, and other charges' block, line 'Mean'
ceq.vehicle_finance_charges.mean.all.2022295USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle finance charges' block, line 'Mean'
ceq.vehicle_finance_charges.mean.fourth20.2022396USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle finance charges' block, line 'Mean'
ceq.vehicle_finance_charges.mean.highest20.2022515USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle finance charges' block, line 'Mean'
ceq.vehicle_finance_charges.mean.lowest20.202288USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle finance charges' block, line 'Mean'
ceq.vehicle_finance_charges.mean.second20.2022182USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle finance charges' block, line 'Mean'
ceq.vehicle_finance_charges.mean.third20.2022292USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle finance charges' block, line 'Mean'
ceq.vehicle_insurance.mean.all.20221,592USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle insurance' block, line 'Mean'
ceq.vehicle_insurance.mean.fourth20.20221,952USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle insurance' block, line 'Mean'
ceq.vehicle_insurance.mean.highest20.20222,285USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle insurance' block, line 'Mean'
ceq.vehicle_insurance.mean.lowest20.2022815USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle insurance' block, line 'Mean'
ceq.vehicle_insurance.mean.second20.20221,284USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle insurance' block, line 'Mean'
ceq.vehicle_insurance.mean.third20.20221,627USD per consumer unit per yearcu-income-quintiles-before-taxes-2022.pdfpage 7, 'Vehicle insurance' block, line 'Mean'
ceq.vehicles_per_cu.all.20221.9vehicles per consumer unitcu-income-quintiles-before-taxes-2022.pdfpage 1, 'Vehicles' line
ceq.vehicles_per_cu.fourth20.20222.3vehicles per consumer unitcu-income-quintiles-before-taxes-2022.pdfpage 1, 'Vehicles' line
ceq.vehicles_per_cu.highest20.20222.6vehicles per consumer unitcu-income-quintiles-before-taxes-2022.pdfpage 1, 'Vehicles' line
ceq.vehicles_per_cu.lowest20.20221vehicles per consumer unitcu-income-quintiles-before-taxes-2022.pdfpage 1, 'Vehicles' line
ceq.vehicles_per_cu.second20.20221.5vehicles per consumer unitcu-income-quintiles-before-taxes-2022.pdfpage 1, 'Vehicles' line
ceq.vehicles_per_cu.third20.20221.9vehicles per consumer unitcu-income-quintiles-before-taxes-2022.pdfpage 1, 'Vehicles' line

13 What Is Not Included

The headline estimate covers fuel and electricity only. The separate panel described in Ownership Costs Beyond Fuel adds national-average figures for other ownership costs; they are not specific to any vehicle. The following are not included anywhere on the page, because no per-vehicle U.S. government data source exists for them:

IRS Standard Mileage Rate. The IRS publishes an annual standard mileage rate ($0.725/mile for 2026, up from $0.70/mile in 2025) that covers fuel, depreciation, insurance, and maintenance as a bundled figure. This rate is designed for tax deduction purposes and is not a per-vehicle estimate. It is referenced for context only.

14 Limitations & Assumptions

Important. All estimates are for informational purposes only. They do not constitute financial, legal, or purchasing advice. Actual fuel costs vary based on individual driving habits, geographic location, vehicle condition, fuel price fluctuations, and many other factors.

Key assumptions and limitations:

15 Data Freshness

Not everything on this page updates itself at the same rate. It's useful to be clear about which parts are live and which are periodic snapshots:

None of this affects the core, always-live calculator experience - it affects only how current the comparison/statistical layer built on top of it is.

This Site's calculator and content were built using AI; the underlying data is not. Figures come from the official U.S. government sources listed above, and calculated figures are computed from them by code written with AI. See our Terms of Service for the full disclosure.