{"success":true,"version":"v1","request":{"tool":"get_calculator_schema","calculator_id":"steel-weight"},"result":{"entity_type":"calculator","id":"steel-weight","calculator_id":"steel-weight","canonical_url":"https://tttkmbb.com/construction/steel-weight","name":"Steel Weight Calculator","title":"Steel Weight Calculator – Weight of Bars, Plates, Tubes and Pipes from Dimensions and Material Density","category":"construction","category_name":"Construction & Home","tool_name":"calculate_steel_weight","featured_mcp_tool":false,"description":"Computes the cross-section area, weight per metre and total weight of round, square, hexagonal and flat bars, plates and sheets, round tubes or pipes and rectangular tubes from their dimensions in millimetres, the length, quantity and material density (carbon steel 7,850 kg/m³, stainless 304, aluminium, copper, brass, titanium or a custom value).","use_when":"You need the weight of metal stock for ordering, pricing by the kilogram, load calculations or shipping.","do_not_use_when":"The section is a rolled profile such as an I-beam, channel or angle (use the published kg/m from the section tables), or the material is not metal (use density-mass-volume with the material's density).","inputs":[{"name":"shape","label":"Shape","type":"enum","required":false,"default":"round_bar","values":[{"value":"round_bar","label":"Round bar (diameter_mm)","aliases":["round","rod"]},{"value":"square_bar","label":"Square bar (width_mm)","aliases":["square"]},{"value":"flat_bar_or_plate","label":"Flat bar / plate (width_mm × thickness_mm)","aliases":["flat bar","plate","flat"]},{"value":"sheet","label":"Sheet (width_mm × thickness_mm)","aliases":["sheet metal"]},{"value":"round_tube_or_pipe","label":"Round tube / pipe (diameter_mm outside, wall_thickness_mm)","aliases":["tube","pipe","round tube"]},{"value":"rectangular_tube","label":"Rectangular / square tube (width_mm × height_mm, wall_thickness_mm)","aliases":["rhs","shs","box section"]},{"value":"hexagon_bar","label":"Hexagon bar (width_mm across flats)","aliases":["hex","hexagon"]}],"description":"Cross-section type; the label lists which dimensions it uses.","example":"round_bar"},{"name":"diameter_mm","label":"Diameter","type":"number","unit":"mm","required":false,"max":5000,"exclusive_min":0,"description":"Diameter of a round bar or the outside diameter of a tube/pipe, in millimetres.","example":20},{"name":"width_mm","label":"Width","type":"number","unit":"mm","required":false,"max":10000,"exclusive_min":0,"description":"Width of a flat bar, plate, sheet or rectangular tube; side of a square bar; across-flats size of a hexagon bar (mm).","example":50},{"name":"height_mm","label":"Height","type":"number","unit":"mm","required":false,"max":10000,"exclusive_min":0,"description":"Height (second outside dimension) of a rectangular tube, in millimetres.","example":30},{"name":"thickness_mm","label":"Thickness","type":"number","unit":"mm","required":false,"max":1000,"exclusive_min":0,"description":"Thickness of a flat bar, plate or sheet, in millimetres.","example":10},{"name":"wall_thickness_mm","label":"Wall thickness","type":"number","unit":"mm","required":false,"max":500,"exclusive_min":0,"description":"Wall thickness of a round or rectangular tube, in millimetres.","example":3},{"name":"length_m","label":"Length","type":"number","unit":"m","required":true,"max":1000,"exclusive_min":0,"description":"Length of one piece in metres (for plate and sheet, the second plan dimension).","example":6},{"name":"quantity","label":"Quantity","type":"integer","required":false,"default":1,"min":1,"max":100000,"description":"Number of identical pieces.","example":1},{"name":"material","label":"Material","type":"enum","required":false,"default":"carbon_steel","values":[{"value":"carbon_steel","label":"Carbon / mild steel (7,850 kg/m³)","aliases":["steel","mild steel"]},{"value":"stainless_304","label":"Stainless steel 304 (7,930 kg/m³)","aliases":["stainless","304"]},{"value":"aluminium","label":"Aluminium (2,700 kg/m³)","aliases":["aluminum"]},{"value":"copper","label":"Copper (8,960 kg/m³)"},{"value":"brass","label":"Brass (8,500 kg/m³)"},{"value":"titanium","label":"Titanium (4,500 kg/m³)"}],"description":"Material preset for the density; density_kg_m3 overrides it.","example":"carbon_steel"},{"name":"density_kg_m3","label":"Custom density","type":"number","unit":"kg/m³","required":false,"max":25000,"exclusive_min":0,"description":"Optional density in kg/m³ that overrides the material preset (e.g. 7,200 for cast iron, 11,340 for lead)."}],"outputs":[{"name":"cross_section_area_mm2","label":"Cross-section area","type":"number","unit":"mm²","decimals":2,"description":"Area of the metal cross-section."},{"name":"weight_per_metre_kg","label":"Weight per metre","type":"number","unit":"kg/m","decimals":3,"description":"area_m² × density."},{"name":"weight_per_foot_lb","label":"Weight per foot","type":"number","unit":"lb/ft","decimals":3,"description":"Same linear weight in pounds per foot."},{"name":"total_weight_kg","label":"Total weight","type":"number","unit":"kg","decimals":2,"description":"weight_per_metre × length_m × quantity."},{"name":"total_weight_lb","label":"Total weight","type":"number","unit":"lb","decimals":2,"description":"Total weight in pounds (1 kg = 2.20462 lb)."},{"name":"volume_m3","label":"Total volume","type":"number","unit":"m³","decimals":5,"description":"area × length × quantity."},{"name":"density_used_kg_m3","label":"Density used","type":"number","unit":"kg/m³","decimals":0,"description":"Density applied."}],"input_schema":{"type":"object","properties":{"shape":{"description":"Cross-section type; the label lists which dimensions it uses.","type":"string","enum":["round_bar","square_bar","flat_bar_or_plate","sheet","round_tube_or_pipe","rectangular_tube","hexagon_bar"],"default":"round_bar","examples":["round_bar"]},"diameter_mm":{"description":"Diameter of a round bar or the outside diameter of a tube/pipe, in millimetres. Unit: mm.","type":"number","maximum":5000,"exclusiveMinimum":0,"examples":[20],"x-unit":"mm"},"width_mm":{"description":"Width of a flat bar, plate, sheet or rectangular tube; side of a square bar; across-flats size of a hexagon bar (mm). Unit: mm.","type":"number","maximum":10000,"exclusiveMinimum":0,"examples":[50],"x-unit":"mm"},"height_mm":{"description":"Height (second outside dimension) of a rectangular tube, in millimetres. Unit: mm.","type":"number","maximum":10000,"exclusiveMinimum":0,"examples":[30],"x-unit":"mm"},"thickness_mm":{"description":"Thickness of a flat bar, plate or sheet, in millimetres. Unit: mm.","type":"number","maximum":1000,"exclusiveMinimum":0,"examples":[10],"x-unit":"mm"},"wall_thickness_mm":{"description":"Wall thickness of a round or rectangular tube, in millimetres. Unit: mm.","type":"number","maximum":500,"exclusiveMinimum":0,"examples":[3],"x-unit":"mm"},"length_m":{"description":"Length of one piece in metres (for plate and sheet, the second plan dimension). Unit: m.","type":"number","maximum":1000,"exclusiveMinimum":0,"examples":[6],"x-unit":"m"},"quantity":{"description":"Number of identical pieces.","type":"integer","minimum":1,"maximum":100000,"default":1,"examples":[1]},"material":{"description":"Material preset for the density; density_kg_m3 overrides it.","type":"string","enum":["carbon_steel","stainless_304","aluminium","copper","brass","titanium"],"default":"carbon_steel","examples":["carbon_steel"]},"density_kg_m3":{"description":"Optional density in kg/m³ that overrides the material preset (e.g. 7,200 for cast iron, 11,340 for lead). Unit: kg/m³.","type":"number","maximum":25000,"exclusiveMinimum":0,"x-unit":"kg/m³"}},"additionalProperties":false,"required":["length_m"]},"output_schema":{"type":"object","properties":{"cross_section_area_mm2":{"description":"Area of the metal cross-section. Unit: mm².","type":"number","x-unit":"mm²"},"weight_per_metre_kg":{"description":"area_m² × density. Unit: kg/m.","type":"number","x-unit":"kg/m"},"weight_per_foot_lb":{"description":"Same linear weight in pounds per foot. Unit: lb/ft.","type":"number","x-unit":"lb/ft"},"total_weight_kg":{"description":"weight_per_metre × length_m × quantity. Unit: kg.","type":"number","x-unit":"kg"},"total_weight_lb":{"description":"Total weight in pounds (1 kg = 2.20462 lb). Unit: lb.","type":"number","x-unit":"lb"},"volume_m3":{"description":"area × length × quantity. Unit: m³.","type":"number","x-unit":"m³"},"density_used_kg_m3":{"description":"Density applied. Unit: kg/m³.","type":"number","x-unit":"kg/m³"}}},"formula":"area: round π/4·d²; square w²; flat/plate/sheet w × t; round tube π/4·(D² − (D − 2t)²); rectangular tube w × h − (w − 2t)(h − 2t); hexagon (√3/2)·AF². weight_per_metre = area_mm² × 10⁻⁶ × density; total = weight_per_metre × length_m × quantity.","method":"Densities are nominal: carbon steel 7,850 kg/m³ (the value used in structural steel tables, e.g. 20 mm round bar = 2.466 kg/m), stainless 304 about 7,930 (published values 7,900–8,000), aluminium alloys 2,700, copper 8,960, brass 8,400–8,700 (8,500 used), commercially pure titanium 4,500 (Ti-6Al-4V 4,430). Nominal dimensions are used; rolling tolerances change real weights by a few percent.","sources":[{"name":"Wikipedia – Steel (density)","url":"https://en.wikipedia.org/wiki/Steel","type":"reference","retrieved_at":"2026-09-24"},{"name":"Engineering ToolBox – Metals and alloys: densities","url":"https://www.engineeringtoolbox.com/metal-alloys-densities-d_50.html","type":"reference","retrieved_at":"2026-09-24"},{"name":"Wikipedia – Density","url":"https://en.wikipedia.org/wiki/Density","type":"reference","retrieved_at":"2026-09-24"}],"freshness":{"type":"static","max_age_seconds":null,"note":"Deterministic formula with fixed constants; results never go stale. Inputs supplied by the caller determine the output."},"examples":[{"name":"20 mm round bar, 6 m, carbon steel","inputs":{"shape":"round_bar","diameter_mm":20,"length_m":6,"quantity":1,"material":"carbon_steel"},"expected":{"cross_section_area_mm2":314.16,"weight_per_metre_kg":2.466,"weight_per_foot_lb":1.657,"total_weight_kg":14.8,"total_weight_lb":32.62,"volume_m3":0.00188,"density_used_kg_m3":7850},"url":"https://tttkmbb.com/api/v1/calculate/steel-weight?shape=round_bar&diameter_mm=20&length_m=6&quantity=1&material=carbon_steel"},{"name":"Steel plate 1000 × 2000 × 10 mm","inputs":{"shape":"flat_bar_or_plate","width_mm":1000,"thickness_mm":10,"length_m":2},"expected":{"cross_section_area_mm2":10000,"weight_per_metre_kg":78.5,"total_weight_kg":157,"total_weight_lb":346.13},"url":"https://tttkmbb.com/api/v1/calculate/steel-weight?shape=flat_bar_or_plate&width_mm=1000&thickness_mm=10&length_m=2"}],"faq":[{"q":"How do I enter a plate?","a":"Use flat_bar_or_plate with width_mm and thickness_mm as the cross-section and the plate's other plan dimension as length_m (a 1,000 × 2,000 × 10 mm plate: width 1000, thickness 10, length 2)."},{"q":"Why does my pipe table show a different kg/m?","a":"Pipe tables use the nominal wall and a density of 7,850 kg/m³ but round to the standard's convention; a 48.3 × 3.2 mm tube computes to 3.56 kg/m, matching the table. Larger differences come from a different outside diameter or wall."},{"q":"Can I use this for cast iron or lead?","a":"Yes: leave material at any preset and enter density_kg_m3 (cast iron ≈ 7,200, lead 11,340, zinc 7,140)."}],"tags":["steel weight calculator","metal weight","weight of steel bar","plate weight","pipe weight per metre","kg per metre"],"related":[{"calculator_id":"density-mass-volume","reason":"Mass from volume and density for any material."},{"calculator_id":"mass","reason":"Convert the weight to other mass units."},{"calculator_id":"rebar","reason":"Reinforcing bar weight for a slab grid."}],"links":{"html":"https://tttkmbb.com/construction/steel-weight","markdown":"https://tttkmbb.com/construction/steel-weight.md","json":"https://tttkmbb.com/construction/steel-weight.json","api":"https://tttkmbb.com/api/v1/calculate/steel-weight","schema":"https://tttkmbb.com/api/v1/calculators/steel-weight","openapi":"https://tttkmbb.com/openapi.json","mcp":"https://tttkmbb.com/mcp"},"version":"v1","updated_at":"2026-09-24"},"timestamp":"2026-09-24T03:46:43Z","next_actions":[{"tool":"run_calculator","calculator_id":"steel-weight","reason":"Run Steel Weight Calculator with the inputs above."}],"links":{"markdown":"https://tttkmbb.com/construction/steel-weight.md"}}