Ice Quantity Calculator Formula
Understand the math behind the ice quantity calculator. Each variable explained with a worked example.
Formulas Used
Total Ice Needed
total_lbs = guests * hours * ice_per_guest_lbTotal Ice Needed
total_kg = (guests * hours * ice_per_guest_lb) * 0.45359210-lb Bags Needed
bags_10lb = ceil((guests * hours * ice_per_guest_lb) / 10)Variables
| Variable | Description | Default |
|---|---|---|
guests | Number of Guests(guests) | 25 |
hours | Event Duration(hours) | 4 |
ice_per_guest_lb | Ice Per Guest Per Hour | 0.5 |
How It Works
How Much Ice for an Event
Formula
Total Ice = Guests x Hours x Ice Per Guest Per Hour
Guidelines
Always round up and buy extra. Ice is inexpensive and running out is inconvenient.
Worked Example
Calculate ice for 25 guests at a 4-hour outdoor summer party.
guests = 25hours = 4ice_per_guest_lb = 0.5
- 01Total ice: 25 x 4 x 0.5 = 50 lbs.
- 02In kilograms: 50 x 0.454 = 22.7 kg.
- 0310-lb bags: ceil(50 / 10) = 5 bags.
Ready to run the numbers?
Open Ice Quantity Calculator