How Much Does a Live Edge Table Cost?

The cost of a custom live edge table varies widely, shaped by the material, scale, and level of detail involved in the build. No two slabs are the same, and each table is made for a specific space—so pricing reflects both the wood itself and the process required to bring it into its final form.

Slabs Catalog

Typical Live Edge Table Cost in Los Angeles

In Los Angeles, most custom live edge tables typically range from $3,000 to $12,000+, depending on size, wood species, and complexity. Smaller coffee tables or console pieces tend to fall on the lower end, while large dining tables and conference tables—especially those using premium slabs like Claro walnut—often occupy the higher range.

What Affects the Cost of a Live Edge Table?

Several factors influence the final price of a live edge table, from the slab itself to the base, finish, and amount of labor required to complete the piece.

Wood Species and Slab Quality

Material is usually the primary driver. Slabs with strong figure, wider dimensions, and consistent structure are more difficult to source and therefore more valuable. Species also play a role. Claro walnut, for example, is often priced higher because of its depth of tone, dramatic grain movement, and availability in large slabs. Other hardwoods, such as elm or monkeypod, may offer a different visual character at a different price point.

Size and Custom Table Layout

Size and layout also affect cost. A single-slab table highlights the individuality of the material, preserving its natural edge, grain movement, and organic variation. A book-matched table requires two slabs that mirror each other, adding both material cost and labor. Larger dining or conference tables also require reinforcement, more complex handling, and greater precision throughout the build.

Base Design and Fabrication

The base is another important part of the final price. Custom steel, cast-iron, or architectural bases fabricated locally in Los Angeles contribute to both cost and longevity. A simple base may keep the design more restrained, while a fully custom base adds fabrication time, material, and finishing work.

Welding Illustration

Finish and Long-Term Durability

Finishing choices affect both appearance and performance. A natural oil finish can create a tactile, low-sheen surface, while a durable clearcoat may provide additional protection for high-use dining tables or conference tables. The right finish depends on how the table will be used over time.

Wood Finish Illustration

Why Custom Live Edge Tables Vary in Price?

Unlike mass-produced furniture, a custom live edge table is priced around the specific material and the decisions required to turn that slab into a finished piece. The cost reflects sourcing, flattening, stabilization, joinery, sanding, finishing, base fabrication, delivery, and installation.

A smaller table with a simple base may be relatively straightforward, while a large book-matched dining table or conference table requires more material, more labor, and more coordination from start to finish.

Planning Your Custom Table

The best way to understand the cost of a live edge table is to begin with the intended use, size, and preferred material. From there, the slab selection and design direction can be refined around the space, budget, and level of detail required.

Read More About Live Edge Tables

Let's Create Your Piece

Explore available slabs or begin a conversation about a custom live edge table designed for your space.

You are reserving:

Reserve Selected

Excerpt

Excerpt

function reserveSlab(button) { const card = button.closest(".e-loop-item, .elementor-post, .elementor-grid-item"); const slabName = card.querySelector(".slab-title")?.innerText.trim() || ""; const slabDesc = card.querySelector(".slab-desc")?.innerText.trim() || ""; const slabDimensions = card.querySelector(".slab-dimensions")?.innerText.trim() || ""; console.log("NAME:", slabName); console.log("DESC:", slabDesc); console.log("DIMENSIONS:", slabDimensions); setTimeout(function () { const popupName = document.querySelector(".popup-slab-title"); const popupDesc = document.querySelector(".popup-slab-desc"); const popupDimensions = document.querySelector(".popup-slab-dimensions"); if (popupName) popupName.innerText = slabName; if (popupDesc) popupDesc.innerText = slabDesc; if (popupDimensions) popupDimensions.innerText = slabDimensions; const formSlabName = document.querySelector('input[name="form_fields[slab_name]"]'); const formSlabDimensions = document.querySelector('input[name="form_fields[slab_dimensions]"]'); if (formSlabName) { formSlabName.value = slabName; formSlabName.setAttribute("value", slabName); } if (formSlabDimensions) { formSlabDimensions.value = slabDimensions; formSlabDimensions.setAttribute("value", slabDimensions); } }, 500); }