Student Loan Calculator
Estimate payment amount, total interest, total paid, and payoff date for a fixed student loan with optional extra payments.
How to Use
- Enter your loan balance, interest rate, and repayment term.
- Select a payment frequency and optional start date.
- Add an extra payment if you want to see how faster payoff changes results.
- Open “Show Work” to review the payment formula, assumptions, and amortization math.
Quick Summary
- Monthly or periodic payment estimate will appear here.
- Extra payment impact will appear here.
- Estimated payoff timeline will appear here.
Show Work (step-by-step)
Payment Breakdown
Amortization Preview
Shows the starting portion of the repayment schedule. Full schedule can be generated in JS.
| # | Date | Payment | Principal | Interest | Balance |
|---|---|---|---|---|---|
| Enter loan details to preview the amortization schedule. | |||||
Student Loan Formulas
Base payment formula: M = P × r × (1 + r)^n / ((1 + r)^n − 1)
Used for fixed-payment amortizing loans when the rate and payment schedule remain constant.
- M = payment per period
- P = starting principal or current balance
- r = periodic interest rate
- n = total number of payments
- Total paid = payment × number of payments
- Total interest = total paid − principal
FAQ
Does this calculator include extra payments?
Yes. Add an extra payment per period to estimate faster payoff, lower total interest, and fewer payments overall.
Can I use this for federal and private student loans?
Yes, for fixed-payment estimates. It works best when the APR and payment schedule are known and stable.
Will this match my exact loan servicer bill?
Not always. Real servicing may include interest accrual timing differences, capitalization, fees, discounts, or plan-specific rules.
What if I pay biweekly instead of monthly?
Select biweekly to estimate how more frequent payments affect payoff timing and total interest under the same APR assumptions.
Tool Info
Last updated:
Updates may include repayment logic refinements, payoff scheduling improvements, and better amortization handling.