Student Loan Payment Calculator

Calculate monthly payments for a student loan.

Scratchpad (not saved)

$
%
years

What This Calculator Does

Calculate monthly payments for a student loan.

It combines Loan Amount, Interest Rate, Term to estimate Monthly Payment, Total Interest, Total Paid.

Formula & Method

Monthly payment uses amortization: M = \frac{Pi}{1-(1+i)^{-n}} where i = \frac{r}{12}, n = 12y, P is loan principal, r is annual rate (decimal), and y is years. If i=0, then M = \frac{P}{n}.

Notation used in the formulas: R = Monthly Payment; x_{1} = Loan Amount; x_{2} = Interest Rate; x_{3} = Term.

Method summary: inputs are normalized to consistent units, core equations are evaluated, then secondary values are derived and rounded for display.

Use this calculator for quick scenario analysis. Start with baseline values, change one driver at a time, and compare how sensitive the results are to each input shown above.

Inputs Used

  • Loan Amount: Used directly in the calculation.
  • Interest Rate: Used directly in the calculation.
  • Term: Used directly in the calculation.

Related Calculators