After-Tax Salary Calculator 2026
Calculate your exact take-home pay after federal income tax, state income tax, Social Security (6.2%), and Medicare (1.45%). Updated for 2026 IRS tax tables. Covers all 50 U.S. states.
Gross Annual Salary
$52,000
Federal
Federal Income Tax
−$5,990
FICA
Social Security (6.2%)
−$3,224
FICA
Medicare (1.45%)
−$754
State
Texas Income Tax
$0
✅ Total Take-Home
$42,032
19.2%
🗺️ State Income Tax Rates 2026 — All 50 States
The amount of state income tax you pay depends on your state of residence. Nine states have no income tax on wages, making them the most tax-friendly for workers.
| State | Tax Type | Rate | $52k Take-Home |
|---|---|---|---|
| Texas | No Tax | 0% | ~$42,032 |
| Florida | No Tax | 0% | ~$42,032 |
| Nevada | No Tax | 0% | ~$42,032 |
| Washington | No Tax | 0% | ~$42,032 |
| Wyoming | No Tax | 0% | ~$42,032 |
| Arizona | Flat | 2.5% | ~$40,732 |
| Indiana | Flat | 3.05% | ~$40,448 |
| Pennsylvania | Flat | 3.07% | ~$40,438 |
| North Dakota | Progressive | up to 2.5% | ~$40,800 |
| Michigan | Flat | 4.25% | ~$39,822 |
| Colorado | Flat | 4.4% | ~$39,744 |
| Kentucky | Flat | 4.5% | ~$39,692 |
| North Carolina | Flat | 4.5% | ~$39,692 |
| Utah | Flat | 4.65% | ~$39,614 |
| Illinois | Flat | 4.95% | ~$39,458 |
| Massachusetts | Flat | 5.0% | ~$39,432 |
| Georgia | Flat | 5.49% | ~$39,177 |
| Virginia | Progressive | up to 5.75% | ~$39,042 |
| Maryland | Progressive | up to 5.75% | ~$39,042 |
| New York | Progressive | up to 10.9% | ~$36,463 |
| California | Progressive | up to 13.3% | ~$35,700 |
| New Jersey | Progressive | up to 10.75% | ~$36,540 |
| Oregon | Progressive | up to 9.9% | ~$37,100 |
| Minnesota | Progressive | up to 9.85% | ~$37,152 |
*Take-home estimates based on $52,000/year ($25/hr), single filer, standard deduction, federal tax + state tax + FICA. Local city taxes not included. Source: State Departments of Revenue 2026.
📖 How After-Tax Salary Is Calculated
Step 1: Federal Income Tax
Federal income tax is calculated using progressive brackets. For a single filer in 2026, the brackets are: 10% on first $11,925, 12% on $11,926–$48,475, 22% on $48,476–$103,350, and so on. The “effective rate” is your total tax divided by your gross income — always lower than your “marginal rate” (the highest bracket you reach).
Step 2: FICA Deductions
FICA consists of two mandatory deductions: Social Security (6.2%) on wages up to $176,100 (2026 wage base), and Medicare (1.45%) on all wages with no cap. Together, FICA equals 7.65% of your gross wages — this is in addition to income tax.
Step 3: State Income Tax
State income tax varies dramatically. Nine states (TX, FL, NV, WA, WY, SD, TN, AK, NH) have no income tax on wages. Others range from 2.5% (Arizona) to 13.3% (California top bracket). Our calculator uses the actual state tax tables for each state.
Formula
Take-Home Pay = Gross Income − Federal Tax − Social Security − Medicare − State Tax
Example: $52,000 gross − $5,990 federal − $3,224 SS − $754 Medicare − $0 state (TX) = $42,032/year take-home
Standard Deduction 2026
The standard deduction for 2026 is $15,000 for single filers and $30,000 for married filing jointly. This is subtracted from your gross income before calculating federal income tax, which is why your effective federal rate is lower than your marginal bracket.
❓ Frequently Asked Questions
Gross pay is your salary before any deductions — what your employer agrees to pay you. Net pay (take-home) is what hits your bank account after federal income tax, FICA (Social Security + Medicare), state income tax, and any pre-tax benefit deductions. For most middle-income workers, take-home is 72–82% of gross pay depending on state.
For a single filer earning $52,000 in 2026, after the $15,000 standard deduction, your taxable income is $37,000. Federal tax: 10% on first $11,925 ($1,193) + 12% on remaining $25,075 ($3,009) = $4,202 federal tax. Your effective federal rate is about 8.1%. Adding FICA ($3,978), total federal burden is ~$8,180.
Nine states have no income tax on wages: Alaska, Florida, Nevada, New Hampshire, South Dakota, Tennessee, Texas, Washington, and Wyoming. Alabama has no income tax on wages (only investment income). If you live in these states, your take-home pay is significantly higher than in high-tax states like California or New York.
California has the highest income tax in the U.S., with a top rate of 13.3%. For a $52,000 salary (single filer), California state income tax is approximately $1,614–$2,400 depending on credits. Combined with federal tax and FICA, a $52,000 earner in California takes home approximately $38,200–$39,500/year — about $2,500 less than in a no-income-tax state.
FICA (Federal Insurance Contributions Act) funds Social Security and Medicare. In 2026: Social Security = 6.2% of wages up to $176,100, Medicare = 1.45% of all wages. Total FICA = 7.65%. Your employer matches this amount (you don’t see it, but it’s part of your total compensation cost). Self-employed individuals pay both sides = 15.3% self-employment tax.
Legal ways to maximize take-home: (1) Pre-tax 401(k) contributions — reduce taxable income dollar-for-dollar; (2) HSA/FSA contributions — medical expenses pre-tax; (3) Adjust W-4 withholding — if getting a large refund, reduce withholding to get more each paycheck; (4) Move to a no-income-tax state — can add $1,000–$5,000+ annually; (5) Tax credits — Child Tax Credit, Earned Income Credit, education credits can reduce your tax bill significantly.
/* ── 2026 FEDERAL TAX BRACKETS ── */ var FED={ single: [{min:0,max:11925,rate:.10},{min:11925,max:48475,rate:.12},{min:48475,max:103350,rate:.22},{min:103350,max:197300,rate:.24},{min:197300,max:250525,rate:.32},{min:250525,max:626350,rate:.35},{min:626350,max:Infinity,rate:.37}], married: [{min:0,max:23850,rate:.10},{min:23850,max:96950,rate:.12},{min:96950,max:206700,rate:.22},{min:206700,max:394600,rate:.24},{min:394600,max:501050,rate:.32},{min:501050,max:751600,rate:.35},{min:751600,max:Infinity,rate:.37}], hoh: [{min:0,max:17000,rate:.10},{min:17000,max:64850,rate:.12},{min:64850,max:103350,rate:.22},{min:103350,max:197300,rate:.24},{min:197300,max:250500,rate:.32},{min:250500,max:626350,rate:.35},{min:626350,max:Infinity,rate:.37}] };
/* Standard deductions 2026 */ var STD_DED={single:15000,married:30000,hoh:22500};
/* State income tax rates (effective rate approximation for simplicity) */ var STATE_TAX={ TX:0,FL:0,NV:0,WA:0,WY:0,SD:0,TN:0,AK:0,NH:0,AL:0, AZ:.025,CO:.044,IL:.0495,IN:.0305,KY:.045,MA:.05, MI:.0425,MS:.047,NC:.045,PA:.0307,UT:.0465,GA:.0549, CA:function(inc){if(inc<=10412)return .01;if(inc<=24684)return .02;if(inc<=38959)return .04;if(inc<=54081)return .06;if(inc<=68350)return .08;if(inc<=349137)return .093;if(inc<=418961)return .103;if(inc<=698274)return .113;return .133;}, NY:function(inc){if(inc<=17150)return .04;if(inc<=23600)return .045;if(inc<=27900)return .0525;if(inc<=161550)return .0585;if(inc<=323200)return .0625;if(inc<=2155350)return .0685;return .109;}, NJ:function(inc){if(inc<=20000)return .014;if(inc<=35000)return .0175;if(inc<=40000)return .035;if(inc<=75000)return .05525;if(inc<=500000)return .0637;return .1075;}, HI:function(inc){if(inc<=2400)return .014;if(inc<=4800)return .032;if(inc<=9600)return .055;if(inc<=14400)return .064;if(inc<=19200)return .068;if(inc<=24000)return .072;if(inc<=36000)return .076;if(inc<=48000)return .079;if(inc<=150000)return .0825;if(inc<=175000)return .09;if(inc<=200000)return .10;return .11;}, MN:function(inc){if(inc<=31690)return .0535;if(inc<=104090)return .068;if(inc<=193240)return .0785;return .0985;}, OR:function(inc){if(inc<=18400)return .0475;if(inc<=46200)return .0675;if(inc<=250000)return .0875;return .099;}, VT:function(inc){if(inc<=45400)return .0335;if(inc<=110050)return .066;if(inc<=229550)return .076;return .0875;}, MD:function(inc){if(inc<=1000)return .02;if(inc<=2000)return .03;if(inc<=3000)return .04;if(inc<=100000)return .0475;if(inc<=125000)return .05;if(inc<=150000)return .0525;if(inc<=250000)return .055;return .0575;}, VA:.0575,RI:function(inc){if(inc<=73450)return .0375;if(inc<=167400)return .0475;return .0599;}, SC:function(inc){if(inc<=3460)return .03;if(inc<=17330)return .04;if(inc<=34670)return .05;return .064;}, ME:function(inc){if(inc<=26050)return .058;if(inc<=61600)return .0675;return .0715;}, WI:function(inc){if(inc<=13810)return .035;if(inc<=27630)return .044;if(inc<=304170)return .053;return .0765;}, CT:function(inc){if(inc<=10000)return .03;if(inc<=50000)return .05;if(inc<=100000)return .055;if(inc<=200000)return .06;if(inc<=250000)return .065;return .0699;}, DE:function(inc){if(inc<=2000)return 0;if(inc<=5000)return .022;if(inc<=10000)return .039;if(inc<=20000)return .048;if(inc<=25000)return .052;if(inc<=60000)return .055;return .066;}, MT:function(inc){if(inc<=3600)return .01;if(inc<=6300)return .02;if(inc<=9700)return .03;if(inc<=13000)return .04;if(inc<=16800)return .05;if(inc<=21600)return .06;return .059;}, ID:function(inc){if(inc<=4489)return .01;if(inc<=8978)return .03;if(inc<=13467)return .045;if(inc<=17956)return .055;return .058;}, NE:function(inc){if(inc<=3700)return .0246;if(inc<=22170)return .0351;if(inc<=35730)return .0501;return .0584;}, KS:function(inc){if(inc<=15000)return .031;if(inc<=30000)return .0525;return .057;}, AR:function(inc){if(inc<=8500)return .02;if(inc<=14300)return .04;return .047;}, OK:function(inc){if(inc<=1000)return .0025;if(inc<=2500)return .0075;if(inc<=3750)return .0175;if(inc<=4900)return .0275;if(inc<=7200)return .0375;return .0475;}, LA:function(inc){if(inc<=12500)return .0185;if(inc<=50000)return .035;return .0425;}, IA:function(inc){if(inc<=6210)return .0044;if(inc<=31050)return .0482;if(inc<=62100)return .057;if(inc<=93150)return .0575;return .06;}, MO:function(inc){if(inc<=111)return 0;if(inc<=1028)return .015;if(inc<=2056)return .02;if(inc<=3084)return .025;if(inc<=4124)return .03;if(inc<=5149)return .035;if(inc<=6177)return .04;if(inc<=7206)return .045;return .048;}, WV:function(inc){if(inc<=10000)return .03;if(inc<=25000)return .04;if(inc<=40000)return .045;if(inc<=60000)return .06;return .065;}, NM:function(inc){if(inc<=5500)return .017;if(inc<=11000)return .032;if(inc<=16000)return .047;if(inc<=210000)return .049;return .059;}, OH:function(inc){if(inc<=26050)return 0;if(inc<=100000)return .0275;if(inc<=115300)return .03326;return .0375;}, ND:function(inc){if(inc<=44725)return .011;if(inc<=225975)return .0204;return .029;} }; /* Helper: calc state tax */ function calcState(inc,stateCode){ var r=STATE_TAX[stateCode]; if(r===undefined||r===0)return 0; if(typeof r==='function')return r(inc)*inc; return r*inc; } /* Helper: calc federal tax */ function calcFed(taxable,filing){ var brackets=FED[filing]||FED.single; var tax=0; var prev=0; for(var i=0;i
/* Show results */ resEl.classList.remove('on'); void resEl.offsetWidth; resEl.classList.add('on'); if(window.innerWidth<768){setTimeout(function(){resEl.scrollIntoView({behavior:'smooth',block:'nearest'})},120)} }; /* Mobile menu */ var hb=document.getElementById('hamBtn'),mm=document.getElementById('mobMenu'),mc=document.getElementById('mobClose'); function o(){mm.classList.add('open');hb.classList.add('on');hb.setAttribute('aria-expanded','true');document.body.style.overflow='hidden';setTimeout(function(){mm.querySelector('.mm-p').style.transform='translateX(0)'},10)} function c(){mm.classList.remove('open');hb.classList.remove('on');hb.setAttribute('aria-expanded','false');document.body.style.overflow=''} if(hb)hb.addEventListener('click',o);if(mc)mc.addEventListener('click',c); if(mm)mm.addEventListener('click',function(e){if(e.target===mm)c()}); document.addEventListener('keydown',function(e){if(e.key==='Escape')c()}); /* Sticky header */ var hdr=document.getElementById('hdr'); window.addEventListener('scroll',function(){if(hdr)hdr.classList.toggle('s',window.scrollY>8)},{passive:true});
/* Cookie */ window.ckSet=function(v){try{localStorage.setItem('ck',v)}catch(e){}document.getElementById('ckb').classList.remove('show')}; document.addEventListener('DOMContentLoaded',function(){ try{if(!localStorage.getItem('ck'))setTimeout(function(){document.getElementById('ckb').classList.add('show')},1800)}catch(e){} /* Enter key on inputs */ ['hrRate','hrsWk','wksYr','annSal'].forEach(function(id){ var el=document.getElementById(id); if(el)el.addEventListener('keydown',function(e){if(e.key==='Enter')calculate()}); }); });
/* FAQ */ window.toggleFaq=function(btn){ var item=btn.closest('.faq-item'),isOpen=item.classList.contains('open'); document.querySelectorAll('.faq-item.open').forEach(function(el){el.classList.remove('open');el.querySelector('.faq-q').setAttribute('aria-expanded','false')}); if(!isOpen){item.classList.add('open');btn.setAttribute('aria-expanded','true')} };
})();
