CalcPlatformPro
HomeFinanceHealthMathConstructionConvertersDateOtherFeedback
Feedback
CalcPlatform

Free, fast, and precise financial, mathematical, health, and engineering calculators.

Financial Suite

  • Mortgage Calculator
  • Auto Loan Calculator
  • Personal Loan Calculator
  • EMI Installment
  • SIP Wealth Growth
  • Compound Interest

Categories & Tools

  • Finance Hub
  • BMI Health Calculator
  • Percentage Calculator
  • Age Calculator
  • Math Category

Company & Legal

  • About Us
  • Privacy Policy
  • Terms & Conditions
  • Feedback & Contact
© 2026 CalcPlatform. All calculations run client-side for total privacy.
HomeMathArea Calculator

Area Calculator — Calculate the Area of 2D Shapes

Calculate area for rectangles, triangles, circles, trapezoids, polygons and more. See formulas, units, perimeter and step-by-step results.

Universal 2D Shape Area Solver
Presets:

2D Shape Parameters

Display Decimals:
Calculated Rectangle AreaA = l × w
50.0000 m²

Perimeter / Circumference = 30.0000 m

Square Feet538.1955 ft²
Acres0.0124 ac
Hectares0.0050 ha
Sq Inches77500.1550 in²
Material & Coverage Cost Estimator (Optional)
length (l)width (w)
Triangle Multi-Input Suite
Unit:
Triangle (Base & Height) Results
30.0000 m²

Perimeter = N/A

hbase (b)
Circle, Sector & Annulus Suite
Unit:
Circle Results
78.5398 m²

Circumference = 31.4159 m

r
Quadrilateral Suite
Unit:
Rectangle Results
96.0000 ft²

Perimeter = 40.0000 ft

length (l)width (w)
Regular Polygon Suite (n-gon)
Unit:
Regular 6-gon Results
64.9519 m²

Apothem a = 4.3301 m | Perimeter P = 30.0000 m

apothemside (s)
Irregular Polygon Shoelace Coordinate Solver

Supports comma or whitespace separated coordinates (e.g. “10, 6” or “10 6”). Minimum 3 vertices.

Irregular Polygon (5 Vertices) Results
80.0000 m²

Gauss's Shoelace Algorithm: A = ½ |Σ(x_i y_i+1 - x_i+1 y_i)|

Gauss Shoelace (5 vertices)
Master Area Unit Converter Matrix
Area UnitEquivalent Converted Value
Square Meters (m²)1.0000
Square Centimeters (cm²)10000.0000
Square Millimeters (mm²)1000000.0000
Square Feet (ft²)10.7639
Square Inches (in²)1550.0031
Square Yards (yd²)1.1960
Acres (ac)0.0002
Hectares (ha)0.0001
Square Miles (sq mi)< 0.0001
RELATED CALCULATORS:
Triangle Calculator|Volume Calculator|Surface Area Calculator & 3D Solids Net Suite

Calculate the Area of 2D Shapes

Area is the amount of two-dimensional space enclosed by a shape. It is measured in square units, such as square meters (m²), square centimeters (cm²), square feet (ft²), square inches (in²), acres, and other area units.

This area calculator lets you calculate the area of common geometric shapes by entering the dimensions you already know. Depending on the shape, you can also see related measurements such as perimeter, circumference, diagonals, apothem, unit conversions, and material requirements.

Instead of remembering a different formula for every shape, choose the geometry you need, enter its measurements, and check the calculation. The tool supports standard shapes as well as more specialized cases such as Heron's formula triangles, circular sectors, annuli, regular polygons, and irregular polygons defined by coordinates.

For simple shapes, the calculation is usually direct. For more complex shapes, the calculator applies the corresponding geometric formula and shows the result in the selected unit system.

Quick Navigation

Use these links to jump directly to the mathematical method you need:

Rectangle areaTriangle areaCircle areaSector & annulus areaTrapezoid & parallelogramRhombus & kiteRegular polygonIrregular polygon (coordinates)Choose correct formulaUnits & conversionsWorked examplesCommon mistakesFAQs

What Does Area Mean?

Area describes how much surface a two-dimensional figure covers.

A rectangle measuring 4 meters by 5 meters covers:

4 × 5 = 20 m²

The answer is expressed in square meters because the dimensions are measured in meters and two dimensions are multiplied together.

This distinction matters:

  • Length is one-dimensional.
  • Perimeter measures the boundary of a shape.
  • Area measures the enclosed surface.
  • Volume measures three-dimensional space (explored further in our Volume Calculator).

For example, a room may have a floor area of 20 m² while its perimeter is measured in linear meters. Those are fundamentally different physical quantities and should not be confused.

Rectangle Area

A rectangle is one of the simplest shapes for calculating area because its opposite sides are equal and its angles are right angles.

Formula
A = l × w

where A = area, l = length, and w = width.

The same basic relationship applies to a square. Because all sides of a square are equal:

A = s²
Example

Suppose a rectangular floor is Length = 8 m, Width = 5 m.

A = 8 × 5 = 40 m²

So the floor covers 40 square meters.

The rectangle and related elementary area formulas are standard geometry results documented by OpenStax.

Practical use:

Rectangle area is useful for floors, walls, rooms, gardens, sheets of material, rectangular lots, panels, tiles, and boards. When estimating materials, the geometric area may need to be increased to account for cutting waste, unusable sections, or installation losses.

Triangle Area

The most common triangle area formula uses the base and its perpendicular height. For solving complete triangles with side angles and trigonometric relationships, visit our dedicated Triangle Area Calculator.

Formula
A = ½ × b × h

where b = base and h = perpendicular height.

Example

For a triangle with Base = 10 m and Height = 6 m:

A = ½ × 10 × 6 = 30 m²

Why is there a one-half?

A triangle with a given base and perpendicular height occupies half the area of a parallelogram with the same base and height. That is the geometric reason for the factor of ½.

Important: height is not necessarily a side

For an angled triangle, the height is the perpendicular distance from the base to the opposite vertex. Using a sloping side as the height produces an incorrect area.

Triangle Area When All Three Sides Are Known (Heron's Formula)

When the three side lengths are known but the height is not, Heron's formula can be used. First calculate the semiperimeter:

s = (a + b + c) / 2

Then evaluate:

A = √[s(s - a)(s - b)(s - c)]

For example, for sides 7, 8, and 9: s = (7 + 8 + 9)/2 = 12, so A = √[12(12-7)(12-8)(12-9)] = √720 ≈ 26.8328 square units.

Circle Area

For a circle, area depends on the radius.

Formula
A = π × r²

where A = area, r = radius, and π ≈ 3.14159265359.

Example

For a circle with radius 5 m:

A = π × (5)² = 25π ≈ 78.5398 m²

The corresponding circumference is C = 2πr, so for r = 5 m, C ≈ 31.4159 m.

Radius versus Diameter Warning

A frequent mistake is entering the diameter as though it were the radius. If diameter is d, then r = d / 2 and A = π(d/2)². Do not substitute the full diameter into πr², which would overestimate area by a factor of 4.

Sector and Annulus Area

A circular sector is a portion of a circle bounded by two radii and an arc. For an angle measured in degrees:

Sector Formula
A_sector = (θ / 360°) × πr²

The corresponding arc length is L = (θ / 360°) × (2πr).

For r = 10 m and θ = 90°: A = (90/360) × π(10)² = 25π ≈ 78.5398 m², and arc length L = 5π ≈ 15.7080 m.

Annulus Area (Concentric Ring)

An annulus is the ring-shaped region between two concentric circles. Its area is:

A = π(R² - r²)

where R = outer radius and r = inner radius. The inner radius must be smaller than the outer radius (0 < r < R). For R = 10 m and r = 5 m: A = π(10² - 5²) = 75π ≈ 235.6194 m².

Trapezoid and Parallelogram Area

Trapezoid

A trapezoid has two parallel bases. If the bases are b₁ and b₂, and perpendicular height is h:

A = ½ × (b₁ + b₂) × h

For example, b₁ = 10, b₂ = 6, h = 4 yields A = ½(10 + 6)(4) = 32 square units. Do not use the slanted side as height; height is strictly the perpendicular distance between the parallel bases.

Parallelogram

The area of a parallelogram is:

A = b × h

For b = 10 and h = 6, A = 10 × 6 = 60 square units. Even when tilted, area depends on base and perpendicular height rather than the sloping side.

Rhombus and Kite Area

For a rhombus or kite, a convenient formula uses its perpendicular diagonals:

Diagonal Formula
A = ½ × d₁ × d₂

For example, if diagonals are d₁ = 10 and d₂ = 8, then A = (10 × 8) / 2 = 40 square units. Be careful to use actual diagonal lengths rather than arbitrary side lengths.

Regular Polygon Area

A regular polygon has equal side lengths and equal interior angles (equilateral triangles, squares, regular pentagons, hexagons, octagons). For a regular polygon, area can be calculated with the apothem and perimeter:

A = ½ × a × p

where a = apothem (inradius perpendicular from center to side midpoint), and p = n × s is perimeter.

Example: Regular Hexagon

For n = 6 sides with side length s = 5 m:

Perimeter p = 6 × 5 = 30 m.

Apothem a = 5 / [2 tan(π/6)] ≈ 4.3301 m.

A = ½ × 4.3301 × 30 ≈ 64.9519 m²

Irregular Polygon Area (Shoelace Formula)

Irregular polygons do not have one simple formula based only on a small number of side lengths. When the vertices are known as Cartesian coordinates, the Shoelace Formula provides a systematic way to calculate the area of a simple polygon.

Gauss Area / Shoelace Algorithm
A = ½ |∑(x_i y_{i+1} - x_{i+1} y_i)|

with the last vertex connected back to the first vertex. This method is documented by Wolfram MathWorld as Gauss's area formula or the surveyor's formula.

For vertices (0,0), (10,0), (10,6), (4,10), and (0,6), the calculator evaluates the signed coordinate determinants directly to return an exact area of 80 square units and perimeter of approximately 34.87 units.

Important condition:

Vertices should describe the boundary in sequence (either clockwise or counterclockwise) and form a non-self-intersecting simple polygon.

How to Choose the Correct Area Formula

The easiest way to select a formula is to start with the geometric information you actually know:

ShapeTypical InputsArea Formula
Rectanglelength, widthA = l × w
Squareside (s)A = s²
Trianglebase, perpendicular heightA = ½ × b × h
Triangle (3 sides)sides a, b, cHeron: √[s(s-a)(s-b)(s-c)]
Circleradius (r)A = π × r²
Circular Sectorradius, central angle θA = (θ / 360°) × πr²
Annulus (Ring)outer R, inner rA = π(R² - r²)
Trapezoidbases b₁, b₂, height hA = ½(b₁ + b₂)h
Parallelogrambase b, height hA = b × h
Rhombus / Kitediagonals d₁, d₂A = ½ × d₁ × d₂
Regular Polygonside count n, side s / apothem aA = ½ × a × p
Irregular PolygonCartesian vertices (x, y)Shoelace: ½|∑(x_i y_{i+1} - x_{i+1} y_i)|

Area Units and Conversions

Area units are squared because area measures two dimensions:

1 m = 100 cm, but 1 m² = 100 cm × 100 cm = 10,000 cm²

Similarly, 1 ft² is an area unit (144 in²), not a linear foot measurement. Key international standards (NIST SP 811) include:

  • 1 m² ≈ 10.7639 ft²
  • 1 ft² = 0.09290304 m²
  • 1 acre = 43,560 ft² = 4,046.8564 m²
  • 1 hectare (ha) = 10,000 m² ≈ 2.47105 acres
  • 1 square mile (sq mi) = 640 acres ≈ 2,589,988.11 m²

Why you should not convert dimensions incorrectly: If a rectangle is 2 m × 3 m, its area is 6 m². To express this in square feet, multiply by the area factor (6 × 10.7639 ≈ 64.58 ft²). Do not convert 2 m to feet and then multiply by an area factor again, which would double-count the conversion.

Worked Examples

Example 1: Rectangular Room

Length = 4.5 m, Width = 3.2 m.

A = 4.5 × 3.2 = 14.4 m²

The room has 14.4 m² of floor area.

Example 2: Circular Garden

Radius = 4 m.

A = π × (4)² = 16π ≈ 50.2655 m²

Approximately 50.27 m² of ground is enclosed.

Example 3: Triangular Panel

Base = 12 ft, Height = 7 ft.

A = ½ × 12 × 7 = 42 ft²

Enclosed panel area is 42 square feet.

Example 4: Trapezoid

Parallel sides = 12 m and 8 m, Height = 5 m.

A = ½(12 + 8)(5) = 50 m²

Enclosed trapezoidal surface is 50 square meters.

Example 5: Regular Hexagon

Side = 5 m, Perimeter = 30 m, Apothem ≈ 4.3301 m.

A = ½ × 4.3301 × 30 ≈ 64.9519 m²

Hexagon area is approximately 64.95 m².

Example 6: Coordinate Irregular Polygon

Points (0,0), (10,0), (10,6), (4,10), (0,6).

Shoelace Area = 80 m² (P ≈ 34.87 m)

Evaluates signed vertex determinant sums directly.

Area vs Perimeter: What Is the Difference?

Area and perimeter answer fundamentally different questions:

Area

How much surface does the shape cover?

Measured in 2D squared units (m², ft², in²).

10m × 5m → A = 50 m²

Perimeter

How long is the complete boundary?

Measured in 1D linear units (m, ft, in).

2(10 + 5) → P = 30 m

Using Area for Material Estimates

Geometric area is often the first step in estimating material quantities. Suppose a floor has an area of 50 m² and you anticipate a 10% cutting waste margin:

Total Material = 50 × (1 + 0.10) = 55 m²

At a unit cost of $20 per square meter, the total estimated cost is 55 × $20 = $1,100. This planning estimate provides transparency before purchasing materials.

Common Area-Calculation Mistakes

1. Using the wrong height

For triangles, parallelograms, and trapezoids, height strictly denotes the perpendicular distance, never an arbitrary sloping edge.

2. Confusing radius and diameter

Substituting diameter into πr² produces an area four times too large because the radius is squared.

3. Mixing incompatible units

Calculating length in meters and width in feet without converting to a common unit causes substantial mathematical error.

4. Forgetting that area is squared

Linear unit conversions cannot be directly applied to area results without squaring the conversion ratio.

5. Using the wrong polygon method

Regular polygons use side count and apothem, whereas irregular plots require Cartesian coordinates and the Shoelace formula.

6. Ignoring geometric domain validity

An annulus requires r < R, triangle sides must satisfy the triangle inequality, and polygons require n ≥ 3. The calculator explicitly rejects invalid inputs rather than silently clamping.

Core Formulas at a Glance

Rectangle: A = lw
Square: A = s²
Triangle: A = ½bh
Circle: A = πr²
Sector: A = (θ/360)πr²
Annulus: A = π(R² - r²)
Trapezoid: A = ½(b₁+b₂)h
Parallelogram: A = bh
Rhombus: A = ½d₁d₂
Regular: A = ½ap
Shoelace: A = ½|∑(x_i y_{i+1} - x_{i+1} y_i)|

Frequently Asked Questions

The formula depends on the shape. For example, a rectangle uses A = lw, a triangle uses A = ½bh, a circle uses A = πr², and a trapezoid uses A = ½(b₁ + b₂)h.
Multiply its length by its width: A = l × w. A rectangle measuring 8 m by 5 m therefore has an area of 40 m².
Multiply the base by the perpendicular height and divide by two: A = ½bh. When all three side lengths are known, Heron's formula can be used instead.
Use A = πr², where r is the radius. For a circle with radius 5, the area is approximately 78.5398 square units.
Area measures the surface enclosed by a shape and is expressed in square units. Perimeter measures the length of the shape's boundary and is expressed in linear units.
Use A = ½(b₁ + b₂)h, where b₁ and b₂ are the parallel bases and h is the perpendicular height.
A common formula is A = ½ap, where a is the apothem and p is the perimeter. Another equivalent formula can be used when side length and number of sides are known.
When the vertices are known as coordinates, use the Shoelace Formula: A = ½|∑(x_i y_{i+1} - x_{i+1} y_i)|. The vertices should normally be supplied in boundary order.
Because area is a two-dimensional measurement. Multiplying meters by meters produces square meters: m × m = m².
Yes. Area units require area conversion factors. For example: 1 m² ≈ 10.7639 ft². NIST provides reference conversion relationships between U.S. customary and metric units.
Yes. Real-world measurements are often decimal values, such as 4.25 m or 12.75 ft. The calculator retains numerical precision internally and formats the displayed result according to the selected precision.
Yes. The irregular-polygon coordinate mode can use Cartesian vertices and the Shoelace Formula to calculate the area of a simple polygon.
Because an annulus represents the area remaining after removing an inner circle from an outer circle. Therefore the inner radius must satisfy 0 < r < R. Otherwise there is no valid ring with those dimensions.
The calculator validates geometric inputs instead of silently replacing them with arbitrary values. Invalid cases such as impossible annulus dimensions, invalid polygon side counts, malformed coordinates and invalid sector angles are explicitly rejected.
Yes. Area is often the starting point for flooring, tile, sheet material, paint coverage and other quantity estimates. However, the final quantity may need adjustment for waste, overlaps, cuts, installation requirements and site-specific conditions.
The physical area is the same, but its numerical representation changes with the unit. For example, one surface can be expressed in square meters, square feet or square inches. The conversion must use the appropriate squared-unit factor.

References and Methodology

For additional mathematical background and verification standards, consult the following authoritative references:

  • OpenStax — Geometric Formulas: Describes standard elementary area relationships for rectangles, triangles, circles, parallelograms, trapezoids, rhombi, and regular polygons.
  • Wolfram MathWorld — Shoelace Formula: Authoritative reference for the coordinate-based polygon area formula, also known as Gauss's area formula or the surveyor's formula.
  • NIST (National Institute of Standards and Technology) — Special Publication 811: Official conversion factors for U.S. customary measures and SI metric area units (square meters, square feet, square yards, acres, and hectares).