Free • No login required

Vietnam Salary Calculator

Calculate net take-home salary after personal income tax (PIT) and social insurance deductions in Vietnam.

$
people

Fill in the fields above and click Calculate to see your results.

How to use

Calculate net take-home salary after personal income tax (PIT) and social insurance deductions in Vietnam.

How it's calculated

Social Insurance (8%)

gross_salary * 0.08

Employee's social insurance contribution

Health Insurance (1.5%)

gross_salary * 0.015

Employee's health insurance contribution

Unemployment Insurance (1%)

gross_salary * 0.01

Employee's unemployment insurance contribution

Taxable Income

Math.max(0, gross_salary - gross_salary * 0.105 - 11000000 - num_dependants * 4400000)

Income after insurance deductions and personal/dependent allowances

Net Take-Home Salary

gross_salary - gross_salary * 0.105 - (Math.max(0, gross_salary - gross_salary * 0.105 - 11000000 - num_dependants * 4400000) <= 5000000 ? Math.max(0, gross_salary - gross_salary * 0.105 - 11000000 - num_dependants * 4400000) * 0.05 : Math.max(0, gross_salary - gross_salary * 0.105 - 11000000 - num_dependants * 4400000) <= 10000000 ? 250000 + (Math.max(0, gross_salary - gross_salary * 0.105 - 11000000 - num_dependants * 4400000) - 5000000) * 0.10 : Math.max(0, gross_salary - gross_salary * 0.105 - 11000000 - num_dependants * 4400000) <= 18000000 ? 750000 + (Math.max(0, gross_salary - gross_salary * 0.105 - 11000000 - num_dependants * 4400000) - 10000000) * 0.15 : Math.max(0, gross_salary - gross_salary * 0.105 - 11000000 - num_dependants * 4400000) <= 32000000 ? 1950000 + (Math.max(0, gross_salary - gross_salary * 0.105 - 11000000 - num_dependants * 4400000) - 18000000) * 0.20 : 4750000 + (Math.max(0, gross_salary - gross_salary * 0.105 - 11000000 - num_dependants * 4400000) - 32000000) * 0.25)

Salary after all deductions

Examples

Mid-level employee with 1 dependent

  • Gross Monthly Salary:20,000,000
  • Employee Type:0
  • Number of Dependants:1

Frequently Asked Questions

What is the personal allowance for PIT in Vietnam?

As of 2024, the personal deduction is 11,000,000 VND/month and each dependent deduction is 4,400,000 VND/month. These reduce your taxable income before applying the progressive tax brackets.

What are the employee social insurance rates in Vietnam?

Employees contribute 10.5% of gross salary: Social Insurance 8%, Health Insurance 1.5%, Unemployment Insurance 1%. Employers contribute an additional 17.5% on top of the gross salary.