Rebar Spacing Calculator Formula

Understand the math behind the rebar spacing calculator. Each variable explained with a worked example.

Formulas Used

Number of Bars

num_bars = floor(usable_span / spacing_ft) + 1

Actual Spacing

actual_spacing = usable_span / (floor(usable_span / spacing_ft)) * 12

First Bar from Edge

first_bar_from_edge = cover

Variables

VariableDescriptionDefault
span_lengthSpan Length(feet)30
desired_spacingDesired Spacing(inches)12
coverEdge Cover(inches)3
spacing_ftDerived value= desired_spacing / 12calculated
cover_ftDerived value= cover / 12calculated
usable_spanDerived value= span_length - 2 * cover_ftcalculated

How It Works

How to Calculate Rebar Spacing

Formula

Usable Span = Total Span - 2 × Edge Cover

Number of Bars = floor(Usable Span / Spacing) + 1

Actual Spacing = Usable Span / (Number of Spaces) × 12

Edge cover is the minimum distance from the edge of the concrete to the nearest rebar. Typical cover is 3 inches for cast-against-ground concrete and 1.5 inches for formed surfaces.

Worked Example

Rebar across a 30 ft span at 12-inch spacing with 3-inch edge cover.

span_length = 30desired_spacing = 12cover = 3
  1. 01Cover in feet = 3 / 12 = 0.25 ft
  2. 02Usable span = 30 - 2 × 0.25 = 29.5 ft
  3. 03Spacing in feet = 12 / 12 = 1.0 ft
  4. 04Number of bars = floor(29.5 / 1.0) + 1 = 30 bars
  5. 05Actual spacing = 29.5 / 29 × 12 = 12.21 inches

Ready to run the numbers?

Open Rebar Spacing Calculator