Calculate the area of any polygon by entering the coordinates of its vertices
Learn how to use the Area of a Polygon Calculator calculator and its working principles
The Shoelace formula is a mathematical algorithm to determine the area of a simple polygon whose vertices are described by their Cartesian coordinates in the plane.
For a polygon with vertices (x₁,y₁), (x₂,y₂), ..., (xn,yn), the formula is:
Area = 0.5 × |Σ(xiyi+1 - xi+1yi)|
Where Σ denotes the sum over all edges of the polygon.
Make sure your vertices are listed in order (either clockwise or counterclockwise) for accurate results.
The calculator assumes that the vertices form a simple polygon (they don't cross each other).