The daily rate agreed with your agency or end client.
The weekly fee charged by the umbrella provider.
Income Summary (Weekly)
Gross Contract Value:£0.00
Company Deductions
Umbrella Margin:-£0.00
Employer NI (13.8%):-£0.00
Apprenticeship Levy (0.5%):-£0.00
Employee Deductions (Estimated)
Income Tax (PAYE):-£0.00
Employee NI:-£0.00
Net Income
Weekly Take Home:£0.00
Estimated Monthly Net:£0.00
Effective Retention Rate:0%
function calculateNetPay() {
// 1. Get Inputs
var dayRate = parseFloat(document.getElementById('dayRate').value);
var daysPerWeek = parseFloat(document.getElementById('daysPerWeek').value);
var umbrellaFee = parseFloat(document.getElementById('umbrellaFee').value);
// Validation
if (isNaN(dayRate) || dayRate <= 0) {
alert("Please enter a valid Day Rate.");
return;
}
if (isNaN(daysPerWeek) || daysPerWeek niSecondaryThreshold) {
employersNI = (subjectToErsNI – niSecondaryThreshold) * ersNIRate;
}
// 5. Gross Taxable Salary (The figure on the payslip)
// Gross Contract – Margin – ErsNI – AppLevy
var taxableSalary = grossWeekly – umbrellaFee – employersNI – appLevy;
if (taxableSalary taxFreeAllowance) {
if (taxableSalary taxFreeAllowance) { // Using 242 as primary threshold approx
if (taxableSalary 0) {
retention = (netWeekly / grossWeekly) * 100;
}
// 8. Output to HTML
document.getElementById('res-gross').innerText = '£' + grossWeekly.toFixed(2);
document.getElementById('res-margin').innerText = '-£' + umbrellaFee.toFixed(2);
document.getElementById('res-ers-ni').innerText = '-£' + employersNI.toFixed(2);
document.getElementById('res-app-levy').innerText = '-£' + appLevy.toFixed(2);
document.getElementById('res-tax').innerText = '-£' + incomeTax.toFixed(2);
document.getElementById('res-ees-ni').innerText = '-£' + employeeNI.toFixed(2);
document.getElementById('res-net-weekly').innerText = '£' + netWeekly.toFixed(2);
document.getElementById('res-net-monthly').innerText = '£' + netMonthly.toFixed(2);
document.getElementById('res-retention').innerText = retention.toFixed(1) + '%';
// Show results
document.getElementById('results-area').style.display = 'block';
}
Understanding Your Umbrella Company Take Home Pay
Contracting through an umbrella company is a popular route for UK contractors who want the freedom of contracting without the administrative burden of running their own Limited Company. However, understanding how your day rate translates into money in your bank account can be confusing due to the various deductions involved.
How the Calculation Works
Unlike a standard permanent employee salary, the "day rate" offered to umbrella contractors is known as the Assignment Rate. This rate is higher than a comparable permanent salary because it includes costs that an employer would usually pay. Before you receive your net pay, the umbrella company must deduct these employment costs.
1. Company Deductions
Before your tax is calculated, the umbrella company deducts the overheads of employment from the gross contract value:
Umbrella Margin: The fee the company charges for processing your payroll (usually £15-£30 per week).
Employer's National Insurance (ERS NI): This is legally an employer cost (currently 13.8% above the threshold), paid from the contract funds.
Apprenticeship Levy: A government levy of approximately 0.5% applied to the gross income of large employers.
2. Employee Deductions
Once the company deductions are removed, what remains is your Gross Taxable Salary. This is the figure subject to personal taxation, similar to a permanent employee:
Income Tax (PAYE): Calculated based on your tax code (Standard 1257L allows approx £12,570 tax-free per year).
Employee National Insurance: Your personal contribution to NI (recently reduced to 8% for the main band).
Why is my retention rate lower than expected?
Contractors often expect to take home 75-80% of their day rate, but with current tax bands and the inclusion of Employer NI within the day rate, a retention rate between 55% and 65% is more realistic for higher earners. This calculator provides a transparent breakdown so you can negotiate your day rate accordingly.
IR35 and Umbrella Companies
Since the IR35 reforms in the private sector, many contractors have moved to umbrella companies. Inside IR35 roles require taxes to be deducted at source. Using an umbrella company ensures full compliance with HMRC, meaning you don't have to worry about unexpected tax bills at the end of the year.