Cross Sectional Area Calculator - Beams, Tubes, and Shapes

Use this cross sectional area calculator to get the area of a circle, tube, rectangle, hollow rectangle, I-beam, or equilateral triangle from a single shape selector.

Updated: June 13, 2026 • Free Tool

Cross Sectional Area Calculator

Pick the shape of the cross-section. The other fields are read according to this choice.

Primary outer dimension. The outer diameter for circle and tube, the side length for an equilateral triangle, the width for rectangle, hollow rectangle, and I-beam.

Secondary dimension. The height for rectangle, hollow rectangle, and I-beam. Ignored for circle, tube, and equilateral triangle.

Wall thickness for tube and hollow rectangle; flange thickness for I-beam. Ignored for circle, solid rectangle, and equilateral triangle.

Vertical wall thickness for hollow rectangle; web thickness for I-beam. Ignored for circle, tube, solid rectangle, and equilateral triangle.

Results

Cross-Sectional Area
0sq units

What Is the Cross Sectional Area Calculator?

The cross sectional area calculator returns the area of a flat shape cut from a 3D object by a single plane, choosing from a circle, a tube, a rectangle, a hollow rectangle, an equilateral triangle, and an I-beam. Use it for beam framing, pipe and tube sizing, and any problem where the area of a specific cross-section is the next step, like weight-per-length, flow capacity, or moment of inertia.

  • Beam and structural framing: Get the area of an I-beam, rectangular tube, or solid rectangle for weight, paint, or cost estimates.
  • Pipe and tube sizing: Compute the area of a tube or hollow rectangle from the outer dimension and the wall thickness.
  • Wire, rod, and bar stock: Estimate the cross-section of a drawn round bar, square bar, or triangular bar.
  • Geometry homework and textbooks: Quick check for textbook problems that ask for the area of a circle, rectangle, triangle, or beam.

The shape selector keeps the input row small. Pick a shape and only the fields that matter for that shape feed the formula, so the same calculator handles a 4 inch solid round bar and a 10 inch I-beam without forcing the user to read two different tools.

For a shape that is not one of the six supported cross-sections, the Area Calculator covers generic rectangles, triangles, and parallelograms in the same units.

How the Cross Sectional Area Calculator Works

The calculator reads the shape selector and applies the standard plane geometry formula for that shape. Every supported shape reduces to a closed-form product or sum that is exact for an ideal cross-section.

Cross-section area A = shape-specific formula in the same square unit as W, H, t1, and t2
  • W: Primary outer dimension. Outer diameter for circle and tube, side length for an equilateral triangle, width for rectangle, hollow rectangle, and I-beam.
  • H: Secondary dimension. Height for rectangle, hollow rectangle, and I-beam. Ignored for circle, tube, and equilateral triangle.
  • t1: Wall or flange thickness. Wall thickness for tube and hollow rectangle, flange thickness for I-beam.
  • t2: Wall or web thickness. Vertical wall thickness for hollow rectangle, web thickness for I-beam.
  • A: Cross-sectional area in the same square unit as the input dimensions.

For a solid circle, the formula reduces to A = pi * D^2 / 4. The calculator uses the JavaScript built-in pi constant, accurate to about 15 to 16 significant digits, more than enough for any practical cross-section.

For a tube, the wall is the difference between the outer diameter and the inner diameter, so the inner diameter is D - 2 * t1. The area is pi * (D^2 - (D - 2 * t1)^2) / 4, the same as pi * (D^2 - d^2) / 4 when d is the inner diameter.

For a hollow rectangle, the inner rectangle has width W - 2 * t1 and height H - 2 * t2. A wall thicker on the top and bottom than on the sides is allowed as long as neither thickness collapses the inner rectangle.

For an I-beam, the cross-section is two flanges plus a web, giving 2 * t1 * W + (H - 2 * t1) * t2. For an equilateral triangle, the formula is (sqrt(3) / 4) * L^2, which Wolfram MathWorld records as 0.4330 * L^2.

