Intermediate

Polygon Area from Coordinates Calculator

Enter the ordered x,y vertices of any simple polygon to find its area, perimeter and centroid using the shoelace (surveyor) formula.
One vertex per line as x,y. Need at least 3 points in sequence.
Polygon area
12

From 4 vertices (shoelace formula)

Perimeter
14
Centroid Cx
2
Centroid Cy
1.5
Centroid
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Paste your polygon vertices as x,y pairs in order and this tool applies the shoelace formula: area = ½ of the absolute cross-product sum, plus the perimeter from edge lengths and the centroid from the signed-area weighted average. Works for any simple polygon, no repeated closing point needed.

Formula
A = ½ |Σ (xi·yi+1 − xi+1·yi)|
How this is calculated

List the polygon vertices as "x,y", one per line, walking around the boundary in order (clockwise or counter-clockwise). At least three vertices are required, and the edge from the last vertex back to the first is added automatically, so do not repeat the starting point.

The signed area is A = ½ Σ (xi·yi+1 − xi+1·yi), summed cyclically over all edges. The polygon area is the absolute value |A|; the sign of A tells you the winding direction (positive for counter-clockwise). The perimeter is the sum of edge lengths √(Δx² + Δy²). The centroid is Cx = 1/(6A) Σ (xi + xi+1)(xi·yi+1 − xi+1·yi) and Cy = 1/(6A) Σ (yi + yi+1)(xi·yi+1 − xi+1·yi), using the signed A.

Units follow the coordinates: if x and y are in metres, area is in square metres and perimeter in metres. The method assumes a simple (non-self-intersecting) polygon; self-crossing shapes give a net signed area that may not match the visual region, and a degenerate set of collinear points yields zero area and is rejected.

Frequently asked questions

Yes. The shoelace formula traces the boundary edge by edge, so list vertices sequentially around the perimeter. Either clockwise or counter-clockwise works; the area magnitude is the same.

No. The calculator automatically closes the polygon by connecting the last vertex back to the first, so just list each corner once.

The formula still returns a signed sum, but for self-crossing shapes that value may not equal the visible enclosed area. The shoelace method is intended for simple polygons.

Also known as

shoelace formula calculator
polygon area from coordinates
surveyor area
area by coordinates
gauss area
polygon area calculator
area from vertices
shoelace formula

APA

TG we-Calculate Editorial Team. (2026). Polygon Area from Coordinates Calculator [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/polygon-area-shoelace-calculator

Chicago

TG we-Calculate Editorial Team. "Polygon Area from Coordinates Calculator." TG we-Calculate. 2026. https://we-calculate.com/calculator/polygon-area-shoelace-calculator.

IEEE

TG we-Calculate Editorial Team, "Polygon Area from Coordinates Calculator," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/polygon-area-shoelace-calculator

BibTeX

@misc{wecalculate_polygon_area_shoelace_calculator, title = {Polygon Area from Coordinates Calculator}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/polygon-area-shoelace-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?