Skip to content

Payment from PV

Calculates the periodic payment for a loan with m-period compounding.

When to use: Use to calculate monthly mortgage or car loan payments.

Calculator

Formula

PMT=PV×km1(1+km)(n×m)PMT = PV \times \frac{\frac{k}{m}}{1 - \left(1 + \frac{k}{m}\right)^{-(n \times m)}}

Variables

SymbolNameDescriptionUnit
PMTPaymentPeriodic payment amount$
PVPresent ValueCurrent lump sum value$
kInterest RateNominal annual interest rate as a decimal%
nNumber of YearsTime period in yearsyears
mCompounding FrequencyCompounding periods per yearinteger

Real-Life Examples

Example 1: Monthly Mortgage Payment

A $350,000 mortgage at 6.5% compounded monthly for 30 years.

Given

PV = 350,000k = 0.065n = 30m = 12

Step-by-Step

1.PMT = $350,000 × (0.065/12) / [1 - (1 + 0.065/12)^(-360)]
2.PMT = $350,000 × 0.005417 / [1 - 0.1423]
3.PMT = $350,000 × 0.006321
4.PMT = $2,212.24
Result:2,212.24

Monthly mortgage payments are $2,212.24.

Example 2: Auto Loan Payment

Borrow $28,000 for a car at 4.5% monthly compounding for 5 years.

Given

PV = 28,000k = 0.045n = 5m = 12

Step-by-Step

1.PMT = $28,000 × (0.00375) / [1 - (1.00375)^(-60)]
2.PMT = $28,000 × 0.01863
3.PMT = $521.74
Result:522.00

Monthly car payments are $521.74.

Frequently Asked Questions

Enter the loan amount as PV, the annual interest rate as k, the loan term in years as n, and 12 for m (monthly payments). The formula gives the fixed monthly payment for a fully amortizing mortgage.

Three factors determine your payment: the loan amount (higher principal means higher payments), the interest rate (higher rates mean higher payments), and the loan term (longer terms lower the payment but increase total interest paid).

Multiply the periodic payment by the total number of payments (n × m), then subtract the original loan amount. The difference is total interest paid. For a 30-year mortgage, total interest often exceeds the original loan amount.