Payroll Tax Estimator
Estimate employer payroll taxes and NI contributions
Inputs
Provide the following 3 values to run the Payroll Tax Estimator:
- Annual Gross Salary (£) [number] (required)
- Number of Employees [number] (required)
- Pension Contribution (%) [number] — default 3
What it calculates
This tool returns:
- Total Payroll Costs — primary result
- Employer NI (per person)
- Pension (per person)
Worked example
For the sample inputs below:
- Annual Gross Salary (£): 1000
- Number of Employees: 4
- Pension Contribution (%): 3
the Payroll Tax Estimator produces:
- Total Payroll Costs: £120.00
- Employer NI (per person): £0.00
- Pension (per person): £30.00
How it works
The result is derived through the following steps:
niThreshold = 9100niRate = 0.138taxableNI = max(0, grossSalary - niThreshold)employerNI = taxableNI * niRatepensionCost = grossSalary * (pensionContribution / 100)totalPerEmployee = employerNI + pensionCosttotalAllEmployees = totalPerEmployee * numberOfEmployees
Frequently Asked Questions
How does the Payroll Tax Estimator work?
The Payroll Tax Estimator calculates your expected employer payroll taxes and National Insurance contributions based on the employee's salary and applicable tax rates.
Is this tool free to use?
Yes, the Payroll Tax Estimator is completely free and easy to use for all users.
What information do I need to use the Payroll Tax Estimator?
To use the Payroll Tax Estimator, you will need to input the employee's gross salary and any additional information regarding tax allowances or benefits.
Can I use this tool for multiple employees?
Yes, you can use the Payroll Tax Estimator for multiple employees by inputting their respective salary details one at a time.
How accurate are the tax estimates provided by this tool?
The estimates provided by the Payroll Tax Estimator are based on the current tax rates and regulations, but it is always advisable to consult a tax professional for precise calculations.