Thickness × width × length ÷ 12 = board feet — multi-row cut list, per-BF cost, imperial ⇄ m³ — browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
What this tool does
Free board foot calculator for buying hardwood, building furniture and pricing carpentry jobs. A board foot is a unit of volume: 1 inch thick, 12 inches wide, 1 foot long. The shop formula is thickness(in) × width(in) × length(ft) ÷ 12. Add one row per board size, enter the quantity, and the tool multiplies each piece out, sums the whole cut list, and prices it at your rate per board foot. Switch to metric to bill the same lumber per cubic metre — the geometry is identical, just in centimetres and metres, and the board-foot equivalent stays visible alongside (1 m³ is about 423.78 BF). Billing uses the nominal rough thickness, so a planed 13/16-inch board still counts as 4/4 = 1 inch. Everything runs in your browser; one-click copy and a shareable URL that reproduces your exact cut list and quote. 100% client-side, no upload.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Designer
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Board Foot Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Concrete Calculator Slab, column, round footing & stairs → cubic meters/yards + cement bags, sand and gravel — browser-only Open
- 3 Roofing Calculator Roof footprint + pitch → real sloped area, roofing squares, shingle bundles or sheets and underlayment rolls — metric & US, browser-only Open
Real-world use cases
Buy hardwood at the lumberyard without guessing
You walk in with a project sketch and need 4/4 walnut for a tabletop, 8/4 for the legs. The yard prices everything per board foot off a rack tag. Punch in each board size with quantity, read the running total in board feet, and you know — before they cut — whether your budget covers the order. No more discovering at the register that 60 board feet of figured walnut blew past the number in your head.
Price a furniture build for a client quote
A client wants a 6-foot oak bench. List every component as a row — seat slats, aprons, legs, stretchers — multiply by quantity, and the tool gives you total board feet. Multiply by your per-BF rate, add your waste and labor on top, and you have a materials line that holds up when the client asks how you got the number.
Compare two suppliers selling in different units
One mill quotes USD per board foot, another quotes EUR per cubic metre. Convert your cut list to board feet, then to m³, and put both rates on the same footing. The metric mode shows the m³ equivalent next to the board-foot total so you can divide cost by the same denominator and see which mill is actually cheaper.
Estimate a flooring or paneling material order
Solid wood flooring and shiplap paneling are often sold by board foot rather than square foot once thickness enters the picture. Add a row for each plank length and width in your run, set the quantity to the number of boards, and the total board feet maps directly to what the supplier will charge — including the thickness that square footage quietly ignores.
Plan a shop class or maker-space cut list
Teaching a woodworking class with 12 students each building the same box? Enter the per-box board feet once, set quantity to 12 across your rows, and you have the bulk lumber order for the whole class. Share the URL with the shop coordinator and the cut list reopens exactly as you built it.
Common pitfalls
Confusing board feet with linear feet. A linear foot ignores thickness and width — only useful for trim sold by the run. A 1×12 and a 2×4 of the same length have wildly different board feet. Always feed all three dimensions, not just length.
Entering the planed thickness instead of the nominal one. A surfaced 4/4 board measures about 13/16 inch, but it bills as a full 1 inch. Typing 0.8125 instead of 1 undercounts the order and you come up short at the till.
Forgetting that length is in FEET while thickness and width are in INCHES. Mixing units — putting the length in inches — divides your total by twelve and makes a 96-inch board look like an 8-inch one. The tool labels every field with its unit so you can double-check before you commit.
Privacy
Every calculation — the board-foot formula, the row sums, the metric conversion and the cost — is plain JavaScript that runs in your browser tab. No cut list, price or quote ever leaves the page, and there is no logging of what you measured. The one caveat: the shareable URL encodes your rows and currency in the query string, so a "share link" pasted into chat will record those dimensions in the recipient server's access log. For a confidential client quote, use the copy button and paste the text rather than sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- ASCII Art Generator Generate ASCII art from text — figlet-style banners, multiple fonts.
- Avatar Generator Generate avatars from initials, identicons, or random shapes. Download PNG/SVG.
- Base64 Encoder & Decoder Encode or decode Base64 — text, files, and Data URLs. Runs entirely in your browser.
- Base64 Image Converter Image ⇄ Base64 — drag-drop PNG/JPG/WebP/SVG, get data URI for CSS / HTML / Markdown.