Self-Employment Tax Calculator Formula
Understand the math behind the self-employment tax calculator. Each variable explained with a worked example.
Formulas Used
Self-Employment Tax
se_tax = min(taxable_se, 168600) * 0.124 + taxable_se * 0.029Social Security (12.4%)
ss_portion = min(taxable_se, 168600) * 0.124Medicare (2.9%)
medicare_portion = taxable_se * 0.029Deductible Half
deductible_half = (min(taxable_se, 168600) * 0.124 + taxable_se * 0.029) / 2Variables
| Variable | Description | Default |
|---|---|---|
net_earnings | Net Self-Employment Income(USD) | 80000 |
taxable_se | Derived value= net_earnings * 0.9235 | calculated |
How It Works
Self-Employment Tax
Self-employed individuals pay both the employer and employee portions of FICA taxes.
SE Tax = 92.35% of Net Earnings x 15.3%
You can deduct half of SE tax from your adjusted gross income.
Worked Example
$80,000 net self-employment income.
net_earnings = 80000
- 01Taxable base = $80,000 x 92.35% = $73,880
- 02SS = $73,880 x 12.4% = $9,161
- 03Medicare = $73,880 x 2.9% = $2,143
- 04Total SE tax = $11,304
- 05Deductible half = $5,652
Ready to run the numbers?
Open Self-Employment Tax Calculator