Repayment Calculator
Estimate repayments, total interest, and total cost for loans using fixed-rate repayment inputs.
How to Use
- Enter the loan amount, interest rate, and loan term.
- Select the repayment frequency and optional extra payment amount.
- Choose whether the rate is nominal APR with compound periods or a simple annual percentage input.
- Review the repayment summary, amortization preview, and Show Work steps.
Repayment Overview
Fixed-payment estimates for common loan planning and budgeting scenarios.
Visual split between principal and interest across the full repayment period.
Show Work (step-by-step)
Repayment Formula
Quick answer: For a standard fixed-rate repayment loan, payment is commonly calculated with the annuity formula.
This tool is intended for standard repayment planning, budgeting, and payoff comparisons.
- Periodic rate:
r = annual rate / periods per year - Number of payments:
n = years × payments per year (+ extra months converted) - Payment:
P = L × r / (1 − (1 + r)^−n) - Total repaid:
payment × number of payments - Total interest:
total repaid − principal
L = loan amount, r = periodic interest rate, and n = number of payment periods.
Amortization Preview
A short preview of the repayment schedule. Full generation happens in the tool script.
| # | Date | Payment | Principal | Interest | Balance |
|---|---|---|---|---|---|
| Enter loan details to preview the amortization schedule. | |||||
FAQ
What does this repayment calculator estimate?
It estimates the periodic payment, total interest, total amount repaid, and a basic amortization breakdown for fixed-rate loans.
Does extra payment reduce the loan term?
Yes, when enabled, extra payment per period can reduce payoff time and total interest. Exact results depend on the repayment model used in the script.
What repayment frequencies are supported?
This page is designed for monthly, fortnightly, and weekly repayment modes.
Is this a quote or lender approval?
No. It is a planning tool and should not replace official lender disclosures, contracts, or amortization statements.
Tool Info
Last updated:
Updates may include repayment mode refinements, amortization display improvements, and edge-case handling.