BDT

Food & Cooking

Bread Dough Timing Calculator

Build a bread mix-to-slice schedule with fold window, bulk remainder, cold proof, baking, cooling, elapsed duration, and wrapped 24-hour clock references.

Time from first through final fold-
Mix through autolyse, bulk, and bench rest-
Clock hour entering cold proof-
Clock hour bake begins-
Clock hour bake ends-
Clock hour after cooling-
Complete mix-to-slice elapsed time-
Bulk time remaining after fold window-

Decision view

Bread mix-to-slice Gantt timeline

Bread mix-to-slice Gantt timelineAutolyse, fold window, bulk, bench rest, cold proof, bake, cooling, and wrapped clock times share one elapsed axis.
Exact scenario comparisonCold proof hours changes while all other entered assumptions remain constant.
Cold proof hoursTime from first through final foldMix through autolyse, bulk, and bench restClock hour entering cold proofClock hour bake beginsClock hour bake endsClock hour after coolingComplete mix-to-slice elapsed timeBulk time remaining after fold window

How to use Bread Dough Timing Calculator

  1. Enter the mix start and pre-bulk timing.
  2. Enter fold count, interval, and total bulk duration.
  3. Add cold proof, bake, and cooling durations.
  4. Read the stage timeline and confirm the wrapped clock labels.

Calculator guide

Understanding Bread Dough Timing Calculator

Bread timing is easier to follow when elapsed durations and clock times are separated. This schedule treats folds as occurring inside bulk fermentation, then places autolyse, bulk, bench rest, cold proof, baking, and cooling on a continuous timeline that may cross midnight.

No double counting Folds sit inside bulk.
Elapsed stays continuous Midnight does not reset duration.
Stages stay distinct Cold proof, bake, and cooling are separate.
Timeline is live Every clock marker updates.

Calculation method

How the calculation works

Place autolyse, fold window, bulk fermentation, bench rest, cold proof, bake, and cooling on one 24-hour clock and one elapsed-time total. Elapsed duration is kept separate from wrapped clock time so overnight stages do not lose whole days. Convert all minute inputs to hours, keep the fold window inside bulk fermentation, accumulate stage durations, and use modulo 24 only for displayed clock times.

Detailed calculation process

Place every dough stage on one elapsed and clock timeline

The default plan starts mixing at 18:00, uses 30 minutes autolyse, four hours bulk with four folds at 30-minute spacing, 25 minutes bench rest, 12 hours cold proof, 45 minutes bake, and 90 minutes cooling.

General formula: T_fold = max(n_f-1,0)i_f/60T_pre = a/60 + T_bulk + b/60clock_cold = (clock_mix+T_pre) mod 24clock_bake = (clock_cold+T_cold) mod 24T_total = T_pre+T_cold+t_bake/60+t_cool/60 The first fold starts the fold sequence, so n folds create n-1 intervals. Fold time is reported within bulk rather than added to it. Elapsed time continues past midnight, while modulo 24 converts milestones back to clock-hour labels.

What each symbol means

clock_mix Entered mix start clock hour.
a, b Autolyse and bench-rest durations (minutes).
n_f, i_f Fold count and minutes between folds.
T_bulk, T_fold Bulk-fermentation duration and fold-window duration (hours).
T_cold Cold-proof duration (hours).
t_bake, t_cool Bake and cooling durations (minutes).
T_pre, T_total Pre-cold and complete elapsed times (hours).

Worked substitution with the default inputs

1. Calculate the fold window T_fold = (4-1)(30)/60 = 1.5 hbulk after folds = 4-1.5 = 2.5 h Four folds have three intervals, and the remaining bulk time is not double-counted.
2. Reach cold proof T_pre = 30/60 + 4 + 25/60 = 4.91667 hcold start = 18:00 + 4 h 55 min = 22:55 Autolyse, full bulk, and bench rest determine the cold-proof start.
3. Reach the bake bake start = (22.91667+12) mod 24 = 10.91667clock time = 10:55 next day Modulo 24 wraps the clock while elapsed time remains continuous.
4. Add baking and cooling bake end = 10:55+45 min = 11:40ready to slice = 11:40+90 min = 13:10 Both post-proof stages remain separately visible.
5. Reconcile complete elapsed time T_total = 4.91667+12+45/60+90/60 = 19.16667 h18:00+19 h 10 min = 13:10 next day The elapsed total and wrapped final clock time describe the same schedule.

The default schedule starts at 18:00, enters cold proof at 22:55, bakes at 10:55 next day, and is ready to slice at 13:10 after 19 h 10 min.

Process timeline

Follow the dough from mix through safe slicing time

A Gantt-style timeline separates active stages, fermentation windows, overnight cold proof, baking, and cooling on one continuous elapsed axis.

Fold window Nested inside bulk fermentation.
Overnight proof Crosses midnight without losing elapsed time.
Bake interval A distinct heat stage.
Cooling interval Preserved before slicing.

Worked situations

Practical examples

  • Four folds at 30-minute spacing span 1.5 hours.
  • Cold proof begins at 22:55.
  • After baking and cooling, slicing time is 13:10 next day.

Better inputs

Useful tips

  • Treat fold intervals as part of bulk fermentation.
  • Record dough temperature and actual readiness beside the schedule.
  • Use elapsed hours when a process crosses midnight.

Before relying on the result

Limitations and common mistakes

  • Fermentation readiness depends on dough temperature, inoculation, flour, yeast activity, and observation.
  • The schedule assumes entered durations occur without delays.
  • Clock time alone does not determine proofing or food safety.

Reference

Key terms

Autolyse
A flour-and-water rest before later dough development steps.
Fold window
Elapsed span from the first through the last planned fold.
Bulk fermentation
The full entered pre-shaping fermentation duration, including folds.
Clock wrap
Modulo-24 conversion of elapsed milestones after midnight.

Important note

Calculated from the entered quantities using the displayed scaling or conversion method. Ingredient properties, preparation losses, serving needs, and food-safety requirements remain application-specific.

Frequently asked questions

Are fold intervals added to bulk time?

No. They occur within the entered bulk-fermentation duration.

Why does cold start show 22.92?

The numeric result is a decimal clock hour; the timeline translates it to about 22:55.

What happens after midnight?

Displayed clock hours wrap to 0–24 while elapsed time continues.

Does the schedule determine dough readiness?

No. It organizes entered timing assumptions.