{
  "id": "income-tax-calculator",
  "version": "7.0.0",
  "name": "Income Tax Calculator",
  "shortName": "Income Tax",
  "description": "Estimate 2026 U.S. federal income tax using the standard deduction and progressive brackets.",
  "category": "Finance",
  "categorySlug": "finance",
  "keywords": [
    "income",
    "tax"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-18",
  "engine": "legacy-react",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/income-tax-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "7.0.0",
    "referenceCoverage": "references-listed",
    "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."
  },
  "notice": "Tax estimate only; not tax advice.",
  "urls": {
    "page": "/calculator/income-tax-calculator/",
    "definition": "/calculator/income-tax-calculator/definition.json",
    "schema": "/calculator/income-tax-calculator/schema.json",
    "llms": "/calculator/income-tax-calculator/llms.txt",
    "legacyDefinition": "/calculator/income-tax-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/income-tax-calculator/?income=75000&filingStatus=single",
  "queryParameters": {
    "income": {
      "label": "Annual Income ($)",
      "type": "number",
      "required": false,
      "default": 75000
    },
    "filingStatus": {
      "label": "Filing Status",
      "type": "text",
      "required": false,
      "default": "single"
    }
  },
  "inputs": [
    {
      "id": "income",
      "label": "Annual Income ($)",
      "type": "number",
      "defaultValue": 75000
    },
    {
      "id": "filingStatus",
      "label": "Filing Status",
      "type": "text",
      "defaultValue": "single"
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Result",
      "format": "text",
      "primary": true
    }
  ],
  "formula": {
    "expression": "2026 taxable income = max(gross income − standard deduction, 0); federal tax is the sum of tax charged within each progressive bracket.",
    "note": "Federal estimate only. Credits, itemized deductions, additional deductions, self-employment tax, and state tax are excluded."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "income": 75000,
        "filingStatus": "single"
      }
    }
  ],
  "sources": [
    {
      "label": "IRS 2026 tax inflation adjustments",
      "url": "https://www.irs.gov/newsroom/irs-releases-tax-inflation-adjustments-for-tax-year-2026-including-amendments-from-the-one-big-beautiful-bill"
    }
  ]
}
