Starter Liquid Calculator
Solves for the volumes of starter liquid and cooled sweet tea needed to hit a target pH in a kombucha batch. The mixing equation converts each pH to hydrogen ion concentration, then computes the weighted ratio so the combined brew lands at the desired acidity on the first pour.
This tool sends nothing over the network. Everything you enter is processed on your device and never reaches our servers.
Documentation
Starting a new kombucha batch at the right pH means mixing starter liquid, mature kombucha or vinegar, with cooled sweet tea in the correct proportion, and that proportion follows from the logarithmic relationship between pH and hydrogen ion concentration rather than a simple average of the two pH numbers.
Starter liquid pH must be 4.0 or lower; a typical mature kombucha starter falls between 2.5 and 3.5. Cooled sweet tea pH must be below 7.0, and most brewed sweet tea measures between 5.0 and 7.0. Desired starting pH must fall between the two, with a common target between 4.0 and 4.5. That constraint is not arbitrary: mixing two liquids can only move the result toward whichever one is added, so a target outside the range bounded by the starter and the tea has no volume ratio that could ever reach it.
Each pH value converts to a hydrogen ion concentration using [H+] = 10^(-pH). The volume of starter liquid needed is then solved so that the weighted average of hydrogen ion concentrations across both liquids equals the target concentration. This matters because pH is logarithmic: a one-unit change represents a tenfold difference in acidity, so averaging pH values directly rather than their hydrogen ion concentrations would understate how much starter liquid is actually needed.
A starter liquid at pH 3.0 has [H+] = 10^-3 = 0.001. Cooled sweet tea at pH 6.0 has [H+] = 10^-6 = 0.000001. Targeting a starting pH of 4.5 means a target [H+] of 10^-4.5, about 0.0000316. Solving x(0.001) + (1 - x)(0.000001) = 0.0000316 for x gives x, about 0.0307, so roughly 3.1% of the batch is starter liquid and the remaining 96.9% is cooled sweet tea. In a 1-gallon batch, that works out to about 3.9 fluid ounces of starter liquid topped up with sweet tea.
Precise pH management at the start of fermentation leads to more predictable flavor, shorter brew times, and reduced risk of mold or unwanted bacterial growth across a range of brewing scenarios.
- Home Brewing: How much mature kombucha to reserve from a finished batch before bottling can be calculated so there is always enough starter liquid at the right acidity for the next brew cycle.
- Commercial Production: Standardizing the starting pH across large batches maintains consistent flavor profiles and fermentation timelines, reducing variability between production runs.
- Scaling Recipes: Starter liquid volumes adjust when changing batch sizes, whether scaling up from a one-gallon home batch to a five-gallon vessel or converting between metric and imperial measurements.
- Troubleshooting Slow Fermentation: A higher proportion of starter liquid can lower the initial pH and create a more favorable environment for beneficial bacteria and yeast.
- Education and Food Science: The logarithmic relationship between pH values and hydrogen ion concentrations shows how small pH differences translate to significant changes in required volumes.
- Vinegar-Based Starters: Volumes can be calculated when using distilled white vinegar or raw apple cider vinegar as a starter substitute, where the pH may differ significantly from mature kombucha.
- Continuous Brew Systems: How much sweet tea to add when topping off a continuous brew vessel can be determined while maintaining the target pH range without over-diluting the culture.
Inputs, outputs, and what the Starter Liquid Calculator computes
What the Starter Liquid Calculator asks for and what it returns, as a plain list. Defaults, units, and ranges are the ones the form loads with.
Inputs
- Batch Size (text input) · default: 1
- Batch size unit · default: Gallons
- pH of Starter Liquid (text input) · default: 3.5
- pH of Cooled Sweet Tea (text input) · default: 6.5
- Desired Starting pH (text input) · default: 4.5
- Show step-by-step formula derivation · default: off
Controls
Calculate · Reset
Example
A starter liquid at pH 3.0 has [H+] = 10^-3 = 0.001.