Self-Employment (1099) Tax Calculator
self_employment_taxCalculate self-employment tax (Social Security & Medicare), federal income tax, optional state income tax, and quarterly estimated payments. Input net profit and filing status for 2026.
Instructions
Computes Schedule SE self-employment tax (15.3% = 12.4% Social Security up to the wage base + 2.9% Medicare on 92.35% of net profit), the Additional Medicare surtax, federal income tax, and an optional state income tax, plus a quarterly estimated-payment figure. Example input: { "netProfit": 90000, "filingStatus": "single", "state": "TX" }. 2026 tax year — estimates, not tax advice; brackets from Tax Foundation (Jan 1, 2026) & IRS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Optional two-letter US state or DC postal code to also estimate state income tax. | |
| netProfit | Yes | Schedule C net profit in USD (1099 income minus business expenses), e.g. 90000. | |
| otherIncome | No | Other ordinary income (e.g. a W-2 job) that stacks on top for bracket and wage-base purposes. | |
| filingStatus | Yes | IRS filing status. |