{
  "slug": "how-much-will-i-take-home-after-tax",
  "title": "How Much Will I Take Home After Tax?",
  "heading": "How Much Will I Take Home After Tax?",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/how-much-will-i-take-home-after-tax",
  "summary": "On a $70,000 salary with standard deductions, estimated take-home pay is roughly $54,600 a year, or about $4,550 a month.",
  "description": "Take-home pay estimation applies federal marginal tax brackets to your taxable income after the standard deduction, adds FICA payroll taxes, and subtracts a flat state tax rate, giving a simplified but realistic estimate of net annual and monthly pay for a single filer.",
  "formula": "Taxable Income = Gross − Standard Deduction. Federal Tax = sum of bracket portions at marginal rates. FICA = Gross × 7.65% (up to SS wage base). State Tax = Gross × State Rate. Net = Gross − Federal − FICA − State.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=how-much-will-i-take-home-after-tax",
  "inputs": [
    {
      "id": "grossIncome",
      "label": "Annual gross salary",
      "kind": "number",
      "hint": null,
      "default": 70000,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "stateTaxRate",
      "label": "State tax rate",
      "kind": "number",
      "hint": null,
      "default": 5,
      "unit": "%",
      "min": 0,
      "max": 13
    }
  ],
  "outputs": [
    {
      "id": "net",
      "label": "Annual take-home pay",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "monthlyNet",
      "label": "Monthly take-home pay",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "federal",
      "label": "Federal income tax",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "fica",
      "label": "FICA taxes",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Annual gross salary: 70000 $",
      "State tax rate: 5 %"
    ],
    "outputs": [
      "Annual take-home pay: $53,904",
      "Monthly take-home pay: $4,492",
      "Federal income tax: $7,241",
      "FICA taxes: $5,355"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter annual gross salary ($).",
      "Enter state tax rate (%).",
      "Read your annual take-home pay on the right — it updates as you type.",
      "Hit Share to keep the scenario or send it to someone."
    ]
  },
  "scenarios": [
    {
      "name": "Conservative",
      "description": "Lower-end numbers — what if things land soft?",
      "values": {
        "grossIncome": 42000,
        "stateTaxRate": 3
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "grossIncome": 70000,
        "stateTaxRate": 5
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "grossIncome": 112000,
        "stateTaxRate": 8
      }
    }
  ],
  "limitations": [
    "Results are estimates before tax, fees, and inflation unless an input explicitly covers them.",
    "Rates are treated as fixed for the whole period — variable-rate products will drift from this projection.",
    "This is educational maths, not financial advice. Check anything contractual with the lender or your accountant."
  ],
  "faq": [
    {
      "q": "How much will I take home after tax?",
      "a": "On a $70,000 salary (single filer, 2024 standard deduction, 5% state tax), estimated federal tax is about $7,675, FICA is about $5,355, and state tax is $3,500 — leaving roughly $53,470 net, or about $4,456/month."
    },
    {
      "q": "Does this include 401(k) contributions?",
      "a": "No — this is a simplified gross-to-net estimate before pre-tax deductions like 401(k), health insurance premiums, and HSA contributions, which would further reduce taxable income and change the net figure."
    },
    {
      "q": "Why use marginal brackets instead of one flat rate?",
      "a": "U.S. federal tax is progressive — only income within each bracket is taxed at that bracket's rate, so your effective tax rate is always lower than your top marginal bracket, which this calculator reflects by summing bracket-by-bracket."
    },
    {
      "q": "Is FICA capped?",
      "a": "The Social Security portion (6.2%) stops applying once wages exceed the annual wage base ($168,600 for 2024), while the Medicare portion (1.45%) applies to all wages with no cap."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/how-much-tax-will-i-owe-on-a-bonus",
    "https://www.revenuelab.fyi/toolbox/how-much-will-my-raise-be-after-tax"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — How Much Will I Take Home After Tax? (https://www.revenuelab.fyi/toolbox/how-much-will-i-take-home-after-tax)"
}