Last updated: June 2026 By RateCoach Team Tax year 2026/27

IR35 Rate Uplift Calculator — Find the Day Rate You Need

Moving from outside IR35 to inside IR35 or umbrella? This calculator tells you exactly what day rate to negotiate so your take-home pay stays the same. Uses an iterative binary search algorithm grounded in 2026/27 HMRC rates.

£ / day
5
46
£
5%
Outside IR35 (Baseline) £0 £0 / year Target take-home for uplift
Inside IR35 — Required Rate £0 / year net
Umbrella — Required Rate £0 / year net
£0 Current gross annual income
£0 Outside IR35 take-home (target)

How the Rate Uplift Is Calculated

This calculator uses an iterative binary search algorithm to find the exact day rate that matches your target take-home. Here is how it works under the hood.

Step 1

Calculate Your Baseline

The calculator first computes your outside IR35 take-home pay based on your current day rate, working pattern, pension contribution, student loan plan, and location. This figure becomes the target — the annual net income you want to preserve. If you entered a custom target take-home, that value is used instead.

Step 2

Binary Search for Inside IR35

The algorithm starts with a low estimate (your current rate) and a high estimate (double your current rate). It tests the midpoint: calculates what your take-home would be inside IR35 at that rate. If the result is below your target, the midpoint becomes the new floor; if above, it becomes the new ceiling. After 30–60 iterations, the algorithm converges on the exact rate, rounded to the nearest £5.

Step 3

Repeat for Umbrella Scenario

The same binary search runs again with umbrella company parameters (including the £25/week umbrella margin). The result is typically £5–£15/day higher than the inside IR35 rate because the umbrella margin is a pure cost with no corresponding tax benefit.

How to Use This Calculator

Getting your uplift numbers takes just a few seconds. Adjust any input and both uplift scenarios update instantly.

Step 1

Enter Your Current Contract Rate

Set your current outside IR35 day rate, days per week, and weeks per year. The calculator uses your current gross income to compute the baseline outside IR35 take-home. Most contractors work 46 weeks per year after accounting for holidays and bank holidays.

Step 2

Set Your Deductions & Location

Adjust your pension contribution (as a percentage of gross income), select your student loan plan, and choose your location. Scotland uses five different income tax bands which may increase your required uplift. If you have a specific annual income target in mind, enter it in the optional target take-home field.

Step 3

Read Your Uplift Results

The results panel shows two numbers: the day rate you need inside IR35 and the day rate you need via an umbrella to match your baseline take-home. Each result card shows the required rate, the percentage uplift from your current rate, and the net annual take-home at that rate. Use the higher number as your negotiation target.

Worked Example

A senior IT contractor earning £500/day outside IR35, 5 days/week, 46 weeks/year. The client wants to move the role inside IR35. What day rate should the contractor negotiate to maintain the same take-home pay?

Scenario: Current outside IR35: £500/day, 5 d/wk, 46 wks/yr = £115,000 gross. Pension 5%, England, no student loan. Outside IR35 take-home: ~£63,800/year. What day rate inside IR35 produces the same £63,800 take-home?
MetricOutside IR35 (current)Inside IR35 (uplifted)Umbrella (uplifted)
Day rate£500£650£655
Annual gross£115,000£149,500£150,650
Rate uplift+30%+31%
Employer NI (15%)−£21,675−£21,848
Apprenticeship levy (0.5%)−£748−£753
Umbrella margin−£1,150
Pension contribution (5%)−£5,750−£7,475−£7,533
Income tax−£38,360−£38,693
Employee NI (8%/2%)−£4,552−£4,594
Corporation tax−£23,179
Dividend tax−£22,299
Net annual take-home£63,772£63,772£63,772
Bottom line: This contractor needs to negotiate a day rate of approximately £650/day for inside IR35 or £655/day for umbrella to maintain the same £63,772/year take-home. That is a 30–31% uplift from their current £500/day rate. Run your own numbers in the calculator above.

The Formula

For those who want to see the exact algorithm. This is the logic implemented in the calculator above.

Inputs

  • R = Current day rate (£)
  • D = Days per week
  • W = Weeks per year
  • P = Pension contribution (%)
  • L = Location (England or Scotland)
  • S = Student loan plan
  • T = Target annual net (£) — defaults to outsideIR35(R × D × W, P)

Binary Search

  • Set lo = R, hi = R × 2
  • If insideNet(hi) < T, expand hi by +£10 until insideNet(hi) ≥ T
  • Repeat 60 times:
    • mid = (lo + hi) / 2
    • If insideNet(mid) < T: lo = mid
    • Else: hi = mid
    • Stop if |insideNet(mid) − T| < £1
  • Return round(lo / 5) × 5

