💷 Your Take Home

Methodology · 2026/27
← Calculator

How the Calculator Works

This page documents the exact methodology behind every number the calculator produces. We publish this so you can verify our working, replicate the calculation by hand for any salary, and report any inconsistency with your real payslip.

The calculator is deterministic — same inputs always produce the same outputs — and runs entirely in your browser. No salary data is transmitted to our servers.

Last updated: 27 June 2026 · Tax year 2026/27 (6 April 2026 – 5 April 2027)

1. Calculation Order

The calculator runs in this fixed order. Each step uses the output of the previous one:

  1. Start with gross annual salary (your input)
  2. Add bonus if entered
  3. Subtract pre-tax pension contributions (your % × annual gross)
  4. Subtract pre-tax salary sacrifice (cycle scheme, EV lease, etc.)
  5. This gives taxable income
  6. Apply Personal Allowance (£12,570 for 2026/27, tapered above £100k adjusted net income)
  7. Calculate income tax using the applicable band structure (UK or Scottish)
  8. Calculate National Insurance on gross (not taxable) income, above the £12,570 threshold
  9. Calculate student loan repayment if applicable, based on the plan threshold and 9% (or 6% for postgrad)
  10. This gives annual net take-home
  11. Subtract post-tax household deductions (mortgage, council tax, utilities, etc.)
  12. This gives disposable income

2. Income Tax — UK (England, Wales, Northern Ireland)

2026/27 thresholds

BandRateRange (gross)
Personal Allowance0%£0 – £12,570
Basic rate20%£12,571 – £50,270
Higher rate40%£50,271 – £125,140
Additional rate45%£125,141+
Source: gov.uk/income-tax-rates. PA frozen until 2027/28.

Personal Allowance taper

If your adjusted net income exceeds £100,000, your Personal Allowance is reduced by £1 for every £2 of income above £100,000. At £125,140 it is fully tapered (zero).

PA = max(0, 12,570 − max(0, (income − 100,000) / 2))

The basic-rate band is a fixed £37,700 wide regardless of PA. When PA tapers, what shifts is the higher-rate threshold (PA + £37,700), not the basic-rate width. Earlier versions of common UK tax calculators got this wrong by computing the BR width as basicRateLimit − PA, which under-states tax for high earners. We use the correct formula.

Example: £130,000 salary, 8% pension

  1. Pension reduction: £130,000 × 8% = £10,400 → taxable income £119,600
  2. Adjusted Net Income for PA taper: £119,600 (still above £100k)
  3. PA taper: max(0, 12,570 − (119,600 − 100,000) / 2) = max(0, 12,570 − 9,800) = £2,770
  4. Higher-rate threshold = £2,770 + £37,700 = £40,470
  5. Income subject to BR (20%): £40,470 − £2,770 = £37,700 → tax £7,540
  6. Income subject to HR (40%): £119,600 − £40,470 = £79,130 → tax £31,652
  7. Total income tax: £39,192

3. Income Tax — Scotland

Scottish income tax has six bands and applies to non-savings, non-dividend income for Scottish taxpayers.

BandRateRange (taxable income above PA)
Starter19%£0 – £2,827
Basic20%£2,828 – £14,921
Intermediate21%£14,922 – £31,092
Higher42%£31,093 – £62,430
Advanced45%£62,431 – £112,570
Top48%£112,571+
Source: Scottish Government 2026/27 Budget. PA (£12,570) is UK-wide and set by HMRC, not Scottish Parliament.

The Personal Allowance taper rule (above £100,000 ANI) applies in Scotland too.

4. National Insurance (Class 1)

National Insurance is charged on gross earnings, not taxable income — pension contributions (unless via salary sacrifice) don't reduce NI.

BandRateAnnual earnings
Below Primary Threshold0%£0 – £12,570
Main rate8%£12,571 – £50,270
Upper rate2%£50,271+
Source: gov.uk/national-insurance. Thresholds frozen since 6 November 2022.

Note: NI is calculated annually for simplicity in this calculator. Your real payslip shows NI on a weekly or monthly basis using the £242/week (£1,048/month) threshold. The annualised figure matches if your earnings are consistent across the year; it diverges if you have a one-off bonus or change jobs mid-year.

5. Pension Contributions

The calculator supports pre-tax (relief-at-source or net pay) and salary sacrifice pension contributions:

6. Student Loan Repayments

PlanThreshold (2026/27)Rate
Plan 1£26,0659% above threshold
Plan 2£28,4709% above threshold
Plan 4 (Scotland)£31,3959% above threshold
Plan 5 (post-Aug 2023)£25,0009% above threshold
Postgraduate£21,0006% above threshold

Repayments are calculated on gross earnings before pension, the same basis as NI. You can have multiple loan plans active (e.g. Plan 2 + Postgraduate) — the calculator handles each independently.

7. Mortgage Borrowing Capacity

The illustrative mortgage figure uses a 4.0× to 4.5× annual gross income range — the typical loan-to-income ratio UK lenders use following the 2014 Mortgage Market Review (MMR). Some lenders cap at 4.0×; others stretch to 4.5× or 5× for higher earners or smaller deposits.

This is not a loan offer or pre-approval. Actual mortgage decisions depend on:

8. UK Median Comparison

When the calculator shows "X% above/below UK median full-time gross", it uses the most recent Office for National Statistics figure: £39,039, the median annual gross earnings for full-time UK employees in April 2025.

Source: ONS Annual Survey of Hours and Earnings (ASHE), April 2025. We use full-time median (not mean, not all-employee). New ASHE data is published each November; we update this figure annually.

9. Known Limitations

The calculator does not currently model:

For these situations, your real net pay will diverge from our estimate. For binding figures, use your HMRC Personal Tax Account or consult an accountant.

10. Testing & Verification

The calculation engine is verified against:

If you find a discrepancy with your payslip, please contact us with your inputs and the difference. We treat data inaccuracies as priority bugs.