Proofing Time Calculator Formula
Understand the math behind the proofing time calculator. Each variable explained with a worked example.
Formulas Used
First Rise (Bulk Fermentation)
first_rise_min = round(base_time * temp_factor * yeast_factor * (flour_cups / 3))Second Rise (After Shaping)
second_rise_min = round(base_time * temp_factor * yeast_factor * (flour_cups / 3) * 0.6)Cold Proof (Fridge)
cold_proof_hr = round(base_time * temp_factor * yeast_factor * (flour_cups / 3) * 0.15)Variables
| Variable | Description | Default |
|---|---|---|
room_temp_f | Room Temperature(°F) | 72 |
yeast_tsp | Active Dry Yeast(tsp) | 2.25 |
flour_cups | Flour Amount(cups) | 3 |
base_time | Derived value= 90 | calculated |
temp_factor | Derived value= 75 / room_temp_f | calculated |
yeast_factor | Derived value= 2.25 / yeast_tsp | calculated |
How It Works
How Proofing Time Is Estimated
Factors Affecting Proofing
Formula
Proofing Time = Base Time x (75 / Room Temp) x (2.25 / Yeast) x (Flour / 3)
Base time is approximately 90 minutes for a standard dough at 75°F. The second rise is typically 60% of the first rise time.
Worked Example
Estimate proofing time for a standard dough (3 cups flour, 2.25 tsp yeast) at 72°F.
room_temp_f = 72yeast_tsp = 2.25flour_cups = 3
- 01Temp factor = 75 / 72 = 1.042.
- 02Yeast factor = 2.25 / 2.25 = 1.
- 03First rise = 90 * 1.042 * 1 * 1 = 94 minutes.
- 04Second rise = 94 * 0.6 = 56 minutes.
- 05Cold proof = 94 * 0.15 = 14.1 hours.
Ready to run the numbers?
Open Proofing Time Calculator