self employment tax calculator

Accurately compute 2025 self-employment tax (Schedule SE): Social Security (12.4%), Medicare (2.9%), and Additional Medicare (0.9%) with wage-base limits and filing-status thresholds. Includes formulas, glossary, worked example, and FAQs.

Full original guide (expanded)


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[SS = 0.124 \\times \\min\\big( NE, \\max(0, WB - W2_{SS}) \\big) \\]
SS = 0.124 \\times \\min\\big( NE, \\max(0, WB - W2_{SS}) \\big) \
Formula (extracted LaTeX)
\[MED = 0.029 \\times NE \\]
MED = 0.029 \\times NE \
Formula (extracted LaTeX)
\[AM = 0.009 \\times \\max\\big( 0, (W2_{Med} + NE) - T_{fs} \\big) \\]
AM = 0.009 \\times \\max\\big( 0, (W2_{Med} + NE) - T_{fs} \\big) \
Formula (extracted text)
Net earnings (Schedule SE base): \\( NE = 0.9235 \\times P \\) where \\(P\\) is net profit from self-employment. Social Security tax (12.4% to wage base): \\[ SS = 0.124 \\times \\min\\big( NE, \\max(0, WB - W2_{SS}) \\big) \\] Medicare tax (2.9% on all net earnings): \\[ MED = 0.029 \\times NE \\] Additional Medicare (0.9% over threshold): \\[ AM = 0.009 \\times \\max\\big( 0, (W2_{Med} + NE) - T_{fs} \\big) \\] where \\(T_{fs}\\) is the filing-status threshold. Total SE tax: \\( SET = SS + MED + AM \\). Half SE tax deduction: \\( D = \\tfrac{1}{2} (SS + MED) \\) (excludes \\(AM\\), which is not deductible).
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
  • I = homeowners insurance (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[SS = 0.124 \\times \\min\\big( NE, \\max(0, WB - W2_{SS}) \\big) \\]
SS = 0.124 \\times \\min\\big( NE, \\max(0, WB - W2_{SS}) \\big) \
Formula (extracted LaTeX)
\[MED = 0.029 \\times NE \\]
MED = 0.029 \\times NE \
Formula (extracted LaTeX)
\[AM = 0.009 \\times \\max\\big( 0, (W2_{Med} + NE) - T_{fs} \\big) \\]
AM = 0.009 \\times \\max\\big( 0, (W2_{Med} + NE) - T_{fs} \\big) \
Formula (extracted text)
Net earnings (Schedule SE base): \\( NE = 0.9235 \\times P \\) where \\(P\\) is net profit from self-employment. Social Security tax (12.4% to wage base): \\[ SS = 0.124 \\times \\min\\big( NE, \\max(0, WB - W2_{SS}) \\big) \\] Medicare tax (2.9% on all net earnings): \\[ MED = 0.029 \\times NE \\] Additional Medicare (0.9% over threshold): \\[ AM = 0.009 \\times \\max\\big( 0, (W2_{Med} + NE) - T_{fs} \\big) \\] where \\(T_{fs}\\) is the filing-status threshold. Total SE tax: \\( SET = SS + MED + AM \\). Half SE tax deduction: \\( D = \\tfrac{1}{2} (SS + MED) \\) (excludes \\(AM\\), which is not deductible).
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
  • I = homeowners insurance (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[SS = 0.124 \\times \\min\\big( NE, \\max(0, WB - W2_{SS}) \\big) \\]
SS = 0.124 \\times \\min\\big( NE, \\max(0, WB - W2_{SS}) \\big) \
Formula (extracted LaTeX)
\[MED = 0.029 \\times NE \\]
MED = 0.029 \\times NE \
Formula (extracted LaTeX)
\[AM = 0.009 \\times \\max\\big( 0, (W2_{Med} + NE) - T_{fs} \\big) \\]
AM = 0.009 \\times \\max\\big( 0, (W2_{Med} + NE) - T_{fs} \\big) \
Formula (extracted text)
Net earnings (Schedule SE base): \\( NE = 0.9235 \\times P \\) where \\(P\\) is net profit from self-employment. Social Security tax (12.4% to wage base): \\[ SS = 0.124 \\times \\min\\big( NE, \\max(0, WB - W2_{SS}) \\big) \\] Medicare tax (2.9% on all net earnings): \\[ MED = 0.029 \\times NE \\] Additional Medicare (0.9% over threshold): \\[ AM = 0.009 \\times \\max\\big( 0, (W2_{Med} + NE) - T_{fs} \\big) \\] where \\(T_{fs}\\) is the filing-status threshold. Total SE tax: \\( SET = SS + MED + AM \\). Half SE tax deduction: \\( D = \\tfrac{1}{2} (SS + MED) \\) (excludes \\(AM\\), which is not deductible).
Variables and units
  • T = property tax (annual or monthly depending on input) (currency)
  • I = homeowners insurance (annual or monthly depending on input) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).