Calculate a Monthly Loan Payment with PMT
You're pricing a $25,000 equipment loan for the business — 6% a year over five years — and need the monthly payment before signing, plus what the loan really costs in interest.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
PMT takes the rate per period, the number of payments, and the loan amount, and returns the fixed payment that pays it off. Two rules do all the work: the rate and the term must share the same time unit — a 6% annual rate becomes 6%/12 per month, and five years becomes 60 monthly payments — and the loan amount goes in negative. That's the cash-flow sign convention: −25,000 is money paid out to you by the lender, so the payment comes back positive. Here that's $483.32 a month; multiply by 60 and subtract the principal and the loan costs $3,999.20 in interest. PMT works identically in every Excel version and in Google Sheets.
When to use it
Use it for equipment and vehicle loans, mortgage estimates, comparing lender offers side by side, or checking a quoted payment before signing. Payment × periods − principal gives the true interest cost.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveLast reviewed 2026-07-08