New York City Paycheck Calculator

New York City Paycheck Calculator helps estimate take-home pay instantly with federal, NY state, and NYC taxes. Calculate net earnings from salary or hourly income, plus OT, bonuses, shift pay, side income, and deductions. View pay frequency results, tax breakdowns, and real paycheck impact.

📝 Employment Details
$
$
ROTH IRA STATUS Eligible
%
💰 Shifts, Overtime & 2nd Job
$
Shift Differentials (%)
%
%
%
2nd Job / Side Gig Simulation
$
⏪ Retro Pay Calculator
$
$
⚙️ Deductions & Benefits
%
$
$
$
$
$
$
⚠️ You just entered the 24% tax bracket.
Net Pay
$0.00
Take Home Amount
Total Taxes
$0.00
Taxable: 100%
Daily Take Home
$0.00
Based on 260 work days
💵 True Hourly Net
$0.00/hr
Gross: $0.00
Safe
$0.00
🌴 PTO Value Engine
$0.00
Total Annual Value
⏱️ OT Tax Drag
$0.00 Net
Tax eats: $0.00
+0%
$0.00
NYC Inflation (3.5%) Real: -3.5%
📅 Annual & Frequency Summary
Freq Gross Tax Net Pay
📄 Paystub Breakdown
Gross Earnings$0.00
Overtime Pay$0.00
Bonus$0.00
Shift Diffs$0.00
Side Gig$0.00
Federal Tax-$0.00
Social Security (6.2%)-$0.00
Medicare (1.45%)-$0.00
NY State Tax-$0.00
NYC Local Tax-$0.00
NY SDI / PFL-$0.00
401k Contribution-$0.00
Health Insurance-$0.00
Union Dues-$0.00
Commuter Benefits
-$0.00 Save $0/yr
Student Loan (Post-Tax)-$0.00
Childcare (Cost)
-$0.00 Costs 0 hrs/wk
Net Pay$0.00
📊 Distribution

The New York City Paycheck Calculator is a web-based tool that computes net pay for employees working or residing in New York City. It processes gross income data against Federal, New York State (NYS), and New York City (NYC) local tax regulations. The tool converts annual salaries or hourly wages into take-home pay figures for various pay frequencies, including Weekly, Bi-Weekly, Semi-Monthly, and Monthly.

Beyond basic tax withholding, this calculator functions as a financial planning dashboard. It evaluates specific NYC-centric variables such as borough-based rent estimates, union dues, commuter benefits (MTA/LIRR), and shift differentials. The application applies current tax brackets, standard deductions, and FICA limits to generate a detailed paystub breakdown, a distribution chart, and predictive metrics regarding inflation, overtime impact, and loan repayment speeds.

Inputs Used by the New York City Paycheck Calculator

The calculator utilizes specific input fields to derive net pay. Each input directly influences the mathematical logic used in the backend code.

  • Employment Details:
    • Union Presets: A dropdown that pre-fills data for specific NYC unions (MTA, NYPD, FDNY, 32BJ, DC37, UFT). Selecting a preset automatically populates Union Dues, Health Costs, and Shift Differential inputs.
    • Pay Model: Users select between “Annual Salary” or “Hourly Wage.”
    • Gross Pay / Hourly Rate: The base monetary value used for calculations. Hourly inputs require an “Hrs/Week” value to annualize income (Rate × Hours × 52).
    • Pay Frequency: Determines how annual totals are divided (52, 26, 24, or 12 periods).
  • Residency and Filing:
    • Filing Status: Options for Single, Married Joint, or Head of Household determine the specific Federal, NYS, and NYC tax brackets and standard deductions applied.
    • NYC Residency Checkbox: A boolean input. When checked (“I live in NYC”), the code applies the NYC local tax brackets (ranging from roughly 3.0% to 3.8%) to the taxable income.
    • NYS Override: An optional field allowing users to manually set a fixed percentage for New York State withholding, bypassing the standard bracket calculation.
  • Variable Pay & Shifts:
    • Overtime Hours: Input for hours worked beyond the standard schedule. The code calculates these at a 1.5x multiplier of the hourly rate.
    • Bonus/Commission: A dollar amount added to the gross pay per period.
    • Shift Differentials (%): Inputs for Night, Weekend, and Holiday shifts. The code calculates the boost as a percentage of the base hourly rate, annualized.
    • 2nd Job / Side Gig: Inputs for an additional hourly rate and hours per week, which are added to the total gross income.
  • Retro Pay Calculator:
    • Inputs for “Old Hourly Rate,” “New Hourly Rate,” and “# Pay Periods” calculate the gross difference. The tool estimates a net payout using a fixed 0.65 multiplier (35% estimated tax).
  • Deductions & Benefits:
    • 401k/403b (%): Pre-tax deduction calculated as a percentage of gross pay.
    • Health Plan Tier: Options for Single, Couple, Family, or Custom. Fixed dollar amounts (e.g., $150 for Single, $500 for Family) are deducted pre-tax.
    • Commuter Plan: Options for MTA Unlimited ($132), LIRR (~$300), PATH/NJT (~$260), or Custom. These are treated as pre-tax deductions.
    • Post-Tax Deductions: Inputs for Union Dues, Student Loans, and Childcare are subtracted from the net pay after taxes are calculated.

How the New York City Paycheck Calculator Works

