The Qualified Business Income (QBI) deduction under Internal Revenue Code Section 199A lets owners of pass-through businesses deduct up to 20% of their qualified business income. This calculator applies the deduction, the W-2 wage and property cap that phases in for higher earners, and the overall taxable-income limit.
How it works
The base deduction is 20% of QBI. If your taxable income is below the threshold, that is your tentative deduction. Once income rises into the phase-in range the wage/property cap is blended in, and above the top of the range the cap fully applies:
tentative = 0.20 × QBI
wage_cap = max( 0.50 × W2_wages , 0.25 × W2_wages + 0.025 × UBIA )
capped = min(tentative, wage_cap) (full cap above range)
overall_cap = 0.20 × (taxable_income − net_capital_gain)
deduction = min(capped, overall_cap)
In the phase-in range the reduction is applied proportionally, so the wage cap only removes part of the excess between the tentative deduction and the cap.
Tips and notes
If your taxable income is comfortably below the threshold, you get the full 20% with no wage or property test — leave those fields at zero. The wage/property cap matters most for capital-intensive or low-payroll businesses above the threshold. Specified service businesses (health, law, accounting, consulting and similar) lose the deduction entirely above the top of the phase-in range. This tool is an estimate; confirm UBIA figures and SSTB status with a tax professional, since property basis and aggregation rules can be intricate.