What will I owe in New York State and New York City income tax?
Income, filing status and one question about your address to the New York income tax for 2025, walked down the numbered Form IT-201 lines that produce it. Most state calculators stop at the state. This one also computes the New York City resident tax the city charges on the same return, and shows the city and no-city answers side by side. Same answer available as JSON.
Loading the calculator.
How the New York number is built
New York does not tax your salary at a rate. It starts from the federal return: line 19 of Form IT-201 is your federal adjusted gross income, $100,000 at the inputs above. New York additions on line 24 and subtractions on line 32 adjust it for the things the two governments disagree about, which is nothing here, so New York adjusted gross income on line 33 is also $100,000.
The New York standard deduction comes off next: $8,000 for single in 2025 on line 34, and a $1,000 exemption for each dependent on line 36, which is $0 here. That leaves $92,000 of taxable income on line 38. The tax on it is $4,952 on line 39, the household credit on line 43 takes off $0, and the state total on line 46 lands at $4,952.
Then the part almost every other calculator omits. Line 58 carries the New York City resident tax, $3,441 at these inputs, into the same return, and line 61 adds the two governments together: $8,393 for the year. The calculator shows that whole path as the numbered IT-201 lines it actually is, so you can hold it next to your own return and find the line that disagrees.
New York City is a second income tax, on the same return
This is the comparison people actually run, and it is the reason this page exists. Same income, same filing status, same year. The only thing that changes is the address.
| Where you live | State tax | City tax | Total |
|---|---|---|---|
| New York City | $4,952 | $3,441 | $8,393 |
| Elsewhere in New York State | $4,952 | $0 | $4,952 |
At $100,000 filing single, living in the city costs $3,441 more a year in tax, which is 69% on top of the state bill. The gap grows with income: at $50,000 it is $1,508, at $150,000 it is $5,379, and at $250,000 it is $9,255.
It follows residency, not employment. Commuting into Manhattan from New Jersey or Nassau County does not trigger it; living in Brooklyn and working remotely for a company in another state does. New York City imposes the tax under Tax Law section 1304 and the state collects it for the city on Form IT-201, which is why a single return produces two governments' worth of tax and why a state-only calculator answers a question a city resident did not ask.
What the same income costs under each filing status
Filing status moves the New York answer more than anything else here, because it sets both the standard deduction on line 34 and where every rate in the schedule starts. New York makes you use the same status as the federal return. This table holds income and dependents fixed at $100,000 and changes only the status and the address.
| Filing status | In the city | Outside the city |
|---|---|---|
| Single | $8,393 | $4,952 |
| Married filing jointly | $7,318 | $4,285 |
| Head of household | $7,928 | $4,636 |
Read it as one household earning that amount, not two people earning it each. The joint brackets are wider and the joint standard deduction is larger, so a single earner filing jointly spreads the same pay across cheaper slices: outside the city that is the difference between $4,952 and $4,285. Two earners bringing in that much between them are taxed on the combined figure and the gap mostly closes. Married filing separately is priced in the calculator above; New York puts it on the same schedule and the same deduction as single, so on one income it costs the same and rarely helps.
Why the state tax is a flat number below $65,000
Under $65,000 of taxable income New York does not apply a rate at all. It looks the answer up in a printed table that charges one whole-dollar amount for every taxable income inside a $50 band. You can watch it happen. Filing single outside the city, $40,000 of taxable income and $40,049 of taxable income both produce exactly $2,037 of state tax. One more dollar, at $40,050, moves to the next band and the tax steps to $2,040.
At the ceiling the tables stop and the rate schedules in Tax Law section 601 take over, and you can see the change in the cents. Taxable income of $64,999 produces $3,409, a round number off the table. Taxable income of $65,000 produces $3,410.50, computed on the exact dollar. That is why a $100 step reads the wrong marginal rate on this return and why the calculator measures it over $1,000 instead.
What this New York tax calculator does not know
Yonkers. Yonkers residents owe a surcharge on IT-201 line 55 computed as a percentage of their state tax, and this page does not compute it. The engine models the rule but rejects a state tax figure carrying cents, which is roughly half of all incomes, so the surcharge would be present some of the time and silently missing the rest. The state tax above is correct for a Yonkers resident; the surcharge is on top of it.
Refundable credits and withholding. This stops at line 61, what the year costs. New York's refundable credits, the state and city earned income credits, the Empire State child credit, the New York City school tax credit and the real property tax credit, all land on line 76 with your withholding, and none of them are computed here. At lower incomes they can be worth more than the tax above. The nonrefundable side is thinner than it looks too: the only credit this page applies is the household credit on line 43, $0 at these inputs.
Itemized deductions, residency and income that is not wages. This takes the New York standard deduction rather than Form IT-196, and New York itemizing follows its own rules. This is a full-year resident IT-201; a part-year resident or a nonresident files IT-203, which apportions income and is a different computation entirely. Self-employment income, interest, dividends, capital gains, rental income and retirement distributions all change the return in ways this page does not model, and self-employment in the city also brings the metropolitan commuter transportation mobility tax, which is not here. New York taxes capital gains as ordinary income, so a year with a large gain looks very different from this.
Everything here is New York resident income tax on wage income for 2025 only, and it leaves out federal tax entirely. The parameter set is the current year, not a history of past brackets. None of it is tax advice. If a number matters, check it against your own filing.
For agents and scripts
This calculator is built to be used without a browser. Every input is a query parameter on this page, and the same parameters on the JSON twin return the complete answer as a document.
GET /tools/new-york-tax.json?income=150000&status=married-joint&city=nyc
The response carries inputs after parsing and clamping, result with the New York State total, the New York City resident tax, the two added together, New York adjusted gross income, the standard deduction, the dependent exemption, taxable income, the tax before credits, the household credit, the effective rate for each government, a measured marginal rate, and it201, the numbered return lines the answer is built from, plus cityLines, the city worksheet on lines 47a through 54, and sensitivity across an income ladder, across all five filing statuses, and across the two-row city comparison, drivers ranked by effect with a plain sentence each, assumptions that say for every field whether you supplied it and name the source when the default came from one, sources with a URL and an as-of date for each source the tool cites, which is an empty list on the calculators whose every default is an example input rather than a published figure, warnings, a disclaimer, and in tool the canonicalUrl and jsonUrl that carry only your non-default parameters. The canonical URL is the answer's permanent address; use it when you cite the number.
Parameters, all optional, in any order:
income($ per year), default $100,000 per year.dependents(count), default 0, from Instructions for Form IT-201, New York full-year resident income tax return (2025).subtractions($ per year), default $0 per year, from Instructions for Form IT-201, New York full-year resident income tax return (2025).additions($ per year), default $0 per year, from Instructions for Form IT-201, New York full-year resident income tax return (2025).status(one ofsingle,married-joint,married-separate,head-of-household,qualifying-surviving-spouse), defaultsingle.city(one ofnyc,none), defaultnyc. This is the New York City resident switch.
Values accept plain numbers and loose human formats such as 100k, $100,000, or 6.5%. Unknown parameters are ignored, values outside a field's range are clamped and reported in warnings, and the endpoint never fails on bad input. Responses are cacheable for a day; the defaults change when their sources publish, and tool.version changes when the method does.
Common questions
How much New York income tax do I owe on $100,000?
Filing single as a full-year New York City resident with no dependents, $100,000 of income produces $4,952 of New York State tax and $3,441 of New York City resident tax for 2025, $8,393 together, which is 8.39% of what you earned. The path is Form IT-201: federal adjusted gross income of $100,000 on line 19, the New York standard deduction of $8,000 on line 34, $92,000 of taxable income on line 38, $4,952 of state tax on line 39, and the city tax on line 58. Living at the same income anywhere else in the state, the answer is $4,952.
How much is the NYC tax on top of the New York State tax?
At $100,000 filing single it is $3,441 a year, or 3.44% of income, on top of the $4,952 the state charges. New York City levies its own income tax on its own residents under Tax Law section 1304, and the state collects it on the same return: lines 47a through 54 of Form IT-201, carried to line 58 and added into the line 61 total. Most state tax calculators stop at line 46 and simply do not show it, which is why their answer for a city resident is roughly 59% of the real one.
What is the New York tax rate on my income?
There are two rates and they answer different questions. At $100,000 filing single inside the city, the year cost 8.39% of income in New York tax, while the next $1,000 you earn is taxed at 9.9% once the state and city are both counted. The first is what the year cost, the second is what a raise costs. This calculator measures the second by computing the whole return again $1,000 higher rather than reading a bracket off a chart. At $250,000 of income the effective rate is 10.11% and the marginal rate is 14.4%.
Do I pay New York City tax if I work in the city but live outside it?
No. The city income tax follows where you live, not where you work. A commuter from New Jersey, Westchester or Long Island pays New York State tax on New York earnings and no city tax at all; someone living in Queens and working remotely for an out-of-state employer pays it. The switch on this calculator is residency for exactly that reason. At $100,000 it is worth $3,441 a year, the difference between $8,393 and $4,952.
Does this include the Yonkers surcharge?
No, and that is deliberate. Yonkers charges its residents a surcharge on IT-201 line 55, computed as a percentage of your New York State tax. The engine behind this page models it but rejects a state tax figure that carries cents, which happens for roughly half of all incomes at every filing status, so the surcharge would be right some of the time and silently missing the rest. A number that is right half the time is worse than no number. If you live in Yonkers, the $4,952 of state tax on this page is correct and the surcharge is on top of it.
Can an agent or a script use this New York tax calculator?
Yes, and it is the same computation the page runs. Every input is a query parameter, and the same parameters on /tools/new-york-tax.json return the full answer as JSON: the parsed inputs, the state tax, the city tax, the two added together, New York adjusted gross income, the standard deduction, the dependent exemption, taxable income, the tax before credits, the household credit, the effective rates for each government, a measured marginal rate, the numbered IT-201 line walk, the city worksheet on lines 47a through 54, drivers, an income ladder, the same income under all five filing statuses, and the two-row city comparison. The page itself reads that endpoint, so the agent surface cannot quietly drift from the human one.
Sources
- New York State and New York City tax tables, Form IT-201-I (2025), as of 2025-01-01. The official whole-dollar tax tables that govern New York taxable income under $65,000, for the state tax and the New York City resident tax alike. This is the source the calculation engine's own 2025 table data cites.
- Instructions for Form IT-201, New York full-year resident income tax return (2025), as of 2025-01-01. The line numbering this page walks, plus the standard deduction table, the dependent exemption, the New York State household credit, and the New York City resident tax worksheet on lines 47a through 54.
- New York Tax Law § 601, as of 2025-01-01. The statute that sets the resident rate schedules the engine applies above the tax-table ceiling, and the section its own parameter set names for New York's rates.
- New York Tax Law § 1304 (city personal income tax), as of 2025-01-01. The authority for the New York City resident income tax, which the city imposes on its residents in addition to state tax and which the state collects on the same return.
- New York State Department of Taxation and Finance, income tax definitions, as of 2026-08-22. Who counts as a New York or New York City resident: domicile, or a permanent place of abode plus more than 183 days in the state or the city. Residency, not where you work, is what triggers the city tax.
These are New York authorities only, because on a wage-only return every parameter that moves the answer is New York's own: the tax tables, the rate schedules, the standard deduction, the dependent exemption, the household credit and the city rates. The federal return enters at one point, line 19, and it is computed by the same engine in the same pass. The engine writes 14 planning facts for New York off that federal summary before the return is computed, which is what makes a single income figure enough to produce a filled-in IT-201.
Want the number for your actual finances?
Carlo is a personal finance agent. It knows your accounts, debts, and goals, so instead of a worked example at the income you typed it can watch what you actually earn and withhold through the year, and tell you what New York, the city and the IRS are each going to want. Text it the question.
ask carlo anything(415) 376-5678
Other calculators
- Federal income tax calculator
- Wages, filing status, and children under 17 to the federal income tax for the year, walked down the numbered Form 1040 lines that produce it.
- What is my take home pay?
- Salary, filing status, and state to the take home pay on each paycheck, with federal tax, Social Security, Medicare, and state tax named separately.
- What will I owe in California income tax?
- Income and filing status to the California income tax for the year, walked down the numbered Form 540 lines, with SDI and the federal total beside it.
- How are bonuses taxed?
- Salary and bonus to what your employer withholds at the flat rate, next to the federal tax the same bonus really adds to the year.
- What tax bracket am I in, and what is my real rate?
- Income, filing status, and children to the bracket you are in and the true marginal rate, with credit phase-outs counted as the rate they are.
- How much is self-employment tax on 1099 income?
- A 1099 profit and filing status to self-employment tax, the income tax on top of it, and the amount to set aside each quarter.
Every calculator is on one page, and each one answers at the same address in JSON.
Written by Tejas Shah, Co-founder, Engineering. Building Carlo, the financial model that begins with the decision you're actually weighing. Previously engineering leadership across fintech and consumer startups.
This computes New York State income tax and the New York City resident income tax on wage income for tax year 2025, as a full-year resident taking the standard deduction. It stops at IT-201 line 61, so it is before refundable credits and before anything already withheld, and it leaves out federal tax, the Yonkers surcharge, part-year and nonresident returns, itemized deductions, and income that is not wages. It is not your return and not tax advice. Check anything that matters against your own filing.