About
How these numbers are made.
Tax calculators are easy to build and easy to get wrong. This page explains exactly where every figure comes from, so you can check the work instead of trusting it.
Where the rates come from
Every tax figure on this site is read from the primary source document — an IRS revenue procedure, an IRS notice, or a Social Security Administration announcement. None are copied from other calculators or from articles summarizing those documents.
All 17 calculators pull from a single constants file. There is no rate hardcoded anywhere else in the codebase, which means a figure cannot be updated in one place and left stale in another.
- IRS Rev. Proc. 2025-32 — 2026 inflation adjustments — brackets, standard deduction, QBI thresholds
- IRS — 401(k) limit increases to $24,500 for 2026 — retirement contribution limits
- SSA — 2026 COLA announcement — Social Security wage base
- IRS — Schedule SE (Self-Employment Tax) — self-employment tax computation
- IRS — Standard mileage rates — standard mileage rates
Rates were last checked against these documents on 2026-07-25.
How the arithmetic is checked
Each calculator has test cases with expected values worked out by hand, independently of the code. When the code and the hand calculation disagree, one of them is wrong and it gets investigated before anything ships. That process has already caught errors — in the hand calculations as often as in the code.
The tests also run every year end. Because the expected values are pinned to specific 2026 figures, updating to a new tax year deliberately breaks them, which forces a line-by-line review rather than a silent rollover.
Passing tests means the software matches the documented method. It does not mean that the method is professional advice or that every circumstance is modeled. For that reason, each tax-sensitive page also names its exclusions and links to the controlling source.
What these calculators do not do
Being clear about the limits is more useful than pretending there are none.
- State tax is a separate planning layer. The state calculator applies published single and married-joint rate schedules to state taxable income. It does not calculate residency, credits, multistate sourcing, or local tax.
- The QBI deduction is modeled below the income threshold only. Above it, wage limits and specified-service rules apply. The calculators warn you rather than return a confidently wrong number.
- No credits. Child tax credit, earned income credit, education credits and the rest are not modeled.
- No AMT, no net investment income tax, no capital gains.
- Nothing here is advice. These are arithmetic tools. They cannot see your full situation, and a number produced by a web page is not a substitute for a professional who can.
Privacy, briefly
Every calculation runs in your browser. The numbers you type are never included in a request to our hosting service or saved to a database. The host still receives ordinary web-request data when it delivers a page. See the privacy policy for the full detail on hosting, cookies, and advertising.
Who runs this
Alonso Verdeja, Publisher and product editor. Alonso Verdeja publishes practical calculator websites and documents how every result is produced. He is not presented as a CPA, enrolled agent, attorney, or financial adviser. Tax-sensitive figures on this site are linked to the controlling IRS or SSA source.
No professional credential is implied. If a calculator affects a filing, entity election, retirement contribution, or contract decision, verify it with the IRS instructions and a qualified professional. Suspected errors are handled under the editorial and corrections policy.