Rebar Calculator
ConstructionCalculate total linear feet and weight of rebar needed for a rectangular concrete slab grid. Enter slab size, spacing, and bar size for an instant estimate.
Total Rebar Weight
What is a Rebar?
A Rebar Calculator determines the total linear feet and weight of reinforcing steel bar needed for a rectangular grid inside a concrete slab. Rebar reinforces concrete against cracking and improves tensile strength, and getting an accurate material estimate before a pour is essential for both budgeting and ordering the correct quantity from a supplier.
The calculator works out how many bars fit across the slab's width and length based on your grid spacing, sums their total length, then converts that footage to weight using standard US rebar size weight-per-foot values. If you're also estimating the concrete volume for the same slab, pair this with the Concrete Calculator for a complete material takeoff.
How to use this Rebar calculator
- Enter the Slab Length in feet.
- Enter the Slab Width in feet.
- Enter the Grid Spacing in inches โ the on-center distance between parallel bars, commonly 12 to 18 inches for residential slabs.
- Select the Rebar Size โ #3 through #8 โ based on your project's engineering specification.
- Review the Total Rebar Weight result, shown as the highlighted primary output.
- Check the Total Linear Feet output to plan how many standard-length bars (20 ft or 60 ft) you'll need to order and cut.
Formula & Methodology
The calculator counts bars in a standard two-way grid and sums their total length: bars_along_width = floor((slab_width ร 12) รท grid_spacing) + 1 bars_along_length = floor((slab_length ร 12) รท grid_spacing) + 1 total_linear_feet = (bars_along_width ร slab_length) + (bars_along_length ร slab_width) total_weight = total_linear_feet ร weight_per_foot Whereslab_lengthandslab_widthare in feet,grid_spacingis in inches, andweight_per_footis the selected bar size's standard weight (#3 0.376, #4 0.668, #5 1.043, #6 1.502, #7 2.044, #8 2.670 lb/ft). Worked example: A 20 ft ร 15 ft slab with 12-inch grid spacing, using #4 rebar. - bars_along_width = floor((15 ร 12) รท 12) + 1 = 16 bars - bars_along_length = floor((20 ร 12) รท 12) + 1 = 21 bars - total_linear_feet = (16 ร 20) + (21 ร 15) = 320 + 315 = 635 ft - total_weight = 635 ร 0.668 = 424.2 lb
Frequently Asked Questions