Free Online Tool — No Sign-up Required

Polygon Area Calculator

Calculate the area of any polygon — 3 to 8+ sides, irregular lots, uneven sides, or coordinates. Convert results to acres, hectares, square feet & more.

🧮 Polygon Dimensions
Results
Acres
Hectares
Square Feet
Square Meters
Square Miles
Square Kilometers
📏 Perimeter — ft
📊 Interactive Diagram
🏈
Approximately equal to 0 football fields

A polygon area calculator computes the area of any multi-sided land parcel — from triangles (3 sides) to octagons (8 sides) and beyond — and converts the result to acres, hectares, square feet (sq ft), square meters (m²), and other units. This free online tool supports two input methods: enter individual side lengths for regular or irregular polygons, or enter vertex coordinates for exact area calculation using the Shoelace formula (Gauss's area formula).

The polygon area calculator serves property owners measuring irregular lots with uneven sides, land surveyors computing parcel areas from GPS coordinates, real estate professionals estimating acreage for non-rectangular properties, and construction teams calculating site coverage for zoning compliance. This page covers what a polygon is, how to calculate polygon area by side lengths and coordinates, formulas for 3-sided through 8-sided shapes, the Shoelace formula explained step by step, and answers to 10 frequently asked questions about polygon land measurement.

What is a Polygon?

A polygon is a closed 2D shape with 3 or more straight sides. In land measurement, almost every property boundary forms a polygon — from simple triangular plots to complex parcels with 6, 8, or more sides. Polygons are classified by their number of sides: triangle (3), quadrilateral (4), pentagon (5), hexagon (6), heptagon (7), and octagon (8).

Polygons are further divided into regular (all sides and angles equal) and irregular (sides and/or angles differ). Most real-world land parcels are irregular polygons — properties with uneven sides, different lengths, and non-right angles. The polygon area calculator above handles both regular and irregular polygons with 3 to 8+ sides.

📐
Regular Polygon
All sides equal length, all interior angles equal. Area = (n × s²) ÷ (4 × tan(π/n))
🔷
Irregular Polygon
Sides of different lengths and/or unequal angles. Requires coordinates or triangulation for exact area
📍
Coordinate Method
Plot each corner as (X, Y) and apply the Shoelace formula for exact area of any polygon shape
📐 Interactive Acre Visualizer
1 acre ≈ 75% of a football field

The green overlay shows 1 acre relative to the selected field. Toggle between comparisons to see how an acre measures up.

Polygon Types & Interior Angles

The interior angles of a regular polygon sum to (n − 2) × 180°, where n is the number of sides. Each interior angle of a regular polygon equals (n − 2) × 180° ÷ n. The following table shows properties for regular polygons with 3 to 8 sides:

Polygon Sides Interior Angle Area Formula (side = s)
Triangle360°(√3 / 4) × s²
Square490°
Pentagon5108°(√(25 + 10√5) / 4) × s²
Hexagon6120°(3√3 / 2) × s²
Heptagon7≈128.57°≈ 3.6339 × s²
Octagon8135°2(1 + √2) × s²
🔷 Acre Shape Explorer
Dimensions
208.71 × 208.71 ft
Perimeter
834.84 ft
Area
43,560 ft²

An acre has no fixed shape — all these shapes have exactly the same area: 43,560 sq ft.

Lot Size Reference: What Does an Acre Look Like?

One acre covers about 75% of an American football field (including end zones) or 89% of a standard FIFA soccer field. Here are 5 real-world size comparisons for one acre of land:

🅿️
Parking Spaces
≈ 150 parking spaces (180 sq ft per space with driving lanes)
🏀
Basketball Courts
≈ 4.5 NBA basketball courts (each court is 4,700 sq ft)
🏠
Home Footprints
≈ 18 homes at 2,400 sq ft each, without yard space

Land parcels in real estate and agriculture are sold in fractional portions of an acre. Here is a quick reference for common lot sizes in square feet:

¼
Quarter Acre
10,890 ft²
Third Acre
14,520 ft²
½
Half Acre
21,780 ft²
1
Full Acre
43,560 ft²
📊 Interactive Lot Fraction Visualizer
43,560 ft² 1 full acre

Click a fraction to see how much of an acre it covers. The green area shows the selected portion.

How to Calculate Polygon Area

To calculate the area of a polygon, choose the method based on the information available: use the regular polygon formula for shapes with equal sides, Heron's formula for triangles with 3 known sides, or the Shoelace formula for any polygon with known vertex coordinates. The polygon area calculator above performs all three methods automatically.

Method 1: Regular Polygon Formula

For a regular polygon where all sides are equal length, use the following formula:

📐 Regular Polygon Area Formula
Area = (n × s²) ÷ (4 × tan(π/n))
where: n = number of sides, s = side length
Example: A regular hexagon with 100 ft sides:
(6 × 100²) ÷ (4 × tan(π/6)) = 25,980.76 sq ft = 0.5966 acres

Method 2: Heron's Formula (Triangles — 3 Sides)

For a triangle where all 3 side lengths are known, use Heron's formula to calculate the area without needing the height:

📐 Heron's Formula — Triangle Area
Area = √(s × (s−a) × (s−b) × (s−c))
where: s = (a + b + c) ÷ 2 (semi-perimeter)
Example: A triangle with sides 300 ft, 400 ft, and 500 ft:
s = (300 + 400 + 500) ÷ 2 = 600
Area = √(600 × 300 × 200 × 100) = 60,000 sq ft = 1.378 acres

Method 3: Brahmagupta's Formula (Quadrilaterals — 4 Sides)

For a quadrilateral with 4 known sides, Brahmagupta's formula gives the maximum possible area (achieved when the quadrilateral is cyclic — inscribed in a circle):

📐 Brahmagupta's Formula — Quadrilateral Area
Area = √((s−a) × (s−b) × (s−c) × (s−d))
where: s = (a + b + c + d) ÷ 2 (semi-perimeter)
Example: A quadrilateral with sides 200 ft, 250 ft, 300 ft, 350 ft:
s = (200 + 250 + 300 + 350) ÷ 2 = 550
Area = √(350 × 300 × 250 × 200) = 72,457 sq ft ≈ 1.664 acres

Method 4: Shoelace Formula (Any Polygon — Coordinates)

The Shoelace formula (also called the Surveyor's formula or Gauss's area formula) calculates the exact area of any polygon when you know the (x, y) coordinates of each vertex:

📐 Shoelace Formula — Coordinate Method
Area = ½ × |Σ(xᵢ × yᵢ₊₁ − xᵢ₊₁ × yᵢ)|
Example: A quadrilateral with corners at:
P1 = (0, 0), P2 = (200, 0), P3 = (250, 180), P4 = (30, 200)
= ½ × |(0×0 − 200×0) + (200×180 − 250×0) + (250×200 − 30×180) + (30×0 − 0×200)|
= ½ × |0 + 36,000 + 44,600 + 0| = 40,300 sq ft = 0.925 acres

5 steps to calculate polygon area using the Shoelace formula:

  1. Identify all corners (vertices) of the polygon and list them in sequential order — either clockwise or counterclockwise
  2. Record each vertex as an (x, y) coordinate in consistent units (feet, meters, etc.)
  3. For each pair of consecutive vertices, compute xᵢ × yᵢ₊₁ and xᵢ₊₁ × yᵢ
  4. Sum all the cross products, take the absolute value, and divide by 2 to get the area in square units
  5. Divide the square feet total by 43,560 to convert to acres

Measuring Polygon Area with Google Maps

Google Maps can measure the area of any polygon-shaped land parcel using the built-in distance measurement tool. Here are 5 steps to measure polygon acreage with Google Maps:

  1. Open Google Maps (maps.google.com) and search for the property address or GPS coordinates
  2. Switch to Satellite view by clicking the "Layers" button in the bottom-left corner
  3. Right-click on a starting corner of the property boundary and select "Measure distance"
  4. Click on each corner of the polygon boundary to outline all sides of the land parcel
  5. Close the shape by clicking on the starting point — Google Maps displays the total area in square feet (sq ft) and square meters (m²). Divide by 43,560 for acres

Measuring Polygon Area with Google Earth

Google Earth Pro provides more precise polygon area measurements than Google Maps with a dedicated polygon measurement tool. Here are 6 steps:

  1. Download and install Google Earth Pro (free) from earth.google.com
  2. Search for the property address or coordinates in the search bar
  3. Select the "Add Polygon" tool from the toolbar (or go to Add > Polygon)
  4. Click on each corner of the property boundary to trace all sides of the polygon
  5. Close the polygon by clicking on the starting point
  6. View the calculated area in the "Measurements" tab — Google Earth Pro displays results in acres, hectares, square feet (sq ft), and square meters (m²)
🧮 Try It — Live Acreage Calculator
×
1 330 × 660 = 217,800 sq ft
2 217,800 ÷ 43,560 = 5.0000 acres
Result
5.0000
acres (2.02 hectares)

Unit Conversion Reference Table

The following reference table provides area unit conversions between 10 common land measurement units used in real estate, agriculture, and surveying:

From To Multiply By
AcresSquare Feet43,560
AcresSquare Meters4,046.86
AcresHectares0.404686
AcresSquare Miles0.0015625
AcresSquare Yards4,840
AcresSquare Kilometers0.00404686
HectaresAcres2.471054
Square FeetAcres0.00002296
Square MetersAcres0.000247105
Square MilesAcres640

Polygon Area in Different Units

Use the following quick reference when converting polygon area calculations between common units:

AcresSquare FeetSquare YardsSquare Meters
0.25 acres10,890 ft²1,210 yd²1,011.71 m²
0.33 acres14,375 ft²1,597 yd²1,335.46 m²
0.5 acres21,780 ft²2,420 yd²2,023.43 m²
1 acre43,560 ft²4,840 yd²4,046.86 m²
2 acres87,120 ft²9,680 yd²8,093.72 m²
5 acres217,800 ft²24,200 yd²20,234.3 m²
10 acres435,600 ft²48,400 yd²40,468.6 m²
🔄 Live Unit Converter
Acres
1
Hectares
0.4047
Square Feet
43,560
Square Meters
4,046.86
Square Miles
0.001563
Square Km
0.004047

Frequently Asked Questions

Common questions about acres, acreage calculations, land measurement, and unit conversions.

To calculate the area of a 4-sided irregular lot (quadrilateral), use Bretschneider's formula or the coordinate method. With side lengths only, Brahmagupta's formula provides a close estimate for cyclic quadrilaterals: Area = √((s−a)(s−b)(s−c)(s−d)), where s is the semi-perimeter and a, b, c, d are the four side lengths. For exact results with any quadrilateral, use the coordinate method: plot each corner as (x, y) coordinates and apply the Shoelace formula. The polygon area calculator above supports both methods.

Yes, you can calculate acreage for a 5-sided lot (pentagon) with uneven sides using the coordinate method. Measure each corner of the property as GPS coordinates or plot coordinates, enter them into the polygon area calculator, and the Shoelace formula calculates the exact area in square feet. Divide by 43,560 to convert to acres. For side-length-only input, the calculator approximates the area using the average side length applied to a regular polygon formula.

To find area using coordinates, list the (x, y) position of each vertex (corner) of the polygon in order around the boundary. Then apply the Shoelace formula: Area = ½ × |Σ(xᵢ × yᵢ₊₁ − xᵢ₊₁ × yᵢ)|. This formula works for any polygon shape — regular, irregular, convex, or concave — as long as the vertices are listed in sequential order. The polygon area calculator above automates this calculation and converts the result to acres, hectares, and other units.

The Shoelace formula (also called the Surveyor's formula or Gauss's area formula) calculates the area of any polygon from its vertex coordinates. The formula is: Area = ½ × |Σ(xᵢyᵢ₊₁ − xᵢ₊₁yᵢ)| for vertices listed in order. It gets its name because the cross-multiplication pattern resembles lacing a shoe. The Shoelace formula is the standard method used in land surveying, GIS software, and CAD applications for computing polygon areas.

Polygon area calculations using the Shoelace formula are mathematically exact when the vertex coordinates are accurate. The accuracy depends entirely on how precisely the corner points are measured. Professional land surveys using total stations achieve accuracy within 0.01 feet (3 mm). GPS measurements from consumer devices are accurate within 3–10 feet (1–3 meters). For legal property boundaries, always use coordinates from a licensed land surveyor's plat map or certified GPS survey.

For a regular hexagon (6 equal sides), use the formula: Area = (3√3 / 2) × s², where s is the side length. For an irregular hexagon with 6 different side lengths, use the coordinate method: measure each corner as an (x, y) point and apply the Shoelace formula. Alternatively, divide the hexagon into triangles, calculate each triangle's area separately, and sum them. The polygon area calculator above handles both regular and irregular hexagons.

A regular polygon has all sides equal in length and all interior angles equal (e.g., a square, equilateral triangle, or regular hexagon). An irregular polygon has sides of different lengths and/or unequal angles (e.g., a rectangular lot that isn't perfectly square, or an L-shaped parcel). Most real-world land parcels are irregular polygons. The polygon area calculator handles both types — use the 'Regular polygon' checkbox for equal sides, or enter each side individually for irregular shapes.

To calculate acreage for an irregular lot: (1) Identify all corners of the property from a survey or plat map, (2) Record each corner as an (x, y) coordinate in feet or meters, (3) Enter the coordinates into a polygon area calculator or apply the Shoelace formula, (4) Divide the result in square feet by 43,560 to get acres. For properties with curved boundaries, approximate the curve with multiple short straight segments. Google Earth Pro can also trace irregular lot boundaries and display the area directly.

You can calculate exact area from side lengths alone only for triangles (3 sides, using Heron's formula) and regular polygons (all sides and angles equal). For irregular polygons with 4 or more sides, side lengths alone do not uniquely determine the shape — the same four sides can form many different quadrilaterals with different areas. For exact results with irregular polygons, you need either coordinates or side lengths plus interior angles. The polygon area calculator provides estimates for side-length-only input and exact results for coordinate input.

A square lot with 4 sides of 200 feet each has an area of 200 × 200 = 40,000 square feet, which equals 0.918 acres (40,000 ÷ 43,560). However, if the 4 sides of 200 feet form a non-square shape (e.g., a rhombus or irregular quadrilateral), the area will be less than 40,000 sq ft. The maximum area for a quadrilateral with a fixed perimeter is always a square. Use the polygon area calculator with coordinates for exact measurements of non-square lots.