# Auto Lease Calculator > Calculate monthly auto lease payments based on negotiated price, residual value, and money factor. Page: https://askcalculators.com/calculator/auto-lease-calculator/ Definition: https://askcalculators.com/calculator/auto-lease-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/auto-lease-calculator/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/auto-lease-calculator/?msrp=35000&negotiatedPrice=33000&downPayment=2000&term=36&residualValue=55&moneyFactor=0.0025&taxRate=7 ## Inputs - msrp: MSRP (Sticker Price); type=number; optional; default=35000 - negotiatedPrice: Negotiated Price; type=number; optional; default=33000 - downPayment: Down Payment; type=number; optional; default=2000 - term: Lease Term (Months); type=number; optional; default=36 - residualValue: Residual Value; type=number; optional; default=55 - moneyFactor: Money Factor; type=number; optional; default=0.0025 - taxRate: Sales Tax Rate; type=number; optional; default=7 ## Outputs - result: Result; format=text; primary ## Formula Monthly lease = depreciation charge + finance charge + monthly tax; depreciation = (capitalized cost − residual) ÷ term and finance charge = (capitalized cost + residual) × money factor. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.