Worked example: I-beam with W = 6, H = 10, t1 = 1, t2 = 0.5

Pick I-beam, enter W = 6, H = 10, t1 = 1, t2 = 0.5 in inches.

Flange area = 2 * t1 * W = 12. Web area = (H - 2 * t1) * t2 = 4. Total A = 16.

Cross-sectional area 16.00 square inches.

The two flanges carry most of the area (12 of 16 square inches), and the web adds 4. Multiply by length to get volume, and by density to get weight per length.

According to Wolfram MathWorld, the area of a circle of radius r is pi * r^2, equivalently pi * D^2 / 4 when the diameter is D

When the cross-section is a solid circle and the same radius is reused for circumference, diameter, and area, the Circle Calculator returns all four from one input.

Key Concepts Explained

Four terms show up in every cross-section problem. Understanding them keeps the right numbers in the right formula.

Cross-section

The flat shape you get when a plane slices through a solid. The area of that slice is the cross-sectional area, and it is what this calculator returns.

Outer and inner dimensions

Outer dimensions are the outside measurements of the shape. Inner dimensions are the measurements of any hole inside. The cross-section is the outer area minus the inner area.

Wall thickness

The thickness of the material on a tube or hollow rectangle. It must be less than half of the corresponding outer dimension or the inner hole collapses to zero or negative area.

Flange and web

An I-beam is treated as two horizontal flanges and a vertical web. The flanges are the wide top and bottom plates, and the web is the vertical middle plate.

Keeping the units consistent is the single most common source of cross-section errors. If W is in inches and the area comes back in square inches, multiply by a length in inches to get a volume in cubic inches. Mixing units gives a meaningless area.

For a plain solid rectangle where the only inputs are two sides and the goal is the same per-slice area, the Length Width Area Rectangle Calculator gives the result without the cross-section framing.

How to Use the Cross Sectional Area Calculator

Pick the shape, type the dimensions in a single linear unit, and read the cross-sectional area in the corresponding square unit.

  1. 1 Choose the cross-section shape: Pick the shape that matches the slice you need: solid circle, tube, solid rectangle, hollow rectangle, equilateral triangle, or I-beam.
  2. 2 Enter the outer dimensions: Type W and, for shapes that need it, H. For a circle, tube, or equilateral triangle, W is the only outer dimension that matters.
  3. 3 Enter the thickness where needed: Type t1 for a tube wall, t1 and t2 for a hollow rectangle, or t1 and t2 for an I-beam. Solid shapes do not need these values.
  4. 4 Read the cross-sectional area: The result row shows the area in the same square unit as your input dimensions. Multiply by length to get volume, and by density to get mass per length.
  5. 5 Check the wall thickness limits: If the calculator flags a wall thickness error, your wall is too thick. Reduce t1 or t2 so the wall is less than half the matching outer dimension.
  6. 6 Use the area for the next step: Feed the area into a beam load, pipe weight, or wire resistance calculation. The per-slice area is the input those tools expect.

Suppose you are sizing a 6 inch Schedule 40 steel pipe with outer diameter 6.625 inches and wall thickness 0.28 inches. Pick tube, enter W = 6.625 and t1 = 0.28, and read the area. The inner diameter is 6.625 - 2 * 0.28 = 6.065 inches, giving about 5.58 square inches.

When the cross-section is an irregular polygon instead of a standard beam shape, the Polygon Area Calculator returns the area from the vertex coordinates in the same unit system.

Benefits of Using the Cross Sectional Area Calculator

Reading the cross-sectional area for six common shapes in one tool keeps beam, tube, and bar sizing on a single page.

  • Six shapes in one tool: Cover the most common cross-sections in a single calculator so a switch from a tube to an I-beam does not require a new tool.
  • Single result row, no clutter: Return one area value in the same square unit as the input dimensions, easy to copy into a weight, flow, or moment-of-inertia step.
  • Wall thickness validation: Catch the common mistake of a wall that is too thick, where the inner hole would collapse, with a clear error message.
  • Formula box and worked example: Show the active formula and walk through a real I-beam example in the same units the user enters, so the math is auditable.
  • Beam and tube framing support: Pair the area with a beam load or pipe weight calculator to turn the per-slice area into a usable engineering number.

