How to Use This Calculator
- 1
Enter the Fence Length
Input the total linear length of your fence run in feet.
- 2
Enter the Board Width
Provide the width of each fence board in inches (e.g., 5.5 in for a 1×6 board).
- 3
Enter the Overlap
Input the desired overlap between adjacent boards in inches. Typically 0.75–1.5 inches for full privacy.
- 4
Enter the Board Height
Provide the height of each fence board in feet (e.g., 6 ft).
- 5
Enter Rails Per Bay
Specify the number of horizontal rails between each pair of posts.
- 6
Review your results and insights
The calculator displays six cards: Total Boards Needed, Exposed Width, Posts Required, Rails Required, Overlap Percentage, and Estimated Material Cost. Below these, the 'Fence Project Insights' panel provides a privacy rating, post spacing details, and a cost breakdown.
Example Calculation
A homeowner building a 100-foot board-on-board privacy fence with 5.5-inch boards, 1-inch overlap, 6-foot boards, and 3 rails per bay.
Fence Length
100
Board Width
5.5
Overlap
1
Board Height
6
Rails Per Bay
3
Results
Total Boards Needed
534
Exposed Width
4.5 in
Posts Required
14
Rails Required
39
Overlap Percentage
18.2%
Estimated Material Cost
$2,889
Tips
Account for Waste
Always add an extra 10-15% to the calculated board count for cuts, defects, and potential mistakes. This is crucial for projects over 50 feet.
Optimize Overlap for Aesthetics
Adjusting the overlap by even a quarter-inch can significantly change the visual density and board count. Experiment to find the balance between privacy and material cost.
Consider Board Dimensions
Lumber is often sold as 'nominal' sizes (e.g., 1x6), but the 'actual' dimensions are smaller (e.g., 0.75x5.5 inches). Use the actual width for accurate calculations.
Utilize the Insights Panel
Check the 'Fence Project Insights' panel for a quick overview of your privacy rating, detailed post spacing, and a visual breakdown of your estimated material costs.
Calculating Materials for Your Board-on-Board Fence
Building a board-on-board fence offers superior privacy and a robust aesthetic, making it a popular choice for homeowners.
This design provides full coverage, preventing any sightlines through the fence, which is particularly valuable in densely populated areas.
Unlike traditional fences where pickets are side-by-side, the overlapping nature of board-on-board fences ensures that even as wood expands and contracts with weather changes, no gaps appear.
Accurately estimating the required materials is crucial to avoid costly over-purchasing or frustrating delays, especially since lumber prices can fluctuate, with a single 6-foot cedar picket often costing between $3 and $8.
The Logic Behind Board-on-Board Calculations
The core principle of a board-on-board fence calculation involves determining the effective width each board contributes to the fence's coverage, taking into account the overlap.
This calculator first converts the total fence length into inches for consistent unit handling.
It then calculates the "exposed width" of each board by subtracting the specified overlap from the board's actual width.
The total number of boards is derived by dividing the total fence length in inches by this exposed width and then multiplying by a factor of 2 to account for the double-layer, alternating nature of board-on-board construction.
total_length_inches = fence_length_ft × 12
exposed_width_inches = board_width_in - overlap_in
boards_per_side = CEILING(total_length_inches / exposed_width_inches)
total_boards = boards_per_side × 2
post_spacing_ft = 8
post_count = CEILING(fence_length_ft / post_spacing_ft) + 1
bay_count = post_count - 1
total_rails = bay_count × rail_count
post_height_ft = board_height_ft + 2
estimated_board_cost = total_boards × 4.5
estimated_post_cost = post_count × 18
estimated_rail_cost = total_rails × 6
total_material_cost = estimated_board_cost + estimated_post_cost + estimated_rail_cost
Here, fence_length_ft is the total length of the fence in feet, board_width_in is the width of each board in inches, and overlap_in is the amount of overlap between boards in inches.
The CEILING function ensures that you always round up to the next whole board, as you cannot purchase partial boards. rail_count is the number of horizontal rails per bay.
Building a 75-foot Board-on-Board Fence: A Worked Example
Let's walk through an example for a homeowner planning to build a 75-foot board-on-board privacy fence using standard materials.
They've chosen 6-inch wide fence boards and want a 1-inch overlap to ensure maximum privacy, with 6-foot board height and 3 rails per bay.
- Convert Fence Length to Inches: The total fence length is 75 feet.
75 feet × 12 inches/foot = 900 inches - Calculate Exposed Board Width: The board width is 6 inches, and the overlap is 1 inch.
6 inches - 1 inch = 5 inches - Determine Total Boards Needed: Divide the total fence length in inches by the exposed board width to find boards per side, then multiply by 2 for the board-on-board configuration, and round up.
Boards per side = CEILING(900 inches / 5 inches) = CEILING(180) = 180Total Boards = 180 × 2 = 360 boards - Calculate Posts Required: Posts are spaced every 8 feet.
Post Count = CEILING(75 feet / 8 feet) + 1 = CEILING(9.375) + 1 = 10 + 1 = 11 posts - Calculate Rails Required: There are 3 rails per bay, and
bay_count = post_count - 1.Bay Count = 11 - 1 = 10 baysTotal Rails = 10 bays × 3 rails/bay = 30 rails - Calculate Post Height: Board height is 6 feet, plus 2 feet in the ground.
Post Height = 6 feet + 2 feet = 8 feet - Calculate Estimated Material Cost: Using the example costs ($4.5/board, $18/post, $6/rail).
Board Cost = 360 boards × $4.5/board = $1,620Post Cost = 11 posts × $18/post = $198Rail Cost = 30 rails × $6/rail = $180Total Material Cost = $1,620 + $198 + $180 = $1,998
Therefore, for a 75-foot fence with 6-inch boards and 1-inch overlap, you would need approximately 360 boards, 11 posts, and 30 rails, with an estimated material cost of $1,998.
Material & Labor Cost Factors
The overall cost of a board-on-board fence project is highly dependent on material choices, regional labor rates, and project complexity.
Lumber costs are the primary material expense, with pressure-treated pine typically ranging from $2-$5 per linear foot for pickets, while higher-grade cedar can cost $4-$8 per linear foot.
Posts, rails, and hardware add another $1-$3 per linear foot.
Regional variations play a significant role; for instance, lumber prices can be 10-20% higher in the Northeast compared to the Southeast.
Labor costs often represent 50-70% of the total project budget, with professional installation averaging $20-$40 per linear foot.
A 100-foot fence could therefore range from $4,000 to $8,000, including both materials and labor, with a common markup for contractors being around 20-30% on materials and a flat hourly rate for labor.
Variants of this formula and when to use them
While the core formula for board-on-board fencing focuses on a continuous overlap, there are variants for different aesthetic or structural goals.
The calculator here uses a factor of 2 for total_boards = boards_per_side × 2, which assumes a balanced overlap where the boards effectively cover the fence length twice when considering both sides.
Simple Overlap (No Gap/No Underlap): This variant is for fences where boards are merely butted up against each other, with no gap and no overlap.
It's less common for privacy fences but used in specific decorative applications.
total_boards = CEILING(total_length_inches / board_width_in)This formula calculates the number of boards as if they were laid side-by-side, suitable for non-privacy fences or temporary barriers.
Each variable represents the same as in the main formula.
Traditional Board-and-Batten: While not strictly board-on-board, this variant is related.
It involves wider boards (the "boards") installed with small gaps, and then narrower strips (the "battens") are placed over these gaps.
main_boards = CEILING(total_length_inches / (board_width_in + gap_width_in)) battens = CEILING(total_length_inches / (board_width_in + gap_width_in)) + 1Here,
main_boardsare the primary pickets,battensare the strips covering the gaps, andgap_width_inis the desired spacing between the main boards.This provides a different aesthetic and often uses less material for the main boards but requires additional batten material.
The main board width here is the
board_width_in.Each formula is chosen based on the desired level of privacy, aesthetic, and material efficiency for the specific fence design.
Frequently Asked Questions
What is a board-on-board fence?
A board-on-board fence features pickets installed alternately on each side of the fence rail, with each board overlapping the gap between the boards on the opposite side. This design provides maximum privacy, as there are no visible gaps, and allows for natural wood expansion and contraction without creating sightlines. It's a popular choice for residential properties seeking a robust and aesthetically pleasing barrier.
Why is overlap important in a board-on-board fence?
Overlap is critical for a board-on-board fence because it eliminates gaps between pickets, ensuring full privacy and enhancing the fence's structural integrity. A typical overlap ranges from 0.75 to 1.5 inches, providing an effective barrier against prying eyes and adding to the fence's visual depth. Without sufficient overlap, the fence would not achieve its intended privacy benefits.
How does board width affect the total number of boards needed?
The board width directly influences the total number of boards required. Wider boards mean fewer boards are needed to cover the same linear distance, reducing material costs and installation time. For example, using 8-inch wide boards instead of 6-inch boards for a 100-foot fence could reduce the board count by approximately 25-30%, assuming a consistent overlap.
What is the typical lifespan of a board-on-board fence?
The lifespan of a board-on-board fence typically ranges from 15 to 25 years, depending on the wood type, climate, and maintenance. Pressure-treated pine and cedar are common choices, with cedar generally offering better natural resistance to rot and insects. Regular sealing or staining every 2-3 years can significantly extend the fence's durability and appearance.
How many posts and rails are typically needed for a board-on-board fence?
For a standard board-on-board fence, posts are typically spaced every 8 feet. This means for a 100-foot fence, you would need 14 posts (100 / 8 + 1). The number of horizontal rails depends on the fence height; a 6-foot fence usually requires 3 rails per bay (the section between two posts), while shorter fences might use 2. For a 100-foot fence with 13 bays and 3 rails per bay, you would need 39 rails.
