Board Coverage Calculator quickly estimates board count, project coverage, gap spacing, waste, linear footage, and material cost for deck, siding, flooring, and carpentry projects.
How Board Coverage Is Calculated
A board coverage calculation comes down to two numbers: how much area your project needs covered, and how much area a single board actually accounts for once the gap next to it is included. That second part is the piece people usually miss. Boards are rarely butted flush against each other — decking, siding, and fencing all leave a small reveal or expansion gap, and that gap adds to the footprint each board claims along the row.
The board’s face width and its adjoining gap combine into a single repeating unit:
$$B_{Weff} = B_W + G$$
where $B_W$ is the board’s face width and $G$ is the gap left next to it. That combined width, multiplied by the board’s length, is the area one board plus its adjoining gap is credited with covering — the same way a grout line counts toward tile coverage, not just the tile itself:
$$A_{board} = B_L \times B_{Weff}$$
The project area is simply length times width:
$$A_{project} = L \times W$$
Dividing the project area by the coverage per board gives the raw, fractional board count — the number it would take if partial boards were for sale:
$$N_{exact} = \frac{A_{project}}{A_{board}}$$
A waste percentage $w$ inflates that figure to cover cut-offs, mis-cuts, and material set aside for pattern matching:
$$N_{waste} = N_{exact} \times \left(1 + \frac{w}{100}\right)$$
Since lumber yards don’t sell partial boards, the purchase quantity always rounds up to the next whole board:
$$N_{buy} = \lceil N_{waste} \rceil$$
Everything else follows from $N_{buy}$: linear footage to order is $N_{buy} \times B_L$, total material cost is $N_{buy} \times C$ (where $C$ is the price per board), and the purchased coverage is $N_{buy} \times A_{board}$ — which is almost always more than the project actually needs, since you can’t buy a fraction of the final board.
Worked Example
Take a 20 ft by 15 ft deck surface, built from 12 ft boards that are 5.5 inches wide, installed with a 1/8 inch (0.125 in) gap between boards, a 10% waste allowance, and boards priced at $15 each.
First, find the effective width by adding the gap to the board’s face width, then convert it to feet to match the project’s units: $5.5\text{ in} + 0.125\text{ in} = 5.625\text{ in} = 0.46875\text{ ft}$.
Multiply that by the board length to get coverage per board: $12 \times 0.46875 = 5.625$ sq ft.
The project area is $20 \times 15 = 300$ sq ft. Dividing gives the exact board count: $300 / 5.625 = 53.33$ boards.
Apply the 10% waste allowance: $53.33 \times 1.10 = 58.67$ boards. Since boards are sold whole, that rounds up to 59 boards.
Everything downstream follows from that 59-board figure:
| Result | Value |
|---|---|
| Boards to buy | 59 |
| Linear footage to purchase | 708.00 ft |
| Total material cost | $885.00 |
| Purchased coverage | 331.88 sq ft |
| Coverage above project area | 31.88 sq ft |
| Extra board equivalents | 5.67 boards |
| Wood face area (excludes gaps) | 324.50 sq ft |
| Gap area (spacing only) | 7.38 sq ft |
| Cost above exact quantity | $85.00 |
| Cost per project area | $2.95 / sq ft |
What the Result Means
“Boards to buy” is always a whole number and always rounds up — a project that needs 53.33 boards with zero waste added still becomes 54, because 53.33 boards can’t be purchased. The gap between “exact boards needed” and “boards to buy” is your built-in cushion, made up of the waste percentage plus whatever rounding adds on top of it.
“Coverage above project area” and “extra board equivalents” describe the same overage two ways: one in square footage, one in fractional boards. In the worked example, buying 59 boards covers 31.88 sq ft more than the 300 sq ft project actually needs — about 10.6% overage, driven mostly by the 10% waste setting plus a small amount from rounding up.
“Wood face area” and “gap area” split the purchased coverage into what’s actually visible board surface versus what’s consumed by spacing. In the example, 324.50 of the 331.88 sq ft purchased is wood face; the remaining 7.38 sq ft is gap. That split matters most when you’re also estimating stain, sealant, or finish, since those only go on the wood face, not the gaps.
“Cost above exact quantity” isolates the dollar value of the overage alone — $85.00 in the example — separate from the $885.00 total. “Cost per project area” divides total cost by the project’s actual footprint rather than the purchased footprint, which is the more useful number for comparing against a per-square-foot budget or a competing quote.
The waste input itself is accepted from 0% to 50%. There’s no calculated “good” or “bad” band beyond that — a straight, unobstructed run of boards can reasonably use a waste figure near the low end, while a layout with a lot of angled cuts, pattern-matching, or trim around obstacles pushes toward the higher end of that range.
What Changes the Result
Waste percentage is the most direct lever, and because the result rounds up, small changes near a whole-number boundary can add a full extra board even when the underlying need barely moved:
| Waste Added | Boards With Waste | Boards to Buy |
|---|---|---|
| 0% | 53.33 | 54 |
| 10% | 58.67 | 59 |
| 20% | 64.00 | 64 |
| 50% (maximum accepted) | 80.00 | 80 |
Notice that even 0% waste still rounds 53.33 up to 54 — rounding alone adds roughly two-thirds of a board’s worth of material before waste is even factored in. That’s a fixed cost of buying in whole units, not something a lower waste setting can avoid.
Gap size has a counterintuitive effect: making the gap larger reduces the board count, because a wider gap makes each board+gap unit span more of the project’s width, so fewer repeating units are needed to cross it.
On the same 300 sq ft project with 12 ft, 5.5 in boards and 10% waste, a 0 in gap needs 60 boards, while the 1/8 in gap in the worked example needs only 59. The gap is credited as coverage, not treated as wasted space, so widening it stretches each board’s reach.
The rounding step itself — always rounding up, never to the nearest whole number — means results can jump unevenly. Going from 58.4 to 58.6 boards changes nothing (both round to 59), but going from 58.9 to 59.1 adds a full board, even though the raw need only moved by 0.2.
Units are split deliberately: project length, width, and board length use feet or meters, while board face width and gap use inches or millimeters — matching how lumber is actually specified (cross-section in inches or mm, run length in feet or meters).
Switching either unit converts the relevant inputs rather than the whole calculation, so a project entered in feet with a board width in inches and one entered in meters with a board width in millimeters produce equivalent results.
A few conditions stop the calculation outright rather than returning a number: any project or board dimension at zero or below, a gap equal to or wider than the board’s own face width, a waste value outside the 0–50% range, or a negative cost.
Extremely large inputs can also push the internal area or cost figures beyond what can be represented reliably, or push the board count past a safe whole-number range — in either case the calculation halts rather than return a result that could be silently wrong.
Board Coverage Calculator FAQs
How many extra boards should I buy for a decking or siding project?
Enough to cover your waste allowance plus whatever rounding adds on top of it. Waste allowances between 0% and 50% cover cut-offs and mistakes, but even at 0% waste, rounding up to a whole board still adds a partial board’s worth of extra material — that part isn’t optional.
Why does adding a gap between boards reduce the number of boards needed?
Because the gap counts as coverage, not waste. Each board is credited with its own face width plus the gap next to it, so a wider gap makes each board reach further across the project, and fewer boards are needed to span the same total width.
What’s the difference between “exact boards needed” and “boards to buy”?
“Exact boards needed” is the raw division of project area by coverage per board, and it’s almost always a fraction. “Boards to buy” applies the waste percentage to that number and then rounds up to the next whole board, since fractional boards aren’t for sale.
Why does the gap have to be smaller than the board width?
A gap equal to or wider than the board’s own face width would mean the spacing between boards takes up as much or more room than the boards themselves, which isn’t a realistic installation and breaks the coverage math the calculation relies on. The gap always has to be the smaller of the two.
How is total material cost calculated from the coverage numbers?
Total cost is the number of boards to buy multiplied by the price per board. Because that board count already includes waste and rounding, the total cost reflects the full purchase — not just the material that ends up in the finished project.
Does the calculator support both imperial and metric units?
Yes. Project length, width, and board length can be entered in feet or meters, while board face width and gap can be entered in inches or millimeters, independent of each other. That mirrors how lumber is typically specified, with cross-section dimensions in inches or millimeters and run lengths in feet or meters.
Why did my board count jump by a full board when I only changed the waste percentage slightly?
Because the final quantity always rounds up to a whole board. If your calculated need crosses a whole-number boundary — say from 58.9 to 59.1 — the purchase quantity jumps by a full board even though the underlying change was small.
What does “coverage above project area” tell me?
It’s the extra square footage you end up purchasing beyond what the project actually needs, caused by the waste allowance plus rounding up to a whole board. It’s a useful check on whether your waste setting is producing a reasonable margin or an oversized one.