Skip to main content
Calcimator

Tax Bracket Calculator

Find your federal tax bracket, marginal rate, and effective tax rate. See how much you owe at each bracket level.

This calculator applies the 2026 federal income tax brackets to your taxable income, walking each dollar through the progressive rate schedule rather than taxing your whole income at one flat rate. Filing status selects which of the three bracket tables to use (getFederalBrackets(status) in lib/reference-data/tax.ts) -- single, married filing jointly, or head of household each have their own bracket widths, so the same income can land in a different marginal bracket depending on which status you choose. Federal Income Tax is computed by computeFederalTax, which sums (min(income, bracket max) - bracket min) * rate across every bracket the income reaches; Marginal Tax Rate is the rate on the last dollar of that income, found by marginalFederalRate; Effective Tax Rate divides total tax by taxable income. Raising taxable income raises every dollar output, but at a fixed income near a bracket's middle, filing status can move the marginal rate more than a moderate income change does, since it swaps in an entirely different bracket table rather than nudging you along the one you're already in. This model only covers federal ordinary income tax on the 2026 brackets; it does not account for state tax, payroll (FICA) tax, above-the-line deductions, tax credits, the standard or itemized deduction, or capital gains taxed at preferential rates.

Inputs

$

Results

Federal Income Tax

$13,412.00

≈ 9 months of rent

Effective Tax Rate15.78%
Marginal Tax Rate22%
After-Tax Income$71,588.00
Monthly After-Tax$5,965.67

Figures current as of 2026. Source: IRS Rev. Proc. 2025-32

How to Use This Calculator
  1. Enter your taxable income (gross income minus deductions).
  2. Select your filing status: single, married filing jointly, or head of household.
  3. Review your federal income tax, effective tax rate (average), and marginal tax rate (the rate on your last dollar).
  4. The after-tax income and monthly after-tax figures help you understand your true take-home pay.
  5. Remember: your marginal rate only applies to income in the highest bracket, not all your income.

How the result changes with Taxable Income

Taxable IncomeFederal Income Tax
$200,000.00$40,598.00
$700,000.00$214,957.25
$1,300,000.00$436,957.25
$1,800,000.00$621,957.25

What each input means

Taxable Income
Income subject to taxation.
Filing Status
Your tax filing status.

How this is calculated

Worked example, using the default values

  1. Identify Input Parameters
    Taxable Income = 85000, Filing Status = 0 = 2 input(s) provided
  2. Calculate Federal Income Tax
    Federal Income Tax
    13412 = $13,412
  3. Calculate Effective Tax Rate
    Effective Tax Rate
    15.78 = 15.78
  4. Calculate Marginal Tax Rate
    Marginal Tax Rate
    22 = 22

Figures and sources

Engine last updated . Checked against 2 independently-derived tests how we verify calculators.

Frequently Asked Questions

Why does my tax bracket differ from my effective tax rate?

Your marginal tax rate (Marginal Tax Rate) is the rate charged on your last dollar of taxable income -- the top bracket your income reaches. Effective Tax Rate instead divides total federal tax by your whole taxable income, so it blends every lower bracket that taxed earlier dollars at a lower rate. Because computeFederalTax sums tax bracket by bracket rather than applying the top rate to everything, effective rate is always at or below the marginal rate.

Does filing status change how much federal tax I owe?

Yes. Filing status selects an entirely different bracket table via getFederalBrackets(status) -- married filing jointly brackets are roughly double the width of single brackets at the lower rates, and head of household sits between the two. The same taxable income can therefore land in a different marginal bracket and owe a different total tax purely because of which status is selected, with taxable income held fixed.

Why doesn't a small income change always move my marginal rate?

marginalFederalRate only changes when your income crosses into the next bracket boundary (line 33-38 of tax-calc.ts steps through brackets in order and stops at the one your income sits in). At the default $85,000 for a single filer, that income sits well inside the 50,400-105,700 bracket, so a moderate raise or cut leaves the marginal rate unchanged -- switching filing status, which swaps the whole bracket table, moves it far more at that same income level.

What isn't included in this Federal Income Tax figure?

This calculator only applies the 2026 federal ordinary-income brackets to the taxable income you enter. It does not add state income tax, Social Security or Medicare (FICA) payroll tax, the Net Investment Income Tax, or apply any deductions, credits, or preferential capital-gains rates -- "taxable income" is assumed to already be net of deductions when you enter it.

The questions that sit next to this one — chosen by subject, including calculators filed under a different category.

More in Tax & Accounting.