Roof Sheathing Calculator
Calculate OSB or plywood sheet counts for a gambrel roof deck, by segment, with the extra cut-waste the knuckle line adds — a cost a plain gable roof deck never has to budget for.
Sheets by segment
Lower slope Upper slope
- Total roof area
- 824.8 ft² both slopes
- Sheet area
- 32.0 ft² 4×8 ft
- Sheets needed, total
- 29 from combined area, one order line
- Lower-slope sheets
- 20 rounded up on its own
- Upper-slope sheets
- 10 rounded up on its own
- Sum, ordered per segment
- 30 vs. 29 from one combined order
Area comes from the same geometry as the area calculator. See the shingle calculator or the metal panel calculator for what goes over this deck.
Why the knuckle line adds cut waste
Sheathing a plain gable roof is close to the best case for waste: a continuous plane from eave to ridge that a full 4×8 sheet can run straight across, trimmed only at the eave, ridge, and gable ends. A gambrel roof breaks that plane at the knuckle, where the pitch changes from the lower angle to the upper angle.
Any sheet that would straddle that break has to be cut at an angle to follow the pitch change on each side, and the triangular offcut left over is usually too small to be useful on the next course. That is cut waste a single-pitch roof simply does not generate — one more reason gambrel roofs are commonly sheathed and ordered as two decks meeting at the knuckle rather than one continuous deck.
Treating the lower and upper decks as two separate sheathing runs, each starting fresh at the knuckle instead of trying to carry one sheet across the break, is standard practice — it also means the two decks can be ordered, delivered, and installed on different days without holding up the crew.
Sheet count formula
Waste-adjusted area divided by sheet area, rounded up — computed once for the combined total and once per segment.
Sheets, combined order
sheets_total = ceil(total_area × (1 + waste/100) / sheet_area)
One order line, computed from the full roof area at once.
Sheets, per segment
sheets_lower = ceil(lower_area × (1+waste/100) / sheet_area)
sheets_upper = ceil(upper_area × (1+waste/100) / sheet_area)
Two order lines — each rounds up independently, which is why the sum can exceed the combined total.
Default sheet size is 4×8 ft = 32 ft² per sheet; swap in 4×9 or 4×10 sheets above if your supplier stocks them.
- Combined: ceil(824.81 × 1.10 / 32) = ceil(28.35) = 29 sheets.
- Lower segment: ceil(560.00 × 1.10 / 32) = ceil(19.25) = 20 sheets.
- Upper segment: ceil(264.81 × 1.10 / 32) = ceil(9.10) = 10 sheets.
- Per-segment sum: 20 + 10 = 30 sheets — one more than the combined order's 29.
OSB vs. plywood
Either meets code for roof sheathing at the right span rating and thickness — the choice usually comes down to cost, moisture exposure during the build, and local availability.
| OSB | Plywood | |
|---|---|---|
| Typical cost | Lower | Higher |
| Weight per sheet (4×8, common thickness) | ~50-55 lb | ~55-65 lb |
| Moisture behaviour | Swells at cut edges if left exposed | More forgiving of brief weather exposure |
| Nail/screw holding | Good, slightly less than plywood | Slightly better edge holding |
| Span rating (roof, common) | 24/16 at 7/16″ | 24/16 at 15/32″ |
| Common choice for | Most new-build roof decks | Higher-end or high-moisture-exposure builds |
Whichever you choose, buy the same thickness and span rating for both the lower and upper decks unless your framing spacing genuinely differs between them — the knuckle line changes cutting, not the structural requirement underneath either slope.
Ordering steps
-
Solve the roof geometry
Enter span, pitches, knuckle position, building length, and eave overhang to get the lower- and upper-slope areas.
-
Pick a sheet size
Default is 4×8 ft (32 ft² per sheet); some suppliers stock 4×9 or 4×10 sheets that cut waste on long rafter runs.
-
Set a waste factor
Start around 10% — higher than a plain gable, because every sheet crossing the knuckle line needs an angled cut instead of a square one.
-
Read the combined and per-segment sheet counts
Compare the single-order total against the sum of the lower- and upper-segment counts ordered separately — they can differ by a sheet or two.
-
Order per segment if your supplier allows split deliveries
Ordering the lower and upper decks as two line items matches how sheathing crews usually work the roof anyway, one slope at a time.