Audited 28 Jul 2026·Last updated 27 Jul 2026·3 citations·Tier 2·0 uses

Car Depreciation Calculator

Free car depreciation calculator. Project your vehicle's value using the real steep first-year, then ~15%/year curve — not generic straight-line depreciation.

Car Depreciation Calculator

What you paid (or plan to pay) for the vehicle new.
$
Typical first-year value loss for a new vehicle. Carfax data puts this at roughly 20%.
%
Typical annual value loss for each year AFTER the first. Carfax data puts this at roughly 15% per year through year five.
%
How many years ahead to project the vehicle's value.
years
Estimated value
$14,616.18
The vehicle's projected value after the number of years you specified, applying the steep year-1 rate followed by the shallower compounding rate for every year after.
Total value lost
$20,383.83
Total % lost
58.24
Value after year 1
$28,000.00
Loss in the final projected year
$2,579.33

Background.

A new vehicle does not lose value at a steady, predictable rate the way an accounting spreadsheet might assume — it drops hardest in the first year, then settles into a shallower but still compounding decline for every year after. This calculator models that specific two-phase curve: a steep year-one percentage (the classic "drove it off the lot" drop, commonly estimated around 20% for a new vehicle) followed by a smaller annual percentage applied to whatever value remains (commonly estimated around 15% a year, compounding, for the next several years). It is a deliberately different shape from the straight-line, declining-balance, or sum-of-years-digits methods this site's generic depreciation calculator offers for business and tax accounting — those methods assume a smooth, formula-driven decline toward a salvage value over a fixed useful life, which is the right tool for depreciating office equipment or a rental property on a tax return, but the wrong tool for estimating what a specific used car is actually worth on the resale market.

The reason vehicles front-load their depreciation so heavily comes down to how the market treats "new" versus "used." The moment a car is titled and driven off the dealer's lot, it legally becomes a used vehicle, and used-vehicle buyers pay meaningfully less than new-vehicle buyers even for a car with a handful of miles on it — the new-car premium (dealer holdback, incentives, warranty framing, and the simple psychological value of being the first owner) evaporates almost immediately. After that first-year cliff, the decline slows because the car is now competing in the broader used-car market against other used cars of similar age and condition, where the value differences from one additional year of age are smaller and more gradual.

Running the numbers on a default $35,000 purchase — a 20% first-year drop followed by five years compounding at 15% a year — this calculator estimates the vehicle retains only about 41.8% of its original value after five years, which lines up closely with the commonly cited industry statistic that a new vehicle is worth roughly 40% of its purchase price after half a decade of ownership. That is not a coincidence baked into the defaults; it is the natural result of compounding a realistic first-year rate against a realistic ongoing rate, which is exactly the internal cross-check that gives this calculator's curve credibility as an estimate rather than an arbitrary formula.

Understanding this curve matters most at two decision points: buying and selling. On the buying side, it is the mathematical case for considering a lightly used (one- or two-year-old) vehicle instead of new — a car that has already absorbed its steepest depreciation year can often be bought for meaningfully less than new while still delivering most of its useful life, essentially letting the FIRST owner absorb the worst of the curve. On the selling or trading side, it explains why financing a new car over a long term (72 or 84 months) is a genuine risk: the loan balance falls in a straight line while the car's value falls in this steep, front-loaded curve, which is exactly how new-car buyers end up owing more than the car is worth ("negative equity" or "upside down") for the first two to three years of ownership. This calculator's related car loan and car affordability tools on this site model the financing side of that same problem; this one is built specifically to answer "what will this car actually be worth," which is the number that decision ultimately depends on.

What is car depreciation calculator?

