LTV (Loan-To-Value) Calculator
Input your property value, mortgage balance, HELOC, and liens to instantly calculate First Mortgage LTV and Cumulative LTV ratios. Perfect for homeowners, refinancing, or equity planning.
What is a Loan-To-Value (LTV) Calculator?
The LTV Calculator determines the ratio of loans secured by a property to its current value, expressed as a percentage. It helps you understand how much debt is tied to your property compared to its market or appraised value. Our calculator provides two key outputs:
- First Mortgage LTV: The ratio based solely on the primary mortgage.
- Cumulative LTV: The ratio that includes all debts, such as secondary loans and liens.
The calculator takes four inputs:
- Current Property Value ($): The appraised or market value of the property.
- First Mortgage Balance ($): The remaining balance on the primary mortgage.
- Home Equity Loan or HELOC Balance ($): The balance on any home equity loan or Home Equity Line of Credit (HELOC).
- Other Liens (e.g., Tax or Mechanics Liens) ($): Any additional debts secured by the property, like tax liens or contractor liens.
Why Calculate LTV?
LTV ratios are critical for:
- Lender Decisions: Lenders use LTV to gauge risk. Higher LTV ratios indicate higher risk, potentially leading to stricter loan terms.
- Refinancing: A lower LTV can qualify you for better refinancing rates.
- Home Equity Loans: Lenders check Cumulative LTV to approve HELOCs or equity loans.
- Financial Planning: Knowing your LTV helps you assess your property’s leverage and make informed decisions.
Formulas for LTV Calculations
The LTV Calculator uses two formulas to compute the ratios.
1. First Mortgage LTV
The First Mortgage LTV considers only the primary mortgage balance relative to the property value.
This formula focuses on the primary loan, ignoring secondary loans or liens.
2. Cumulative LTV
The Cumulative LTV accounts for all debts secured by the property, including the first mortgage, home equity loans, and other liens.
This formula provides a complete picture of the debt burden on the property.
Equations for LTV Calculations
To formalize the calculations, let’s define:
- F = First Mortgage LTV (%)
- C = Cumulative LTV (%)
- P = Current Property Value ($)
- M = First Mortgage Balance ($)
- H = Home Equity Loan or HELOC Balance ($)
- L = Other Liens ($)
1. First Mortgage LTV Equation
This equation calculates the percentage of the property value covered by the first mortgage.
2. Cumulative LTV Equation
This equation sums all debts and divides by the property value to find the total LTV.
How the Calculator Works
Our LTV Calculator, built with HTML and JavaScript, simplifies the process:
- Collects user inputs for Current Property Value, First Mortgage Balance, Home Equity Loan or HELOC Balance, and Other Liens.
- Validates inputs to ensure Property Value and First Mortgage Balance are valid numbers, with optional fields for HELOC and liens (defaulting to 0 if blank).
- Applies the formulas to compute First Mortgage LTV and Cumulative LTV.
- Displays both ratios, rounded to two decimal places, for clarity.
The calculator is user-friendly, with clear labels and default values to make it easy for beginners and pros alike.
Example: Calculating LTV Ratios
Let’s calculate the LTV ratios for a property with the following details:
- Current Property Value: $200,000
- First Mortgage Balance: $150,000
- Home Equity Loan or HELOC Balance: $20,000
- Other Liens: $5,000
Step-by-Step Calculation
1. First Mortgage LTV
- Formula: F = (M / P) × 100
- Values: M = $150,000, P = $200,000
- Calculation:
F = (150,000 / 200,000) × 100
F = 0.75 × 100 = 75%
Result: First Mortgage LTV = 75%
2. Cumulative LTV
- Formula: C = ((M + H + L) / P) × 100
- Values: M = $150,000, H = $20,000, L = $5,000, P = $200,000
- Calculation:
Total Debt = 150,000 + 20,000 + 5,000 = 175,000
C = (175,000 / 200,000) × 100
C = 0.875 × 100 = 87.5%
Result: Cumulative LTV = 87.5%
Try It Yourself!
Our LTV Calculator makes it easy to compute both First Mortgage and Cumulative LTV ratios. Enter your property’s value and debt details to see your ratios instantly. Whether you’re planning to refinance, apply for a HELOC, or just curious about your property’s leverage, this tool has you covered.

Help Improve This Tool
Your suggestions help us make better tools for everyone.