Saw Kerf Material Loss Calculator

Every saw cut turns a thin strip of wood into sawdust, and across a long cut list that kerf loss adds up. This calculator works out how many pieces of a given length you can cut from a board once the blade kerf is accounted for, how many cuts that takes, and the total length lost to kerf. Enter your board length, the piece length you need, and your blade's actual kerf. The arithmetic is exact, so the result tells you precisely how many parts a board yields before you start cutting.

0.00
0.00
0.00
0.00

Kerf loss formula

Pieces = floor((board + kerf) / (piece + kerf))
Cuts = pieces (one kerf consumed per piece)
Kerf waste = cuts * kerf
Offcut = board - pieces * piece - kerf waste

Each piece needs its own length plus the kerf of the cut that separates it. The last piece reuses the board end, which is why one extra kerf is added in the numerator before flooring.

Cutting smarter

  • Thin-kerf blades waste less wood across many cuts.
  • Enter your blade's measured kerf, not a generic value.
  • Plan cut lists so offcuts are usable for smaller parts.
  • Band saws remove far less material than table saws per cut.
  • Cut the largest parts first to keep flexible offcuts.

Saw kerf: frequently asked questions

What is saw kerf?

Kerf is the width of material a saw blade removes with each cut, equal to the blade thickness plus any tooth set. Every cut turns a strip of wood the width of the kerf into sawdust, so cutting many small pieces from one board loses noticeable material to kerf.

How do I calculate how many pieces I can cut from a board?

Each piece consumes its own length plus one kerf for the cut that frees it. The number of pieces = floor((board length + kerf) / (piece length + kerf)). Adding one kerf in the numerator accounts for the fact that the final piece does not need a trailing cut.

How much material does kerf waste?

Total kerf waste = number of cuts x kerf width. To cut N pieces in a row you make N cuts if you also square the end, or N-1 cuts between pieces. This calculator reports the waste for the cuts actually needed to produce your pieces.

What is a typical kerf width?

Kerf varies by blade: thin-kerf circular saw blades are often around 1/16 inch (about 1.6 mm), standard blades around 1/8 inch (about 3.2 mm), and band saws can be much thinner. Enter your blade's actual kerf for an accurate result rather than relying on a single assumed value.

How can I reduce kerf loss?

Use a thinner-kerf blade, plan cut lists to minimize the number of cuts, nest parts efficiently, and cut the largest parts first. For many small parts, a thin band-saw blade wastes far less material than a thick table-saw blade.

Official sources

  • USDA Forest Products Laboratory: Wood Handbook, sawing and yield references.
  • National Institute of Standards and Technology: NIST, length measurement.

Reviewed by the CalculatorHub team, edited by James Graham, 17 June 2026. See our methodology.