Editorial Policy
Last updated: July 2026
Scope
USTaxTools publishes educational tax calculators, state tax references, and explanatory articles for US taxpayers. Content is written for general informational use and does not replace individualized tax advice.
Source hierarchy
- IRS Revenue Procedures, Notices, forms, instructions, and newsroom updates for federal rates, brackets, and inflation-indexed thresholds.
- Social Security Administration (SSA) fact sheets for the wage base, COLA, and benefit thresholds.
- Each state's department of revenue (or equivalent tax agency) publications for state-level brackets, deductions, and estimated-tax rules.
- Enacted legislation and agency bulletins — for example the One Big Beautiful Bill Act (OBBBA, P.L. 119-21) — when a law changes a rule mid-cycle.
Review cadence
Reviews follow the US tax calendar rather than an arbitrary schedule:
- Annual inflation adjustments — the IRS typically publishes its Revenue Procedure setting next year's brackets, standard deduction, AMT exemption, and other indexed figures in October or November (for example Rev. Proc. 2025-32 for 2026). We update
taxConstants.tsand the affected calculators as soon as the Rev. Proc. is published, then re-verify against IRS Publication 17 once it re-issues. - Quarterly — the IRS underpayment/overpayment interest rate under IRC §6621 is set quarterly; the estimated-tax-penalty and quarterly-estimated-tax calculators are checked against the current published rate each quarter.
- Retirement-plan and HSA limits — the IRS issues 401(k)/IRA cost-of-living-adjustment Notices in late Q4 and HSA limit Revenue Procedures around May of the prior year; each is applied on publication.
- SSA wage base — the Social Security Administration announces the following year's taxable maximum (wage base) alongside the annual COLA, typically in October.
- State pages — state income-tax brackets, standard deductions, and estimated-tax rules are re-verified against each state's department of revenue at the start of the calendar tax year and again after that state's legislative session, since states amend rates on their own timelines throughout the year.
- Event-driven — legislative changes (for example OBBBA provisions such as the SALT cap phaseout, the no-tax-on-tips and no-tax-on-overtime deductions, and the senior bonus deduction) are applied when enacted or when implementing IRS guidance is published, not at the next scheduled pass.
In July 2026 we completed a full-site accuracy review: roughly 170 calculator, reference, and article surfaces were re-checked against primary IRS, SSA, and state sources as a dedicated program, independent of the routine cadence above.
Calculator maintenance
- Federal tax rates, thresholds, and formulas are centralized once in
src/utils/taxConstants.tsand thesrc/data/taxYears/config, so a single verified update flows through every calculator and page that reads the value — components are not permitted to hardcode a rate or threshold. - Calculation logic is covered by an automated test suite (currently 6,000+ tests across 300+ test files), including tests pinned to specific published IRS/SSA figures that fail if a rate is changed unintentionally, plus a smoke test that catches any year-keyed table missing an entry after the annual rollover.
- Every production build also checks internal links sitewide before it ships, and cited external sourceUrls are probed separately.
- Time-sensitive pages display the tax year or update window they cover, and every page shows a "Last updated" date generated from that page's git revision history, falling back to the build date where no revision history is available.
- Major assumptions are summarized on the page and linked to source material where practical.
Content updates and corrections
We revise pages when official tax thresholds, deduction limits, deadlines, or administrative guidance change. If a factual issue is reported, we review the underlying source and update the page when needed. To report one, see the contact page — it lists what to include so we can check the claim against the primary document. Corrections are made directly in the page source and ship with the next site update.
Editorial independence
Rankings, calculator outputs, and article conclusions are based on our reading of official materials and published assumptions, not sponsored placements or advertiser input.