Skip to main content
biology

Allele Frequency Calculator

Calculate allele and genotype frequencies in a population using the Hardy-Weinberg equilibrium model.

Reviewed by Christopher FloiedPublished Updated

This free online allele frequency calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

Number of individuals with genotype AA.

Number of individuals with genotype Aa.

Number of individuals with genotype aa.

Results

Dominant Allele Frequency (p)

0.8

Recessive Allele Frequency (q)

0.2

Total Population

500

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Allele Frequency Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Allele Frequency Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Allele Frequency Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Allele Frequency Calculator when you need accurate results quickly without the risk of manual computation errors or unit conversion mistakes.
  • Use it to verify calculations made by hand or in spreadsheets — an independent check can catch errors before they lead to costly decisions.
  • Use it to explore how changing input parameters affects the output — a quick way to develop intuition and identify the most influential variables.
  • Use it when collaborating with others to ensure everyone is working from the same numbers and applying the same assumptions.

About This Calculator

The Allele Frequency Calculator is a free, browser-based calculation tool for engineers, students, and technical professionals. Calculate allele and genotype frequencies in a population using the Hardy-Weinberg equilibrium model. It implements standard formulas and supports both metric (SI) and imperial unit systems with automatic unit conversion. All calculations are performed instantly in your browser with no data sent to a server. Use this calculator as a quick reference and sanity-check tool during design, analysis, and learning. Always verify results against primary engineering references and applicable standards for any safety-critical application.

About Allele Frequency Calculator

The allele frequency calculator determines how common each version of a gene (allele) is within a population. Allele frequencies are the foundation of population genetics and the Hardy-Weinberg equilibrium principle. By counting individuals of each genotype — homozygous dominant (AA), heterozygous (Aa), and homozygous recessive (aa) — you can compute p (the frequency of the dominant allele) and q (the frequency of the recessive allele). These frequencies are essential for predicting genotype ratios in the next generation, estimating carrier rates for genetic diseases, and detecting whether evolutionary forces such as selection, drift, or migration are acting on a population. The Hardy-Weinberg model predicts that in the absence of these forces, allele and genotype frequencies remain constant across generations, a state known as genetic equilibrium.

The Math Behind It

In a diploid organism, each individual carries two alleles at a given locus. If there are only two alleles (A and a), the frequency of A is designated p and the frequency of a is designated q, with p + q = 1. The Hardy-Weinberg law states that in an idealized population (infinite size, random mating, no selection, no mutation, no migration), the genotype frequencies in the next generation will be p² (AA), 2pq (Aa), and q² (aa). This relationship provides a null model against which real populations can be tested. To calculate allele frequencies from observed genotype counts, you use the allele-counting method: p = (2 × count of AA + count of Aa) / (2 × total individuals). This approach is exact and does not require assumptions about equilibrium. Once you have p and q, you can predict expected genotype frequencies under Hardy-Weinberg and compare them to observed frequencies using a chi-squared test. Significant deviations suggest the population is not in equilibrium, which could be due to inbreeding (excess homozygosity), assortative mating, natural selection favoring or disfavoring certain genotypes, genetic drift in small populations, or gene flow from neighboring populations with different allele frequencies.

Formula Reference

Hardy-Weinberg Allele Frequencies

p = (2·AA + Aa) / 2N; q = 1 − p

Variables: p = frequency of dominant allele; q = frequency of recessive allele; AA = homozygous dominant count; Aa = heterozygote count; N = total individuals

Worked Examples

Example 1: MN blood group in a village

A population of 500 has 320 AA, 160 Aa, and 20 aa individuals.

Step 1:Total alleles = 2 × 500 = 1000.
Step 2:p = (2 × 320 + 160) / 1000 = 800 / 1000 = 0.80.
Step 3:q = 1 − 0.80 = 0.20.

The dominant allele frequency is 0.80 and the recessive allele frequency is 0.20.

Common Mistakes & Tips

  • !Forgetting to multiply homozygote counts by 2 when counting alleles.
  • !Assuming Hardy-Weinberg equilibrium holds without testing — always verify with a chi-squared test.
  • !Applying the formula to loci with more than two alleles without adjusting for multiple allele frequencies.
  • !Confusing allele frequency with genotype frequency.

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

What does it mean if a population is not in Hardy-Weinberg equilibrium?

It means one or more evolutionary forces (natural selection, genetic drift, mutation, migration, or non-random mating) are acting on the population, causing allele or genotype frequencies to deviate from the expected p², 2pq, q² distribution.

Can this calculator handle more than two alleles?

This version is designed for two-allele (biallelic) loci. For multiallelic loci (e.g., ABO blood group with three alleles), the allele-counting method still works but you need to track each allele separately.