Finance calculators

loan balance calculator

Updated Aug 28, 2026 By Jehan Wadia
Rate Formulas
Loan Terms

Enter as a percentage, e.g., type 6.5 for 6.5%. Allowed range: 0.01% – 35.99%.

First Payment Month & Year
Actual Payment History

Every row is pre-filled with your scheduled payment. Overwrite any month you paid a different amount, then use Fill Down to copy a value into the rows beneath it.

Payment # Payment Date Actual Payment Made ($) Fill Down Count Fill Down

Results

Current Remaining Balance
$0.00
 
Payoff Progress
0%

0.0% paid off

Summary
Summary of loan figures
ItemValue
 
Step-by-Step Solution
Balance & Interest Over Time
Full Amortization Schedule (Projection)

Introduction

This loan balance calculator shows how much you still owe on your loan right now. Just enter your loan details, and the tool does the math for you.

You can pick one of two ways to find your balance:

  • Mode A — Actual Payment History: Use this if you know what you really paid each month. You can change any month where you paid more or less than the normal amount.
  • Mode B — Payments Remaining: Use this if you only know how many payments you have left. It is faster and needs fewer details.

Once you hit calculate, you get your current loan balance, the total you have paid, the interest you have paid so far, and how much of your loan is paid off. You also get a step-by-step solution, a chart of your balance over time, and a full amortization schedule that shows every future payment.

This works for car loans, student loans, personal loans, and mortgages. Use it to plan a payoff, check your lender's numbers, or see where your money is going.

How to use our Loan Balance Calculator

Enter your loan details and this calculator shows how much you still owe today, how much you have paid off, your interest, and a full month-by-month payoff schedule. Pick Mode A if you know the payments you really made, or Mode B if you only know how many payments are left.

Mode A — Original Principal Amount ($): Type the amount you first borrowed, before any interest.

Mode A — Annual Interest Rate (%): Type your yearly rate as a number, like 6.5 for 6.5%. It must be between 0.01% and 35.99%. If you only know the APR on your paperwork, the APR calculator can help you sort out the difference.

Mode A — Original Loan Term (months): Type how many months your loan was set up for, or tap a preset button like 60 or 360.

Mode A — Original Monthly Payment ($): Type your normal scheduled payment. Each row in the payment table starts with this amount. Not sure what it should be? Run the numbers in the loan payment calculator.

Mode A — First Payment Month & Year: Pick the month and type the year of your very first payment. This labels each row with a date.

Mode A — Number of Months Elapsed: Type how many payment due dates have passed. It cannot be more than your loan term.

Mode A — Actual Payment Made ($): Click Generate Schedule, then change any row where you paid more or less than usual. Leave the rest as they are.

Mode A — Fill Down Count and Fill Down: Type how many rows below you want to copy a payment into, then click Fill Down to copy it fast.

Mode B — Original Loan Amount ($): Type the starting amount you borrowed, before interest.

Mode B — Annual Interest Rate (%): Type your yearly rate, like 6.5 for 6.5%.

Mode B — Original Loan Term (months): Type the full length of the loan in months, or tap a preset button.

Mode B — Number of Payments Remaining: Type how many monthly payments you still have left to make.

Click Calculate to see your current loan balance, the steps behind the math, a chart of your balance over time, and your remaining amortization schedule. Click Reset to start over.

What Is a Loan Balance?

Your loan balance is the amount of money you still owe on a loan right now. It is not the same as the amount you first borrowed, and it is not the sum of your leftover payments. Future payments include interest that has not happened yet. The balance is only the unpaid principal — the money itself.

How Loan Balances Work

Most loans, like car loans, personal loans, and mortgages, use monthly amortization. Each month works in two steps:

  1. Interest is added. Your balance is multiplied by the monthly rate (your yearly rate divided by 12). The loan interest calculator breaks this piece down on its own.
  2. Your payment is taken out. Whatever is left over after interest goes toward the principal.

Early in a loan, most of your payment goes to interest, so the balance drops slowly. Later on, more goes to principal, so the balance drops fast. That is why a loan can feel "stuck" in the first few years.

Two Ways to Find Your Balance

Actual payment history. If you paid extra some months, missed a month, or paid an odd amount, you need to walk through the loan month by month. Each payment is applied to the real balance at that time. Extra payments cut the principal right away, which lowers all future interest — the extra payment calculator and the early payoff calculator show how much time and interest that saves.

Payments remaining. If you always paid the exact scheduled amount, you can skip the history. The balance equals the present value of the payments you have left. In plain words: take your remaining payments, strip out the future interest, and what is left is what you owe today.

Why This Number Matters

  • Payoff quotes. Knowing your balance helps you check the number your lender gives you.
  • Refinancing. A new loan is based on your current balance, not the original amount. Compare offers with the refinance calculator or the auto refinance calculator.
  • Selling a car or home. You need to know how much of the sale price goes to the lender. For a house, the home equity calculator puts your balance next to your market value.
  • Extra payments. Seeing the balance drop shows how much interest you save by paying more. If you carry several debts, the debt payoff calculator and debt snowball calculator help you decide which one to attack first.

Things to Keep in Mind

The result is an estimate. Real lenders may add late fees, use daily interest instead of monthly, or apply payments on a slightly different date. Some loans also have a prepayment penalty. Escrow for taxes and insurance is part of a mortgage payment but is not part of the loan balance — see the PITI calculator for how those pieces fit together. Always check your official statement or payoff letter before sending a final payment.


Formulas used

Monthly interest rate
r = \frac{\text{Annual Rate }(\%)}{12 \times 100}
Balance recursion with actual payments (Mode A)
B_k = B_{k-1}(1 + r) - P_k
Interest accrued to date (Mode A)
I = \left(\sum_{k=1}^{n} P_k + B_n\right) - B_0
Scheduled monthly payment (amortization)
M = B_0 \cdot \frac{r (1 + r)^T}{(1 + r)^T - 1}
Remaining balance as present value of remaining payments (Mode B)
B = M \cdot \frac{1 - (1 + r)^{-N}}{r}
Total interest over life of loan
I_{\text{life}} = M \times T - B_0
Percent of principal paid off
\text{Paid off} = \frac{B_0 - B}{B_0} \times 100\%
Amortization split per payment
I_k = B_{k-1} \cdot r, \quad \text{Principal}_k = M - I_k, \quad B_k = B_{k-1} - \text{Principal}_k