This calculator estimates self-employment (SE) tax using the core mechanics of Schedule SE (Form 1040).
SE tax is the self-employed version of Social Security and Medicare payroll taxes.
In general, Schedule SE applies when you have enough net earnings from self-employment, and it computes the Social Security portion (capped by the annual wage base) plus the Medicare portion (not capped).
The main inputs are your net self-employment earnings (or gross receipts minus expenses) and your year-to-date W-2 Social Security wages.
W-2 wages matter because Social Security tax is capped: if your W-2 Social Security wages already used some (or all) of the wage base for the year, only the remaining wage base can be subject to the Social Security portion of SE tax.
Medicare does not have this wage-base cap.
Schedule SE begins by converting net earnings into “SE taxable earnings” using an adjustment factor:
\[
\begin{aligned}
N &= \text{net self-employment earnings} \\
E &= 0.9235 \cdot N
\end{aligned}
\]
Here, \(E\) is the amount used for the Schedule SE tax calculations (often described as “92.35% of net earnings”).
In many common cases, if \(E\) is below the threshold where Schedule SE applies (often summarized as “under $400”), the SE tax result is \(0\).
The Social Security portion is capped by the annual Social Security wage base \(B\) (which depends on the tax year).
If you have W-2 Social Security wages \(W\), the remaining wage base available for SE earnings is:
\[
\begin{aligned}
B &= \text{Social Security wage base (year-specific)} \\
W &= \text{W-2 Social Security wages (box 3)} \\
R_{\text{SS}} &= \max\!\left(0,\; B - \min(W,\; B)\right)
\end{aligned}
\]
Then the part of self-employment earnings subject to Social Security tax is capped by that remaining base:
\[
\begin{aligned}
E_{\text{SS}} &= \min(E,\; R_{\text{SS}}) \\
T_{\text{SS}} &= 0.124 \cdot E_{\text{SS}}
\end{aligned}
\]
The Medicare portion applies to all \(E\) (no wage-base cap):
\[
\begin{aligned}
T_{\text{Med}} &= 0.029 \cdot E
\end{aligned}
\]
The calculator reports the Schedule SE tax total as:
\[
\begin{aligned}
T_{\text{SE}} &= T_{\text{SS}} + T_{\text{Med}}
\end{aligned}
\]
Schedule SE also provides an income tax adjustment (deduction) for half of the computed SE tax.
This is not a credit and does not reduce SE tax itself; it is an adjustment used in the Form 1040 flow.
\[
\begin{aligned}
D_{\frac{1}{2}} &= 0.5 \cdot T_{\text{SE}}
\end{aligned}
\]
For planning purposes, the calculator can also show a simple “estimated quarterly SE tax component”:
\[
\begin{aligned}
Q_{\text{SE}} &= \frac{T_{\text{SE}}}{4}
\end{aligned}
\]
This quarterly figure is only a rough split of the SE tax portion.
Your actual estimated payments depend on your total income tax, credits, withholding, and other factors (and may require separate estimated-tax logic).
Additional Medicare (optional): Some taxpayers may owe Additional Medicare Tax (0.9%) when combined wages and self-employment earnings exceed a filing-status threshold.
That tax is generally computed outside Schedule SE (commonly via Form 8959 logic).
If enabled, this calculator provides an estimate to help you flag when it may apply, but it is separate from \(T_{\text{SE}}\) above.
Not covered (for now): Special situations (such as certain church employee rules, minister/SSA exemption situations, and optional methods) can change Schedule SE outcomes and required inputs.
Use official IRS instructions for edge cases and for the final filing determination.
References
IRS — Instructions for Schedule SE (Form 1040)
SSA — Contribution and Benefit Base (Social Security wage base by year)