Vehicle depreciation is the loss in a car's market resale or trade-in value over time, distinct from the accounting concept of depreciation used on a business's tax return (which follows one of several standardized formulas — straight-line, declining balance, or sum-of-years-digits — applied against a fixed useful life and salvage value, and which is what this site's generic depreciation calculator models). Market depreciation follows real buyer and seller behavior rather than an accounting formula, and the shape that behavior produces is well documented: a large, front-loaded drop in the first year (commonly cited around 20% for a typical new vehicle, driven by the new-to-used transition the moment a car is titled and driven), followed by a shallower but still meaningful annual decline for the next several years (commonly cited around 15% a year, compounding against whatever value remains, through roughly the five-year mark) as the vehicle competes in the broader used-car market on age, mileage, and condition rather than "newness." This calculator applies that two-rate curve — a distinct year-one input and a distinct subsequent-year input, both user-adjustable — to a purchase price over a chosen number of years, which is a meaningfully different mathematical shape than any single-rate depreciation method: because the subsequent rate compounds against an ALREADY-REDUCED balance each year, the dollar amount lost shrinks every year even while the percentage rate applied stays constant, which is exactly the pattern real used-car pricing data shows and exactly the pattern a flat straight-line calculation cannot reproduce.

How to use this calculator.

  1. Enter the purchase price — what you paid, or plan to pay, for the vehicle new.
  2. Set the year-1 depreciation rate. The 20% default reflects commonly cited industry data for a typical new vehicle; some vehicles (in particular, in-demand trucks, certain SUVs, and some luxury brands with strong resale reputations) depreciate less in year one, while others (especially vehicles that were oversupplied, discontinued, or hit by a redesign) depreciate more.
  3. Set the subsequent-year rate — the annual percentage applied to whatever value remains, for every year after the first. 15% is a commonly cited default; adjust it based on the specific make and model's known resale reputation if you have that data (Kelley Blue Book, Edmunds, and CARFAX all publish model-specific residual-value research).
  4. Set the number of years you want to project forward.
  5. Read the estimated value as your headline projection, and total value lost / total percent lost as the summary of what that means in dollars and as a share of the original price.
  6. Compare the year-1 value against the estimated value at your full projection period to see how much of the TOTAL depreciation happens in that first year alone — for the default rates, nearly half of the five-year total dollar loss happens in year one.
  7. Use this alongside a loan amortization schedule (this site's car loan calculator) to check for negative equity: if the projected value at any point in the first few years falls below the loan's remaining balance, you are financially "underwater" on the vehicle during that window.

The formula.

V(t) = P × (1−y1) × (1−sub)^(t−1)

The curve has two phases. Year one applies a single rate directly to the purchase price: value after year 1 = purchasePrice × (1 − yearOneDepreciationPercent/100). Every year after that compounds a second, typically smaller rate against whatever value remains from the PREVIOUS year, not against the original purchase price: value(t) = value(t−1) × (1 − subsequentAnnualDepreciationPercent/100), repeated for each additional year in the projection. This compounding structure is the mathematical reason the dollar amount lost shrinks every year even at a constant percentage rate — 15% of $28,000 (year 2's loss, $4,200) is a bigger dollar figure than 15% of $23,800 (year 3's loss, $3,570), even though the percentage rate never changes, because each year's 15% is applied to a smaller base than the year before. Total depreciation and the percentage lost follow directly by comparing the final projected value back to the original purchase price: totalDepreciation = purchasePrice − currentValue, and depreciationPercent = totalDepreciation / purchasePrice × 100. The marginal loss in the final projected year — how much value was lost specifically during that last year, as opposed to the cumulative total — is simply the difference between the second-to-last year's value and the final year's value, and it is always smaller in dollar terms than the marginal loss in any earlier year, for the same shrinking-base reason described above.

A worked example.

Example

A $35,000 new vehicle drops 20% in its first year — a loss of $7,000 — leaving it worth $28,000 after year one. From there, each subsequent year applies a 15% compounding rate against the previous year's value: $28,000 becomes $23,800 in year two, $20,230 in year three, $17,195.50 in year four, and $14,616.18 in year five. By the five-year mark the vehicle has lost $20,383.83 of its original value — 58.24% of the purchase price gone, with 41.76% remaining, closely matching the commonly cited industry estimate that a new vehicle retains roughly 40% of its value after five years. Notice that the marginal loss SHRINKS every year even though the percentage rate stays fixed at 15%: the vehicle lost $4,200 in year two but only $2,579.33 in year five, because 15% is being applied to a progressively smaller base each time. Nearly half of the entire five-year dollar loss ($7,000 of the $20,383.83 total) happens in that very first year alone — the single most important number for anyone weighing a new purchase against a one-year-old vehicle that has already absorbed that steepest drop.

years Owned5
purchase Price35,000
subsequent Annual Depreciation Percent15
year One Depreciation Percent20

Frequently asked questions.

How much does a new car depreciate in the first year?
Commonly cited industry data (CARFAX) puts the average new-vehicle first-year depreciation at roughly 20% of the purchase price — a $35,000 vehicle worth around $28,000 after just one year. The first year is consistently the steepest single year of a vehicle's entire depreciation curve, because the car transitions from "new" to "used" the moment it's titled and driven, and used-market buyers price that transition in immediately regardless of how few miles are actually on the odometer.
Why does this calculator use a different rate for year 1 than for later years?
Because that's the shape real vehicle depreciation actually follows, and a single flat rate applied every year would badly misrepresent it. The first year absorbs an outsized loss because of the new-to-used market transition described above; every year after that, the vehicle is competing against other USED vehicles of similar age, and the year-over-year value differences are smaller and more gradual — commonly cited around 15% a year rather than 20%. Using two distinct rates, with the second one compounding against the previous year's already-reduced value, reproduces the real front-loaded curve; a single flat rate applied uniformly would either understate the first-year drop or overstate every later year.
How is this different from the depreciation methods on a tax return?
Tax and accounting depreciation methods — straight-line, declining balance, sum-of-years-digits, all available on this site's generic depreciation calculator — are formulas designed to allocate an asset's cost evenly (or by a defined schedule) across its useful life for financial reporting or tax-deduction purposes, ending at a specified salvage value. They are not attempts to predict real resale value; a business might use straight-line depreciation on a company vehicle for its books while that vehicle's actual market value follows the very different, front-loaded curve this calculator models. If you need vehicle depreciation for a Section 179 business deduction or a financial statement, use the generic depreciation calculator's accounting methods and consult a tax professional; if you want a realistic estimate of what a car is actually worth on the resale market, this calculator's curve is the appropriate one.
Do all vehicles depreciate at the same rate?
No — the 20%/15% defaults are broad industry averages, and specific models vary meaningfully around them. Vehicles known for strong resale value (certain trucks, some Japanese brands, and models in persistently high demand relative to supply) can depreciate noticeably slower than the defaults; vehicles that were overproduced relative to demand, hit by a mid-cycle redesign, discontinued shortly after purchase, or associated with reliability concerns can depreciate faster. Luxury vehicles in particular are frequently cited as depreciating faster than mainstream brands in percentage terms, even though the defaults here are reasonable starting points across the market as a whole. If you know a specific model's typical residual-value performance (from Kelley Blue Book, Edmunds, or CARFAX model-specific data), adjust both rate inputs to match it.
Why does the dollar amount of depreciation shrink each year even at a constant percentage rate?
Because the subsequent-year rate compounds against the PREVIOUS year's value, not the original purchase price — the same reason a savings account earning a fixed interest rate produces smaller-and-smaller dollar gains if the balance were shrinking instead of growing. In the worked example, a fixed 15% rate produces a $4,200 loss in year two (15% of $28,000) but only a $2,579.33 loss in year five (15% of $17,195.50) — the percentage never changes, but the base it's applied to keeps getting smaller, so the dollar figure keeps shrinking too. This is exactly why a vehicle's LATER years of ownership are relatively cheaper from a pure depreciation standpoint than its early years, even at an unchanged percentage rate.
How does depreciation relate to being "upside down" on a car loan?
Being upside down (owing more on a loan than the car is worth) happens when the loan balance falls MORE SLOWLY than the car's value — and the front-loaded depreciation curve this calculator models is exactly why that risk is concentrated in the first two to three years of ownership. A car loan's balance falls in a relatively smooth, predictable amortization pattern, while the car's value drops sharply in year one and then more gradually — so for a new-car loan with a small down payment, it's common for the depreciation curve to fall below the loan-balance curve almost immediately, only crossing back above it (returning to positive equity) after a year or two. Comparing this calculator's projected value at each early year against a loan amortization schedule (this site's car loan calculator) is the direct way to check whether — and for how long — a specific purchase would leave you underwater.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 313 calculators remain free
  • No billing is enabled
Coming soon