b2KIT

Personal Loan Calculator

Estimate monthly payments and total interest for personal loans with APR comparison and early payoff scenarios.

Tested tool guide Tested browser tools Checked August 16, 2026

What Personal Loan Calculator does, with a checked example

This tool takes a loan amount, an APR, and a term in months, and returns the three numbers that matter: the monthly payment, total interest, and total cost repaid. It can compare two APRs side by side and show what happens when you add extra money to each payment. The result that surprises most people: total interest is far less than the APR applied to the amount borrowed. Because the balance shrinks every month, interest is charged on a declining balance. A 12-month, $10,000 loan at 10% APR costs about $550 in interest, roughly 5.5% of the principal, not $1,000.

Worked example

A concrete input and expected output from the current implementation.

Input

Borrow $10,000 for 12 months at 10% APR. Compare 8% APR. What if I pay an extra $100 per month?

Expected output

At 10% APR: $879.14 per month, $549.68 total interest, $10,549.68 total repaid. At 8% APR: $869.88 per month, $438.56 total interest. Adding $100 per month at 10% APR clears the loan in the 11th month instead of the 12th and cuts total interest to about $496, saving about $54.

All figures follow from standard amortization: payment equals principal times the monthly rate (APR divided by 12) divided by 1 minus (1 + monthly rate) raised to the negative term in months. The 2-point APR gap saves only $111 because a 12-month loan repays principal quickly, and the $100 extra payment shortens the term by one month, so less interest accrues on the smaller balance.

How the result is produced

1

Monthly payment math

The payment comes from the standard amortization formula: payment equals principal times the monthly rate (APR divided by 12) divided by 1 minus (1 + monthly rate) to the power of negative term in months. Each payment first covers the interest on the current balance, and the remainder reduces principal, so the interest share falls month by month as the balance shrinks.

2

Comparison and early payoff

The comparison view keeps the term fixed and recomputes payment and total interest at a second APR, so the difference shows up in dollars, not just rate points. The early-payoff view keeps the payment level, applies the extra amount to principal, and shortens the term, reporting the new payoff month and the interest saved versus the original schedule.

Good uses

  • Confirming a lender's offer before signing: enter the quoted amount, APR, and term to verify that the monthly payment and total interest match the loan documents.
  • Choosing between offers at different rates, such as a credit union at 8% APR and an online lender at 10%, to see the dollar cost of the rate gap over the same term.
  • Deciding whether extra monthly payments are worth it: the early-payoff view shows how many payments you skip and how much interest you keep, useful when weighing debt payoff against saving the cash elsewhere.

Limits and checks

  • The figures assume every payment is made on time for the full term. A missed payment adds late fees, and on a variable-rate loan the rate can change, so actual totals will drift from these estimates.
  • APR is not the same as the interest rate in an ad. It is designed to include some upfront costs, so compare offers on APR, not headline rate. But the result is only as complete as the inputs: a separately quoted origination fee pushes the true cost above the total shown.
  • The output is an estimate, not an offer. Lenders underwrite individually, so your approved rate and fees can differ from what you entered, and the lender's final amortization schedule, not this tool, governs what you owe.

Common questions

Why is the total interest so much less than the APR times the amount borrowed?

Because the balance shrinks every month, you pay interest only on what is still owed. On a one-year $10,000 loan at 10% APR, that is about $550, not $1,000. The opposite holds for long terms: the same APR over five years produces far more total interest because principal is repaid slowly.

Does this calculator tell me whether I can afford the loan?

Not on its own. It shows the payment, but affordability depends on your income, your other debts, and the lender's own limits, which this tool does not model. Compare the payment it produces against your budget and other obligations, and check the lender's debt-to-income guidance before applying.

References and verification

The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools