--- title: "Board Feet Calculator" site: ProCalc.ai section: Construction url: https://procalc.ai/construction/board-feet markdown_url: https://procalc.ai/construction/board-feet.md date_published: 2026-02-28 date_modified: 2026-04-13 date_created: 2026-02-28 input_mode: focused --- # Board Feet Calculator **Site:** [ProCalc.ai](https://procalc.ai) — Free Professional Calculators **Section:** Construction **Calculator URL:** https://procalc.ai/construction/board-feet **Markdown URL:** https://procalc.ai/construction/board-feet.md **Published:** 2026-02-28 **Last Updated:** 2026-04-13 **Description:** Free Board Feet Calculator — Calculate board feet for lumber. Enter dimensions in inches to get the total board footage for your woodworking or ... > *This file is served for AI systems and search crawlers. Human page: https://procalc.ai/construction/board-feet* ## Overview Planning lumber takeoffs gets messy fast when you’re juggling thickness, width, length, and piece counts across a cut list. ProCalc.ai’s Board Feet Calculator keeps it straightforward so you can estimate material volume consistently and avoid ordering errors. You’ll see it used most by woodshop foremen, finish carpenters, and construction estimators who need board footage totals that line up with supplier pricing and job costing. Picture a cabinet run where you’re buying rough-sawn walnut: you’ve got 4/4 stock in mixed widths, multiple lengths, and a stack of parts to mill, and you need a… ## Formula Total board feet = Board feet per board × Number of boards A board foot is a woodworking volume unit defined as the volume of a board that is 1 inch thick, 12 inches wide, and 12 inches long. That reference piece has a volume of 1 in × 12 in × 12 in = 144 cubic inches, so 1 board foot = 144 in³. The calculator’s logic is “per_board × quantity” because you first compute the volume of one board in board-foot units, then multiply by how many identical boards you have. Board feet per board = (Thickness(in) × Width(in) × Length(in)) / 144 Here Thickness, Width, and Length are the actual dimensions of one board. Typical imperial units are inches for thickness and width, and either inches or feet for length; if length is entered in feet, convert it to inches first by multiplying by 12. The division by 144 is the key reasoning step: you are converting cubic inches into board feet by dividing by 144 in³ per board foot. If you prefer the common shortcut when length is in feet and thickness/width are in inches, you can fold the 12-inch-per-foot conversion into the denominator: since Length(in) = Length(ft) × 12, then (T × W × (Lft × 12)) / 144 = (T × W × Lft) / 12. This is the same formula, just simplified for mixed units. Board feet per board = (Thickness(in) × Width(in) × Length(ft)) / 12 Worked example 1 (imperial, using the /12 shortcut). Suppose you have 10 boards, each 2 in thick, 6 in wide, and 8 ft long. First compute per-board board feet: (2 × 6 × 8) / 12 = (96) / 12 = 8 board feet per board. Then multiply by quantity: Total board feet = 8 × 10 = 80 board feet. If you check via cubic inches: one board volume = 2 in × 6 in × (8 ft × 12 in/ft) = 2 × 6 × 96 = 1152 in³. Convert to board feet: 1152 / 144 = 8 board feet, matching the shortcut. Worked example 2 (metric inputs converted to board feet). Suppose you have 25 boards, each 38 mm thick, 140 mm wide, and 2.4 m long. Convert to inches: 38 mm ÷ 25.4 = 1.496 in, 140 mm ÷ 25.4 = 5.512 in, and 2.4 m = 2400 mm, so 2400 ÷ 25.4 = 94.488 in. Now compute per-board board feet: (1.496 × 5.512 × 94.488) / 144. Multiply stepwise: 1.496 × 5.512 = 8.246; 8.246 × 94.488 = 779.3 in³ (approximately). Divide: 779.3 / 144 = 5.412 board feet per board. Total board feet = 5.412 × 25 = 135.3 board feet (rounded). Small rounding differences are normal because metric-to-imperial conversions rarely land on tidy fractions. If you want a pure metric volume first, compute cubic meters and then convert to board feet. Since 1 in = 0.0254 m, 1 in³ = (0.0254)³ m³ = 0.000016387064 m³, so 1 board foot = 144 in³ = 144 × 0.000016387064 = 0.002359737 m³. That means 1 m³ = 1 / 0.002359737 = 423.776 board feet. You can compute Volume(m³) = Thickness(m) × Width(m) × Length(m), then Board feet per board = Volume(m³) × 423.776. Limitations and edge cases matter. Board-foot calculations assume rectangular, uniform cross-sections; they won’t match tapered, live-edge, or irregular stock without approximations. Also, “nominal” lumber sizes (like a “2×6”) are not the same as actual dressed dimensions (often about 1.5 in × 5.5 in); using nominal sizes will overestimate volume. Inputs must be positive; a zero or negative thickness/width/length yields zero or nonsensical volume. Finally, if boards are not identical, you should compute board feet per board for each size group and sum totals rather than multiplying one “per_board” by a single quantity. ## How to Use You’re building a set of built-in shelves for a living room remodel. You’ve sketched the design, picked a wood species, and now you’re staring at the lumber rack wondering: “How much should I buy?” Lumber is often priced by **board foot**, not by the piece—especially hardwoods and rough-sawn stock. Knowing board feet helps you estimate cost, compare options, and avoid buying too little (or paying for a lot of waste). ## What Is a Board Foot (and Why It Matters)? A **board foot** is a unit of volume used in the lumber industry. It represents a piece of wood that is: - 1 inch thick - 12 inches wide - 12 inches long That’s a volume of 144 cubic inches (12 × 12 × 1). This matters because many yards price hardwoods by board foot, and even when softwoods are sold by nominal dimensions (like 2×4s), board feet is still a reliable way to compare material quantities across different sizes. A quick context fact: a common construction stud labeled “2×4” is not actually 2 inches by 4 inches when surfaced; it’s typically about 1.5" × 3.5" (the industry calls this **nominal vs. actual size**). That difference can change board-foot estimates if you’re calculating from actual measurements. The American Softwood Lumber Standard (PS 20) defines these standard sizes and tolerances for softwood lumber, which is why the “2×4” naming convention is consistent across suppliers. (Source: American Softwood Lumber Standard, U.S. DOC/industry standard, PS 20.) ## The Formula (In Inches) and the Logic When dimensions are entered in inches, board feet per board is calculated by converting the volume in cubic inches into board feet (where 1 board foot = 144 in³). BoardFeetPerBoard = (Thickness × Width × Length) / 144 TotalBoardFeet = BoardFeetPerBoard × NumberOfBoards Plain-English breakdown: 1. Multiply **thickness**, **width**, and **length** (all in inches) to get cubic inches of one board. 2. Divide by 144 to convert cubic inches to board feet. 3. Multiply by the **number of boards** to get the total board footage. This matches the common lumberyard method for estimating volume-based pricing and ordering. ## Step-by-Step Worked Examples (Real Numbers) Below are three practical examples showing the math exactly as it’s done. ### Example 1: Shelving boards (1×12, 8 feet long), quantity 6 You want six boards for shelves. Assume the board is 1 inch thick, 12 inches wide, and 8 feet long. Convert length to inches: 8 ft × 12 = 96 inches BoardFeetPerBoard = (1 × 12 × 96) / 144 BoardFeetPerBoard = 1152 / 144 BoardFeetPerBoard = 8 board feet TotalBoardFeet = 8 × 6 TotalBoardFeet = 48 board feet So you’re buying about **48 board feet** of lumber for the shelving stock (before waste). ### Example 2: Tabletop glue-up (4/4 hardwood), 6 inches wide, 60 inches long, quantity 10 Hardwoods are often sold rough as “4/4” (pronounced “four-quarter”), which typically means about 1 inch thick before planing. Let’s calculate using 1 inch thickness. BoardFeetPerBoard = (1 × 6 × 60) / 144 BoardFeetPerBoard = 360 / 144 BoardFeetPerBoard = 2.5 board feet TotalBoardFeet = 2.5 × 10 TotalBoardFeet = 25 board feet If the lumberyard charges $9.50 per board foot, estimated cost is: Cost = 25 × 9.50 = $237.50 (before tax and waste allowance) ### Example 3: Framing lumber comparison (actual size matters) You’re adding blocking and want twelve pieces of a “2×6” cut to 10 feet. If you calculate using nominal size (2" × 6"), you’ll overestimate. Typical actual size is about 1.5" × 5.5" for a surfaced 2×6. Length: 10 ft × 12 = 120 inches Using actual size: BoardFeetPerBoard = (1.5 × 5.5 × 120) / 144 BoardFeetPerBoard = 990 / 144 BoardFeetPerBoard ≈ 6.875 board feet TotalBoardFeet = 6.875 × 12 TotalBoardFeet = 82.5 board feet If you had used nominal 2" × 6": BoardFeetPerBoard = (2 × 6 × 120) / 144 = 10 board feet Total would be 120 board feet—significantly higher than the actual-volume estimate. This is why **actual dimensions** are important when estimating volume, especially for budgeting or comparing material usage. ## Common Mistakes to Avoid (and a Pro Tip) **Common Mistake #1: Forgetting to convert feet to inches.** If length is given in feet (like 8 ft), convert to inches (8 × 12 = 96). The formula assumes inches for all dimensions. **Common Mistake #2: Mixing nominal and actual sizes.** A “2×4” is commonly 1.5" × 3.5" after surfacing. For accurate volume, use actual measurements—especially when comparing to a board-foot quote. PS 20 (American Softwood Lumber Standard) is the key reference for standardized softwood sizes and tolerances. **Common Mistake #3: Confusing rough-sawn thickness with finished thickness.** Hardwood thickness is often sold in quarters (4/4, 5/4, 8/4). A rough 4/4 board may finish closer to 3/4" after jointing and planing. If the goal is finished volume, use the expected finished thickness; if the goal is purchase quantity, use the rough thickness you’re buying. **Common Mistake #4: Ignoring waste, defects, and cutoffs.** Knots, checks, sapwood, and layout inefficiencies can increase required board feet. For many woodworking projects, adding 10–30% extra is common depending on complexity and grade. **Pro Tip:** If a project has lots of short parts (like cabinet face frames), calculate board feet for the rough boards you’ll buy, then add a waste factor. Short parts create more offcuts, and offcuts don’t always nest efficiently. ## When to Use Board-Foot Calculations (vs. Something Else) Board-foot math is most useful when lumber is priced by volume or when you need a consistent way to compare different sizes. Common scenarios include: 1. **Buying hardwoods for furniture** (tables, cabinets, shelving) where pricing is per board foot and boards vary in width. 2. **Estimating material for trim or built-ins** when you’re choosing between multiple thicknesses and widths and want a volume-based comparison. 3. **Comparing framing options** (like 2×6 vs. 2×8) for cost and material usage, especially when actual sizes differ from nominal. 4. **Planning a large construction order** where you want a sanity check on total wood volume before requesting quotes. A practical note on standards: softwood framing and structural lumber in the U.S. is commonly graded under rules published by accredited grading agencies (e.g., Southern Pine Inspection Bureau, West Coast Lumber Inspection Bureau) and referenced in building codes. While board feet doesn’t replace structural design, it helps with quantity and cost estimation aligned with how lumber is sold. Finally, when to calculate manually vs. using a calculator: manual math is fine for one or two boards (multiply, divide by 144). A calculator is better when you’re iterating designs, comparing multiple board sizes, or totaling many pieces—because small conversion errors (feet vs. inches, nominal vs. actual) compound quickly across a full materials list. ## Frequently Asked Questions ### What is a board foot and why do lumberyards use it? A board foot is a volume unit equal to a piece of wood that’s 12 inches long × 12 inches wide × 1 inch thick (144 cubic inches). Lumber is often priced in board feet because it standardizes cost across different thicknesses and widths. It’s especially useful when comparing rough-sawn or dimensional lumber. ### How do you calculate board feet from inches? Use: Board feet = (Thickness in inches × Width in inches × Length in inches) ÷ 144. If you’re calculating multiple identical boards, multiply the per-board result by the quantity (per_board × quantity). This calculator does that automatically once you enter dimensions in inches. ### How many board feet are in a 2x4x8? If you use nominal dimensions (2" × 4" × 96"), the board feet are (2×4×96)/144 = 5.33 board feet. If you use actual dimensions for a typical 2x4 (about 1.5" × 3.5" × 96"), it’s (1.5×3.5×96)/144 = 3.50 board feet. Which one you should use depends on how your supplier prices and how precise your material estimate needs to be. ### Should I use nominal or actual lumber dimensions for board feet? For estimating cost at a lumberyard, nominal sizes are often what’s referenced, but many board-foot calculations for finished pieces should use actual dimensions (after planing and drying). A “2x” board is typically smaller than 2 inches thick in reality, so using nominal can overestimate volume. If accuracy matters, measure the board you’ll actually receive or use the mill’s stated actual size. ### How do I calculate total board feet for multiple boards or a cut list? Calculate board feet for one board (per_board), then multiply by how many boards you need (quantity). If your cut list has different sizes, run each line item separately and add the totals. This approach also makes it easier to add a waste factor afterward. ### How much extra lumber should I add for waste when estimating board feet? A common rule of thumb is to add 10% for straightforward projects and 15–30% for projects with lots of defects, knots, or complex cuts. If you’re working with rough lumber, you may need more allowance for milling (jointing/planing) and for boards you reject. The calculator gives the raw board footage; you can multiply the total by 1.10, 1.15, etc. to include waste. ### How accurate is a board feet calculator, and what are the limitations? The math is exact for the dimensions you enter, but real-world lumber varies: actual thickness/width can differ from nominal, and moisture content and surfacing can change final size. Board feet also measures volume, not quality—warp, checks, and knots can reduce usable yield without changing the board-foot number. For best accuracy, use actual measured dimensions and include a waste factor. ### When would I use board feet in a real project (not just pricing)? Board feet helps you estimate how much rough lumber to buy for furniture builds, cabinetry, or trim when you’ll be milling boards to final thickness. It’s also useful for comparing material options (e.g., 4/4 vs 8/4 stock) and planning how many boards you need to meet a target volume. In construction, it can help quantify framing or blocking material when suppliers quote by board foot. ## Sources - [DOE — Energy Saver](https://www.energy.gov/energysaver/energy-saver) - [Purdue Engineering](https://engineering.purdue.edu/Engr) - [MIT OpenCourseWare](https://ocw.mit.edu/) - [EPA — Energy Resources](https://www.epa.gov/energy) - [NASA — Glenn Research Center](https://www.nasa.gov/glenn/) --- ## Reference - **Calculator page:** https://procalc.ai/construction/board-feet - **This markdown file:** https://procalc.ai/construction/board-feet.md ### AI & Developer Resources - **LLM index (short):** https://procalc.ai/llms.txt - **LLM index (full, with content):** https://procalc.ai/llms-full.txt - **MCP server:** https://procalc.ai/api/mcp - **Materials JSON API:** https://procalc.ai/api/materials.json - **Developer docs:** https://procalc.ai/developers - **Sitemap:** https://procalc.ai/sitemap.xml - **Robots:** https://procalc.ai/robots.txt ### How to Cite > ProCalc.ai. "Board Feet Calculator." ProCalc.ai, 2026-02-28. https://procalc.ai/construction/board-feet ### License Content © ProCalc.ai. Free to reference and cite. Do not republish in full without attribution.