{
  "slug": "how-much-food-for-a-party",
  "title": "How Much Food Do I Need for a Party?",
  "heading": "How Much Food Do I Need for a Party?",
  "category": "other",
  "url": "https://www.revenuelab.fyi/toolbox/how-much-food-for-a-party",
  "summary": "For 40 guests at a 3-hour dinner party, plan for about 60 pounds of food total.",
  "description": "Party food quantity planning scales off headcount, event length, and meal type — a general catering rule is about 1-1.5 pounds of food per person for a full meal, with heavier appetite events like all-day parties needing more. This calculator applies a per-person weight allowance adjusted for event duration and meal formality.",
  "formula": "Total Food (lb) = Guests × Per-Person Allowance × Duration Multiplier.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=how-much-food-for-a-party",
  "inputs": [
    {
      "id": "guests",
      "label": "Number of guests",
      "kind": "number",
      "hint": null,
      "default": 40,
      "unit": null,
      "min": 1,
      "max": null
    },
    {
      "id": "mealType",
      "label": "Event type",
      "kind": "select",
      "hint": null,
      "default": "1.25",
      "options": [
        {
          "value": "0.5",
          "label": "Light appetizers/cocktail hour"
        },
        {
          "value": "0.75",
          "label": "Appetizers + light bites (2 hrs)"
        },
        {
          "value": "1.25",
          "label": "Full dinner (3 hrs)"
        },
        {
          "value": "1.75",
          "label": "All-day event / buffet"
        }
      ]
    }
  ],
  "outputs": [
    {
      "id": "totalFood",
      "label": "Total food needed (lb)",
      "format": "decimal",
      "hint": null,
      "primary": true
    },
    {
      "id": "perPerson",
      "label": "Per-person allowance (lb)",
      "format": "decimal",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Number of guests: 40",
      "Event type: Full dinner (3 hrs)"
    ],
    "outputs": [
      "Total food needed (lb): 50",
      "Per-person allowance (lb): 1.25"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter number of guests.",
      "Enter event type.",
      "Read your total food needed (lb) 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": {
        "guests": 24,
        "mealType": "1.25"
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "guests": 40,
        "mealType": "1.25"
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "guests": 64,
        "mealType": "1.25"
      }
    }
  ],
  "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 food do I need for a party?",
      "a": "For 40 guests at a 3-hour full dinner party, plan for about 50 pounds of food total, using a 1.25 lb-per-person allowance."
    },
    {
      "q": "How much less food do I need for cocktail hour vs a full meal?",
      "a": "A cocktail-hour appetizer spread needs roughly 0.5 lb per person — less than half of a full sit-down dinner's 1.25 lb per person, since guests are grazing rather than eating a complete meal."
    },
    {
      "q": "Does this include drinks and dessert?",
      "a": "No, this covers savory food only — plan drinks and ice separately, and add roughly 0.25-0.5 lb per person for dessert if you're serving cake or a dessert table."
    },
    {
      "q": "Should I plan extra for teenagers or big eaters?",
      "a": "Yes — if your guest list skews toward teenagers or you know you have big eaters, bump the per-person allowance up by 20-25% to avoid running short."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/how-much-ice-for-a-party",
    "https://www.revenuelab.fyi/toolbox/how-much-alcohol-for-a-party"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — How Much Food Do I Need for a Party? (https://www.revenuelab.fyi/toolbox/how-much-food-for-a-party)"
}