Salary What-If Simulator 2026/27

Set your current salary, then drag any slider to see exactly how a pay rise, pension change, region move or hours change shifts your take-home pay. Each scenario shows the £ delta vs your baseline.

Your baseline

£
%

Baseline annual take-home

£0

-

What-if scenarios

Each scenario starts at your baseline. Drag the slider to see the £ impact on annual + monthly take-home, plus what changes underneath (pension build, marginal rate, HICBC if relevant).

How each scenario works

Pay rise / bonus
Adds the slider amount to your gross salary for the full tax year. Shows the actual extra take-home after Income Tax + NI at the marginal rate, which is the real number to negotiate with.
Pension sacrifice change
Modifies your pension % up or down. Salary sacrifice modelled - saves both Income Tax and NI at marginal rate. Most efficient UK workplace pension structure.
Region switch
Recalculates take-home in each of the four UK tax regions. Above £43,663 Scotland diverges materially; below that all four are broadly equivalent.
4-day week / part-time
Pro-rates your salary by the selected working-week fraction (5d, 4d, 3d). Shows the net pay change which is usually less than the headline pay cut because of lost marginal-rate tax.

Common questions this answers

  • "How much extra take-home would a £5,000 pay rise actually give me?"
  • "If I bumped my pension from 5% to 10%, how much net pay would I lose?"
  • "Is moving to Scotland really that much worse on tax at £80k?"
  • "What does a 4-day week actually cost me in take-home (not in headline salary)?"
  • "How much do I lose to HICBC at £75,000 with 2 kids? (Use the tax-trap visualiser for the explicit chart.)"

Source data

  • All calculations route through the canonical site tax engine (src/calculators/salary/logic.ts) which pulls 2026/27 rates from the verified src/data/tax/uk-2026-27.ts file (citations against HMRC and gov.scot on the methodology page).
  • No data leaves your browser. The simulator is pure client-side and stores nothing.
  • Estimate only - actual take-home depends on tax codes, BIK, student loan plan, Marriage Allowance, Blind Person's Allowance and other personal circumstances not modelled here. Use the full salary calculator for those.

Use this calculator

Copy a citation linking back to this page. Attribution required under CC BY 4.0.

Plain text
 
HTML
 
Markdown
 

Paste an iframe into your blog or page. Free for any use; the embed shows a small "Powered by salarytax.uk" link.

Basic embed
<iframe
  src="https://salarytax.uk/embed/salary-calculator"
  width="100%"
  height="920"
  frameborder="0"
  loading="lazy"
  title="UK Salary Calculator by SalaryTax"
  style="border: 1px solid #e0e0e0; border-radius: 4px;"
></iframe>
Compact embed
<iframe
  src="https://salarytax.uk/embed/salary-calculator-compact"
  width="100%"
  height="380"
  frameborder="0"
  loading="lazy"
  title="UK Salary Calculator (compact) by SalaryTax"
  style="border: 1px solid #e0e0e0; border-radius: 4px; max-width: 560px;"
></iframe>

Full embed docs and live preview →