Salary Tax Calculator
Estimate your federal income tax, FICA taxes, and take-home pay for 2025.
Last updated: 2026-03-06
Salary tax calculator
Enter your salary details
Enter your annual salary, filing status, and state tax rate to estimate your take-home pay.
Take-Home Pay
--
Enter your salary to estimate your take-home pay.
Calculation History (0)
Example calculations
Tap an example to prefill the calculator with sample values.
Median US Salary
$60,000 single filer, 5% state tax
A single filer earning the approximate US median salary.
Result: Federal: ~$5,600 — FICA: ~$4,590 — Take-home: ~$46,800
Married Filing Jointly
$120,000 household, 6% state tax
A married couple with a combined household income.
Result: Federal: ~$9,400 — FICA: ~$9,180 — Take-home: ~$94,200
High Earner
$250,000 single, 9% state tax
A high-earning professional in a high-tax state.
Result: Federal: ~$47,200 — FICA: ~$14,300 — Take-home: ~$166,000
How salary tax estimation works
This calculator estimates your federal income tax using 2025 tax brackets and the standard deduction. It also calculates FICA taxes (Social Security and Medicare).
Federal income tax uses a progressive bracket system — you only pay each rate on income within that bracket, not your entire income.
FICA taxes:
- Social Security: 6.2% on income up to $176,100 (2025)
- Medicare: 1.45% on all income, plus 0.9% additional on income over $200,000
The standard deduction is applied before calculating federal tax. For 2025: $15,000 (single), $30,000 (married filing jointly), $22,500 (head of household).
State tax is estimated as a flat rate on gross income. Actual state taxes vary — some states have progressive brackets, and some have no income tax at all.
This is an estimate for planning purposes. Actual taxes depend on deductions, credits, and other income sources. Consult a tax professional for precise calculations.
Salary tax FAQs
Answers to common paycheck and tax questions.
What tax year does this use?
This calculator uses 2025 federal income tax brackets and standard deductions. Tax brackets are adjusted annually for inflation by the IRS.
What is FICA tax?
FICA stands for Federal Insurance Contributions Act. It includes Social Security tax (6.2% on income up to $176,100 in 2025) and Medicare tax (1.45% on all income, plus an additional 0.9% on income over $200,000).
Does this include state taxes?
State tax is estimated as a flat rate you specify. Actual state taxes vary — some states have progressive brackets, and 9 states have no income tax at all (Alaska, Florida, Nevada, New Hampshire, South Dakota, Tennessee, Texas, Washington, Wyoming).
What about deductions and credits?
This calculator applies the standard deduction only. If you itemize deductions or qualify for tax credits (child tax credit, earned income credit, etc.), your actual tax may be lower.
Related tools
Explore more tax and finance calculators.
Get more finance calculators
Join the Calc Hub newsletter for new tools, templates, and money insights.
Was this calculator helpful?
Your feedback helps us improve future calculators.
Disclaimer
This calculator provides estimates based on 2025 federal tax brackets and standard deductions. Actual tax liability depends on deductions, credits, other income, and state-specific rules. Consult a qualified tax professional for accurate tax planning.
Embed this calculator
Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.
<iframe src="https://calc.mintloop.dev/embed/finance/salary-tax-calculator" width="100%" height="600" frameborder="0" title="Salary Tax Calculator" loading="lazy"> </iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
if (e.origin !== CALC_HUB_ORIGIN) return;
if (!e.data || e.data.type !== 'calc-hub-resize') return;
var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
frames.forEach(function(f) {
if (f.contentWindow === e.source) {
f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
}
});
});
</script>