Effective Tax Rate Calculator Formula

Understand the math behind the effective tax rate calculator. Each variable explained with a worked example.

Formulas Used

Effective Tax Rate

effective_rate = total_income > 0 ? total_tax_paid / total_income * 100 : 0

After-Tax Income

after_tax_income = total_income - total_tax_paid

Monthly After-Tax

monthly_after_tax = (total_income - total_tax_paid) / 12

Variables

VariableDescriptionDefault
total_incomeTotal Gross Income(USD)85000
total_tax_paidTotal Tax Paid (all levels)(USD)18000

How It Works

Effective Tax Rate

Effective Rate = Total Tax Paid / Gross Income x 100

Your effective rate is always lower than your marginal rate because only a portion of income is taxed at the highest bracket.

Include federal, state, FICA, and local taxes for the most complete picture.

Worked Example

$85,000 income, $18,000 total taxes.

total_income = 85000total_tax_paid = 18000
  1. 01Effective rate = $18,000 / $85,000 = 21.2%
  2. 02After-tax = $85,000 - $18,000 = $67,000
  3. 03Monthly = $5,583

Ready to run the numbers?

Open Effective Tax Rate Calculator