Qualified Business Income Deduction Calculator

Section 199A in plain English

The qualified business income deduction, usually called the Section 199A deduction or the QBI deduction, can let owners of pass-through businesses deduct up to 20% of qualified business income. That headline number sounds simple, but the real calculation is not just 20% of profit. The deduction is also limited by taxable income, reduced by net capital gains, and, once income moves past a filing-status threshold, often constrained by W-2 wages and the unadjusted basis immediately after acquisition of qualified property, usually shortened to UBIA. If the business is a specified service trade or business, or SSTB, the deduction can phase down and eventually disappear at higher taxable income. This calculator turns those moving parts into a quick estimate you can test in a few seconds.

That makes the tool especially useful for planning. A business owner may want to know whether a larger wage base would support a higher deduction, whether capital gains are shrinking the taxable-income cap, or whether an SSTB is drifting into a range where the deduction starts to erode. Instead of rebuilding the logic manually each time, you can enter the current facts, compute the estimate, and then compare a few nearby scenarios. The output is not a tax return by itself, but it is a fast way to understand which variable is actually controlling the result.

This page is written around the same logic used by the calculator below. In other words, the explanation is not generic filler. It describes the exact inputs on the form, the thresholds hardcoded in the page script, the simplified phase-in method used for the estimate, and the situations where you should slow down and confirm details with the official IRS instructions or a tax professional.

What each input means before you press calculate

Filing status determines which threshold and phase-in range the page applies. In the current script, the single threshold is 191,950 USD with a 50,000 USD phase-in range, while the married filing jointly threshold is 383,900 USD with a 100,000 USD phase-in range. Those values matter because they decide when the wage and UBIA limitation starts to matter and when the SSTB phaseout becomes complete. If you are using a different tax year, confirm that the built-in thresholds still match the year you care about.

Taxable income before QBI is your taxable income before taking the Section 199A deduction itself. The form is asking for an annual dollar amount, not a monthly figure and not the amount after the QBI deduction has already been taken. This number is central because the law does not allow the final deduction to exceed 20% of taxable income reduced by net capital gains. If taxable income is low enough, that cap may control the result even when business income is much higher.

Net capital gains included in taxable income matters because the taxable-income cap is based on taxable income minus those gains. In plain language, capital gains can take up space inside taxable income without increasing the piece that supports the QBI deduction. That is why a person with the same business income can get a different estimate depending on how much of taxable income comes from capital gains. If your taxable income already includes those gains, enter them here so the cap is not overstated.

Qualified business income is the business income amount eligible for the Section 199A calculation. For many owners that means the net income from a sole proprietorship, partnership, or S corporation that qualifies under the rules, but not every business-related dollar ends up inside QBI. W-2 wages paid by the business and UBIA of qualified property are separate support variables. They matter primarily when taxable income is above the threshold because the deduction may be limited to an amount based on those wages and property values. In this calculator, the support limit is the greater of 50% of W-2 wages or 25% of W-2 wages plus 2.5% of UBIA.

Is the business an SSTB? is a yes-or-no switch that changes the behavior above the threshold. Fields such as health, law, accounting, consulting, athletics, financial services, and similar specified service businesses can lose the deduction as taxable income rises. In this estimator, an SSTB within the phase-in range is reduced linearly, and an SSTB above the upper limit is shown as fully phased out. That is a practical planning approximation, not a substitute for every line of the IRS worksheets.

Good entries usually share four traits. First, they are annual numbers, not monthly numbers. Second, they are measured in the same tax year. Third, they reflect the labels literally rather than roughly. Fourth, they are consistent with one another; for example, taxable income should not be lower than capital gains by mistake unless you truly intend the taxable-income cap to be zero after the subtraction. If you are unsure about any one variable, it is often better to run a conservative case and an optimistic case than to trust a single shaky estimate.

  • Use actual filing status: the threshold changes immediately when status changes.
  • Keep income figures annual: mixing monthly and annual amounts is the fastest way to get nonsense.
  • Treat wages and UBIA as business support factors: they are not interchangeable with QBI.
  • Use the SSTB switch carefully: that one answer can materially change the estimate once income is in the phase-in or above-limit range.

How the calculator computes the estimate

