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.
Related tools
All Geometry tools →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
- Open the tool — no signup or install needed.
- Enter your input or adjust the available options.
- 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.