basic

FICA Payroll Tax Calculator

Social Security + Medicare tax on wage income.

Compute the FICA payroll tax owed by a US employee on annual gross wages: 6.2% Social Security up to the 2024 wage base of $168,600, 1.45% Medicare on all wages, plus 0.9% Additional Medicare above $200,000.

Published Last reviewed 1 min read

Inputs

$

Results

Enter values and click Calculate to see results.
Was this helpful?

How to use this calculator

  1. Fill in the inputs above using the units you already have.
  2. Values update automatically as you type — no submit button needed.
  3. Hover any result row for the underlying formula and intermediate values.

Formula

SS = min(wages, 168600) · 6.2%. Medicare = wages · 1.45%. Add'l Medicare = max(0, wages − 200000) · 0.9%.

In depth

Compute the FICA payroll tax owed by a US employee on annual gross wages: 6.2% Social Security up to the 2024 wage base of $168,600, 1.45% Medicare on all wages, plus 0.9% Additional Medicare above $200,000.