Cookie Yield Calculator Formula
Understand the math behind the cookie yield calculator. Each variable explained with a worked example.
Formulas Used
Total Dough Weight
dough_weight = flour + butter + sugar + eggs + otherCookie Count
cookie_count = floor((flour + butter + sugar + eggs + other) / portion_size)Total Dough (oz)
dough_oz = (flour + butter + sugar + eggs + other) / 28.35Portion Size
portion_tbsp = portion_size / 14Variables
| Variable | Description | Default |
|---|---|---|
flour | Flour Weight(grams) | 280 |
butter | Butter Weight(grams) | 227 |
sugar | Total Sugar Weight(grams) | 200 |
eggs | Egg Weight (50 g each)(grams) | 100 |
other | Other Ingredients (chips, etc.)(grams) | 170 |
portion_size | Dough per Cookie(grams) | 40 |
total_dough | Derived value= flour + butter + sugar + eggs + other | calculated |
How It Works
How to Calculate Cookie Yield
Formula
Total Dough = Flour + Butter + Sugar + Eggs + Other Ingredients
Cookie Count = floor(Total Dough / Portion Size)
Portion Sizes
Using a kitchen scale or cookie scoop ensures consistent sizing so all cookies bake evenly.
Worked Example
A standard chocolate chip cookie recipe with 280 g flour, 227 g butter, 200 g sugar, 100 g eggs, 170 g chips, portioned at 40 g each.
flour = 280butter = 227sugar = 200eggs = 100other = 170portion_size = 40
- 01Total dough = 280 + 227 + 200 + 100 + 170 = 977 g
- 02Cookie count = floor(977 / 40) = 24 cookies
- 03Each cookie is about 2.9 tablespoons of dough.
Ready to run the numbers?
Open Cookie Yield Calculator