How to Calculate Loan Payments with a Financial Calculator
Solve for PMT on the BA II Plus, then handle balloons, fees, biweekly schedules and semi-annual compounding — the cases where the standard keystrokes break.
The short answer
A loan payment is the PMT that makes the present value of every future payment equal the amount borrowed. On the BA II Plus, set P/Y to the number of payments a year, enter N as the total number of payments, I/Y as the annual nominal rate, PV as the amount borrowed, FV as any balloon owed at the end, then press CPT PMT. £320,000 over 300 months at 5.25% gives £1,917.59. The two mistakes behind almost every wrong answer are leaving P/Y at 1 and typing the periodic rate into I/Y instead of the annual one.
A loan payment looks like the simplest calculation a financial calculator does, and it is the one people most often get wrong by an order of magnitude. The formula is not the problem — the BA II Plus already holds it. The problem is that four of the five inputs are ambiguous until you decide what a “period” is, and the calculator has no way to warn you when you have decided inconsistently.
Get the period right and everything else follows. This walks through the standard case, then the six variations that actually turn up: balloons, fees, budget-first affordability, semi-annual compounding, biweekly schedules and overpayments.
What the calculator is actually solving
A level-payment loan is an annuity priced at par. The lender hands over the principal today and receives
N equal payments, and the rate is whatever makes those two streams equal in present value.
-
PV = PMT × [1 − (1 + r)⁻ⁿ] ÷ r
r is the rate per payment period, not per year. Everything that goes wrong with loan payments goes wrong at that word 'period'.
There is no closed-form rearrangement to memorise, because CPT PMT performs it. What you have to supply
is a consistent set of periods: if N counts months, r must be a monthly rate and PMT a monthly
payment. The P/Y register is how you tell the calculator which unit you have chosen.
The standard case, keystroke by keystroke
A £24,500 car loan over 48 months at 6.4% nominal, monthly payments.
-
2ND -
P/Y -
12 -
ENTER -
2ND -
QUIT -
2ND -
CLR TVM -
48 -
N -
6.4 -
I/Y -
24500 -
PV -
0 -
FV -
CPT -
PMT
P/Y first, then clear — 2ND CLR TVM does not touch P/Y, so the order is safe either way, but setting P/Y first makes it visible before you commit.
PMT = −579.89. Negative because it leaves your account. What the loan costs in total:
| Quantity | Amount |
|---|---|
| Monthly payment | £579.89 |
| Total paid (48 × £579.89) | £27,834.58 |
| Interest | £3,334.58 |
| Interest as % of principal | 13.6% |
A mortgage, and the check you can do in your head
£320,000 over 25 years at 5.25% nominal, monthly.
-
2ND -
P/Y -
12 -
ENTER -
2ND -
QUIT -
2ND -
CLR TVM -
300 -
N -
5.25 -
I/Y -
320000 -
PV -
0 -
FV -
CPT -
PMT
PMT = −1,917.59. Over 300 payments that is £575,277.81, of which £255,277.81 is interest — about 80p of interest for every pound borrowed.
Before trusting any mortgage payment, verify the first month. The periodic rate is 5.25 ÷ 12 = 0.4375%, and 0.4375% of £320,000 is exactly £1,400.00. So the first payment splits £1,400.00 interest and £517.59 principal, and the balance falls to £319,482.41.
| Component | Amount |
|---|---|
| Payment | £1,917.59 |
| Interest at 0.4375% | £1,400.00 |
| Principal | £517.59 |
| Closing balance | £319,482.41 |
This check catches nearly every input error at once. If your computed payment is below the first
month’s interest, the loan cannot amortise and something is wrong. If it is enormously above it, P/Y or
N is wrong. The amortisation schedule walks the same £320,000
loan through all 300 rows on the AMORT worksheet.
Rate sensitivity: what one percentage point is worth
| Nominal rate | Monthly payment | Total interest |
|---|---|---|
| 4.25% | £1,733.56 | £200,068.58 |
| 4.75% | £1,824.38 | £227,312.67 |
| 5.25% | £1,917.59 | £255,277.81 |
| 5.75% | £2,013.14 | £283,942.15 |
| 6.25% | £2,110.94 | £313,282.60 |
| 7.25% | £2,312.98 | £373,894.59 |
From 5.25% to 6.25% adds £193.35 a month and £58,004.79 of interest. Note that the payment steps are not equal: the half-point from 4.25% to 4.75% costs £90.82 a month, while the half-point from 5.75% to 6.25% costs £97.80. Payments are convex in the rate, which is why lenders stress test at a rate well above the one they are quoting rather than adding a flat margin to the payment.
Term: the trade that looks free and is not
| Term | Monthly payment | Total paid | Total interest |
|---|---|---|---|
| 15 years | £2,572.41 | £463,033.56 | £143,033.56 |
| 20 years | £2,156.30 | £517,512.32 | £197,512.32 |
| 25 years | £1,917.59 | £575,277.81 | £255,277.81 |
| 30 years | £1,767.05 | £636,138.66 | £316,138.66 |
| 35 years | £1,666.38 | £699,878.65 | £379,878.65 |
Extending 25 years to 35 saves £251.21 a month and costs £124,601 in extra interest. And the saving decays: the last five years of term buy £100.67 a month while adding £63,740. Long terms are a liquidity decision, not a cost saving, and the table is the argument.
Balloon payments: FV is not always zero
A personal contract purchase leaves a lump owed at the end. That lump goes in FV, negative, because you
still owe it.
£42,000 over 48 months at 8.9%, with a £15,000 guaranteed future value.
-
2ND -
CLR TVM -
48 -
N -
8.9 -
I/Y -
42000 -
PV -
15000 -
+|− -
FV -
CPT -
PMT
Both PMT and FV are outflows, so both are negative. If FV goes in positive the calculator thinks the balloon is paid to you and the payment collapses.
| With balloon | No balloon | |
|---|---|---|
| Monthly payment | £781.86 | £1,043.18 |
| Payments over 48 months | £37,529.51 | £50,072.57 |
| Balloon due at month 48 | £15,000.00 | £0.00 |
| Total cost | £52,529.51 | £50,072.57 |
| Interest | £10,529.51 | £8,072.57 |
The balloon cuts the monthly payment by £261.31 and raises total interest by £2,456.94, because £15,000 of principal sits there accruing for four years instead of being repaid. That is the honest summary of every PCP: a lower payment, a higher cost, and a decision deferred.
Turning the question round: what can I afford?
Borrowers do not start with a principal, they start with a budget. Enter the budget as PMT and solve
for PV.
-
2ND -
CLR TVM -
300 -
N -
5.75 -
I/Y -
1650 -
+|− -
PMT -
0 -
FV -
CPT -
PV
| Scenario | Borrowing capacity |
|---|---|
| 25 years at 4.75% | £289,414.09 |
| 25 years at 5.75% | £262,276.78 |
| 25 years at 6.75% | £238,814.95 |
| 30 years at 5.75% | £282,741.05 |
One point on the rate moves capacity by £23,461.83, roughly 9%. That is the whole mechanism linking interest rates to house prices: the budget is set by income, so when rates rise the principal that budget supports falls, and the sum a buyer can bid falls with it.
When compounding does not match payments
British and American lenders normally compound monthly on monthly-paid loans, so C/Y equals P/Y.
Canadian fixed-rate mortgages are quoted with semi-annual compounding on monthly payments, and the
BA II Plus handles it — C/Y is a register in its own right, one arrow down from P/Y.
-
2ND -
P/Y -
12 -
ENTER -
↓ -
2 -
ENTER -
2ND -
QUIT -
2ND -
CLR TVM -
300 -
N -
5.25 -
I/Y -
320000 -
PV -
CPT -
PMT
Setting P/Y overwrites C/Y with the same value, so always set P/Y first and then arrow down to change C/Y.
| C/Y = 12 | C/Y = 2 | |
|---|---|---|
| Rate per month | 0.437500% | 0.432790% |
| Monthly payment | £1,917.59 | £1,906.94 |
| Total interest | £255,277.81 | £252,081.30 |
Same headline 5.25%, £3,196.51 less interest, purely from the compounding convention. Whether a quoted rate is nominal or effective is the subject of nominal versus effective rates, and it is the most under-checked assumption in loan comparison.
Biweekly, and the version that actually pays down faster
Two different products get called biweekly, and only one of them saves anything.
True biweekly re-amortises over 26 payments a year. Set P/Y and C/Y to 26 and N to 650.
| Monthly | True biweekly | |
|---|---|---|
| Payment | £1,917.59 | £884.54 |
| Payments per year | 12 | 26 |
| Paid per year | £23,011.11 | £22,998.03 |
The annual outlay is £13.08 lower. Nothing has been gained: the same loan has simply been repriced on a fortnightly cycle.
Accelerated biweekly pays half the monthly figure every fortnight — £958.80 — which is 26 half
payments, or 13 monthly payments a year rather than 12. Solve for N:
-
2ND -
P/Y -
26 -
ENTER -
2ND -
QUIT -
2ND -
CLR TVM -
5.25 -
I/Y -
320000 -
PV -
958.80 -
+|− -
PMT -
0 -
FV -
CPT -
N
N = 555.53 periods = 21.37 years. The loan clears 3.63 years early, total interest falls from £255,277.81 to £212,643.02, and the saving is £42,634.79. The extra thirteenth payment is doing all of the work, and paying £1,917.59 plus £159.80 monthly would do the same thing.
The fee that turns 11.9% into 14.2%
£12,000 over 36 months at 11.9%, with a £395 arrangement fee taken out of the advance.
The payment is set by the full £12,000:
-
2ND -
CLR TVM -
36 -
N -
11.9 -
I/Y -
12000 -
PV -
0 -
FV -
CPT -
PMT
PMT = −398.00. But only £11,605 reaches your account. Keep the payment, change PV to what you
actually received, and solve for the rate:
-
11605 -
PV -
CPT -
I/Y
Leave N and PMT alone. Changing PV and re-solving I/Y is the whole technique for pricing fees.
I/Y = 14.2424% — a periodic rate of 1.186863%, against the 0.991667% implied by the headline. A £395 fee on a £12,000 loan adds 235 basis points, and the same fee rolled into the balance instead would raise the payment to £411.10.
Four ways loan payment calculations go wrong
P/Yleft over from the previous problem. It survives2ND CLR TVMby design. Every implausible loan answer starts here, and it is a two-keystroke check.- Entering the periodic rate in
I/Y.I/Yis annual nominal; the calculator divides byC/Yitself. Typing 0.4375 gives a rate of 0.036458% a month and a payment of £1,126.26 — low enough to look like a plausible mortgage, which is what makes this the dangerous one. Nin years. Twenty-five years of monthly payments is 300. This one is obvious at a glance because the payment comes back absurdly large, which makes it the least dangerous of the four.- A balloon with the wrong sign.
FVmust carry the same sign asPMT. PositiveFVon a loan means someone pays you a lump at maturity, and the payment drops accordingly.
Once the payment is right, the follow-on questions are all worksheet work: the amortisation schedule splits any payment or range of payments into interest and principal, and the amortisation calculator prints the whole table with running totals. If the loan sits inside a project rather than a household budget, the payments become cash flows and the question becomes a cash flow analysis instead.