The calculation begins with two headline numbers. The first is 20% of qualified business income. The second is 20% of taxable income after subtracting net capital gains. The initial ceiling for the deduction is the smaller of those two values. If taxable income is at or below the threshold for the filing status selected, that smaller number is the estimate shown by the calculator because the wage and UBIA limitation does not reduce the result in that low-income zone.

D = min ( 0.20×QBI , 0.20×(TINCG) )

Once taxable income rises above the threshold, the support limit comes into play for non-SSTB businesses. The script on this page computes the limitation as the greater of 50% of W-2 wages or 25% of W-2 wages plus 2.5% of UBIA of qualified property. If that support limit is lower than the initial ceiling, the estimate is pulled downward. Inside the phase-in range, the page uses a blended reduction. Above the upper limit, the non-SSTB estimate is capped directly by the wage and UBIA limitation.

L = max ( 0.50×W2 , 0.25×W2+0.025×UBIA )

If the business is marked as an SSTB and taxable income is above the threshold, the calculator follows a simplified planning model. Inside the phase-in range it reduces the deduction as income rises through the range. Once taxable income is at or above the upper limit, the estimate goes to zero. That matches the broad directional effect many users want to test quickly, even though the official IRS computation can involve more detail than a simple one-line planner.

Under the hood, any calculator is still a function of its inputs. The general math blocks below were already part of this page, and they still describe the idea correctly: the output is a function of the values you enter, and in many models a total is assembled from weighted components. In a tax setting, those weights are the rule-based percentages and limitations rather than engineering conversion factors.

R = f ( x1 , x2 , , xn ) T = i=1 n wi · xi

One practical way to sanity-check the result is to ask which ceiling is smallest. If 20% of QBI is the smallest, then the business-income base is controlling the deduction. If 20% of taxable income minus capital gains is the smallest, then the taxable-income cap is the bottleneck. If income is above the threshold and the wage or UBIA limitation is smallest, then support from wages and property is controlling the number. That way of reading the output is often more useful than memorizing the formula.

Worked example using the default values

Suppose you leave the sample numbers in the form: filing status single, taxable income before QBI 210,000 USD, net capital gains 5,000 USD, qualified business income 180,000 USD, W-2 wages 90,000 USD, UBIA 400,000 USD, and the business is not an SSTB. Start with the two basic ceilings. Twenty percent of QBI is 36,000 USD. Taxable income after subtracting capital gains is 205,000 USD, and 20% of that is 41,000 USD. The smaller of those two is 36,000 USD, so the preliminary deduction is 36,000 USD.

Now test the wage and UBIA limit because taxable income is above the single threshold of 191,950 USD. Fifty percent of wages is 45,000 USD. The alternative formula, 25% of wages plus 2.5% of UBIA, is 22,500 plus 10,000, or 32,500 USD. The greater of those is 45,000 USD. Because 45,000 USD is still higher than the preliminary 36,000 USD amount, the support limit does not reduce the estimate. Even though taxable income is inside the phase-in range, the page still shows a 36,000 USD deduction because the wage and UBIA ceiling is not the controlling bottleneck in this example.

That example is useful because it shows why high-level intuition can be misleading. Someone might assume that being inside the phase-in range automatically reduces the deduction, but that is not always true for a non-SSTB. If wages and UBIA are strong enough, the limitation may never become the smallest ceiling. By contrast, if you cut the wages sharply or switch the SSTB answer to yes, the result can change materially even when QBI stays the same.

How to read the result and scenario table

The result line gives the estimated deduction in dollars and a short explanation of which rule set is currently active. The detail table below it breaks the estimate into the main checkpoints: 20% of QBI, 20% of taxable income minus capital gains, the wage and UBIA limitation when relevant, any phase-in reduction, and the final deduction. That layout is deliberate. A single final number is handy, but a tax estimate becomes far more trustworthy when you can see why that number is the number.

The scenario table beneath the detail table is there for quick comparison rather than formal tax reporting. It keeps the current baseline, then shows one case with wages increased by 20,000 USD and another with taxable income reduced by 30,000 USD. Those are not official planning recommendations; they are simply useful sensitivity checks. If the wage increase barely moves the result, wages probably are not the binding factor. If the lower-income scenario changes the deduction a lot, then the threshold and phase-in rules are likely doing real work in your case.

