How this instrument works
Counting fence posts looks like simple division, but a straight, open run of fence needs one more post than it has spans between posts — a single 10 ft span needs a post at each end, which is 2 posts for 1 span, and every additional span adds one more post. This '+1' is easy to undercount by if you just divide total length by spacing and stop there, which would correctly count the spans but leave off the post closing the far end of the run.
The calculation has two steps: divide total perimeter by post spacing to get the number of spans, round that up to a whole number (since you can't set a partial post), then add 1 for the extra end post an open run requires. Rounding up matters because a real fence can't end mid-span — if the numbers don't divide evenly, the last span comes up short rather than being left incomplete, and a post still needs to sit at that final gap.
This +1 rule specifically applies to an open run — a straight or continuous fence line with two distinct ends, like a property boundary or a paddock side. A closed loop (a full perimeter that returns to its starting post) doesn't need the extra post, since the first and last posts are the same one — this instrument assumes an open run, the more common real-world planning case for estimating post counts and materials.
- Enter the total length of fence line to be posted into Fence perimeter (ft).
- Enter your planned distance between posts into Post spacing (ft) — a typical range is 8-20 ft depending on post type and livestock.
- Read the total post count from Posts needed.
- If your fence is a closed loop rather than an open run, subtract 1 from the result — a loop's first and last posts are the same post, so it doesn't need the extra end post an open run does.
Worked example — a 400 ft run with 10 ft spacing
Enter 400 into Fence perimeter (ft) and 10 into Post spacing (ft) — a common pasture-boundary length and spacing pairing. Posts needed reads 41: 400/10 = 40 spans exactly, and an open run of 40 equal spans needs 40+1 = 41 posts, ceil(40)+1 = 41.
That extra post is the one closing the far end of the run — without it, the last 10 ft span would have a post only at its starting side and nothing marking where the fence line actually ends, which is exactly the gap the +1 rule is there to prevent.
Questions
Why does the formula add 1 instead of just dividing length by spacing?
Because a straight run of fence has one more post than it has spans between posts — think of a single 10 ft span: it needs a post at each end, 2 posts for 1 span, not 1. Every additional span adds one more post, so the pattern for n spans is always n+1 posts, and dividing length by spacing alone only counts the spans, missing the extra post that closes the far end.
Why does the formula round the number of spans up?
Because a real fence can't end in the middle of a span — if the total length doesn't divide evenly by your chosen spacing, the last span simply comes up shorter than the rest, but it still needs a post marking its far end. Rounding up (ceil) ensures the post count accounts for that final partial span rather than leaving it uncounted.
Does this formula work for a fence that forms a complete loop?
Not directly — this formula assumes an open run with two distinct ends, like a straight boundary or one side of a paddock. A closed loop's first and last posts are the same physical post, so a loop needs exactly as many posts as it has spans, with no +1; if your fence is a full enclosed loop, subtract 1 from this instrument's result.
What post spacing is typical for livestock fencing?
It depends heavily on post type, wire type and the animals being contained — wooden line posts commonly run 10-20 ft apart, T-posts often 10-12 ft, and tighter spacing (8-10 ft) is common for smaller or more determined livestock like goats, while wider spacing suits cattle on electric fence. Check your specific fencing system's manufacturer guidance or a local extension fencing guide for a spacing suited to your animals and terrain.
Does uneven or curved terrain change the post count?
This formula assumes a straight-line run at the entered spacing, so significant curves, corners or terrain undulation will need additional posts beyond this estimate — corners typically get their own dedicated brace posts, and tight curves often need closer spacing than a straight stretch to keep wire tension even. Treat this result as a straight-run baseline and add posts for corners, gates and sharp direction changes separately.