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.
Reviewed by the thecalcu.com team ยท Last updated July 12, 2026
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.
Why Use a Rebar Calculator?
Under-ordering rebar means a delayed pour while waiting for more material, while over-ordering wastes budget on excess steel. A contractor pouring a 20 ft ร 15 ft driveway slab with 12-inch grid spacing needs an accurate linear footage and weight total to order the right amount of #4 bar from a supplier without guessing.
This calculator automates the grid math, counting bars in each direction, summing total length, and converting to weight, so you get a reliable estimate in seconds. Pair it with the Gravel Calculator when your project also requires a gravel base beneath the slab.
Who Should Use This Calculator?
- Concrete contractors, estimate rebar quantities for slab, driveway, and patio pours before ordering material.
- Structural estimators, quickly generate material takeoffs for rebar as part of a larger project bid.
- DIY homeowners, plan a small slab pour like a shed foundation or walkway with an accurate rebar estimate.
- Construction project managers, verify supplier quotes against an independent rebar quantity calculation.
- Engineering students, check hand calculations for rebar grid layouts against a quick reference tool.
Anyone planning a reinforced concrete slab pour benefits from an accurate rebar estimate. Also see the Concrete Calculator and Metal Weight Calculator for related material calculations.
What Insights Does the Rebar Calculator Give You?
Total Rebar Weight (lb) is the primary output, the combined weight of all rebar needed for the slab grid, based on your selected bar size. Use this figure to request pricing from a supplier or budget the reinforcing steel line item of a project.
Total Linear Feet (ft) shows the combined length of all rebar in the grid, which is useful for confirming stock length requirements (standard rebar comes in 20 or 60-foot lengths) and calculating how many full-length bars need to be cut.
Together, these outputs give you the two figures most commonly needed to request a rebar quote and plan a material order.
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.
Show formula & methodology โShow less โ
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