{
  "id": "take-home-paycheck-calculator",
  "version": "7.0.0",
  "name": "Take-Home Paycheck Calculator",
  "shortName": "Take-Home Paycheck",
  "description": "Estimate your net pay after federal, state, and FICA taxes.",
  "category": "Finance",
  "categorySlug": "finance",
  "keywords": [
    "take",
    "home",
    "paycheck"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-18",
  "engine": "legacy-react",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/take-home-paycheck-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "7.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-08-18",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "urls": {
    "page": "/calculator/take-home-paycheck-calculator/",
    "definition": "/calculator/take-home-paycheck-calculator/definition.json",
    "schema": "/calculator/take-home-paycheck-calculator/schema.json",
    "llms": "/calculator/take-home-paycheck-calculator/llms.txt",
    "legacyDefinition": "/calculator/take-home-paycheck-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/take-home-paycheck-calculator/?salary=75000&hoursPerWeek=40&stateTaxRate=5&payPeriod=annual&filingStatus=single",
  "queryParameters": {
    "salary": {
      "label": "Gross Income",
      "type": "number",
      "required": false,
      "default": 75000
    },
    "hoursPerWeek": {
      "label": "Hours Per Week",
      "type": "number",
      "required": false,
      "default": 40
    },
    "stateTaxRate": {
      "label": "State Tax Rate (Est.)",
      "type": "number",
      "required": false,
      "default": 5
    },
    "payPeriod": {
      "label": "Pay Period",
      "type": "text",
      "required": false,
      "default": "annual"
    },
    "filingStatus": {
      "label": "Filing Status",
      "type": "text",
      "required": false,
      "default": "single"
    }
  },
  "inputs": [
    {
      "id": "salary",
      "label": "Gross Income",
      "type": "number",
      "defaultValue": 75000
    },
    {
      "id": "hoursPerWeek",
      "label": "Hours Per Week",
      "type": "number",
      "defaultValue": 40
    },
    {
      "id": "stateTaxRate",
      "label": "State Tax Rate (Est.)",
      "type": "number",
      "defaultValue": 5
    },
    {
      "id": "payPeriod",
      "label": "Pay Period",
      "type": "text",
      "defaultValue": "annual"
    },
    {
      "id": "filingStatus",
      "label": "Filing Status",
      "type": "text",
      "defaultValue": "single"
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Result",
      "format": "text",
      "primary": true
    }
  ],
  "formula": {
    "expression": "Take-home pay = gross pay − 2026 federal income tax − Social Security − Medicare − entered state-tax estimate, converted to the selected pay period."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "salary": 75000,
        "hoursPerWeek": 40,
        "stateTaxRate": 5,
        "payPeriod": "annual",
        "filingStatus": "single"
      }
    }
  ],
  "sources": []
}
