{
  "slug": "how-much-does-a-wedding-cost-per-guest",
  "title": "How Much Does a Wedding Cost Per Guest?",
  "heading": "How Much Does a Wedding Cost Per Guest?",
  "category": "other",
  "url": "https://www.revenuelab.fyi/toolbox/how-much-does-a-wedding-cost-per-guest",
  "summary": "A $35,000 wedding budget for 120 guests works out to about $292 per guest.",
  "description": "Per-guest wedding cost is a useful budgeting lever because catering, rentals, and favors scale directly with headcount, while venue and photography are largely fixed. This calculator splits your budget into per-guest variable costs and fixed costs so you can see how adding or cutting guests actually changes your total.",
  "formula": "Per Guest Cost = Total Budget ÷ Guest Count. Variable Cost Impact = Per-Guest Variable Rate × Guest Count Change.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=how-much-does-a-wedding-cost-per-guest",
  "inputs": [
    {
      "id": "budget",
      "label": "Total wedding budget",
      "kind": "number",
      "hint": null,
      "default": 35000,
      "unit": "$",
      "min": 0,
      "max": null
    },
    {
      "id": "guests",
      "label": "Number of guests",
      "kind": "number",
      "hint": null,
      "default": 120,
      "unit": null,
      "min": 1,
      "max": null
    },
    {
      "id": "fixedCosts",
      "label": "Fixed costs (venue, photography, dress, etc.)",
      "kind": "number",
      "hint": null,
      "default": 14000,
      "unit": "$",
      "min": 0,
      "max": null
    }
  ],
  "outputs": [
    {
      "id": "perGuestOverall",
      "label": "Total cost per guest",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "perGuestVariable",
      "label": "Variable (catering-type) cost per guest",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "variableBudget",
      "label": "Total variable budget",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Total wedding budget: 35000 $",
      "Number of guests: 120",
      "Fixed costs (venue, photography, dress, etc.): 14000 $"
    ],
    "outputs": [
      "Total cost per guest: $291.67",
      "Variable (catering-type) cost per guest: $175.00",
      "Total variable budget: $21,000"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter total wedding budget ($).",
      "Enter number of guests.",
      "Enter fixed costs (venue, photography, dress, etc.) ($).",
      "Read your total cost per guest 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": {
        "budget": 21000,
        "guests": 70,
        "fixedCosts": 8500
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "budget": 35000,
        "guests": 120,
        "fixedCosts": 14000
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "budget": 56000,
        "guests": 190,
        "fixedCosts": 22500
      }
    }
  ],
  "limitations": [
    "Estimates assume standard, average conditions — local rules, pricing, and materials vary.",
    "Results are rounded for readability; add a buffer before ordering, booking, or committing.",
    "Double-check anything with a real cost attached against a local quote."
  ],
  "faq": [
    {
      "q": "How much does a wedding cost per guest?",
      "a": "A $35,000 budget for 120 guests averages $292 per guest overall; if $14,000 of that is fixed costs like venue and photography, the variable (catering-style) cost per guest is about $175."
    },
    {
      "q": "What counts as a per-guest cost versus a fixed cost?",
      "a": "Catering, bar, favors, and rental chairs/place settings scale with guest count; venue rental, photographer, dress, and DJ fees are typically fixed regardless of whether you invite 80 or 150 people."
    },
    {
      "q": "How much does cutting 20 guests actually save?",
      "a": "Only the variable portion — at $175/guest variable cost, cutting 20 guests saves about $3,500, not the full $5,833 you'd get by naively dividing the total budget, since fixed costs don't shrink."
    },
    {
      "q": "What's a typical per-guest wedding cost nationally?",
      "a": "U.S. averages commonly fall in the $200-$350 per guest range including catering and bar, though it varies enormously by region, venue type, and service style."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/how-much-food-for-a-party",
    "https://www.revenuelab.fyi/toolbox/how-much-alcohol-for-a-party"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — How Much Does a Wedding Cost Per Guest? (https://www.revenuelab.fyi/toolbox/how-much-does-a-wedding-cost-per-guest)"
}