{
  "slug": "how-much-do-i-need-to-invoice",
  "title": "How Much Do I Need to Invoice to Earn a Target Salary?",
  "heading": "How Much Do I Need to Invoice to Earn a Target Salary?",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/how-much-do-i-need-to-invoice",
  "summary": "To net $80,000 after 25% total taxes and $6,000 in business expenses, you need to invoice about $112,667.",
  "description": "Self-employed and contractor income needs to cover not just your target take-home pay but also self-employment/income taxes and business expenses that come out before you see a dollar. This calculator grosses up your target net income by your effective tax rate and adds back business expenses to find your required invoicing total.",
  "formula": "Pre-Tax Income Needed = Target Net Income ÷ (1 − Effective Tax Rate). Required Invoicing = Pre-Tax Income Needed + Annual Business Expenses.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=how-much-do-i-need-to-invoice",
  "inputs": [
    {
      "id": "targetNet",
      "label": "Target net (take-home) income",
      "kind": "number",
      "hint": null,
      "default": 80000,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "effectiveTaxRate",
      "label": "Effective tax rate (income + self-employment)",
      "kind": "number",
      "hint": null,
      "default": 28,
      "unit": "%",
      "min": 0,
      "max": 50
    },
    {
      "id": "businessExpenses",
      "label": "Annual business expenses",
      "kind": "number",
      "hint": null,
      "default": 6000,
      "unit": "$",
      "min": 0,
      "max": null
    }
  ],
  "outputs": [
    {
      "id": "requiredInvoicing",
      "label": "Required annual invoicing",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "preTaxIncome",
      "label": "Pre-tax income needed",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "totalTax",
      "label": "Estimated total tax",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Target net (take-home) income: 80000 $",
      "Effective tax rate (income + self-employment): 28 %",
      "Annual business expenses: 6000 $"
    ],
    "outputs": [
      "Required annual invoicing: $117,111",
      "Pre-tax income needed: $111,111",
      "Estimated total tax: $31,111"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter target net (take-home) income ($).",
      "Enter effective tax rate (income + self-employment) (%).",
      "Enter annual business expenses ($).",
      "Read your required annual invoicing on the right — it updates as you type.",
      "Hit Share to keep the scenario or send it to someone."
    ]
  },
  "scenarios": [
    {
      "name": "Conservative",
      "description": "Lower-end numbers — what if things land soft?",
      "values": {
        "targetNet": 48000,
        "effectiveTaxRate": 17,
        "businessExpenses": 3500
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "targetNet": 80000,
        "effectiveTaxRate": 28,
        "businessExpenses": 6000
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "targetNet": 128000,
        "effectiveTaxRate": 45,
        "businessExpenses": 9500
      }
    }
  ],
  "limitations": [
    "Results are estimates before tax, fees, and inflation unless an input explicitly covers them.",
    "Rates are treated as fixed for the whole period — variable-rate products will drift from this projection.",
    "This is educational maths, not financial advice. Check anything contractual with the lender or your accountant."
  ],
  "faq": [
    {
      "q": "How much do I need to invoice to earn a target salary?",
      "a": "To net $80,000 after a 28% effective tax rate and $6,000 in business expenses, you need to invoice about $117,111 for the year."
    },
    {
      "q": "Why is self-employment tax rate higher than a regular employee's?",
      "a": "As a self-employed contractor you pay both the employer and employee share of Social Security and Medicare (15.3% combined) before income tax, versus an employee who only pays the 7.65% employee half, which is why effective rates for the self-employed often run higher."
    },
    {
      "q": "Should quarterly estimated tax payments factor in here?",
      "a": "This calculator gives the annual total; divide the estimated total tax by four (adjusted for income timing) to plan your quarterly estimated tax payments to the IRS and state, due each quarter to avoid underpayment penalties."
    },
    {
      "q": "Do business expenses reduce my tax bill too?",
      "a": "Yes, legitimate business expenses are deducted before taxable income is calculated in reality; this simplified model adds them back on top of the tax gross-up for a conservative, easy-to-follow invoicing target."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/how-much-should-i-charge-per-hour-freelance",
    "https://www.revenuelab.fyi/toolbox/how-much-do-i-need-to-sell-to-break-even"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — How Much Do I Need to Invoice to Earn a Target Salary? (https://www.revenuelab.fyi/toolbox/how-much-do-i-need-to-invoice)"
}