Cal11 calculator

Payroll Tax Calculator 2016 Ontario

Reviewed by Calculator Editorial Team

Calculate Ontario payroll taxes for 2016 with this official payroll tax calculator. This tool helps you determine the correct payroll tax deductions, including Canada Pension Plan (CPP), Employment Insurance (EI), and federal income tax, for employees in Ontario during 2016.

How to Use This Calculator

To use this payroll tax calculator for 2016 Ontario, follow these simple steps:

  1. Enter the employee's gross salary in the "Gross Salary" field.
  2. Select the appropriate tax year (2016) from the dropdown menu.
  3. Click the "Calculate" button to compute the payroll taxes.
  4. Review the results, which will show the CPP, EI, and federal income tax deductions.
  5. Use the reset button to clear the calculator and start a new calculation.

The calculator will display the total payroll tax deductions and the net salary after taxes. You can also view a breakdown of each tax component.

Formula Used

The payroll tax calculation for 2016 Ontario is based on the following formulas:

// Canada Pension Plan (CPP) Contribution cpp = grossSalary * 0.0495 // Employment Insurance (EI) Premium ei = grossSalary * 0.0162 // Federal Income Tax (simplified for 2016) if (grossSalary <= 45282) { federalTax = grossSalary * 0.15 } else if (grossSalary <= 90563) { federalTax = 45282 * 0.15 + (grossSalary - 45282) * 0.205 } else if (grossSalary <= 142606) { federalTax = 45282 * 0.15 + (90563 - 45282) * 0.205 + (grossSalary - 90563) * 0.26 } else { federalTax = 45282 * 0.15 + (90563 - 45282) * 0.205 + (142606 - 90563) * 0.26 + (grossSalary - 142606) * 0.29 } // Total Payroll Tax totalTax = cpp + ei + federalTax // Net Salary netSalary = grossSalary - totalTax

These formulas are based on the 2016 tax rates and brackets for Ontario employees. The calculator uses these calculations to provide accurate payroll tax deductions.

Worked Example

Let's calculate the payroll taxes for an employee with a gross salary of $50,000 in 2016 Ontario.

Gross Salary: $50,000

CPP (4.95%): $50,000 × 0.0495 = $2,475

EI (1.62%): $50,000 × 0.0162 = $810

Federal Income Tax: $50,000 falls into the 20.5% bracket

$45,282 × 15% = $6,792.30

($50,000 - $45,282) × 20.5% = $9,056.30

Total Federal Tax = $6,792.30 + $9,056.30 = $15,848.60

Total Payroll Tax: $2,475 + $810 + $15,848.60 = $19,133.60

Net Salary: $50,000 - $19,133.60 = $30,866.40

Using this calculator, you can quickly determine the payroll taxes for any gross salary in 2016 Ontario. The results provide a clear breakdown of each tax component and the final net salary.

Frequently Asked Questions

What taxes are included in this payroll tax calculator for 2016 Ontario?
This calculator includes Canada Pension Plan (CPP), Employment Insurance (EI), and federal income tax deductions for 2016 Ontario employees.
Is this calculator accurate for 2016 Ontario payroll taxes?
Yes, this calculator uses the official 2016 tax rates and brackets for Ontario employees to provide accurate payroll tax calculations.
Can I use this calculator for other provinces or years?
This calculator is specifically designed for 2016 Ontario payroll taxes. For other provinces or years, you would need to use a different calculator with the appropriate tax rates.
What is the difference between gross salary and net salary?
Gross salary is the total amount earned before any deductions, while net salary is the amount remaining after payroll taxes have been deducted.
How can I verify the calculations from this calculator?
You can verify the calculations by comparing the results with the official 2016 payroll tax tables or by consulting a tax professional.