Calculate the area of a polygon using the coordinates of its vertices
Enter the (x, y) coordinates of the polygon's vertices in order (clockwise or counter-clockwise) to find its area using the Shoelace formula.
Minimum of 3 vertices required. Vertices can be entered in clockwise or counter-clockwise order.
Click on any example to load it into the calculator.
A 4x4 square, a basic regular polygon.
Vertices:
0,0 4,0 4,4 0,4
A simple triangle with vertices at (0,0), (5,0), and (5,3).
Vertices:
0,0 5,0 5,3
A polygon with an inward-facing angle.
Vertices:
0,0 5,0 5,5 2.5,2.5 0,5
A more complex polygon with five vertices.
Vertices:
1,6 3,1 7,2 4,4 8,5
4,5
) or a space (e.g., 4 5
).x₁y₂ + x₂y₃ + ... + xₙy₁
.y₁x₂ + y₂x₃ + ... + yₙx₁
.