The calculation process follows a linear sequence of operations, starting with gross pay annualization and ending with net pay derivation.

  1. Gross Pay Calculation: The tool first establishes the total annual gross income. If the “Hourly Wage” mode is selected, the base rate is multiplied by hours per week and then by 52.
    • Additions: Annualized values for Overtime (calculated at 1.5x rate), Shift Differentials (percentage boosts applied to the base rate), and Side Gig income are added to the base salary.
    • Rounding: The code applies a round2 function to ensure monetary values are rounded to the nearest cent at the pay-period level before being annualized.
  2. Pre-Tax Deduction Subtraction: The system calculates the annual value of 401k contributions, health insurance premiums, and commuter benefits. These amounts are subtracted from the Total Annual Gross to determine the “Taxable Gross” income.
  3. Federal Tax Calculation: The Taxable Gross is reduced by the Federal Standard Deduction (FED_STD), which varies by filing status (e.g., $15,000 for Single, $30,000 for Married). The remaining amount is processed through progressive Federal tax brackets ranging from 10% to 37%.
  4. FICA Calculation (Social Security & Medicare):
    • Social Security: Calculated as 6.2% of the gross income. The code enforces a cap (FICA_SS_CAP) of $176,100, stopping calculations once income exceeds this threshold.
    • Medicare: Calculated as 1.45% of gross income. The code includes logic for the Additional Medicare Tax (0.9%) on income exceeding $200,000 (Single) or $250,000 (Married).
  5. State and Local Tax Calculation:
    • NYS Tax: The code applies New York State specific brackets (ranging from ~4% to 9.65%) and standard deductions (NY_STD) to the taxable gross. If a manual override is entered, the tool applies that fixed percentage instead.
    • NYC Tax: If the residency checkbox is active, the tool applies NYC local tax brackets (ranging from ~3.078% to 3.876%) to the taxable gross.
  6. Net Pay Determination: The final Net Pay is derived by subtracting all calculated taxes (Federal, FICA, NYS, NYC, and NY SDI/PFL) and all post-tax deductions (Union Dues, Student Loans, Childcare) from the Gross Pay.

Results and Metrics Explained

The New York City Paycheck Calculator outputs various metrics defined by specific mathematical formulas found in the code.

  • Net Pay: The final take-home amount per pay period.
  • Total Taxes: The sum of Federal, FICA (SS + Med), NY State, NY City, and SDI taxes.
  • True Hourly Net: This metric divides the final Net Pay by the total real hours worked (including overtime and side gig hours).
  • National Parity: Calculated as Hourly Net * 1.38. This represents the NYC hourly net wage adjusted by a 38% factor to simulate purchasing power parity outside of NYC.
  • Rent Stress Meter: This dashboard widget calculates a monthly rent budget based on a user-selected percentage (20% to 60%) of the monthly net pay. It categorizes the result as “Safe,” “Caution,” “Stretched,” or “Critical” based on fixed percentage thresholds defined in the code.
  • PTO Value Engine: Calculates the monetary value of Paid Time Off by multiplying the input “PTO Hrs/Yr” by the “True Hourly Net.”
  • OT Tax Drag: This metric isolates the tax impact of overtime. It calculates the total tax burden with overtime and subtracts the tax burden without overtime. The result displays the specific tax amount deducted from the overtime earnings.
  • SS Tax Cap Hit: If annual income exceeds $176,100, the tool calculates the specific date (based on pay frequency) when Social Security deductions will cease, resulting in a net pay increase (“boost”) for the remainder of the year.
  • Roth IRA Status: The tool compares the Modified Adjusted Gross Income (Gross minus 401k) against fixed limits (e.g., $146,000 for Single) to determine eligibility status (“Fully Eligible,” “Phase-Out,” or “Ineligible”).

Interpreting the Calculation Output

The values generated by the calculator reflect the strict application of 2025/2026 tax logic.

  • Residency Impact: Checking “I live in NYC” will immediately reduce the Net Pay result. The output will show a new line item for “NYC Local Tax,” which is mathematically derived using the NYC-specific rate arrays in the code.
  • Commuter Savings: The “Commuter Benefits” line item in the paystub includes a savings estimate. This figure represents the Commuter Amount * Tax Rate, showing the tax liability avoided by using pre-tax dollars for transit.
  • Raise & Inflation: The “Raise & Inflation” dashboard calculates the “Real” raise by subtracting a fixed inflation constant of 3.5% from the user-selected raise percentage. A result below 0% indicates the raise does not keep pace with the hardcoded inflation rate.
  • Bonus Tax Bite: If a bonus is entered, the dashboard displays a “Tax bite” metric, which is an estimate calculated at a flat 35% rate to show the potential withholding impact on that specific lump sum.

Assumptions and Calculation Limits

The code enforces specific constants and boundaries that define the scope of the calculation.

  • Tax Year: The brackets, standard deductions, and FICA limits are hardcoded estimates aligning with the 2025/2026 tax tax year.
  • Work Year: The tool assumes a standard work year of 2,080 hours (40 hours x 52 weeks) or 260 days for daily rate calculations.
  • SDI/PFL: New York State Disability Insurance (SDI) / Paid Family Leave (PFL) is calculated at 0.5% of gross pay but is strictly capped at $5.00 per paycheck in the code logic.
  • FICA Caps: Social Security tax is calculated only on the first $176,100 of income. Medicare tax has no upper income limit.
  • Retro Pay Tax: The Retro Pay calculator uses a simplified flat multiplier of 0.65 to estimate net pay, assuming a 35% aggregate tax rate.
  • Commuter Costs: Commuter plans use fixed values (e.g., MTA Unlimited = $132) unless a custom amount is entered.

Estimation Disclaimer

The results generated by the New York City Paycheck Calculator are estimates based on the inputs provided and the tax formulas embedded in the application code. Actual paychecks may vary due to specific employer payroll practices, benefit plan variations, and changes to tax laws not yet reflected in the tool’s static logic.

Related Tools & Calculators: