What is the Fence Post Spacing Calculator?
This tool tells you how many posts a fence needs and how far apart to set them. You enter the total run length and the maximum spacing you want between posts (commonly 6–8 ft for wood fences), and it returns the post count, the number of panels (sections), and the exact even spacing so the last panel is not awkwardly short.
How to use it
Enter the total fence length in feet and your desired maximum post spacing in feet. The calculator rounds the number of sections up so no gap ever exceeds your maximum, then divides the length evenly across those sections. The actual spacing it reports will be equal to or slightly less than your maximum.
The formula
Let \(L\) = total fence length and \(S_{max}\) = maximum allowed spacing. The number of sections is the length divided by the spacing, rounded up:
$$N_{sections} = \left\lceil \frac{L}{S_{max}} \right\rceil, \quad N_{posts} = N_{sections} + 1$$The real spacing between posts is then:
$$S_{actual} = \frac{L}{N_{sections}}$$The \(+1\) accounts for the fact that a line of fence always needs one more post than it has panels (both ends are capped).
Worked example
For a fence \(L = 100\) ft with a maximum spacing \(S_{max} = 8\) ft:
$$N_{sections} = \left\lceil \frac{100}{8} \right\rceil = \lceil 12.5 \rceil = 13$$ $$N_{posts} = 13 + 1 = 14$$ $$S_{actual} = \frac{100}{13} \approx 7.69\,\text{ft}$$So you would buy 14 posts and set them roughly 7.69 ft apart.
FAQ
Why does the actual spacing differ from what I entered? Your value is treated as a maximum. Sections are rounded up so the gaps shrink evenly to fit, ensuring no panel is over-long.
Does this include gate openings? No. Subtract gate widths from the total length first, or treat each fence run between gates separately.
What spacing should I use? Wood privacy fences typically use 6–8 ft, chain-link up to 10 ft, and heavier panels may need closer spacing — check your panel and local code requirements.