The copy button is there so you can save a short plain-language summary after you compute a scenario. That is useful when you are testing multiple cases, sharing a quick planning note with a partner, or recording what changed between one run and the next. A copied summary is not a substitute for keeping your full assumptions, but it does make simple comparisons easier.

If the result is zero, do not assume the calculator is broken. Three common reasons can produce a zero or near-zero estimate in this model: taxable income minus capital gains is zero or negative, the SSTB option is selected and taxable income is above the upper limit, or the wage and UBIA limitation pulls the estimate all the way down in a high-income non-SSTB scenario. The detail table should tell you which of those happened.

Assumptions, simplifications, and when to slow down

This page is a planning estimator, not a full tax-preparation engine. It does not attempt to model every detail that can affect the Section 199A deduction. The biggest simplification is the phase-in treatment. For an SSTB, the page uses a linear reduction across the phase-in range and then drops to zero above the upper limit. For a non-SSTB, it blends from the full preliminary deduction toward the wage and UBIA-limited amount across the same range. That is useful for quick scenario work, but the official worksheets can involve more nuance, especially when several businesses or special items are involved.

You should also keep in mind that tax-year thresholds change over time. The thresholds in this page are the ones built into the current script, not a guarantee that they match every filing year. If you are using the result for an actual return or a high-stakes planning decision, confirm the correct year, review the current IRS instructions, and consider whether your situation includes details outside this simplified model.

  • Not modeled here: aggregation elections across multiple businesses, REIT dividends, publicly traded partnership income, negative QBI carryovers, trusts and estates, patron reductions, and many line-by-line worksheet details.
  • Potential classification issues: not every business-related item is QBI, and owner compensation rules can matter.
  • Threshold sensitivity: results near the threshold can shift noticeably when taxable income moves even modestly.
  • Planning use: this tool is best for comparing scenarios and understanding which cap is binding, not for replacing final tax preparation.

If you use the page that way, it becomes genuinely valuable. You can see whether a higher wage base would matter, whether capital gains are narrowing the taxable-income cap, and whether SSTB status is the reason a deduction is shrinking. That is exactly the kind of clarity a good calculator should deliver: not just arithmetic, but a cleaner understanding of the rule you are trying to apply.

Enter your Section 199A figures

This estimate uses the threshold values built into the page script: single 191,950 USD with a 50,000 USD phase-in range, and married filing jointly 383,900 USD with a 100,000 USD phase-in range. Confirm the correct tax-year limits before filing.

Enter income, wage, and property data to evaluate the Section 199A deduction.

Copy status messages appear here.

Quick scenario checks for wage and income changes
Scenario Taxable income (USD) W-2 wages (USD) Estimated deduction (USD)
Baseline entry
Wages increased by 20,000
Taxable income reduced by 30,000

Optional mini-game: 199A Gatekeeper

If you want a faster, more visual way to remember how the deduction works, try the mini-game below. It does not change the calculator result at all. Instead, it turns the same ideas into a short arcade challenge: route incoming QBI, W-2, UBIA, capital-gain, and SSTB tokens into the correct deduction sector before they hit the center. The round gets harder as the timer moves from the under-threshold zone into the phase-in range and then into upper-limit pressure.

Score0
Time75.0s
Streak0
Integrity●●●●●●
PhaseUnder threshold
Best0
Your browser does not support the mini game canvas.

199A Gatekeeper

Click to play. Rotate the deduction wheel so each incoming token lands in the matching section. Green QBI goes to the 20% section, blue W-2 and UBIA go to the wage and property section, gold capital gains go to the exclude section, and red SSTB goes to the phase-out section. Tap the left or right half of the game area, or use the arrow keys. Survive 75 seconds and build the highest streak you can.

During play, the wheel starts in the under-threshold zone, then shifts into the phase-in range, and finally into upper-limit pressure. Blue support tokens become more valuable once the phase-in range begins because wages and UBIA matter more there.

Educational takeaway: the Section 199A deduction is often limited by the smallest permitted cap, not by QBI alone.

Embed this calculator

Copy and paste the HTML below to add the Qualified Business Income Deduction Calculator | Section 199A Estimate to your website.