Skip to content
Allin

Shoelace formula calculator

Compute a polygon's area with the shoelace formula (Gauss's area formula): sum the cross-products of consecutive vertex coordinates, halve, and take the absolute value — A = ½·|Σ(xᵢ·yᵢ₊₁ − xᵢ₊₁·yᵢ)|. It also gives the signed area, whose sign tells you the winding direction, plus the perimeter and centroid.

Distance Formula CalculatorFind the distance between two points on an interactive coordinate plane, with the Pythagorean working, the midpoint, the slope and the direction angle.Triangle area calculator (Heron's formula)Compute a triangle's area from the length of its three sides.Quadratic Formula CalculatorSolve ax² + bx + c = 0: get the discriminant, both roots and the nature of the solutions.Cone flat pattern generatorUnroll a cone or a truncated cone (frustum) into the flat sheet you cut out to build it. From the radii and height it computes the slant height, the exact sector angle and radii, the lateral area and the base arc length, and draws the pattern to scale — for sheet metal, paper craft or a lampshade.Irregular polygon area calculatorThe area of any polygon — regular or not, convex or concave — from its corner coordinates. Enter the vertices in order and the shoelace formula returns the exact area, plus the perimeter, the centroid and whether the points run clockwise or counter-clockwise, with a drawing of the shape. Ideal for land plots and CAD sketches.Polygon diagonals calculatorHow many diagonals a polygon has, from its number of sides: n·(n−3)/2 — because each vertex connects to all others except itself and its two neighbours. It also names the polygon and gives the number of triangles it splits into and the sum of its interior angles.Rectangle calculatorEvery property of a rectangle from any two you know. Pick what you have — length & width, area & a side, perimeter & a side, or diagonal & a side — and it returns the length, width, area, perimeter and diagonal, using A = l·w, P = 2(l+w) and d = √(l²+w²).Regular polygon calculatorEvery measure of a regular polygon from the number of sides and the side length: the area, perimeter, interior and exterior angles, the sum of interior angles, the apothem (inradius), the circumradius and the number of diagonals. One entry, the full geometry — for triangles through many-sided polygons.

Open Shoelace formula calculator and you get an answer straight away, with no account to create. It covers sum the cross-products of consecutive vertex coordinates, halve, and take the absolute value — A = ½·|Σ(xᵢ·yᵢ₊₁ − xᵢ₊₁·yᵢ)|. It also gives the signed area, whose sign tells you the winding direction, plus the perimeter and centroid — adjust any of them and the result follows immediately.

How to use it

  1. Open the tool — no signup or install needed.
  2. Enter your input or adjust the available options.
  3. Get your result instantly, then copy or download it.

Frequently asked questions

What is Shoelace formula calculator?

Compute a polygon's area with the shoelace formula (Gauss's area formula): sum the cross-products of consecutive vertex coordinates, halve, and take the absolute value — A = ½·|Σ(xᵢ·yᵢ₊₁ − xᵢ₊₁·yᵢ)|. It also gives the signed area, whose sign tells you the winding direction, plus the perimeter and centroid.

What does a concrete case look like?

(0,0), (4,0), (0,3) → A = 6 — the tool shows every step in between, not just the final figure.

What does it take into account?

It factors in sum the cross-products of consecutive vertex coordinates, halve, and take the absolute value — A = ½·|Σ(xᵢ·yᵢ₊₁ − xᵢ₊₁·yᵢ)|. It also gives the signed area, whose sign tells you the winding direction, plus the perimeter and centroid. Change any of them and the output follows immediately.

When would I actually use this?

Homework and site work alike: how much paint a wall takes, how much water a tank holds, whether a corner is square — and, on the coordinate side, the slope between two points, the distance across a plan, the midpoint of a span.

What is the most common mistake?

Mixing units inside one shape. Entering a length in centimetres and a width in metres gives an area wrong by a factor of a hundred, and the result looks perfectly plausible.

How is Shoelace formula calculator different from Distance Formula Calculator?

They sit next to each other but answer different questions: Distance Formula Calculator is the one to open when you need it to find the distance between two points on an interactive coordinate plane, with the Pythagorean working, the midpoint, the slope and the direction angle. Pick whichever matches what you're starting from — both are free.

Is there a tool for the next step?

Triangle area calculator (Heron's formula) is the closest one after this: Compute a triangle's area from the length of its three sides.

Where do the figures come from?

The formulas are the classical ones and the results are exact to the precision shown — geometry does not change with the year or the country, so nothing here needs updating.

Further reading

All guides