Fermentation Time Calculator Formula
Understand the math behind the fermentation time calculator. Each variable explained with a worked example.
Formulas Used
Estimated Fermentation Time
est_hours = round(food_type * (70 / temp) * (salt_pct / 2.5))In Days
est_days = round(food_type * (70 / temp) * (salt_pct / 2.5) / 24)Minimum (start tasting)
min_hours = round(food_type * (70 / temp) * (salt_pct / 2.5) * 0.6)Variables
| Variable | Description | Default |
|---|---|---|
food_type | Fermented Food | 72 |
temp | Fermentation Temperature(°F) | 70 |
salt_pct | Salt Percentage(%) | 2.5 |
How It Works
How to Estimate Fermentation Time
Formula
Time = Base Hours x (70 / Temp) x (Salt % / 2.5)
Key Factors
Safety
Maintain an anaerobic environment (food submerged under brine). Salt levels of 2-5% are standard for vegetable ferments. Always trust your senses: if it smells rotten or shows mold below the surface, discard it.
Worked Example
Sauerkraut at 70°F with 2.5% salt.
food_type = 72temp = 70salt_pct = 2.5
- 01Base = 72 hours (about 3 days minimum for sauerkraut)
- 02Temp factor = 70/70 = 1
- 03Salt factor = 2.5/2.5 = 1
- 04Estimated = 72 hours (3 days)
- 05Start tasting at about 2 days, full flavor in 3-4 weeks.
Ready to run the numbers?
Open Fermentation Time Calculator