Vegetable Seed Calculator: How Many Seeds to Buy
Calculate how many vegetable seeds a garden needs using its length, width, and chosen crop, based on standard spacing and germination rates for ten vegetables.
Vegetable Seed Calculator
Garden Layout Visualization
How It Works
Documentation
What Is the Vegetable Seed Calculator?
The vegetable seed calculator estimates how many seeds a garden needs to buy. It uses the garden's length and width, the chosen vegetable's recommended plant and row spacing, how many seeds go in each planting hole, and the seed's expected germination rate.
How to Calculate Seeds Needed
The calculator works through five steps.
- Convert the garden's length and width from feet to inches (1 foot = 12 inches).
- Find the number of rows: divide the width by the row spacing and round down.
- Find the plants per row: divide the length by the plant spacing and round down.
- Multiply rows by plants per row to get the total number of plants.
- Multiply total plants by seeds per hole, divide by the germination rate, and round up.
The formula
For a garden with length L and width W in feet, row spacing Rs and plant spacing Ps in inches, Sh seeds per hole, and germination rate Gr written as a decimal:
Rounding down for rows and plants per row keeps every plant inside the garden's actual footprint. Rounding up for the seed count leaves a small buffer for seeds that fail to sprout. Rows and plants per row are never less than 1, so even a very small bed still counts as one row with at least one plant.
Spacing and Germination Data by Vegetable
The calculator stores fixed spacing, seeds-per-hole, and germination figures for ten vegetables, based on typical spacing guidance from agricultural extension services.
| Vegetable | Plant spacing | Row spacing | Seeds per hole | Germination rate |
|---|---|---|---|---|
| Tomato | 24 in | 36 in | 1 | 85% |
| Carrot | 2 in | 12 in | 3 | 70% |
| Lettuce | 8 in | 12 in | 2 | 80% |
| Cucumber | 12 in | 36 in | 2 | 90% |
| Pepper | 18 in | 24 in | 1 | 75% |
| Onion | 4 in | 12 in | 1 | 85% |
| Bean | 4 in | 24 in | 1 | 90% |
| Corn | 12 in | 30 in | 2 | 85% |
| Pea | 3 in | 24 in | 1 | 80% |
| Radish | 1 in | 6 in | 1 | 90% |
Crops like carrots and lettuce use more than one seed per hole because gardeners commonly sow several seeds together and thin the row down to the strongest seedlings later.
Example: Tomatoes in a 10 by 5 Foot Bed
- Garden: 10 ft long, 5 ft wide
- Vegetable: tomato (36 in row spacing, 24 in plant spacing, 1 seed per hole, 85% germination)
Rows = floor(5 Ă— 12 / 36) = floor(60 / 36) = 1 Plants per row = floor(10 Ă— 12 / 24) = floor(120 / 24) = 5 Total plants = 1 Ă— 5 = 5 Seeds needed = ceil(5 Ă— 1 / 0.85) = ceil(5.88) = 6 seeds
Example: Carrots in a 20 by 10 Foot Bed
- Garden: 20 ft long, 10 ft wide
- Vegetable: carrot (12 in row spacing, 2 in plant spacing, 3 seeds per hole, 70% germination)
Rows = floor(10 Ă— 12 / 12) = 10 Plants per row = floor(20 Ă— 12 / 2) = 120 Total plants = 10 Ă— 120 = 1,200 Seeds needed = ceil(1,200 Ă— 3 / 0.7) = ceil(5,142.9) = 5,143 seeds
Carrots need far more seeds than tomatoes in a similarly sized bed, because they are planted much closer together and several seeds go into each spot.
Example: A Mixed 30 by 15 Foot Garden
A gardener splits a 30 by 15 foot plot into three sections, each 15 ft wide, and grows a different vegetable in each:
- Tomatoes, 5 ft Ă— 15 ft: rows = floor(180/36) = 5, plants per row = floor(60/24) = 2, total plants = 10, seeds needed = ceil(10 / 0.85) = 12 seeds
- Lettuce, 10 ft Ă— 15 ft: rows = floor(180/12) = 15, plants per row = floor(120/8) = 15, total plants = 225, seeds needed = ceil(225 Ă— 2 / 0.8) = 563 seeds
- Beans, 15 ft Ă— 15 ft: rows = floor(180/24) = 7, plants per row = floor(180/4) = 45, total plants = 315, seeds needed = ceil(315 / 0.9) = 350 seeds
Calculating each section on its own, instead of the whole plot at once, keeps the seed count accurate for each vegetable's own spacing.
Using the Calculator
Enter the garden's length and width in feet, then choose a vegetable from the list. The tool immediately shows the number of rows, plants per row, total plants, and seeds needed, along with a diagram of the layout. The "Copy Results" button copies these numbers to the clipboard.
For raised beds, measure the inside of the frame, not the outer edge of the lumber. For in-ground plots, measure only the area that will actually be planted, leaving out paths and borders. An irregular bed can be split into rectangles and calculated one section at a time, the same way the mixed-garden example above splits a plot into three parts.
Why Extra Seeds Are Needed
Not every seed sprouts. Old seeds, poor soil, and unfavorable weather all lower the germination rate. The calculator's germination rate accounts for this by scaling up the seed count, so the garden still ends up with close to the expected number of plants even if some seeds fail. Seeds two years old or older, or seeds stored somewhere warm and humid, often germinate at lower rates than fresh seed, so gardeners using older seed may want to buy 10 to 20 percent more than the calculator suggests.
Other Ways to Plan Seed Quantities
Seed packets often list simple coverage guidance, such as "plants 25 feet of row." This gives a fast estimate but does not account for a garden's exact shape or the spacing between rows.
The square foot gardening method, popularized by Mel Bartholomew in 1981, divides beds into one-foot squares and assigns a fixed number of plants to each square, such as one lettuce plant or four radishes per square. It suits small raised beds well, though its spacing is tighter than the row-based figures this calculator uses.
University extension services, including those at Cornell, the University of Minnesota, and Oregon State University, publish research-based spacing charts for most garden vegetables. These charts supply the raw spacing numbers, but a gardener still has to do the multiplication and add a germination buffer by hand.
Frequently Asked Questions
How many tomato seeds do I need for a 4 by 8 foot raised bed?
Using standard tomato spacing (36 in between rows, 24 in between plants) and 85% germination, a 4 by 8 foot bed fits one row of 4 plants. That works out to 5 seeds: ceil(4 Ă— 1 / 0.85) = 5.
How many seeds would the same bed need for lettuce instead?
The same 4 by 8 foot bed fits 48 lettuce plants, using 12-inch row spacing and 8-inch plant spacing. At 2 seeds per hole and 80% germination, that comes to 120 seeds: ceil(48 Ă— 2 / 0.8) = 120.
What if the garden bed is an odd shape?
Split it into rectangles and calculate each one separately, then add the results together. A curved or L-shaped bed can usually be approximated with two or three rectangles without losing much accuracy.
Should walkways be included in the measurement?
No. Only the planted area should be measured. Including a path or border in the garden dimensions produces a seed count for space that will not actually be planted.
Does the seed count already include extra seeds for thinning?
Yes. The "seeds per hole" figure accounts for vegetables that are traditionally over-sown and thinned, such as carrots (3 seeds per hole) and lettuce (2 seeds per hole). Tomatoes use 1 seed per hole because they are usually sown at their final spacing.
How accurate is the calculator compared to real planting results?
The spacing and germination figures come from typical extension-service recommendations, so results are usually accurate within about 5 to 10 percent for fresh, good-quality seed. Actual results vary with seed age, soil conditions, and how closely a gardener follows the recommended spacing.
Summary
The calculator turns a garden's length, width, and chosen vegetable into a seed count. It floors the row and plant counts so every plant fits inside the garden, then applies a germination-adjusted ceiling so enough seeds get bought. The same formula works for any rectangular bed, and an irregular bed can be split into rectangles and totaled the same way.