The area of an irregular hexagon splits into two clean cases: a regular hexagon (six equal sides) collapses to A = (3√3/2)·s², while a truly irregular six-sided figure needs to be cut into triangles or read off coordinates. The reason most people land on this question is that "irregular" gets used loosely — once you confirm all six sides are equal, the shape is regular and the formula collapses to a single multiplication. The Hexagon Area Calculator handles that common case in one line: you type the side length, and it returns the area, perimeter, apothem, and circumradius using the exact value of √3. If the sides really are different lengths, the same math still works, but you apply it triangle by triangle instead of all at once. Either way, the goal of this guide is to give you a method that fits the shape you actually have, not a generic answer that hides assumptions.

For clarity throughout: a regular hexagon has six equal sides and six equal interior angles of 120°. An irregular hexagon still has six sides and six angles that sum to 720°, but the sides and angles are not all equal. The calculator on this page is built for the regular case. The triangulation method below covers the irregular case.

how to calculate irregular hexagon area
how to calculate irregular hexagon area

Regular vs. Irregular Hexagon: Which One Do You Have?

Before reaching for any formula, decide which type of six-sided figure you are actually measuring. The distinction is one measurement per side, and it changes the whole approach to the problem.

A regular hexagon is one where every side is the same length and every interior angle is 120°. Real-world examples include standard hex nuts, the cells in a honeycomb, and most manufactured tiles cut for hexagonal patterns. For these shapes, you only need a single number — the side length — to lock down the entire geometry: area, perimeter, apothem, and circumradius all fall out of one formula each.

An irregular hexagon is a six-sided shape with at least one side or angle that does not match the others. You might see these in custom-cut floor tiles, oddly-shaped plot boundaries, art projects, or organic chemistry diagrams where a ring of atoms gets distorted. For these shapes, you cannot shortcut to a single formula — you have to use the structure of the figure itself, usually by triangulation or by coordinates.

Quick check: measure three non-adjacent sides. If all six are equal, use the calculator below. If they differ, move to the triangulation method further down.

The Formula Behind the Hexagon Area Calculator

The formula A = (3√3/2)·s² comes from one elegant geometric fact: a regular hexagon splits cleanly into six equilateral triangles that all meet at a single center point. Each of those triangles has three sides of length s, so each has the standard equilateral-triangle area (√3/4)·s². Six of them give the whole hexagon:

6 × (√3/4)·s² = (6√3/4)·s² = (3√3/2)·s²

The constant 3√3/2 is roughly 2.598076, so the area of a regular hexagon is about 2.598076 times the side squared. Because the tool uses the exact value of √3 rather than a rounded 1.732, the answer holds to many decimal places without drift.

The same hexagon also gives you three extra measurements for free. The perimeter is just 6·s (six equal edges). The apothem — the distance from the center to the middle of any side — is (√3/2)·s ≈ 0.8660254·s, which is also the radius of the largest circle that fits inside the shape. The circumradius — the distance from the center to any corner — equals s exactly. That last identity is unique to the regular hexagon, and it is why a hexagon wraps perfectly around a circle of the same radius.

A quick worked example: with s = 2, the area is (3√3/2)·4 = 6√3 ≈ 10.3923 square units, the perimeter is 12, the apothem is √3 ≈ 1.7320508, and the circumradius is 2. The Hexagon Area Calculator shows all four numbers side by side the moment you type 2 into the side-length field.

How to Calculate a Hexagon's Area with the Free Tool

For a regular hexagon, the entire job is three steps. The tool runs locally in your browser, so nothing is uploaded and your measurements stay on your device.

  1. Enter the side length (s) — the length of one edge of the regular hexagon — in any unit (cm, m, inches, feet). All six sides are equal, so any one of them is enough.
  2. Read the worked formula — the calculator instantly applies A = (3√3/2)·s² using the exact value of √3 and shows the substitution so you can verify the arithmetic.
  3. Note the four results — area (in square units), perimeter (6·s), apothem ((√3/2)·s), and circumradius (s). All four appear below the input field.

Because the tool does not convert units, the side length and area stay paired: cm in, cm² out; m in, m² out; inches in, in² out. Use the same unit for the side throughout and the result is mathematically exact.

Finding an Irregular Hexagon's Area by Triangulation

If your six sides really are unequal, the fastest hand method is triangulation: pick one vertex, draw diagonals from it to the other three non-adjacent vertices, and split the hexagon into four triangles. Find the area of each triangle separately, then add them. The Triangle Area Calculator is one option for this step.

A second approach is the shoelace formula. List the (x, y) coordinates of the six vertices in order around the shape — they can come from a CAD file, a survey, or a graph paper reading. Compute ½·|Σ(xᵢ·yᵢ₊₁ − xᵢ₊₁·yᵢ)|. That single sum gives the signed area, taking the absolute value for the actual area. This is the standard technique for any polygon with unequal sides and works for irregular hexagons just as well as for irregular pentagons or heptagons.

A third path, useful in surveying and GIS, is the trapezoid decomposition: split the shape into vertical strips, treat each strip as a trapezoid, then sum their areas. It is more tedious than the other two but works on shape files and plotted polygons without manual triangulation.

Choosing the Right Method for Your Shape

The table below lines up the three approaches so you can pick the one that matches the inputs you already have.

MethodBest forInputs neededResult
Hexagon Area CalculatorRegular hexagons (six equal sides)One side length sArea, perimeter, apothem, circumradius
Triangulation + Triangle Area CalculatorIrregular hexagons with measured diagonalsFour triangles' bases and heightsArea as the sum of triangle areas
Shoelace formulaIrregular hexagons from a drawing or survey(x, y) coordinates of all six verticesArea from a single signed sum

Use the calculator whenever you can confirm all six sides are equal — it is the fastest and returns the most measurements. Reach for triangulation when you have a sketch with diagonals drawn in. Use the shoelace formula when the shape lives on a coordinate grid. For figures that fail to fit any of these cleanly, divide into more pieces until each one does.

Where Hexagon Area Calculations Show Up in Real Work

Hexagons show up because they tile a plane with the smallest perimeter per unit area, which is why nature and engineering keep returning to them. Honeycomb cells are hexagonal for the same reason floor tiles, board-game maps, and asphalt patch patterns often are. Hex nuts and bolt heads are measured across their flats, which is twice the apothem of the regular hexagon at the nut face — double the tool's apothem output to match that dimension.

Engineers and machinists use hexagon area to compute material removed when milling a hex pocket, to size a hex die for a tap, or to estimate the cross-sectional area of a hex bar (steel, aluminum, titanium) used in structural members. Tilers and quilters use it to order the right number of tiles or fabric pieces for a hexagonal layout. Architects and surveyors use it for plot-line areas where a corner of the land is hexagonal. Students meet it in geometry and trigonometry classes as the cleanest worked example of how splitting a polygon into triangles yields its area formula.

In every one of these cases, the math is the same: regular hexagon, one side length, one formula. When the shape is irregular, the same triangle-based logic applies piece by piece. The Hexagon Area Calculator covers the regular case end to end, and the triangulation and shoelace approaches cover the rest.