Rebar Calculator – Estimate Total Reinforcement Length for a Slab

Enter a slab's length, width, and grid spacing to estimate the total length of rebar needed for a two-way reinforcement grid.

AI Quick Summary

Definition & Purpose:

This calculator estimates the total linear feet of rebar needed for a two-way reinforcement grid across a rectangular concrete slab, based on the slab's dimensions and the grid spacing.

When to Use:

Use it during early material planning for a slab pour, before getting a formal quote from a supplier, to estimate how much rebar (or welded wire mesh, at a similar spacing) a job will need.

Key Takeaway Insights:

  • The grid runs bars in both directions (a two-way mat), not just one.
  • Bar count per direction is based on how many spacing intervals fit across the slab, plus one for the starting bar.
  • The total does not include splice overlap or perimeter/edge reinforcement — add roughly 10-15% for those in a real material order.

Slab Reinforcement

Steel Reinforcement

Enter slab dimensions.
Share or Export Results

Introduction

Rebar Calculator

This calculator estimates how much rebar a rectangular slab needs for a standard two-way reinforcement grid — bars running in both directions, spaced evenly across the pour.

How the estimate is built

For each direction, the calculator works out how many bars fit across the opposite dimension at the given spacing (one bar per spacing interval, plus one for the starting edge bar), then multiplies that count by the length each bar has to span. Adding both directions together gives the total linear footage of rebar for the grid.

For a 20×20 foot slab on an 18-inch grid, that works out to 14 bars running each direction, each 20 feet long — 560 feet of rebar total. Tightening the spacing to 12 inches on the same slab pushes the total up substantially, since more bars are now needed in both directions.

What this doesn't include

This is a straight-line grid estimate, not a full material order. Real jobs need extra length for splice overlaps wherever a bar has to be joined to span farther than standard stock length (commonly 20 or 40 feet), and often need additional perimeter or edge bars beyond the interior grid. A common rule of thumb is to add 10-15% to a grid estimate like this one to cover splices, though your structural drawings — if you have them — should always take precedence over any calculator estimate.

Formula & Variables Explained

Bars per direction = floor(Length / Spacing) + 1 | Total length = (bars_x x Width) + (bars_y x Length)

This tool utilizes standard equations formulated under standard rules.

Variables:

  • Input parameter: Values supplied to resolve the output formula.

How to Calculate (Step-by-Step)

  1. Input the required parameters into the form.
  2. Click the calculate or auto-compute option.
  3. The outputs will refresh instantly with step-by-step variables.

Worked Examples Calculation

120 x 20 ft slab, 18-inch grid

Inputs Given:

Length = 20 ft, Width = 20 ft, Grid spacing = 18 inches

Step-by-Step Calculation:

Spacing in feet = 18 / 12 = 1.5 ft. Bars across length = floor(20 / 1.5) + 1 = 13 + 1 = 14. Bars across width = floor(20 / 1.5) + 1 = 14. Total length = (14 x 20) + (14 x 20) = 280 + 280 = 560 ft.

Result Obtained:

Total rebar length = 560 feet

230 x 15 ft slab, 12-inch grid

Inputs Given:

Length = 30 ft, Width = 15 ft, Grid spacing = 12 inches

Step-by-Step Calculation:

Spacing in feet = 12 / 12 = 1.0 ft. Bars across length = floor(30 / 1.0) + 1 = 31. Bars across width = floor(15 / 1.0) + 1 = 16. Total length = (31 x 15) + (16 x 30) = 465 + 480 = 945 ft.

Result Obtained:

Total rebar length = 945 feet

Real-World Applications

Widely used in student curriculum, professional projections, and quick estimations.

Limitations & Common Mistakes

Caution & Mistakes:
  • Entering incompatible unit formats (e.g. Mixing Metric and Imperial).
  • Typographical mistakes in numeric entry fields.
Limitations:

This is a straight-line length estimate for a simple rectangular grid. It does not add extra length for lap splices where bars overlap, does not account for edge/perimeter bars beyond the grid itself, and does not factor in waste from cutting standard-length rebar stock (typically sold in 20 or 40 foot lengths).

Frequently Asked Questions (FAQ)

Q:How much rebar do I need for a 20x20 slab?

On a standard 18-inch grid, a 20x20 foot slab needs about 560 linear feet of rebar for the reinforcement grid itself. Add roughly 10-15% more to account for splice overlaps and any perimeter bars, which this calculator doesn't include.

Q:What is standard rebar spacing for a slab?

Residential slabs commonly use 12 to 18 inch grid spacing, depending on the slab's thickness and load requirements. Structural engineers specify exact spacing based on the specific project — this calculator lets you test different spacings to see how they change material needs.

Q:What is standard rebar overlap/splice length?

A common rule of thumb is 30 to 40 times the rebar's diameter, though local code and engineering specs should always take precedence. For a common #4 bar (0.5 inch diameter), that's roughly 15 to 20 inches of overlap at each splice.

Q:Does closer rebar spacing mean a stronger slab?

Generally yes, up to the point specified by the structural design — tighter spacing distributes tensile stress more evenly and controls cracking better. But going tighter than an engineer's spec doesn't necessarily add useful strength and does add material cost.

Last Updated: 2026-08-08
Formula Verified
Written By

CalculationDesk Editorial Team

Content & Calculation Editors

The CalculationDesk Editorial Team consists of math educators, technical writers, and product specialists dedicated to ensuring accuracy and clarity for everyday calculations.

Reviewed By

CalculationDesk Review Team

Quality Assurance & Formula Verifiers

Our internal Review Team ensures that every calculator logic corresponds precisely to established academic standards and industry specifications.

Was this calculator helpful?

Embed this Calculator

You are welcome to embed this tool on your own blog or website. Simply copy the code snippet below and paste it into your HTML code.