loan
Auto Loan Calculator
Estimate monthly vehicle loan payments from price, down payment, trade-in value, rate, and term.
loan calculator
The Auto Lease Calculator estimates a simplified vehicle lease payment in two modes. Monthly payment mode starts with the entered auto price, subtracts down payment and trade-in value to estimate adjusted capitalized cost, then combines monthly depreciation, monthly finance charge, and entered sales tax. Auto price mode starts with a target monthly payment and back-solves the auto price implied by the same residual, term, tax, down-payment, trade-in, and money-factor assumptions. The result is a calculator estimate, not a dealer worksheet, lease contract, consumer lease disclosure, financing approval, tax answer, or vehicle recommendation.
Your scenario
Working scenario
Not saved yet
Saved scenarios
Save this result, then use saved scenarios to switch between assumptions.
Use this calculator when you want to check how auto price, residual value, lease term, money factor, entered interest rate, down payment, trade-in value, and sales-tax assumption affect a lease estimate. Use Auto Loan for a purchase loan, Cash Back or Low Interest for vehicle incentive comparisons, Lease for a generic asset lease, APR or Loan Payment for broader borrowing math, and Debt-to-Income or Budget for monthly pressure. Use CFPB Regulation M, eCFR Part 1013, CFPB auto-loan materials, FTC auto marketplace materials, state tax or DMV sources, dealer or lessor documents, insurer documents, and legal sources before treating disclosures, taxes, fees, ads, mileage, wear, insurance, purchase options, approval, or contract terms as settled.
leaseTermMonths is max(1, round(leaseTermMonths)). Money factor is the entered moneyFactor, or interestRate / 2400 when rateType is interestRate. In monthly-payment mode, adjustedCapitalizedCost = max(0, autoPrice - downPayment - tradeInValue). Monthly depreciation charge = (adjustedCapitalizedCost - residualValue) / leaseTermMonths. Monthly finance charge = (adjustedCapitalizedCost + residualValue) * moneyFactor. Base payment is depreciation plus finance charge, monthly payment is base payment * (1 + salesTaxRate / 100), and monthly sales tax is the taxed payment minus the untaxed payment. Total lease payments are monthlyPayment * leaseTermMonths, total lease cost is total lease payments plus down payment, and due-at-signing estimate is down payment plus the first monthly payment. Auto price mode divides the target payment by the tax multiplier, solves adjusted capitalized cost algebraically, then adds down payment and trade-in value.
This formula page covers the app's Auto Lease Calculator: a two-mode vehicle lease estimate that either calculates a monthly lease payment from an entered auto price or back-solves the auto price implied by a target monthly payment. It uses entered residual value, term, money factor or interest rate, down payment, trade-in value, and sales-tax rate. It is not a dealer worksheet, consumer lease disclosure, lease contract, tax or title estimate, insurance quote, approval decision, vehicle recommendation, or personalised advice.
Term = max(1, round(leaseTermMonths)); MF = rateType == interestRate ? interestRate / 2400 : moneyFactor; TaxMult = 1 + salesTaxRate / 100; ACC = max(0, Price - Down - Trade); Dep = (ACC - Residual) / Term; Finance = (ACC + Residual) * MF; BasePayment = Dep + Finance; Payment = BasePayment * TaxMult; SalesTax = Payment - Payment / TaxMult; TotalPayments = Payment * Term; TotalCost = TotalPayments + Down; DueAtSigning = Down + Payment; EquivalentAPR = MF * 2400; ReverseACC = (Target / TaxMult - Residual * (MF - 1 / Term)) / (1 / Term + MF); ReversePrice = max(0, ReverseACC + Down + Trade)
Monthly-payment mode builds the adjusted capitalized cost from the entered price, then adds depreciation, finance charge, and entered tax. Auto-price mode first removes tax from the target payment, solves adjusted capitalized cost algebraically, then adds down payment and trade-in value back to estimate the implied auto price.| Symbol | Meaning | How this page uses it |
|---|---|---|
| Term | Lease term months | The Lease term input rounded to a whole number of months and floored at one month. |
| Price | Auto price | The entered auto price in monthly-payment mode, or the solved estimated auto price in auto-price mode. |
| Target | Target monthly payment | The Monthly payment input used as the target only when Calculate is set to auto price. |
| MF | Money factor | The entered money factor, or interestRate divided by 2400 when the rate type is Interest rate. |
| TaxMult | Tax multiplier | One plus the entered sales-tax percentage divided by 100. The calculator does not look up official tax rates. |
| Down | Down payment | The down payment input treated as a simple reduction to adjusted capitalized cost in this model. |
| Trade | Trade-in value | The trade-in value input treated as a simple positive offset. The app does not model payoff balances, negative equity, appraisal, or tax-credit rules. |
| Residual | Residual value | The entered residual value used for depreciation and finance-charge math. It is not a provider residual schedule. |
| ACC | Adjusted capitalized cost | Auto price minus down payment and trade-in value, floored at zero before payment components are calculated. |
| Dep | Monthly depreciation charge | Adjusted capitalized cost minus residual value, divided by the lease term. |
| Finance | Monthly finance charge | Adjusted capitalized cost plus residual value, multiplied by the money factor. |
| BasePayment | Monthly payment before tax | Monthly depreciation charge plus monthly finance charge. |
| Payment | Monthly lease payment | The taxed payment in monthly-payment mode, or the entered target payment in auto-price mode. |
| SalesTax | Monthly sales tax | The displayed monthly tax estimate: payment minus payment divided by the tax multiplier. |
| TotalPayments | Total lease payments | Monthly lease payment multiplied by the rounded lease term. |
| TotalCost | Total lease cost | Total lease payments plus the entered down payment. It excludes many real signing and end-of-lease costs. |
| DueAtSigning | Due-at-signing estimate | The entered down payment plus the first monthly payment in this simplified model. |
| EquivalentAPR | Equivalent APR context | Money factor multiplied by 2400 for formula context. It is not a legal APR or Regulation M disclosure. |
| ReverseACC | Reverse adjusted capitalized cost | The adjusted capitalized cost solved from the target payment after removing entered sales tax. |
| ReversePrice | Reverse auto price | Reverse adjusted capitalized cost plus down payment and trade-in value, floored at zero for the displayed estimated auto price. |
These examples use the app's package fixtures so the numbers match the production formula and rounding policy.
The examples show how the app combines cap cost, residual value, money factor, tax, and term. They do not quote a dealer payment, decide approval, price taxes or fees, interpret a lease contract, or recommend whether to lease, buy, or choose a vehicle.
Geographic scope: this calculator models US-specific rules and conventions. Outside the United States, treat the result as a generic illustration only.
Three parts: depreciation (the gap between adjusted capitalized cost and residual value, spread over the term), a finance charge ((cap cost + residual) × money factor), and sales tax applied to the sum. The default example leases a $50,000 car with $10,000 down, a 24,000 residual, and a 0.00208 money factor over 36 months. Each component is itemized in the outputs, which dealer worksheets rarely do.
The lease world's rate notation: an equivalent interest rate divided by 2,400. The default 0.00208 money factor corresponds to roughly a 5 percent APR, and the calculator accepts either form and converts. The equivalent-APR output is context for comparing a lease's financing cost against a loan rate - it is not a regulated Consumer Leasing Act disclosure figure.
Because you pay for exactly the value the car loses during your term. A $50,000 car with a $24,000 residual charges $26,000 of depreciation plus financing; a stronger $30,000 residual would cut the depreciation charge by $6,000 across the same term. This is why leases on strong-residual models can undercut loan payments - and the reverse-solve mode estimates what car price a target payment supports.
This calculator is an original implementation based on the app's documented auto-lease formulas, fixed planning assumptions, deterministic fixtures, edge cases, rounding policy tests, and internal validation. It is not copied from a single source.
Outputs are checked with deterministic fixtures, edge cases, rounding policy tests, and internal validation artifacts. The result remains an educational estimate, not a dealer quote, Regulation M consumer lease disclosure, lease contract review, tax answer, registration or title estimate, insurance quote, approval decision, vehicle recommendation, or personalised advice.
Formula version 2026.05.22-us-auto-lease-money-factor. The version marks the calculation logic and validation fixture set used for this estimate.
Results are educational estimates, not advice. Read the full disclaimer.
loan
Estimate monthly vehicle loan payments from price, down payment, trade-in value, rate, and term.
loan
Compare a vehicle rebate with higher-rate financing against a lower-rate financing offer without the rebate.
loan
Estimate a lease payment from asset value, residual value, term, and interest rate, or solve the effective rate implied by a quoted monthly lease payment.
loan
Estimate annual percentage rate from loan amount, note rate, term, and finance charges.
loan
Estimate monthly payment, total paid, and total interest for an amortizing loan at a fixed rate.
loan
Solve either the monthly payment for a fixed-term loan or the payoff time for a fixed monthly payment.
debt
Estimate housing-cost and total-debt ratios from before-tax income, housing obligations, and recurring monthly debt payments.
other
Plan monthly cash flow from before-tax income, tax rate, and detailed household spending categories.