Tree Spacing Calculator

Two Different Planting Geometries, Two Different Formulas

Spacing plants along a single row — a hedge, a windbreak, a line of street trees — is a different geometry problem than filling an open area with an even grid, and conflating the two leads to either wasted plants or awkward gaps. This calculator handles both cases: a linear row calculation for hedges and property-line plantings, and an area-based grid calculation for orchards, ground cover, or mass plantings.

The Formula

Row planting:
Plants Needed = floor(Row Length ÷ Spacing) + 1

Grid (area) planting:
Area per Plant = Spacing²
Plants Needed = floor(Area ÷ Area per Plant)

In row mode, the "+1" places a plant at both ends of the row, not just at each interval. In grid mode, each plant claims a square of ground equal to the spacing squared, on the assumption of an even square grid layout in both directions.

Where This Matters

  • Hedges and privacy screens — row-mode spacing determines how many shrubs are needed to form a continuous screen along a property line or fence.
  • Orchards and mass plantings — grid-mode spacing is standard for laying out fruit trees, vineyard rows, or large-scale ground cover, where mature spread dictates how far apart each plant needs to be to avoid overcrowding.
  • Balancing density against mature size — wider spacing means fewer plants and lower upfront cost, but a longer wait for a filled-in look; tighter spacing fills in faster but risks overcrowding as plants mature.
Row planting: plants needed by row length and spacing
Row length3 ft spacing6 ft spacing10 ft spacing
50 ft1796
100 ft341711
200 ft673421
Grid planting: plants needed for a 1,000 sq ft area by spacing
SpacingArea per plantPlants needed
3 ft9 sq ft111
6 ft36 sq ft27
10 ft100 sq ft10
15 ft225 sq ft4

How to Use This Calculator

  1. Choose the planting mode: row (a single line) or area (a grid).
  2. Enter the spacing between plants in feet.
  3. For row mode, enter the row length in feet; for area mode, enter the total area in square feet.
  4. Select Calculate for the number of plants needed.

Related Calculations

Enclosing the planting area? See the Fence Length Calculator, or check the Irrigation Coverage Calculator to plan watering for new plantings.