Cross two genotypes — Aa × Aa or AaBb × AaBb — get the grid, the genotype ratio and the phenotype ratio, one-click copy, browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Enter two parent genotypes — a single gene like Aa × Aa, or two genes like AaBb × AaBb. The tool builds the Punnett square, lists the offspring genotype ratio, and collapses it to a phenotype ratio (uppercase = dominant). A monohybrid cross gives a 2×2 grid, a dihybrid gives 4×4.
| A | a | |
|---|---|---|
| A | AA | Aa |
| a | Aa | aa |
What this tool does
Free Punnett square calculator for monohybrid and dihybrid genetics crosses. Type two parent genotypes, a single gene like Aa × Aa or two genes like AaBb × AaBb, and the tool works out every gamete, fills the Punnett grid (2×2 for one gene, 4×4 for two), and reports both the offspring genotype ratio and the phenotype ratio. A monohybrid Aa × Aa gives the classic 1 AA : 2 Aa : 1 aa genotype split and a 3 : 1 dominant-to-recessive phenotype split; a dihybrid AaBb × AaBb gives the 9 : 3 : 3 : 1 phenotype ratio that shows up on every genetics exam. Uppercase letters are read as dominant and lowercase as recessive, so the phenotype labels follow standard Mendelian notation (A_, aabb and so on). Each cell, ratio bar and percentage is computed locally, you can copy the whole result with one click, and the shareable link reopens the exact same cross. Everything runs in your browser, nothing is uploaded.
Tool details
- Input
- Form fields
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 10 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Punnett Square Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Probability Distribution Visualizer Probability distribution visualizer — normal/t/chi-sq/F/binomial/poisson/exp/uniform PDF+CDF, P(a≤X≤b) area, z/p table replacement. Open
- 2 Permutation & Combination Calculator nPr, nCr, n!, n^r and combinations-with-repetition — exact BigInt results with the formula and worked steps — browser-only Open
- 3 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
Real-world use cases
Check biology homework before handing it in
You worked a monohybrid cross by hand and got 1 : 2 : 1, but the dihybrid problem feels shaky. Type both parents, read the genotype and phenotype ratios off the grid, and confirm your 9 : 3 : 3 : 1 before the deadline. Because the link carries both genotypes, you can paste the URL into a study-group chat and everyone opens the same worked square instead of retyping it.
Build a worked example for a lecture or worksheet
Teaching meiosis and Mendel next period and want a clean square on the board. Enter AaBb × AaBb, screenshot the 4×4 grid with the gametes labelled along the edges, and you have a figure that already shows the 16 cells collapsing into 9 : 3 : 3 : 1. Swap to Aa × aa to demonstrate a test cross in the same lesson without redrawing.
Predict coat colour or trait odds for a breeding plan
A hobby breeder pairing two carriers wants the odds a pup or kitten shows a recessive coat colour. Enter the carrier genotypes as Aa × Aa and the tool shows a 1 in 4 recessive phenotype, the same 25 percent a vet would quote. For two independent traits, run the dihybrid and read each combined outcome straight off the phenotype ratio.
Study for the AP Biology or MCAT genetics section
Genetics ratio questions are fast points if the square is automatic. Drill monohybrid, test cross and dihybrid setups, watch how the grid changes when a parent goes from heterozygous to homozygous, and lock in why a test cross to aa reveals a hidden allele. Each example button loads a canonical cross so you can rehearse the pattern, not the arithmetic.
Common pitfalls
Confusing genotype ratio with phenotype ratio. Aa × Aa is 1:2:1 by genotype but 3:1 by phenotype, because the two Aa and one AA all look dominant. Always state which ratio a question is asking for before you answer.
Writing a gene with two different letters, like Ab, for one locus. A single gene uses one letter in upper and lower case, so a heterozygote is Aa, not Ab. Two genes are written AaBb. Mixing letters within a pair is the most common typo and the tool flags it.
Forgetting that a homozygous parent makes only one kind of gamete. AA contributes only A and aa only a, so a cross like AA × aa is not a 2×2 of four distinct cells, it collapses to a single offspring genotype Aa. The grid shrinks accordingly.
Privacy
Every step, the gametes, the grid cells, the genotype and phenotype ratios, is plain JavaScript running in your browser tab. No genotype you type is uploaded or logged anywhere. The one thing to know: the shareable link encodes both parent genotypes in the URL, so a link pasted into chat records those genotypes in the recipient server's access log. The notation is harmless, but if you would rather not, use the copy button and paste the text instead of sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- Anagram Solver Check if two words are anagrams, rearrange a set of letters into every ordering, and read the sorted letter fingerprint, all in your browser
- Angle Converter Degrees, radians, gradians, turns, arcminutes, arcseconds and NATO mils, all from one input, copyable, browser-only