Scope and tax year
Unless a tool page states otherwise, calculator constants reflect US federal tax year 2026. Self-employment tax follows Schedule SE. Federal income tax uses the inflation-adjusted brackets and standard deductions published for 2026. Qualified business income (QBI) follows the Form 8995 lesser-of limitation where a tool models QBI. State income tax, where shown, uses a documented flat-rate approximation rather than full progressive state schedules.
All calculator math runs in the browser. Inputs are not sent to FreelanceMath servers as part of the calculation itself. Tools are educational estimators; they are not a substitute for Form 1040 preparation software or advice from a licensed professional.
Primary data sources
Every rate, bracket, threshold, and limit used in production calculator code is traced to a government primary source. Secondary blogs are not used as sole citations for live figures. Source URLs below were checked on 9 August 2026.
- IRS Rev. Proc. 2025-32 (tax year 2026 inflation adjustments, including OBBBA-related amendments): federal income tax brackets and standard deductions ($16,100 single / $32,200 MFJ / $24,150 head of household). IRS newsroom release.
- SSA Contribution and Benefit Base: 2026 Social Security taxable maximum of $184,500. ssa.gov/oact/cola/cbb.html.
- Schedule SE (Form 1040) instructions: 92.35% net-earnings adjustment, 12.4% Social Security and 2.9% Medicare portions, deductible half of SE tax, and coordination of the Social Security wage base with W-2 wages where a tool accepts those wages. About Schedule SE.
- IRS Publication 334 and Publication 505: small-business and estimated-tax context for Schedule C / SE filers and quarterly planning. Pub 334; Pub 505.
- Form 8995 / QBI instructions: the QBI deduction is the lesser of 20% of qualified business income or 20% of taxable income computed before the QBI deduction. It is not an above-the-line AGI reduction. Instructions for Form 8995.
- Additional Medicare Tax (Topic 560 / Form 8959): 0.9% above filing-status thresholds ($200,000 single / HoH, $250,000 MFJ, $125,000 MFS). Topic No. 560.
- State revenue department rate tables: used only for the flat top-marginal approximation in tools that estimate state tax. Progressive state brackets are not fully modelled in the current production engines.
Core calculation framework
Self-employment tax tools share the Schedule SE stack. Income-tax tools add above-the-line SE tax deduction, standard deduction, optional QBI, federal brackets, and (where enabled) a state estimate. The production sequence is:
- Net SE income = gross self-employment / 1099 income minus the deductible expense inputs that tool accepts (business expenses, and on the 1099 calculator also mileage, self-employed health insurance, and retirement contributions).
- Taxable SE earnings = net SE income × 92.35%.
- Social Security tax = Social Security taxable base × 12.4%, where the taxable base is the lesser of taxable SE earnings and the remaining 2026 wage base ($184,500). The Self-Employment Tax Calculator reduces the remaining base by W-2 Social Security wages when entered. The 1099 Tax Calculator currently applies the full wage base to SE earnings and does not yet coordinate W-2 Social Security wages into that cap.
- Medicare tax = taxable SE earnings × 2.9% (no wage-base cap).
- Additional Medicare tax = 0.9% of the amount above the filing-status threshold. The Self-Employment Tax Calculator compares taxable SE earnings alone to the threshold. The 1099 Tax Calculator adds W-2 wages to taxable SE earnings before comparing to the threshold.
- Deductible half of SE tax = total SE tax × 50% (above-the-line adjustment used by income-tax tools).
- AGI (income-tax tools) = net SE income − half of SE tax + any W-2 income entered. QBI is not subtracted in AGI.
- Taxable income before QBI = max(0, AGI − standard deduction for the selected filing status).
- QBI deduction (when enabled) = lesser of (net SE income × 20%) or (taxable income before QBI × 20%), matching Form 8995's taxable-income limitation. SSTB and high-income wage/capital limitations on Form 8995-A are not modelled.
- Federal taxable income = taxable income before QBI − QBI deduction.
- Federal income tax = progressive 2026 brackets on federal taxable income. Married filing jointly uses MFJ brackets; single, married filing separately, and head of household currently share the Single bracket table in the 1099 engine (standard deductions remain status-specific).
- State income tax (1099 tool) = federal taxable income × the state's stored flat top-marginal rate (zero in no-income-tax states).
Per-tool calculation basis
Self-Employment Tax Calculator (/tools/self-employment-tax-calculator): computes Schedule SE components only (Social Security, Medicare, Additional Medicare, total SE tax, deductible half, monthly and quarterly set-asides). Accepts filing status including qualifying surviving spouse and optional W-2 Social Security wages for wage-base coordination. Does not compute federal or state income tax. Detail: SE Tax methodology.
1099 Tax Calculator (/tools/1099-tax-calculator): stacks SE tax, half-SE deduction, status-specific standard deduction, Form 8995 QBI limitation, 2026 federal brackets, and flat state tax on federal taxable income. Filing statuses: single, MFJ, MFS, HoH. Detail: 1099 Tax methodology.
Other tools (hourly rate, quarterly estimator, 1099 vs W-2 comparison, invoice generator, and related calculators) reuse the same tax-year constants where they touch SE tax or federal brackets. Each tool page documents its own inputs and exclusions; when those pages conflict with this methodology or with unit tests, the production code and tests control until the prose is corrected.
Approximation and limitation register
The following simplifications are intentional in the current production engines. They are not bugs, but they can make estimates diverge from a full return:
- State income tax uses a flat top-marginal rate applied to federal taxable income, not full progressive state brackets, credits, or locality taxes. Moderate incomes in progressive high-tax states are often overestimated.
- Head of household and married filing separately federal brackets currently reuse the Single bracket table in the 1099 Tax Calculator; standard deductions for those statuses are status-correct.
- QBI models the Form 8995 taxable-income limitation. It does not model SSTB phase-outs, W-2 wage limitations, or UBIA of qualified property under Form 8995-A.
- The 1099 Tax Calculator does not reduce the Social Security wage base for concurrent W-2 Social Security wages (the dedicated SE Tax Calculator does).
- Alternative Minimum Tax, most tax credits (CTC, EITC, education credits), itemized deductions, multi-state allocation, and entity types other than sole proprietor / Schedule C-style net earnings are out of scope.
Testing and review method
Calculator engines are pure functions covered by Vitest fixtures. Acceptance scenarios pin line items to the dollar where published (for example, the Self-Employment Tax Calculator $80,000 single case and the 1099 Tax Calculator Denver and Chicago worked examples). Before a methodology page ships or a constant changes, FreelanceMath reconciles prose against those tests and against the live calculator UI with the same inputs. A mismatch between methodology copy and production code is treated as a blocking defect on a YMYL surface.
Editorial review checks primary-source URLs, tax-year labels, filing-status coverage, and whether each listed limitation still matches the code. Independent licensed review of the mathematics (for example by an Enrolled Agent) may be commissioned separately; until such a review is completed and disclosed with accurate credentials, pages do not invent reviewer names or licenses.
Update cadence
- October–November each year: refresh brackets, standard deductions, and related inflation-adjusted figures when the IRS publishes the next-year revenue procedure; refresh the Social Security wage base when SSA publishes the contribution and benefit base.
- Within one week of any IRS or SSA guidance change that materially affects a shipped calculator.
- Immediately on discovery of an error: correct code and prose together, revise the page last-updated date, and record the change in the version log below when the change affects published methodology.
Publishing responsibility
FreelanceMath publishes as an independent editorial project under the organizational name FreelanceMath. There are no personal bylines and no invented professional credentials on this page. Publishing responsibility for calculator constants, methodology statements, and corrections rests with the FreelanceMath project editors. Broader editorial standards are described on the About page.
Correction route
To report a calculator bug, a stale constant, or a contradiction between this methodology and a live result, email freelancemath.mail@gmail.com. Include the tool URL, inputs used, the figure you expected, and the primary source you believe controls. Confirmed errors are corrected in production as soon as practicable; the affected page's last-updated date is revised when the fix ships. See also the disclaimer.
Version log
| Date | Change |
|---|---|
| 2026-08-09 | Full methodology rebuild. Corrected tax-year citation from Rev. Proc. 2025-28 to Rev. Proc. 2025-32. Documented Form 8995 taxable-income limitation for QBI (not an AGI reduction). Reconciled SE wage-base coordination, Additional Medicare bases, state-tax base, and HoH/MFS bracket approximation against production code and Vitest fixtures. Expanded word count and trust sections. |
| 2026-05-18 | Initial public methodology pages for central, SE tax, and 1099 tax routes. |