Yeast Calculator

Web Version

Introduction

The Yeast Calculator is a comprehensive tool for homebrewers to calculate yeast requirements for fermentation. It helps determine how many yeast cells are needed for a brew, how much dry malt extract (DME) to use for starters, and projects yeast growth through multi-stage starters with different aeration methods.

This application is based on calculations derived from industry best practices and research by respected brewers including Chris White, Jamil Zainasheff, and Kai Troester.

Table of Contents

User Interface Overview

The Yeast Calculator is organized into five main sections:

  1. Preferences - Set your measurement units and save preferences Preferences
  2. Wort Properties - Enter details about your brew main screen
  3. Liquid Yeast Properties - Calculate viable yeast cells wort properties
  4. DME Calculator - Determine dry malt extract needed for starters DME Calculator
  5. Growth - Calculate yeast growth through up to three starter stages Growth Calculator
  6. Report - Show a step by step instruction for creating the starter Report

Each section is contained in a card with a clean, intuitive interface. The calculator automatically updates all results as you change inputs.

Using the Calculator

Preferences Section

This section allows you to set your preferred measurement units:

Save and Clear buttons allow you to store and reset your preferences between sessions.

Wort Properties

Configure the details of your brew:

The calculator will display:

Liquid Yeast Properties

Calculate viable yeast cells in your yeast package:

The calculator displays:

Note on Yeast Packages: White Labs vials and Wyeast smack packs typically contain approximately 100 billion cells when fresh. Dry yeast sachets typically contain much higher cell counts.

DME Calculator

Calculate how much dry malt extract you need for your starter:

The calculator displays:

Tip: A standard starter gravity is 1.037, which provides good growth without excessive stress on the yeast.

Growth Section

The Growth section simulates yeast growth through up to three stages, allowing for step-up starters:

For each step (1st, 2nd, and 3rd), configure:

The calculator will display for each step:

Note: When a step produces enough cells to reach the required total (as calculated in the Wort Properties section), the “Total cells at Finish” field will be highlighted in green.

Understanding the Calculations

Yeast Viability

For date-based viability, the calculator uses the formula:

Viability (%) = 97 * e^(-0.008 * days)

Where days is the number of days since the production date. This formula models the natural decline in yeast viability over time when stored refrigerated.

DME Requirements

The amount of DME required is calculated as:

DME (grams) = ((OG - 1) * 1000) * Volume(gallons) / 44 / 0.0022

This is based on the extract potential of typical DME, where 1 pound of DME in 1 gallon of water yields approximately 44 gravity points.

Cell Growth Models

Different cell growth models are used depending on the aeration method:

  1. Basic Model (Used for all methods except Troester’s stirplate method):

    Growth Factor = 12.518 * (Inoculation Rate^-0.458)
    New Cells = (Initial Cells * Growth Factor * Aeration Multiplier) - Initial Cells
    
  2. Troester Model (Used specifically for “Stirplate (K. Troester)” method): This model accounts for the relationship between DME amount and cell growth, with different calculations based on the cells-to-DME ratio.

Pitching Rate

The optimal pitching rate is calculated based on fermentation type and wort gravity:

Cells Needed = Volume(ml) * ((OG_Factor) * Type_Multiplier) / 1,000,000,000

Where:

Advanced Techniques

Multi-Stage Starters

For high-gravity beers requiring large yeast counts:

  1. Start with a smaller starter (1-2L)
  2. Let it fully ferment (typically 24-36 hours)
  3. Cold crash and decant the spent wort
  4. Add fresh wort at the volume specified in step 2
  5. If necessary, repeat for step 3

Yeast Harvesting

When harvesting yeast from a previous batch:

  1. Estimate the viable cell count based on the batch volume and expected yeast multiplication
  2. Use the Growth section to determine if additional growth is needed

Troubleshooting

Common Issues

Best Practices

References and Credits

Download

Online Version (PWA enabled)

Android (apk)

Windows (setup)

Linux (Appimage)