US Take-Home Pay Calculator
us_take_home_payCompute net take-home pay for a US W-2 employee after federal, state, and FICA taxes, with optional pre-tax 401(k) and health deductions.
Instructions
Computes net take-home pay for a US W-2 employee: federal income tax, state income tax (all 50 states + DC), FICA (Social Security + Medicare + Additional Medicare), and state-specific extras (e.g. CA SDI, OR transit tax). Supports pre-tax 401(k) and health-insurance deductions and per-paycheck breakdowns. Example input: { "gross": 75000, "state": "CA", "filingStatus": "single" }. 2026 tax year — estimates, not tax advice; brackets from Tax Foundation (Jan 1, 2026) & IRS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gross | Yes | Annual gross income in USD, e.g. 75000. | |
| state | Yes | Two-letter US state or DC postal code, e.g. "CA", "TX", "NY". | |
| dependents | No | Number of dependents claimed (informational; not currently used in the federal/state bracket math). | |
| filingStatus | Yes | IRS filing status. | |
| payFrequency | No | Pay frequency; the result always includes a full per-paycheck breakdown for all frequencies regardless of this value. | |
| pretax401kPct | No | Pre-tax 401(k) contribution as a percent of gross pay (0-100), capped at the 2026 employee deferral limit ($23,500). | |
| pretaxHealthAnnual | No | Annual pre-tax health insurance / HSA premiums in USD, excluded from both income tax and FICA wages. |