glunty

Loan Calculator (Monthly Payment)

Loan amount, APR, and term to a fixed monthly payment. Runs in your browser. Estimate only, not a loan offer.

This tool produces an arithmetic estimate based on the numbers you enter. It is NOT a loan offer, quote, or financial advice. Actual payments depend on the exact rate, compounding method, fees, and terms your lender uses. Confirm figures with a lender before making any borrowing decision.

What this tool does

Turns a loan amount, an annual interest rate (APR), and a term into a fixed monthly payment, using the standard amortization formula that fixed-rate loans follow. It also reports the total you will pay over the life of the loan and how much of that is interest. Toggle the term between years and months. The 0 percent case is handled cleanly (the payment is just the principal split evenly across the months). Everything is computed in your browser: nothing you type leaves your machine. You can verify this by opening DevTools, then the Network tab: zero requests while you use the tool.

How to use it

Enter the loan amount (the principal you are borrowing). Enter the annual interest rate as a percent (for example, 5 for 5% APR). Enter the term and pick whether it is in years or months (a 30-year mortgage is 360 months; a 5-year car loan is 60 months). Press Calculate. The result shows the fixed monthly payment, the total paid, and the total interest. As a quick check: a 20000 loan at 5% APR over 5 years (60 months) works out to about $377.42 a month and about $2,645.48 in total interest.

Common use cases

  • Estimating the monthly payment on a mortgage, car loan, student loan, or personal loan.
  • Comparing two loan offers with different rates or terms side by side.
  • Seeing how much total interest a longer term adds before you commit.
  • Working out the largest loan whose payment fits a monthly budget (adjust the amount until the payment lands).
  • Sanity-checking a payment a lender quoted you against the principal-and-interest math.

Common pitfalls

  • This is principal and interest only. Real payments often add property tax, insurance, PMI, HOA dues, or fees. Those are not modeled here, so your actual bill can be meaningfully higher. Add them separately.
  • APR is not always a plain interest rate. A lender APR can bundle in certain fees, and compounding conventions vary. This calculator treats APR as a nominal annual rate compounded monthly, which is the common convention for consumer installment loans but may differ from a specific lender's method.
  • Longer terms cost more, not less. A lower monthly payment feels cheaper, but stretching the term adds months of interest. Compare the total interest line, not just the monthly figure, when you weigh two options.
  • It is an estimate. Rounding, your lender's exact day-count and compounding rules, and any fees mean the real payment can differ by a few cents or more. Treat the output as a close estimate, not a quote.

Frequently asked questions

How is the monthly loan payment calculated?
The tool uses the standard amortization formula M = P * r * (1 + r)^n / ((1 + r)^n - 1), where P is the principal (loan amount), r is the monthly interest rate (the annual percentage rate divided by 100 and then by 12), and n is the number of monthly payments. Every payment is identical: early payments are mostly interest and later payments are mostly principal. When the interest rate is 0 percent, the formula simplifies to M = P / n.
What is APR and how does it differ from the interest rate?
APR (annual percentage rate) is the yearly cost of borrowing expressed as a percentage. In this calculator the APR is treated as the nominal annual rate, which is divided by 12 to get the monthly rate used in the formula. A real lender APR can also fold in certain fees, so the number a lender advertises may not equal a pure interest rate. Always compare the APR a lender quotes against the total cost it discloses.
Does this include taxes, insurance, or fees?
No. The result covers principal and interest only. Real-world loans, especially mortgages and auto loans, often add property tax, homeowners or vehicle insurance, private mortgage insurance, origination fees, and other charges that raise the amount you actually pay each month. Treat the figure here as the principal-and-interest portion, then add those extras separately.
Why does a longer term lower the payment but cost more overall?
Spreading the same principal over more months makes each payment smaller because you repay less principal per month. But interest accrues on the outstanding balance every month, so a longer term means more months of interest. The result is a lower monthly payment and a higher total interest cost. A shorter term does the opposite: higher monthly payments, less total interest.
Can I use this for a mortgage, car loan, or personal loan?
Yes. For any fixed-rate, fully amortizing loan the math is the same: enter the amount borrowed, the annual rate, and the term. It works for mortgages, auto loans, student loans, and personal loans as long as the rate is fixed and the balance pays down to zero over the term. It does not model variable rates, interest-only periods, balloon payments, or extra principal payments.
What does the 0 percent interest case compute?
With a 0 percent rate there is no interest, so the payment is simply the principal divided by the number of months: M = P / n. Total interest is zero and total paid equals the amount borrowed. This edge case is handled separately, because the standard amortization formula divides by (1 + r)^n - 1, which is zero when r is 0 and would otherwise be undefined.
Is my loan data sent anywhere?
No. Every calculation runs locally in your browser with JavaScript. Nothing you type is transmitted, stored, or logged. You can verify this by opening your browser DevTools, switching to the Network tab, and confirming there are zero requests while you use the tool.

Embed this tool

Free for any use; attribution appreciated. Paste this on your site:

The embed runs the same tool that lives at this URL. No tracking; no ads inside the embed. Resize height as needed for your layout.

Cite this tool

For academic, journalistic, or technical references. Pick a format:

Citations use 2026 as the publication year. Access date is left as a fillable placeholder where the citation style expects one.

Embedded tool from glunty.com