The UK student loan is the most misunderstood line on any payslip, because it wears a costume: it’s called a loan, has a balance and an interest rate, and produces guilt accordingly. But it behaves like no debt you’ve ever met — repayments depend on earnings, not the balance; missing “payments” is impossible; it can’t affect a credit file; and after a fixed term the remainder vanishes, unpaid, without consequence.
Whether yours will behave like a debt (you’ll repay it, so the balance matters) or like a tax (you’ll pay 9% for decades and the balance is theatre) is not a matter of opinion. It’s one Excel model — and the answer changes what, if anything, you should do about it.
The full disclaimers apply: plans differ (Plan 1/2/4/5, postgrad), thresholds and rules change at Budgets, and big decisions here — especially voluntary repayment — are worth professional eyes. Build with your plan’s current numbers from gov.uk beside you.
The machine
Repayment is marginal-band arithmetic you already own:
repay_yr = MAX(0, salary - threshold) * 9%
Nine per cent of earnings above the threshold — a formula with no balance in it anywhere. The balance meanwhile runs its own race, exactly like the amortisation table but with the payment set by your salary instead of your loan:
| Column | Formula |
|---|---|
| Salary | grows at your assumed raise rate |
| Repayment | the 9% line above |
| Interest | balance × rate |
| Balance | prev + interest − repayment |
One row per year, copied to your plan’s write-off horizon (25–40 years depending on plan). Then read the last row, and the model hands you one of two verdicts:
Verdict one: the balance dies before the write-off. You’ll repay in full. It’s genuinely a debt, interest genuinely costs you, and the overpay-or-invest machinery becomes relevant. This is mostly the story for high and fast-rising earners.
Verdict two: the guillotine falls first — the story for most graduates on recent plans. Then the mind-bending conclusions follow: the balance is irrelevant (£20k or £60k, same 9%, same end date); the interest rate is irrelevant (it inflates a number that gets erased); and voluntary repayment is setting fire to money — every extra pound reduces a balance that was never going to be repaid anyway. For this group the loan is precisely a 9% payroll tax with an end date, and the guilt attached to the growing balance is a costume reacting to a costume.
What the model changes
Beyond the peace of mind: the verdict feeds your other sheets. The 9% belongs in the payslip model (it stacks with tax and NI — a Plan 2 basic-rate payer’s marginal rate is ~37%, which reprices overtime and raises). “Tax” verdicts mean the balance stays off the net-worth sheet — it isn’t a debt you owe so much as a tax band you’re in. And borderline cases — the interesting ones — deserve a Data Table sweep over salary growth: seeing at what career trajectory the verdict flips is exactly the kind of thing worth knowing before making voluntary payments.
The strangest product in UK finance, and the cure is the usual one: stop reading the costume, model the machine, read the last row. Tax or debt — yours is one of them, and now you know which.