Concave polygon
Expected area: 8.8 square units. The inward notch is valid because the edges do not cross and the vertices still follow the boundary.
Tip: Click to add a vertex. Drag points to adjust. The polygon is closed automatically for calculations.
Auto-order is a helper for unordered pasted points. Radial sorting can fail for some concave polygons, so check the edge path before trusting the result.
| # | x | y | Actions |
|---|
Accepted formats: “x,y” or “x y” per line. Scientific notation OK.
This calculator helps you find the area of an irregular polygon from a list of coordinates. It is built for shapes that do not have a simple formula, such as odd floor plans, custom land plots, or sketch-like outlines. Instead of measuring triangles by hand, you can drop in your vertices and get the polygon area, perimeter, and centroid in one clear result.
The core idea is the shoelace formula (also called Gauss’s area formula). Imagine writing the x and y coordinates in two columns and “lacing” them diagonally; multiplying down, multiplying up, then subtracting gives the signed area. If your points run counterclockwise, the signed area is positive; clockwise points make it negative. The calculator also shows the absolute area so you always see a positive measurement for real-world use.
How to calculate irregular polygon area:
The calculator also computes the perimeter by summing each edge length, and the centroid (the balance point of the shape). These are useful when you need total fencing length, the center of mass for a cutout, or a reference point for CAD work. If you are using the tool as a coordinate area calculator or a polygon perimeter calculator, the results are consistent as long as your points are in the correct order.
Real-world examples include estimating the area of an irregular garden, verifying a property survey outline, calculating the footprint of a room with angled walls, or computing a custom shape for laser cutting. Designers and engineers often use the centroid to place labels, drill holes, or align components. GIS users can also benefit from the signed area to confirm orientation when working with map data.
Reference formulas:
All computation and rendering occur entirely in your browser.
Shoelace formula for signed polygon area, Euclidean edge lengths for perimeter, and the standard area-weighted polygon centroid formula.
Coordinates are planar x,y values, vertices are ordered around one boundary, and the polygon is simple with no crossing edges.
Your coordinates are processed in this page only. The calculator does not upload pasted points, imported files, or results.
Last reviewed: June 30, 2026. Editorial check: formulas, unit labels, validation warnings, and example results were reviewed for calculator-specific accuracy.
Expected area: 8.8 square units. The inward notch is valid because the edges do not cross and the vertices still follow the boundary.
Expected area: 5,400 m², which is about 0.54 hectares or 1.33 acres. Use meters as the unit so the area becomes square meters.
Expected area: 24 square units. Reversing the order changes the signed area from positive to negative, but the absolute area stays 24.
Yes. Enter vertices in clockwise or counterclockwise order around the boundary. Auto-order (radial) can help with many pasted lists, but it can fail on some concave polygons.
Yes. Concave polygons work as long as they are simple polygons: ordered vertices, one boundary, and no crossing edges.
When edges cross, the shoelace sum can cancel overlapping signed regions. A bow-tie outline therefore needs a separate interpretation before one real-world area can be chosen.
Usually no. The same side lengths can form different irregular polygons with different areas. Coordinates, angles, diagonals, or another constraint are needed.
The coordinate unit is squared in the area result. Coordinates in meters produce square meters; feet produce square feet; yards produce square yards.
Not for accurate area. Latitude and longitude are angular coordinates on a curved surface. Project them to a suitable planar coordinate system first, then enter the projected x,y values.
The calculator is designed for practical browser use with dozens or hundreds of vertices. Very large outlines may still calculate, but editing them visually can become cumbersome.
Clockwise and counterclockwise orders produce opposite signed areas. The absolute area stays positive; the sign tells you the winding direction.
Yes. Everything runs locally; nothing is uploaded.