What will I owe in California income tax?
Income and filing status to the California income tax for 2025, walked down the numbered Form 540 lines that produce it, with the federal bill beside it because nobody files only one. This runs a real return engine rather than a bracket table, including the exemption credit and the 1% on income over a million dollars, and the same answer is available as JSON.
Loading the calculator.
How the California number is built
California does not tax your salary at a rate. It starts from the federal return: line 13 of Form 540 is your federal adjusted gross income, $100,000 at the inputs above. Schedule CA then adjusts it for the things the two governments disagree about, which is nothing here, so California adjusted gross income on line 17 is also $100,000.
The California standard deduction comes off next: $5,706 for single in 2025, leaving $94,294 of taxable income on line 19. The rate schedule applies to that and produces $5,209 of tax on line 31. Then comes the step most calculators skip. California gives an exemption CREDIT rather than an exemption deduction, so the $153 on line 32 comes off the tax itself rather than off the income, and the total on line 64 lands at $5,056.
A credit is worth more than a deduction of the same size, which is why the distinction is on the page rather than buried. The calculator shows that whole path as the numbered Form 540 lines it actually is, so you can hold it next to your own return and find the line that disagrees.
Federal and California, together
Nobody files only one of these. At $100,000 filing single, federal income tax is $13,455 and California is $5,056, which is $18,511 for the year, or 18.51% of income. Both numbers on this page come from the same computation: the state return is built on the finished federal one, so the two columns are arithmetically bound rather than independently estimated.
The deductions are where they diverge most visibly. Federal takes $15,750 off, California takes $5,706, so California taxes $10,044 more of the same income before a single rate applies. The rates then move at different speeds. At $100,000 the split is 13.46% federal against 5.06% California; at $300,000 of income it is 23.31% against 7.93%, a combined $93,710.
What the same income costs under each filing status
Filing status moves the California answer more than anything else here, because it sets both the standard deduction on line 18 and where every rate in the schedule starts. This table holds income and dependents fixed and changes only the status.
| Income | Single | Married filing jointly | Head of household |
|---|---|---|---|
| $60,000 | $1,640 | $444 | $597 |
| $100,000 | $5,056 | $2,080 | $2,632 |
| $150,000 | $9,705 | $5,549 | $7,146 |
| $250,000 | $19,005 | $14,760 | $16,446 |
| $500,000 | $44,121 | $38,010 | $39,849 |
Read it as one household earning that amount, not two people earning it each. The joint brackets are twice as wide as the single ones, so a single earner filing jointly spreads the same pay across cheaper slices: at $100,000 that is the difference between $5,056 and $2,080. 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; California puts it on the same schedule as single, so it costs the same on one income and rarely helps.
The extra 1% over a million dollars
California charges an additional 1% on taxable income above $1,000,000, added by voters as Proposition 63 to fund mental health services and reported on Form 540 line 62. It is charged on the excess, not on the whole amount, and it starts strictly above the threshold.
You can watch it switch on. Taxable income of exactly $1,000,000 carries $0 on line 62 and a total California tax of $103,837. At $1,100,000 the line reads $1,000, exactly 1% of the $100,000 above the line, and the total is $117,137. At $1,500,000 it is $5,000. That surcharge is why the top California rate is quoted as 13.3% and not the 12.3% printed at the top of the rate schedule, and the calculator adds it into the total rather than mentioning it in a footnote.
What comes out of a California paycheck
State Disability Insurance is withheld from every dollar of wages, and since Senate Bill 951 removed the wage ceiling there is no income at which it stops. At $100,000 that is $1,200 at the 1.2% rate the EDD published for 2025. It funds disability and paid family leave, it is not income tax, and it is not inside the Form 540 total anywhere on this page.
It is also the one figure here the tax engine does not produce. The engine models federal and California income tax; it has no SDI module, no SDI parameter, and no SDI fact, so rather than approximate one this page applies the published EDD rate to your wages and says so. The rate is an input you can change, and it carries its source in the assumptions under the answer. If the EDD sets a different rate, change the field rather than trusting the default.
Adding it up: $13,455 federal, $5,056 California, and $1,200 of SDI leaves $80,289 of the $100,000 you earned. Social Security and Medicare come out of the same check under their own rules and are not in that figure, so treat it as a ceiling on take-home pay rather than the number on your deposit.
What this calculator does not know
Itemized deductions and credits. This takes the California standard deduction, and line 47 is zero: the nonrefundable renter's credit, the child and dependent care credit, the college access credit, and the rest are not applied. Every one of them would lower the number above, so check them on your own return. California itemizing follows its own rules, including a state and local tax deduction the state does not cap the way the federal return does.
Residency and income that is not wages. This is a full-year resident Form 540. A part-year resident or a nonresident files Form 540NR, which apportions income and is a different computation entirely. Self-employment and 1099 income, interest, dividends, capital gains, rental income, and retirement distributions all change the return in ways this page does not model. California taxes capital gains as ordinary income, so a year with a large gain looks very different from this.
Everything here is California resident income tax on wage income for 2025 only. The parameter set is the current year, not a history of past brackets, and 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/california-tax.json?income=150000&status=married-joint
The response carries inputs after parsing and clamping, result with the California total, the federal total on the same facts, the two added together, California adjusted gross income, the standard deduction, taxable income, the tax before credits, the exemption credit, the mental health services tax, the effective rates for each government, a measured California marginal rate, the SDI figure, and form540, the numbered return lines the answer is built from, plus sensitivity across an income ladder and across all five filing statuses, 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.additions($ per year), default $0 per year.subtractions($ per year), default $0 per year.sdiRate(%), default 1.2%, from California EDD, SDI withholding rate.status(one ofsingle,married-joint,married-separate,head-of-household,qualifying-surviving-spouse), defaultsingle.
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 California income tax do I owe on $100,000?
Filing single with no dependents and taking the California standard deduction, $100,000 of income produces $5,056 of California income tax for 2025, which is 5.06% of what you earned. The path is Form 540: federal adjusted gross income of $100,000 on line 13, the California standard deduction of $5,706 on line 18, $94,294 of taxable income on line 19, $5,209 of tax on line 31, and the $153 exemption credit on line 32 taken off the tax itself. Federal income tax on the same income is $13,455, so the two together come to $18,511.
What is the California tax rate on my income?
There are two rates and they answer different questions. At $100,000 filing single, the year cost 5.06% of income in California tax, while the next $1,000 you earn is taxed at 9.3%. 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, which is the only way to catch a credit phasing out. California's schedule tops out at 12.3%, and taxable income above $1,000,000 carries another 1% on line 62, so the highest rate on the next dollar is 13.3%.
Is this a California paycheck calculator?
Not quite, and the difference matters. This computes the tax for the year on the return, not the withholding on one check. It does show the payroll item people usually mean when they ask: State Disability Insurance, $1,200 at 1.2% of $100,000 of wages, with no wage ceiling. That figure is the only one on this page the tax engine does not compute; it is the EDD published rate applied to your wages, and it is withholding rather than income tax, so it is never inside the Form 540 total. Social Security and Medicare are not modelled here at all. What your employer actually withholds each period depends on your Form DE 4 and W-4, which is a different question from what the year costs.
What is the mental health services tax in California?
It is an extra 1% on the part of taxable income above $1,000,000, added by voters as Proposition 63 and reported on Form 540 line 62, where the FTB now prints it as the behavioral health services tax. It applies to the excess only, not to the whole amount. Taxable income of exactly $1,000,000 carries $0 of it; $1,100,000 carries $1,000, and $1,500,000 carries $5,000. It is why California's top marginal rate is quoted as 13.3% rather than the 12.3% at the top of the rate schedule.
How much do federal and California income tax come to together?
At $100,000 filing single, $13,455 federal plus $5,056 California is $18,511, or 18.51% of income. The two are not independent: California starts from federal adjusted gross income on line 13, so a change to the federal return usually moves the state one. They also differ in size. The federal standard deduction is $15,750 and California's is $5,706, so California taxes $10,044 more of the same income. Both returns are computed here in one pass, which is why the columns cannot disagree.
Can an agent or a script use this California tax calculator?
Yes, and it is the same computation the page runs. Every input is a query parameter, and the same parameters on /tools/california-tax.json return the full answer as JSON: the parsed inputs, the California total, the federal total beside it, the numbered Form 540 line walk, the effective and measured marginal rates, the SDI figure with its source, drivers, an income ladder, the same income under all five filing statuses, assumptions with their sources, and warnings. The page itself reads that endpoint, so the agent surface cannot quietly drift from the human one.
Sources
- California FTB, Form 540 (2025), as of 2025-01-01. The resident return itself: the $5,706 and $11,412 standard deductions on line 18, the $153 personal and $475 dependent exemption credits on lines 7 through 11, and the behavioral health services tax on line 62.
- California Revenue and Taxation Code § 17041, as of 2025-01-01. The statute that sets the resident rate schedule the Form 540 tax on line 31 is computed from.
- California Revenue and Taxation Code § 17043, as of 2025-01-01. The extra 1% on the part of taxable income above $1,000,000, voted in as Proposition 63 and reported on Form 540 line 62.
- California EDD, SDI withholding rate, as of 2025-01-01. State Disability Insurance is withheld at 1.2% of wages in 2025, with no wage ceiling since Senate Bill 951. It is payroll withholding, not income tax, and the tax engine does not model it.
- IRS Rev. Proc. 2024-40 (2025 inflation-adjusted items), as of 2025-01-01. The federal rate tables and standard deduction for 2025, which set the federal AGI that Form 540 line 13 starts from.
- One Big Beautiful Bill Act (P.L. 119-21), as of 2025-07-04. The statute behind the current federal standard deduction used in the federal column for 2025.
The California authorities are the return this page walks and the code sections it implements. The federal ones are the parameter authorities the engine itself reports for the federal side, which matters because Form 540 starts from federal adjusted gross income. The EDD rate is the single figure the engine does not compute, and it carries the source that publishes it.
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 California 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 New York State and New York City income tax?
- Income, filing status, and whether you live in the city to New York State tax plus the NYC resident tax, on the numbered IT-201 lines.
- 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 California resident income tax on wage income for tax year 2025 using the California standard deduction, and shows the federal income tax on the same facts beside it. It leaves out itemized deductions, business and investment income, part-year and nonresident returns on Form 540NR, every California credit on line 47, and the Social Security and Medicare withheld from your check. The SDI figure comes from the EDD rate rather than the tax engine. It is not your return and not tax advice. Check anything that matters against your own filing.