Coffee-Water Ratio Calculator Formula
Understand the math behind the coffee-water ratio calculator. Each variable explained with a worked example.
Formulas Used
Coffee Needed
coffee_grams = brew_method == 500 ? cups * 18 * strength : cups * 177 / (1000 / brew_method) * strengthWater Needed
water_ml = brew_method == 500 ? cups * 36 : cups * 177Coffee (tablespoons)
coffee_tbsp = brew_method == 500 ? cups * 18 * strength / 5 : cups * 177 / (1000 / brew_method) * strength / 5Ratio
ratio_display = brew_method == 500 ? 2 : 1000 / brew_method / strengthVariables
| Variable | Description | Default |
|---|---|---|
brew_method | Brew Method | 60 |
cups | Cups of Coffee(cups (6 oz)) | 4 |
strength | Strength Preference | 1 |
How It Works
How to Calculate Coffee-to-Water Ratio
Standard Ratios
Formula
Coffee (g) = Water (mL) x Ratio per Liter / 1000 x Strength Factor
One standard "cup" of coffee is 6 oz (177 mL). The SCA (Specialty Coffee Association) golden ratio is 55-65 g per liter.
Grind Size Matters
The ratio assumes the correct grind for the method. Too fine = over-extraction (bitter). Too coarse = under-extraction (sour, thin).
Worked Example
4 cups of drip coffee, standard strength.
- 01Water = 4 x 177 = 708 mL
- 02Coffee = 708 x 60 / 1000 = 42.5 g
- 03About 8.5 tablespoons of ground coffee
- 04Ratio = 1:16.7 water to coffee
Frequently Asked Questions
Why does coffee taste bitter?
Bitterness usually comes from over-extraction: too fine a grind, too hot water (over 205°F), or too long a brew time. Try a coarser grind, lower water temperature (195-205°F), or shorter brew time.
Should I use a scale for coffee?
Yes. A kitchen scale (accurate to 0.1 g) is the single best upgrade for coffee consistency. Volume measures (scoops, tablespoons) vary significantly because grind sizes and bean densities differ.
What is the ideal water temperature for coffee?
The SCA recommends 195-205°F (90.5-96°C). Water that is too hot extracts harsh compounds; water that is too cool under-extracts, producing weak, sour coffee. Just off the boil is usually perfect.
Ready to run the numbers?
Open Coffee-Water Ratio Calculator