Drinks Per Guest Calculator Formula
Understand the math behind the drinks per guest calculator. Each variable explained with a worked example.
Formulas Used
Total Drinks
total_drinks = guests * hours * drinks_per_hourWine Bottles (5 glasses each)
wine_bottles = (guests * hours * drinks_per_hour) / 5Beer Cases (24 cans)
beer_cases = (guests * hours * drinks_per_hour) / 24Soft Drinks (for 30% non-drinkers)
soft_drink_liters = (guests * 0.3 * hours * 0.25) * 0.355Variables
| Variable | Description | Default |
|---|---|---|
guests | Number of Guests(guests) | 30 |
hours | Event Duration(hours) | 4 |
drinks_per_hour | Drinks Per Person Per Hour | 1.5 |
How It Works
How to Calculate Drinks Per Guest
Formula
Total Drinks = Guests x Hours x Drinks Per Hour
Planning Guidelines
Worked Example
Calculate drinks for 30 guests at a 4-hour party.
guests = 30hours = 4drinks_per_hour = 1.5
- 01Total drinks: 30 x 4 x 1.5 = 180 drinks.
- 02Wine bottles: 180 / 5 = 36 bottles.
- 03Beer cases: 180 / 24 = 7.5 cases.
- 04Plan a mix: perhaps 15 bottles of wine, 3 cases of beer, plus soft drinks.
Ready to run the numbers?
Open Drinks Per Guest Calculator