{
  "slug": "how-much-ice-for-a-party",
  "title": "How Much Ice Do I Need for a Party?",
  "heading": "How Much Ice Do I Need for a Party?",
  "category": "other",
  "url": "https://www.revenuelab.fyi/toolbox/how-much-ice-for-a-party",
  "summary": "For 40 guests at a 4-hour party, plan for about 60 pounds of ice.",
  "description": "Party ice planning follows a standard 1-1.5 pounds per guest for drinks, plus extra if you're also chilling beverages in coolers or tubs rather than serving purely by the glass. This calculator scales pound-per-guest ice needs by event length and whether ice is also used for cooler chilling.",
  "formula": "Ice Needed (lb) = Guests × Per-Guest Rate × Duration Factor + Cooler Chilling Allowance.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=how-much-ice-for-a-party",
  "inputs": [
    {
      "id": "guests",
      "label": "Number of guests",
      "kind": "number",
      "hint": null,
      "default": 40,
      "unit": null,
      "min": 1,
      "max": null
    },
    {
      "id": "hours",
      "label": "Party length",
      "kind": "number",
      "hint": null,
      "default": 4,
      "unit": "hrs",
      "min": 1,
      "max": 12
    },
    {
      "id": "coolerChilling",
      "label": "Also chilling drinks in coolers?",
      "kind": "select",
      "hint": null,
      "default": "yes",
      "options": [
        {
          "value": "yes",
          "label": "Yes"
        },
        {
          "value": "no",
          "label": "No, glass ice only"
        }
      ]
    }
  ],
  "outputs": [
    {
      "id": "totalIce",
      "label": "Total ice needed (lb)",
      "format": "decimal",
      "hint": null,
      "primary": true
    },
    {
      "id": "baseIce",
      "label": "Drink/glass ice (lb)",
      "format": "decimal",
      "hint": null,
      "primary": false
    },
    {
      "id": "coolerAllowance",
      "label": "Cooler chilling ice (lb)",
      "format": "decimal",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Number of guests: 40",
      "Party length: 4 hrs",
      "Also chilling drinks in coolers?: Yes"
    ],
    "outputs": [
      "Total ice needed (lb): 60",
      "Drink/glass ice (lb): 40",
      "Cooler chilling ice (lb): 20"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter number of guests.",
      "Enter party length (hrs).",
      "Enter also chilling drinks in coolers?.",
      "Read your total ice 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,
        "hours": 2.4,
        "coolerChilling": "yes"
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "guests": 40,
        "hours": 4,
        "coolerChilling": "yes"
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "guests": 64,
        "hours": 6.4,
        "coolerChilling": "yes"
      }
    }
  ],
  "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 ice do I need for a party?",
      "a": "For 40 guests over a 4-hour party with drinks also chilled in coolers, plan for about 60 pounds of ice total — roughly 40 lb for glasses and 20 lb for cooler chilling."
    },
    {
      "q": "Why does party length matter for ice?",
      "a": "Longer parties mean more refills per guest and more melting, so a 6-hour event needs noticeably more ice per person than a quick 2-hour gathering even with the same guest count."
    },
    {
      "q": "How much ice does chilling a cooler take?",
      "a": "Plan roughly 0.5 lb of ice per guest specifically for cooler chilling on top of drink ice, since a well-packed cooler needs a substantial base layer plus ongoing ice to stay cold for hours."
    },
    {
      "q": "Should I buy bagged ice or make my own?",
      "a": "For anything over about 20-30 lb needed, buying bagged ice is far more practical — most home freezers can't produce and store that volume without days of advance planning."
    }
  ],
  "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 Ice Do I Need for a Party? (https://www.revenuelab.fyi/toolbox/how-much-ice-for-a-party)"
}