Decking Calculator
Decking Calculator
Decking Calculator
Decking Calculator — Frequently Asked Questions
Common questions about decking.
Last updated Mar 2026
What the Decking Calculator Does (and What It Assumes)
- Number of deck boards - Total deck board linear feet - Number of joists - Estimated screws
It uses these inputs:
- Deck Length (ft) - Deck Width (ft) - Board Width (in) - Joist Spacing (in)
Important assumptions baked into the logic:
1. Boards run the full deck length (one piece per row). If you plan picture framing, diagonal boards, or seams/staggered joints, your real board count will be higher. 2. Board width is treated as coverage width. In real builds, the “nominal” size (like a 1x6) is not the actual coverage, and you may also have a gap between boards. This calculator uses the width you enter as the effective coverage. 3. Joists are counted along the deck length direction, spaced evenly by your joist spacing, with an extra joist added (to represent both ends). 4. Screws are estimated as 2 screws per board per joist (typical for face-screwing one board crossing one joist).
Use this calculator as a fast planning tool, then refine for waste, borders, blocking, and local code details.
---
Inputs: How to Measure Correctly
If you’re not sure which is which, decide which direction you want boards to run. The direction of boards affects: - How many boards you need (based on deck width) - How many joists you need (based on deck length and spacing)
### 2) Board Width (inches) Enter the actual coverage width in inches. Common real-world coverage for a “1x6” style deck board is often about 5.5 inches, but verify your product.
The calculator converts inches to feet like this: - board_width_ft = board_width_in / 12
### 3) Joist Spacing (inches) Common joist spacing is 16 inches on center or 12 inches on center, depending on decking type and span requirements. Enter your intended on-center spacing.
The calculator uses spacing to estimate how many joists you need across the deck length: - joists = ceil((length_ft × 12) / joist_spacing_in) + 1
That “+ 1” is there to include both ends.
---
The Core Formulas (Exactly What’s Being Calculated)
### Step 1: Convert board width to feet board_width_ft = board_width_in / 12
Example: 5.5 in board → 5.5/12 = 0.4583 ft
### Step 2: Calculate number of boards boards = ceil(deck_width_ft / board_width_ft)
This rounds up because you can’t buy a fraction of a board row.
### Step 3: Total board linear feet board_linear_feet = boards × deck_length_ft
This is helpful for pricing and ordering when boards come in standard lengths.
### Step 4: Calculate number of joists joists = ceil((deck_length_ft × 12) / joist_spacing_in) + 1
This estimates joists running perpendicular to the boards.
### Step 5: Estimate screws screws = boards × joists × 2
The “× 2” assumes two screws at each board-to-joist intersection.
---
Worked Examples (Real Numbers)
Step-by-step: 1) Board width in feet = 5.5/12 = 0.4583 ft 2) Boards = ceil(12 / 0.4583) = ceil(26.18) = 27 boards 3) Board linear feet = 27 × 16 = 432 linear ft 4) Joists = ceil((16×12)/16) + 1 = ceil(192/16) + 1 = 12 + 1 = 13 joists 5) Screws = 27 × 13 × 2 = 702 screws
Output summary: - Boards: 27 - Board linear feet: 432 - Joists: 13 - Screws: 702
### Example 2: Smaller deck, tighter joist spacing Inputs: - Length = 10 ft - Width = 8 ft - Board width = 5.5 in - Joist spacing = 12 in
1) Board width in feet = 5.5/12 = 0.4583 ft 2) Boards = ceil(8 / 0.4583) = ceil(17.45) = 18 boards 3) Board linear feet = 18 × 10 = 180 linear ft 4) Joists = ceil((10×12)/12) + 1 = ceil(120/12) + 1 = 10 + 1 = 11 joists 5) Screws = 18 × 11 × 2 = 396 screws
Output summary: - Boards: 18 - Board linear feet: 180 - Joists: 11 - Screws: 396
### Example 3: Wider boards, same deck size Inputs: - Length = 20 ft - Width = 14 ft - Board width = 7.25 in - Joist spacing = 16 in
1) Board width in feet = 7.25/12 = 0.6042 ft 2) Boards = ceil(14 / 0.6042) = ceil(23.17) = 24 boards 3) Board linear feet = 24 × 20 = 480 linear ft 4) Joists = ceil((20×12)/16) + 1 = ceil(240/16) + 1 = 15 + 1 = 16 joists 5) Screws = 24 × 16 × 2 = 768 screws
Output summary: - Boards: 24 - Board linear feet: 480 - Joists: 16 - Screws: 768
Notice what changed: wider boards reduced the number of board rows, but the longer deck length increased joists and screw intersections.
---
Pro Tips for More Accurate Ordering
---
Common Mistakes (and How to Avoid Them)
2. Swapping length and width Because boards are calculated from deck width and run along deck length, flipping these inputs can dramatically change results.
3. Forgetting board pattern effects Diagonal boards increase waste and often require closer joist spacing. Picture framing adds perimeter boards and extra blocking. The calculator assumes a simple rectangular field.
4. Assuming joists are the only framing members A deck can have 13 joists and still require additional rim boards, beams, and posts. Don’t treat the joist count as a full structural design.
5. Underestimating fasteners Corners, end joints, stairs, and railings add hardware needs. Even for the deck surface, you may want extra screws for replacements and stripped heads.
---
How to Use the Results as a Practical Material List
- Boards: Use this as the number of board rows. If your deck length exceeds available board lengths, you’ll need multiple pieces per row and extra waste. - Board linear feet: Divide by the board length you plan to buy to estimate piece count. Example: if you buy 16 ft boards, pieces ≈ board_linear_feet / 16 (then round up and add waste). - Joists: Use this as a starting estimate for framing members running perpendicular to boards. - Screws: Round up to the next box size and add a buffer for mistakes and replacements.
If you want, share your deck length, width, board width, and joist spacing, plus whether you’re doing straight or diagonal boards, and you can refine the waste and ordering strategy.
Authoritative Sources
This calculator uses formulas and reference data drawn from the following sources:
- USDA Forest Products Laboratory - DOE — Energy Saver - EPA — Energy Resources
Decking Formula & Method
This decking calculator uses standard construction formulas to compute results. Enter your values and the formula is applied automatically — all math is handled for you. The calculation follows industry-standard methodology.
Decking Sources & References
Explore More Calculators
Content reviewed by the ProCalc.ai editorial team · About our standards