Calculate the standard monthly payment and total interest on a student loan. Enter the loan amount, annual interest rate, and repayment term. The tool uses the standard 10-year amortization formula by default and runs locally in your browser.
Loan type
Currency
Formula: M = P[r(1+r)^n] / [(1+r)^n - 1], where P = loan amount, r = monthly rate, n = months
The monthly payment uses the standard amortization formula M = P[r(1+r)^n] / [(1+r)^n - 1], where P is the loan amount, r is the monthly interest rate (annual rate divided by 12), and n is the term in months. Total interest is the sum of monthly payments minus the original principal, and the principal-vs-interest bar shows the share of total cost that goes to each.
Every calculation runs locally in your browser as JavaScript. The loan amount, rate, and term you enter stay on your device.
Calculations are estimates for informational purposes only. Consult a financial professional for advice.