Deck Calculator
Calculate the lumber requirements for building a wooden deck. Computes total deck area, number of deck boards (planks), joists, and estimated framing screws.
Calculation Results
Total surface square footage of the deck.
Number of rows of planks running parallel along the length.
Number of boards needed to complete a single row length.
Total individual deck planks required (including waste).
Number of support joist beams under the decking planks.
Estimated fasteners required (assumes 2 screws per joist crossing).
How This Calculator Works
To calculate decking materials:
- Enter the deck length (the dimension along which deck boards will run).
- Enter the deck width (the dimension perpendicular to the deck boards).
- Select your decking board size (a 5.5-inch wide board is standard for 5/4x6 wood or composite boards).
- Select the joist framing spacing (residential code standard is 16 inches on center).
- Add a waste allowance of 10% to account for cut-offs and split boards.
Formula & Calculations
Deck surface area is simple geometric area:
Deck Area = Length × Width
Plank requirements are calculated by dividing the width of the deck by the effective plank width (actual width plus expansion gap):
Plank Rows = ceil(Width / (Board Width + Gap))
The number of boards per row is determined by dividing deck length by the length of a single board:
Boards per Row = ceil(Deck Length / Board Length)
Multiplying these two values and applying the waste factor yields the total planks needed. Support joists are calculated based on spacing along the length (adding 1 for the end rim joist):
Joists = ceil(Deck Length / Joist Spacing) + 1
Step-by-Step Calculation Examples
Backyard Deck (16ft length x 12ft width)
Estimating wood materials for a 16x12 deck using standard 12ft boards (5.5" width) with 16" joist spacing.
- length: 16
- width: 12
- board_width: 5.5
- board_length: 12
- gap: 0.125
- joist_spacing: 16
- waste: 10
- area: 192.0 sq ft
- board_rows: 26
- boards_per_row: 2
- total_boards: 58
- joists: 13
- screws: 1508
Frequently Asked Questions
What is the standard spacing for deck joists?
For residential wood decks, joist spacing is typically 16 inches on-center. For commercial decks or decks using composite boards laid diagonally, joist spacing is shortened to 12 inches on-center.
Why do deck boards need expansion gaps?
Wood and composite boards expand and contract with temperature and humidity changes. A gap of 1/8 to 3/16 inches allows water to drain and prevents boards from buckling.