# Punnett Square Calculator

Calculate offspring genotype and phenotype ratios using a Punnett Square. Supports monohybrid and dihybrid crosses with dominant and recessive alleles.

## What this calculates

Predict the genotype and phenotype ratios of offspring from a genetic cross. Select each parent's genotype for one or two traits, and this calculator generates all possible offspring combinations with their probabilities.

## Inputs

- **Parent 1 - Trait 1 Genotype** — options: AA (homozygous dominant), Aa (heterozygous), aa (homozygous recessive)
- **Parent 2 - Trait 1 Genotype** — options: AA (homozygous dominant), Aa (heterozygous), aa (homozygous recessive)
- **Parent 1 - Trait 2 Genotype (optional)** — options: Not used (single trait cross), BB (homozygous dominant), Bb (heterozygous), bb (homozygous recessive)
- **Parent 2 - Trait 2 Genotype (optional)** — options: Not used (single trait cross), BB (homozygous dominant), Bb (heterozygous), bb (homozygous recessive)

## Outputs

- **Cross Type** — formatted as text — Monohybrid (1 trait) or dihybrid (2 traits)
- **Genotype Ratios** — formatted as text — All possible genotype combinations and their frequencies
- **Phenotype Ratios** — formatted as text — Dominant vs recessive phenotype probabilities
- **Dominant Phenotype Probability** — formatted as percentage — Chance of at least one dominant allele for trait 1
- **Carrier Probability (Trait 1)** — formatted as percentage — Chance of being heterozygous (carrier) for trait 1
- **Recessive Phenotype Probability** — formatted as percentage — Chance of homozygous recessive for trait 1

## Details

A Punnett Square is a simple grid used to predict the genetic makeup of offspring from two parents. It was developed by Reginald Punnett in the early 1900s and is one of the most fundamental tools in genetics.

**How it works:** Each parent contributes one allele per trait. If a parent is heterozygous (Aa), they have a 50/50 chance of passing either allele. The Punnett Square maps out every possible combination.

**Classic example (Aa x Aa cross):**
- 25% chance: AA (homozygous dominant)
- 50% chance: Aa (heterozygous, carrier)
- 25% chance: aa (homozygous recessive)
- Phenotype ratio: 3 dominant : 1 recessive (75%:25%)

This is why two brown-eyed parents who each carry the blue-eye gene (Bb x Bb) have a 25% chance of having a blue-eyed child.

**Dihybrid crosses** look at two traits simultaneously. When both parents are heterozygous for both traits (AaBb x AaBb), the classic 9:3:3:1 phenotype ratio appears: 9/16 show both dominant traits, 3/16 show the first dominant and second recessive, 3/16 show the first recessive and second dominant, and 1/16 show both recessive traits.

**Limitations:** Punnett Squares assume simple Mendelian inheritance with complete dominance. Many real-world traits involve incomplete dominance, codominance, multiple alleles (like blood type), polygenic inheritance (like height or skin color), or sex-linked genes that do not follow these simple patterns.

## Frequently Asked Questions

**Q: What is the difference between genotype and phenotype?**

A: Genotype is the actual genetic makeup (the alleles an organism carries), like AA, Aa, or aa. Phenotype is the observable trait that results, like brown eyes or blue eyes. Both AA and Aa genotypes produce the same dominant phenotype because the dominant allele (A) masks the recessive one (a). Only the homozygous recessive genotype (aa) shows the recessive phenotype.

**Q: What does it mean to be a carrier?**

A: A carrier has one dominant and one recessive allele (heterozygous, like Aa). They show the dominant phenotype but carry the recessive allele and can pass it to offspring. If two carriers (Aa x Aa) have children, each child has a 25% chance of being homozygous recessive (aa) and showing the recessive trait. This is how traits like cystic fibrosis or sickle cell disease can appear in children of unaffected parents.

**Q: Why does a dihybrid cross give a 9:3:3:1 ratio?**

A: The 9:3:3:1 ratio comes from an AaBb x AaBb cross where both traits assort independently (Mendel's Law of Independent Assortment). Each trait follows its own 3:1 dominant-to-recessive ratio. Multiplying (3:1) x (3:1) gives 9:3:3:1 across the 16 possible combinations. This ratio assumes complete dominance and no gene linkage. Linked genes on the same chromosome will deviate from this ratio.

**Q: Can Punnett Squares predict human traits accurately?**

A: Punnett Squares work well for traits controlled by a single gene with clear dominant/recessive alleles, such as earlobe attachment, widow's peak, tongue rolling, and certain genetic diseases. However, most human traits like height, skin color, and intelligence are polygenic (influenced by many genes) and also affected by environment, making Punnett Squares too simple for accurate predictions of those traits.

---

Source: https://vastcalc.com/calculators/health/punnett-square
Category: Health & Fitness
Last updated: 2026-04-08