For a circular cross-section that also needs the circumference, arc length, diameter, and area from one radius, the Circle Length Calculator pairs the area with the rest of the circle measurements.

Factors That Affect Your Results

The cross-sectional area is exact for an ideal shape, but the unit choice and the wall geometry change which value you should trust for the next step.

Linear unit consistency

Pick a single linear unit and use it for W, H, t1, and t2. Inches give square inches, millimeters give square millimeters, and feet give square feet. Mixing units in the same row returns a meaningless area.

Wall thickness limits

For a tube or hollow rectangle, the wall thickness must be less than half the matching outer dimension. For an I-beam, the flange thickness must be less than half the total height, or the inner area collapses and the formula is not valid.

Beam shape assumptions

The I-beam formula assumes a uniform beam with two flanges of equal thickness and a single web. Tapered flanges, fillets, and round corners change the area slightly and are not captured by the model.

Shape selector coverage

The calculator covers the six most common engineering cross-sections. Shapes outside that set, like C, L, or T sections, need their own dedicated tools or a generic polygon area calculator.

  • The calculator returns the area of an ideal geometric shape, so a real beam with rolled fillets, a real pipe with mill tolerance, or a real bar with chamfered edges will differ by a small amount.
  • The I-beam model treats the flanges and web as three separate rectangles that touch. A more accurate cross-section rounds the inside corners with a small fillet radius, which adds a small but real amount of area on rolled sections.

According to Wolfram MathWorld, the area of an equilateral triangle with side L is (sqrt(3) / 4) * L^2, about 0.4330 * L^2

According to Wikipedia, a cross-section is the intersection of a body in three-dimensional space with a plane, and the cross-sectional area of a tube is the difference between the outer and inner circular areas

For a regular hexagonal cross-section like a wrench or a hex bar, the Hexagon Calculator returns the area from the side length or the apothem with the same input style.

cross sectional area calculator showing the area of a circle, tube, rectangle, hollow rectangle, I-beam, and equilateral triangle for a chosen shape
cross sectional area calculator showing the area of a circle, tube, rectangle, hollow rectangle, I-beam, and equilateral triangle for a chosen shape

Frequently Asked Questions

Q: What is the cross sectional area formula for a circle?

A: The cross sectional area of a circle of radius r is A = pi * r^2. When the diameter D is known, the formula becomes A = pi * D^2 / 4, which is the form the calculator uses for a solid circle.

Q: How do you calculate the cross sectional area of a hollow tube?

A: A hollow tube is the outer circle minus the inner circle. With outer diameter D and inner diameter d, A = pi * (D^2 - d^2) / 4. From wall thickness t, use d = D - 2 * t, giving A = pi * (D^2 - (D - 2 * t)^2) / 4.

Q: What is the cross sectional area of an I beam?

A: An I-beam is treated as two horizontal flanges plus a vertical web. With flange width W, total height H, flange thickness t1, and web thickness t2, the area is A = 2 * t1 * W + (H - 2 * t1) * t2.

Q: How do you find the cross sectional area of a hollow rectangle?

A: A hollow rectangle is the outer rectangle minus the inner rectangle. With outer width W, outer height H, and wall thicknesses t1 and t2, A = W * H - (W - 2 * t1) * (H - 2 * t2). For a uniform wall, set t1 = t2.

Q: What units are used for cross sectional area?

A: Cross sectional area is always in square units that match the input linear units. Inches give square inches, millimeters give square millimeters, and feet give square feet. Multiply by length to get volume in cubic units.

Q: Why does cross sectional area matter for beams?

A: Cross sectional area is the starting point for weight, paint, fluid flow, and structural analysis. Multiply the area by length to get beam volume, by density to get mass, and by material cost to get a per-length price.