Skip to main content
Foliumly.com logo

Methodology

How we calculate your rate

The math behind every calculator on this site is documented in plain English, with sources for every constant. Tax data verified for tax year 2026.

The full stack, in order

Federal income tax depends on AGI. AGI depends on the deductible portion of self-employment tax. Self-employment tax depends on your net business income. We can't just compute taxes — we have to solve for the revenue that produces your target take-home once every tax has been applied. Each step below is a discrete module in our codebase.

  1. 1
    Self-employment tax (Schedule SE)

    12.4% Social Security up to the annual wage base, 2.9% Medicare uncapped, plus 0.9% additional Medicare above the filing-status threshold.

  2. 2
    AGI and deductions

    Net SE income minus the deductible half of SE tax, retirement contributions, and self-employed health insurance — plus any other income for bracket placement.

  3. 3
    QBI deduction (Section 199A)

    20% of qualified business income, capped at 20% of taxable income before QBI and conservatively limited at the SSTB phase-out threshold.

  4. 4
    Federal income tax

    Standard deduction subtracted, then the federal bracket schedule applied for your filing status. Sourced from the IRS Revenue Procedure for the current tax year.

  5. 5
    State income tax

    Dispatched on three structures — none, flat, or progressive — across all 50 states + DC, sourced from each state's department of revenue.

  6. 6
    Binary-search revenue solver

    Take-home is monotonic in revenue, so we bisect on the revenue figure that lands on your target take-home, with a $1 tolerance.

Read the full step-by-step methodology on the calculator page, including the formulas we use for each step.

Data sources

Every constant we use is sourced from a primary publication. We re-verify each January when the IRS Revenue Procedure and state DOR releases land.

What we don't model

City and local income tax (NYC, Yonkers, Pennsylvania local EIT, Maryland counties), Mental Health Services Tax (CA's 1% above $1M), Massachusetts's 4% surtax above $1M, Washington's capital-gains tax, S-corp election effects, multi-state or part-year residency, the alternative minimum tax, and the SSTB QBI phase-out range. Output is an informational estimate only — see our Terms and consult a CPA or Enrolled Agent for any binding decision.

Update cadence

Federal constants are reviewed annually each January using the most recent IRS Revenue Procedure. State constants are reviewed using each state's department of revenue page and cross-checked against the Tax Foundation's annual summary. When a major jurisdiction makes a mid-year change (e.g., Louisiana's recent shift to a flat tax), we ship the update as soon as the official guidance is published.