Deck Board Calculator
Estimate how many decking boards to buy from your deck dimensions, actual board width, spacing gap, and a chosen waste factor. Results show rows, linear feet before and after waste, and boards to purchase.
Estimate
Anyone with this link can view the deck measurements included in it.
Boards run along the deck length.
Run length = deck length; rows are counted across the deck width.
Assumptions & limitations
This conservative estimate does not automatically reuse offcuts between separate board rows. Actual board count may be reduced with a verified cut plan, but joints, joist positions, stagger patterns, minimum offcut lengths, and manufacturer instructions must be considered.
Board rows are calculated using the board face widths plus the gaps between adjacent boards. N boards create N−1 internal gaps, so no gap is assumed outside the first and last boards. Linear material length, the number of physical stock boards, and the recommended purchase quantity are shown separately. Purchase counts are rounded up; internal math uses full precision.
How to use this calculator
- Choose imperial or metric units at the top of the form.
- Enter your finished deck length and width.
- Pick the board direction. Boards along the length stack across the width.
- Enter the actual board width and your planned gap between boards.
- Enter the stock board length you can buy, then choose a waste factor.
The estimate updates instantly. Use Save to My Deck Project to reuse these dimensions in the joist and fastener calculators, or Share link to send the exact inputs to someone else.
Formula with a worked example
Board rows are calculated using the board face widths plus the gaps between adjacent boards. N boards create N−1 internal gaps, so a gap is not assumed outside the first and last boards. All lengths are converted to a single canonical unit before any math runs.
piecesPerRow = ceil(runLength / stockBoardLength)
baseBoards = boardRows × piecesPerRow
wasteBoards = ceil(baseBoards × wastePercentage)
recommendedBoards = baseBoards + wasteBoards
This comes from requiring N boards plus N−1 gaps to cover the width: N × actualBoardWidth + (N−1) × gap ≥ coverageWidth. When the gap is zero it simplifies to ceil(coverageWidth / actualBoardWidth).
Worked example for a 16 ft × 12 ft deck, boards along the deck length, 5.5 in actual width, 0.125 in gap, 16 ft stock boards, and 10% waste:
piecesPerRow = ceil(16 / 16) = 1
baseBoards = 26 × 1 = 26
wasteBoards = ceil(26 × 0.10) = 3
recommendedBoards = 26 + 3 = 29 boards
Linear length is reported separately: 26 rows × 16 ft = 416 ft before waste, and 457.6 ft after a 10% allowance. Linear material length, the number of physical stock boards, and the recommended purchase quantity are three different figures and are shown separately.
Why not just divide total length by stock length?
Common decking board sizes
Deck boards are sold by nominal size, but you should estimate with the actual width. Typical actual widths include:
- 5/4 × 6 boards: about 5.5 in wide, a very common decking size.
- 2 × 6 boards: about 5.5 in wide and thicker.
- 1 × 6 composite: often 5.5 in, though some brands run 5.25 to 6 in.
- Narrow / hardwood boards: commonly 3.5 in or 5.25 in actual.
Stock lengths are usually 8, 12, 16, or 20 ft. Longer stock reduces the number of butt joints.
Waste-factor guidance
A waste factor covers offcuts, defects, and mistakes. Choose 5% for simple rectangular decks with long straight runs, 10% for most projects, and 15% for diagonal patterns, picture-frame borders, or decks with many angles. See the waste factor guide for details.
Common mistakes
- Using nominal width (6 in) instead of actual width (5.5 in).
- Forgetting the gap, which changes the row count on wide decks.
- Ignoring board direction when the deck is not square.
- Skipping waste on diagonal or bordered layouts.
- Not accounting for fascia, stairs, or a separate border color.
Limitations & safety notice
This is a material-quantity estimate only
Related deck calculators
Frequently asked questions
Methodology & review
This calculator uses the transparent formulas shown above. It estimates material quantities only and does not evaluate structural safety or local code compliance. See our methodology for assumptions and rounding rules. Last reviewed: August 14, 2026.