Skip to content
US Tax toolspopper
Menu

Methodology

Last updated 2026-07-21

Last updated: 2026-07-21

This page describes how US Tax Tools builds and maintains calculator estimates.

Year-scoped datasets

Tax brackets, standard deductions, FICA wage bases, contribution limits, and similar constants are stored per tax year. Selecting 2025 versus 2026 loads different tables — we do not silently mix years.

Integer cents

Money amounts inside engines are represented as integer cents to avoid floating-point drift. Display layers format currency for reading.

Traces, not magic numbers

Published engines aim to return a calculation trace (or labeled intermediate steps) so you can see how inputs became outputs — not only a final headline figure.

Withholding vs liability

Paycheck and W-4 style tools approximate withholding. Annual liability tools estimate tax on a modeled return. We do not treat a single paycheck withholding amount as your yearly tax bill.

Status labels

Verified engines have constants checked against primary sources for the labeled year. Referenced engines disclose formulas and sources but may rely more on user-supplied rates (for example, HTS duty percentages) or simplified federal baselines (for example, SNAP).

What we refuse to invent

We do not invent unpublished thresholds, fake post-cutoff EV credits, or a universal “15% tariff” as hard-coded law. Where policy is unsettled, the UI asks you for a rate or shows a date-gate with caveats.

Updates

When the IRS or agencies release new procedures, we update constants and the “last verified” metadata in source files. Editorial explainers are revised on a similar cadence.

See also Editorial Policy.

US Tax Tools