Inside IR35 Net

  • G = rate × D × W
  • pension = G × P / 100
  • afterPension = G − pension
  • employerNI = max(0, afterPension − 5000) × 0.15
  • levy = afterPension × 0.005
  • salary = afterPension − employerNI − levy
  • incomeTax = incomeTax(salary, L)
  • employeeNI = employeeNi(salary)
  • studentLoan = studentLoanRepayment(salary, S)
  • Net = salary − incomeTax − employeeNI − studentLoan

Umbrella Net

  • Same as inside IR35, but:
  • margin = 25 × W
  • afterPension = G − pension − margin
  • All subsequent deductions apply to the reduced base
Tax year 2026/27 rates Last updated: June 2026 HMRC rate-sourced bands Full methodology →

Rate Uplift Calculator FAQ

Common questions about rate uplift calculations, the binary search algorithm, and what factors affect your required day rate.

A rate uplift is the higher day rate you need to negotiate when a contract moves from outside IR35 (limited company) to inside IR35 or through an umbrella company. When you work outside IR35, you pay less tax overall — no employer NI on dividends, corporation tax instead of income tax and employee NI. Inside IR35 or umbrella, you pay income tax, employee NI, employer NI, and apprenticeship levy, which can reduce your take-home by 20–30%. The uplift compensates for these extra deductions so your net annual income stays the same.

The calculator uses binary search: it starts with a low estimate (your current rate) and a high estimate (double your current rate), then iteratively narrows the range. At each step it calculates the hypothetical inside IR35 or umbrella take-home and compares it to your target. If the take-home is too low, it raises the floor; if too high, it lowers the ceiling. After about 30–50 iterations (far more than needed), it converges on the exact day rate that matches your target, rounded to the nearest £5. The algorithm is guaranteed to find a solution within £1 of your target.

The uplift percentage depends on several factors: your current day rate (higher earners need a larger absolute increase but similar percentages), your working pattern (more days and weeks mean a larger gross base), pension contributions (pension reduces the gap by saving corporation tax outside IR35 and income tax inside IR35), your student loan plan (Plan 2 has the highest threshold, so less is deducted, meaning a slightly lower uplift), and your location (Scotland’s five tax bands generally require a slightly higher uplift than England and Wales). A £500/day contractor typically needs 25–35% uplift; a £1,000/day contractor needs 30–40%.

Inside IR35 and umbrella produce slightly different required rates because of the umbrella margin (£25/week, approximately £1,150/year in the 46-week year). The umbrella route also applies employer NI and apprenticeship levy on a slightly smaller base (after the margin is deducted), which slightly reduces those costs. In practice, the difference between inside IR35 and umbrella required rates is small — typically £5–£15/day — and the umbrella rate is usually the higher of the two because the £25/week margin is a pure cost with no offsetting tax benefit.

Pension contributions reduce your taxable income in all scenarios, which narrows the required uplift. Outside IR35, a company pension contribution reduces corporation tax at 19–25%. Inside IR35 or umbrella, a salary-sacrifice pension reduces income tax and NI at your marginal rate (20–45% + 2–8% NI). At 0% pension, the uplift for a £500/day contractor is typically 30–32%. At 5% pension, it drops to about 28–30%. At 10–15% pension, the gap narrows further to 25–28% because more income is tax-sheltered in all scenarios. Play with the pension slider in the calculator to see the effect on your specific numbers.

Yes. Toggle the Location setting to Scotland to apply the five Scottish income tax bands: Starter 19% (£0–£2,306), Basic 20% (£2,307–£13,991), Intermediate 21% (£13,992–£31,092), Higher 42% (£31,093–£62,570), and Top 48% (over £62,570). Scottish contractors typically need a slightly higher rate uplift because the intermediate (21%) and top (48%) bands mean more income tax is deducted inside IR35 and umbrella scenarios compared to England where the rates are 20%, 40%, and 45%.

By default, the calculator uses your outside IR35 take-home pay as the target — it assumes you want to maintain the same net income you currently earn as a limited company contractor. However, you can enter a custom annual take-home target if you have a specific income figure in mind. For example, you might enter £70,000 if you know you need that amount to cover your living costs, or £100,000 if you are benchmarking against another contract offer. The calculator will then find the day rate needed inside IR35 and via an umbrella to achieve that exact target. Leave the field blank to revert to the auto-calculated baseline.

Share or Save Your Results

Copy the calculator state as a link or share it with your accountant or recruiter.

Send Feedback

Found a bug, have a suggestion, or want to request a new calculator? Let us know.