{
  "slug": "new-york-city-paycheck-calculator",
  "title": "New York City Paycheck Calculator — Take-Home Pay (2026)",
  "heading": "New York City Paycheck Calculator",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/new-york-city-paycheck-calculator",
  "summary": "An $85,000 salary in New York City nets about $61,041 a year after federal, New York, and New York City city tax.",
  "description": "Compute real take-home pay in New York City for 2026: federal brackets, New York state income tax, New York City city income tax, Social Security, and Medicare. NYC residents pay a city income tax of roughly 3.078%–3.876% on top of New York State tax — the double hit most paycheck estimates miss.",
  "formula": "Take-home = gross − pre-tax deductions − federal tax − New York tax − New York City city tax − Social Security − Medicare. City tax uses simplified 2026 NYC resident brackets.",
  "dateModified": "2026-08-31",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=new-york-city-paycheck-calculator",
  "inputs": [
    {
      "id": "salary",
      "label": "Gross annual salary",
      "kind": "number",
      "hint": null,
      "default": 85000,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "status",
      "label": "Filing status",
      "kind": "select",
      "hint": null,
      "default": "single",
      "options": [
        {
          "value": "single",
          "label": "Single"
        },
        {
          "value": "married",
          "label": "Married filing jointly"
        }
      ]
    },
    {
      "id": "pretax",
      "label": "Pre-tax deductions",
      "kind": "number",
      "hint": "401(k), HSA, health premiums",
      "default": 0,
      "unit": "$",
      "min": 0,
      "max": null
    }
  ],
  "outputs": [
    {
      "id": "net",
      "label": "Annual take-home pay",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "monthly",
      "label": "Per month",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "biweekly",
      "label": "Per biweekly paycheck",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "weekly",
      "label": "Per week",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "fed",
      "label": "Federal income tax",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "state",
      "label": "New York income tax",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "local",
      "label": "New York City city income tax",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "fica",
      "label": "Social Security + Medicare",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "effective",
      "label": "Total effective tax rate",
      "format": "percent",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Gross annual salary: 85000 $",
      "Filing status: Single",
      "Pre-tax deductions: 0 $"
    ],
    "outputs": [
      "Annual take-home pay: $61,040.74",
      "Per month: $5,086.73",
      "Per biweekly paycheck: $2,347.72",
      "Per week: $1,173.86",
      "Federal income tax: $10,314.00",
      "New York income tax: $4,070.00",
      "New York City city income tax: $3,072.76",
      "Social Security + Medicare: $6,502.50",
      "Total effective tax rate: 28.2%"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter gross annual salary ($).",
      "Enter filing status.",
      "Enter pre-tax deductions ($) — 401(k), HSA, health premiums.",
      "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": "Single, no deductions",
      "values": {
        "salary": 85000,
        "status": "single",
        "pretax": 0
      }
    },
    {
      "name": "Married filing jointly",
      "values": {
        "salary": 85000,
        "status": "married",
        "pretax": 0
      }
    },
    {
      "name": "Single, 8% into 401(k)",
      "values": {
        "salary": 85000,
        "status": "single",
        "pretax": 6800
      }
    }
  ],
  "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 is an $85,000 salary after taxes in New York City?",
      "a": "Filing single with no pre-tax deductions, an $85,000 salary in New York City works out to roughly $61,041 take-home for 2026 — about $5,087 per month or $2,348 per biweekly paycheck."
    },
    {
      "q": "Does New York City have a city income tax?",
      "a": "Yes. NYC residents pay a city income tax of roughly 3.078%–3.876% on top of New York State tax — the double hit most paycheck estimates miss. On $85,000 of wages the city portion is roughly $3,073 for a single filer, on top of New York State tax."
    },
    {
      "q": "What taxes come out of a New York City paycheck?",
      "a": "Federal income tax, Social Security (6.2% up to the annual wage base), Medicare (1.45%), New York state income tax, and New York City city income tax."
    },
    {
      "q": "How do I estimate my New York City biweekly paycheck?",
      "a": "Enter your annual salary above and read the per-paycheck line — it divides your annual take-home by 26. Remember bonuses and commissions may be withheld at different flat rates."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/take-home-pay-new-york",
    "https://www.revenuelab.fyi/toolbox/take-home-pay",
    "https://www.revenuelab.fyi/toolbox/income-tax",
    "https://www.revenuelab.fyi/toolbox/overtime-pay-calculator"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — New York City Paycheck Calculator — Take-Home Pay (2026) (https://www.revenuelab.fyi/toolbox/new-york-city-paycheck-calculator)"
}