Pasteurization Time-Temperature Curves & Kill Rates

simulator beginner ~8 min
Loading simulation...
5.6-log reduction — safe pasteurization

At 72 °C for 15 seconds (HTST standard), the process achieves approximately 5.6-log reduction of target pathogens, exceeding the FDA minimum requirement.

Formula

D_T = D_ref × Math.pow(10, (T_ref - T) / z) — D-value at temperature T
Log reduction = t / D_T
F = t × Math.pow(10, (T - T_ref) / z) — equivalent time at reference temperature

Louis Pasteur's Legacy

In the 1860s, Louis Pasteur demonstrated that heating wine to 60 °C killed the microorganisms responsible for spoilage — without destroying the wine's character. This principle, now called pasteurization, became the foundation of modern food safety. Today it is applied to milk, juice, beer, eggs, and countless other products. The core idea is elegantly simple: expose a food to a specific temperature for a specific time to achieve the desired microbial kill while minimizing quality loss.

The D-Value and Logarithmic Kill

Thermal destruction of bacteria follows first-order kinetics — at a constant temperature, the same fraction of surviving cells is killed in each time interval. The D-value (decimal reduction time) quantifies this: it is the time needed to kill 90 % of the target population. After one D-value, 10 % survive; after two, 1 %; after five, 0.001 %. The FDA requires a minimum 5-log reduction for milk pasteurization, reducing pathogen counts by 99.999 %.

Time-Temperature Equivalence

The z-value links temperature to killing efficiency. If a pathogen has a z-value of 7 °C, raising the temperature by 7 °C reduces the required hold time by 90 %. This is why HTST pasteurization (72 °C / 15 s) achieves the same lethality as LTLT (63 °C / 30 min) — the higher temperature exponentially accelerates microbial death. The F-value integrates the entire thermal profile into equivalent minutes at a reference temperature, allowing comparison of different process conditions.

Balancing Safety and Quality

Every second at high temperature kills pathogens but also damages vitamins, denatures proteins, and alters flavor. The art of pasteurization is finding the minimum process that ensures safety while preserving quality. UHT (ultra-high temperature) processing at 135–150 °C for 2–5 seconds sterilizes milk while retaining more nutrients than prolonged lower-temperature methods. Emerging technologies like pulsed electric fields and high-pressure processing seek to achieve microbial kill without any heat at all.

FAQ

What is the standard pasteurization temperature for milk?

The most common method is HTST (High Temperature Short Time): 72 °C for 15 seconds. The older batch method (LTLT) uses 63 °C for 30 minutes. Both achieve equivalent pathogen reduction — the key is the time-temperature combination.

What is a D-value in pasteurization?

The D-value (decimal reduction time) is the time at a given temperature required to kill 90 % (one log) of a target microorganism. A lower D-value means the organism is more heat-sensitive. D-values decrease exponentially as temperature increases.

What is the z-value and why does it matter?

The z-value is the temperature increase needed to reduce the D-value by a factor of 10 (one log). It characterizes how sensitive an organism is to temperature changes. Typical z-values for vegetative bacteria are 5–10 °C.

Does pasteurization make food completely sterile?

No. Pasteurization reduces pathogen populations to safe levels but does not sterilize. Heat-resistant spores (e.g., Clostridium) and thermoduric bacteria can survive. This is why pasteurized milk still requires refrigeration and has a limited shelf life.

Sources

Embed

<iframe src="https://homo-deus.com/lab/food-science/pasteurization/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub