Board Feet Calculator — Practical Guide for Takeoffs
Scope: Compute board footage (bf) from nominal thickness, width, and length. 1 board foot = 144 cubic inches. Use this for lumber orders, millwork, and rough carpentry takeoffs. Units: inches (in), feet (ft), board feet (bf).
Inputs (with typical ranges)
- Thickness (in): T, common 1, 1.5, 2, 3, 4
- Width (in): W, common 2–12+ (nominal; verify actual vs nominal)
- Length value: L, measured length
- Length unit: in or ft
- Quantity: Q, count of identical pieces
Formulas
- Convert length to inches: lengthIn = (lengthUnit == ft) ? L × 12 : L
- Board feet per piece: bf_each = (T × W × lengthIn) / 144
- Total board feet: bf_total = bf_each × Q
Note: If L is already in feet, you can also use bf_each = (T × W × Lft) / 12.
Worked Examples
Example A (matches calculator spec):
Inputs: T=1 in, W=6 in, L=8 ft, Q=10.
lengthIn = 8 × 12 = 96 in; bf_each = (1×6×96)/144 = 4 bf; bf_total = 4 × 10 = 40 bf.
Example B (matches calculator spec):
Inputs: T=1.5 in, W=8 in, L=96 in, Q=4.
lengthIn = 96 in; bf_each = (1.5×8×96)/144 = 8 bf; bf_total = 8 × 4 = 32 bf.
Assumptions and Notes
- Nominal vs actual: Dimensional lumber is often undersized (e.g., 2×8 actual ≈ 1.5×7.25). For precise board footage, use actual sizes.
- Waste/overage: Typical ordering waste 5–12% for framing; higher for clear grades or selective lengths. Add separately.
- Moisture/planing: Mill surfacing reduces actual thickness/width; confirm with supplier.
- Rounding: Round up total bf to nearest 0.5–1.0 bf for ordering when lengths vary.
Sanity Checks
- Rule of thumb: 1×12×12 ft ≈ 12 bf. Using bf_each = (1×12×12)/12 = 12 bf — aligns.
- Proportionality: Doubling length doubles bf; changing width or thickness scales linearly.
Buying and Cost Tips
- Pricing: Hardwood often sold $/bf; softwood framing often sold by piece but can be reconciled to bf for comparisons.
- Length selection: Board footage doesn’t reflect yield loss from cutting lists. Add waste for cut optimization and defects.
- Lead time: Specialty species/grades may need 1–3 weeks; confirm before locking schedule.
Common Pitfalls
- Wrong units: Mixing in/ft without converting (always bring length to inches or use the /12 feet method).
- Using nominal sizes when actual is required by spec.
- Ignoring quantity multiplier (Q) or miscounting identical pieces.
Cost Rollup (planning)
- Direct material: total_bf × unit_price_per_bf
- Add-ons: waste (5–12%), sales tax, delivery.
- Overhead & profit: apply after direct costs per company standard.
Planning estimate only. Validate against drawings, specs, and supplier quotes.