📐 Area Calculator

Calculate the area of a circle, triangle, rectangle, square, trapezoid, parallelogram, ellipse or regular polygon — instantly, with the formula shown.

📐 Choose a Shape
Result
Area
Formula Used
📐

Choose a shape, enter its dimensions, and calculate to see the area

Guide

About the Area Calculator

Last updated: July 2026 · Reviewed by the NeftCal editorial team

This free area calculator finds the area of nine common two-dimensional shapes — circle, triangle (by base and height, or by three sides using Heron's formula), rectangle, square, trapezoid, parallelogram, ellipse, and regular polygon — showing the exact formula behind every result. Area measures the flat space enclosed by a shape's boundary, always expressed in square units, whether square feet for a room, square meters for a plot of land, or square centimeters for a craft project. Instead of memorizing nine separate geometry formulas, this area calculator lets you pick a shape, enter its dimensions, and get an instant, formula-transparent answer for homework, flooring, land measurement, or any project where getting the area right matters.

What Area Measures

Area is a two-dimensional measurement — it quantifies how much flat surface a shape covers, not the distance around its edge (that's perimeter) or how much space it occupies in three dimensions (that's volume). Because area multiplies two linear measurements together (or their geometric equivalent), the result is always reported in square units: cm², m², ft², or acres, for example. Doubling every linear dimension of a shape doesn't just double its area — it quadruples it, since area scales with the square of length.

Who Should Use This Calculator

This area calculator is built for students checking geometry homework, homeowners and DIYers estimating paint, flooring, or turf for a project, contractors and architects sizing rooms and lots, land surveyors and real-estate professionals computing parcel size, packaging and manufacturing engineers sizing flat stock or labels, and hobbyists working in CAD or 3D printing who need a cross-sectional area. Anyone who needs a fast, formula-transparent area calculation without deriving it from scratch can use it.

Why Area Calculations Matter

Area translates directly into cost and material quantity: paint coverage, flooring cartons, fabric yardage, fertilizer per square foot of lawn, and price per square meter of land all depend on an accurate area figure. Getting area wrong compounds quickly on large projects — a small measurement error on a room's length or width becomes a much larger error in the squared result, which is why this calculator shows the exact substitution used for every shape.

Real-World Applications

Contractors use rectangle and trapezoid area to estimate flooring, tiling, and paint coverage. Farmers and land surveyors use polygon and rectangle area to size fields and parcels. Packaging engineers use circle and ellipse area for lids, gaskets, and labels. Interior designers use area to plan rugs, furniture layout, and material budgets. Students and teachers use every shape here, including Heron's formula, to verify geometry coursework.

Tips for Accurate Results

  • Enter every dimension in the same unit before calculating — mixing feet and inches skews the squared result.
  • For the circle and ellipse, use the radius or semi-axis, not the full diameter.
  • For a triangle with three known sides, make sure they satisfy the triangle inequality (any two sides must sum to more than the third) or Heron's formula won't produce a valid result.
  • For a trapezoid, only the two parallel sides and the perpendicular height matter — slanted side lengths are not part of the area formula.
  • The regular polygon formula assumes every side and interior angle is equal; split an irregular shape into simpler pieces first.
Formula

The Area Formulas, Explained

How this area calculator turns your dimensions into a square-unit result, shape by shape

Circle
A = πr²

Triangle (Base & Height)
A = ½ × b × h

Triangle (3 Sides — Heron's Formula)
s = (a + b + c) ÷ 2, then A = √(s(s−a)(s−b)(s−c))

Rectangle
A = l × w

Square
A = s²

Trapezoid
A = ½(a + b)h

Parallelogram
A = b × h

Ellipse
A = π × a × b

Regular Polygon
A = (n · s²) ÷ (4 · tan(π/n))

Where:
r = radius of the circle or ellipse's semi-axis; l, w = length and width of a rectangle; s = side length (square, polygon) or semi-perimeter (triangle, Heron's context).
b, h = base and height of a triangle or parallelogram; a, b, c = the three side lengths of a triangle in Heron's formula.
a, b (trapezoid) = the two parallel sides; h = the perpendicular height between them.
a, b (ellipse) = the semi-major and semi-minor axes; n = number of sides of a regular polygon.
🟦

Always Square Units

Every area result is expressed in square units (cm², m², ft², acres). Never mix units — convert all dimensions first, then compute.

🔢

π in This Calculator

Circle and ellipse formulas use JavaScript's full-precision Math.PI (≈3.14159265358979), more accurate than the classroom shortcuts 3.14 or 22/7.

📐

Semi-Perimeter (Heron's Formula)

Heron's formula first finds s, the semi-perimeter (half the triangle's total perimeter), before computing area from the three sides alone.

⚙️ Why These Formulas Work

Every area formula here reduces to multiplying two linear dimensions (or their geometric equivalent) together — base × height, length × width, or radius × radius. That multiplication is why area scales with the square of a shape's size: doubling every side quadruples the area. Heron's formula is a special case that recovers the same base × height relationship purely from three side lengths, using the semi-perimeter as an algebraic shortcut.

🎯 When to Use Each Shape

  • Circle: round tanks, pipes, wheels, pizza sizing
  • Triangle: roof sections, gussets, land wedges
  • Rectangle/Square: rooms, tiles, panels, screens
  • Trapezoid/Parallelogram: angled walls, ramps, garden beds
  • Ellipse/Polygon: oval rugs, hex tiles, gaskets, decking

📋 Assumptions

  • All shapes are assumed perfectly regular and flat (2D, not warped or curved)
  • All entered dimensions are positive real numbers in one consistent unit
  • The three sides entered for Heron's formula satisfy the triangle inequality
  • The regular polygon has equal side lengths and equal interior angles

⚠️ Limitations of the Formulas

  • Cannot compute area for irregular or curved-edge shapes directly — split them into these nine shapes first
  • Zero, negative, or non-numeric dimensions are rejected as physically meaningless
  • Does not convert between unit systems — inputs and outputs share whatever unit you enter
  • The 3-sides triangle method fails silently into an error if the triangle inequality is violated
Walkthrough

Step-by-Step: How to Use the Area Calculator

From picking a shape to reading a verified result

Choose a shape

Open the Shape dropdown and select circle, triangle (base/height or 3 sides), rectangle, square, trapezoid, parallelogram, ellipse, or regular polygon.

Enter the required dimensions

The input fields update automatically for your chosen shape — radius, base and height, three side lengths, or number of sides, all in the same unit.

Click "Calculate"

The calculator substitutes your values into that shape's area formula and computes the result instantly.

Read the area and the formula used

The result panel shows the numeric area in square units alongside the exact formula and substitution used to reach it.

Switch shapes anytime

Pick a different shape from the dropdown to reset the input fields and calculate another area without reloading the page.

Verify the result (optional)

Sanity-check by rounding your inputs and estimating mentally, or rework the formula by hand for a simple case.

Example

Worked Example

Finding the area of a circle with radius 5 — the calculator's default shape

Scenario

A circular table top has a radius of 5 units. What is its surface area?

ShapeCircle
Radius (r)5
FormulaA = πr²
Step 1 — Identify the formula: for a circle, A = πr².
Step 2 — Substitute r = 5: A = π × 5².
Step 3 — Square the radius: 5² = 25.
Step 4 — Multiply by π: 25 × π ≈ 25 × 3.14159265 = 78.5398.
Step 5 — Round to 4 decimals: A ≈ 78.5398 square units, matching this calculator's displayed precision.
Area
78.5398
Formula Used
A = πr²
Shape
Circle

Explanation: The result is in square units because area always multiplies two linear dimensions together — here, radius by itself. If the radius were measured in feet, the area of 78.5398 would be reported in square feet. Doubling the radius to 10 would not double the area; it would quadruple it to ≈314.1593, since area scales with the square of a linear dimension.

Interpretation

Understanding Your Area Result

Unit conventions and sanity checks for each shape

ShapeUnit ConventionSanity Check
CircleSquare units of the radius entered (e.g. r in m → m²)Area should be roughly 3.14 × r² — much larger than r itself for r > 1
Triangle (base/height)Square units of base/heightShould equal half the rectangle formed by the same base and height
Triangle (3 sides)Square units of the side lengthsSemi-perimeter s must exceed every individual side, or the result is invalid
Rectangle / SquareSquare units of length × width (or side²)A square's area is always a perfect square of its side length
TrapezoidSquare units of parallel sides × heightShould sit between the areas of rectangles formed by each parallel side and the height
ParallelogramSquare units of base × heightEqual to a rectangle with the same base and height, regardless of slant
EllipseSquare units of semi-axes a × bEqual to πr² when a = b (a circle is a special-case ellipse)
Regular polygonSquare units of side lengthApproaches πr² (a circle) as the number of sides n grows large

Reading the result: the number shown is always in whatever unit you entered, squared — enter meters and get square meters, enter feet and get square feet.

Typical ranges: area should always be a positive number; a result of zero or an error message signals a zero, negative, or invalid input (such as a triangle that fails the triangle inequality).

Manual verification: the fastest sanity check for a rectangle or square is to picture unit squares tiling the shape and counting roughly how many fit — for a circle, the area should be a bit more than 3 times the radius squared.

Use Cases

Practical Use Cases for the Area Calculator

Where a fast, accurate area calculation genuinely helps

🎓

School & college geometry

Check area homework for circles, triangles, and polygons, including Heron's formula problems.

🏠

Flooring & tiling

Measure a room as a rectangle or trapezoid to estimate tile, laminate, or carpet quantity.

🎨

Paint & wallpaper coverage

Calculate wall area to estimate cans of paint or rolls of wallpaper needed.

🧱

Concrete & construction

Size a rectangular or trapezoidal slab footprint before ordering concrete or forms.

🏞️

Land surveying & real estate

Estimate parcel or lot area from a rectangle, trapezoid, or regular polygon boundary.

🌾

Agriculture & field sizing

Calculate the area of a rectangular or irregular field split into simpler shapes for seed or fertilizer planning.

📦

Packaging & manufacturing

Determine flat material needed for circular lids, elliptical gaskets, or polygon panels.

🖨️

3D printing & CAD

Estimate the cross-sectional area of a print layer or design for material and cost planning.

🛋️

Interior design

Plan rug, furniture footprint, or rectangular/oval table sizing relative to a room's area.

🌱

Landscaping & gardening

Size a lawn, garden bed, or circular flower bed for mulch, sod, or seed coverage.

🏗️

Engineering cross-sections

Compute the cross-sectional area of a beam, pipe, or duct for material and flow calculations.

🧵

Sewing & fabric crafts

Calculate fabric area for rectangular panels or triangular gussets before cutting.

🔧

Everyday DIY projects

Quickly size a shelf, panel, or custom-cut piece of material for any home project.

Pros & Cons

Advantages and Limitations

What this area calculator does well, and where manual judgment is still needed

✅ Advantages

  • Free, instant, and requires no signup or account
  • Covers nine shapes and modes in a single tool, including Heron's formula
  • Shows the exact formula and substitution behind every result
  • Validates triangle inputs against the triangle inequality automatically
  • Uses full-precision π rather than a rounded classroom approximation
  • Removes manual arithmetic errors from multi-step area formulas
  • Useful across school, construction, land, and design contexts alike
  • Accepts decimal inputs for precise, real-world measurements
  • Runs entirely in your browser — no data ever leaves your device
  • Fast-loading and fully mobile-friendly
  • Consistent results every time, unlike manual formula recall
  • Free to use as many times as needed, with no calculation limit

⚠️ Limitations

  • Cannot calculate the area of irregular or curved-edge shapes directly
  • Regular polygon formula assumes equal sides and angles — not valid for irregular polygons
  • Does not convert between unit systems automatically
  • Displays results rounded to 4 decimal places, which can hide tiny precision differences
  • Assumes the user has correctly identified which dimension is the radius vs. diameter, or base vs. slant side
  • Cannot detect a mismatched unit entry (e.g. one side in feet, another in meters)
  • Trapezoid mode ignores slant sides entirely, which can confuse users expecting all four sides to matter
Reference

Comparing the Shapes This Calculator Supports

Formula and typical use, side by side

ShapeFormulaTypical Use
CircleA = πr²Round tanks, pipes, wheels, lids
Triangle (base/height)A = ½bhRoof sections, gussets, sails
Triangle (3 sides)Heron's: A = √(s(s−a)(s−b)(s−c))Land wedges, surveying without a height measurement
RectangleA = l × wRooms, panels, screens, lots
SquareA = s²Tiles, patios, square plots
TrapezoidA = ½(a+b)hAngled walls, ramps, garden beds
ParallelogramA = b × hSlanted panels, some roof and land shapes
EllipseA = πabOval rugs, gaskets, running tracks
Regular polygonA = ns²/(4tan(π/n))Hex tiles, decking, gazebos, bolt patterns

Common Mistakes and Expert Tips

❌ Common Mistakes

  • Entering the diameter instead of the radius for a circle or ellipse's semi-axis
  • Using the slant height of a trapezoid or parallelogram instead of the perpendicular height
  • Mixing units — entering one side in feet and another in inches
  • Trying to force an irregular polygon into the regular polygon formula
  • Ignoring the triangle inequality and expecting a valid result from an impossible set of three sides
  • Assuming doubling a shape's dimensions doubles its area, rather than quadrupling it

💡 Expert Tips & Best Practices

  • Always double-check radius vs. diameter before entering circle or ellipse dimensions
  • Convert every dimension to one unit system before calculating, and convert the final result if needed
  • Use the Perimeter Calculator alongside this tool when a project needs both material coverage and edge length (fencing, trim, or baseboard)
  • For 3D projects, pair this with the Volume Calculator to move from a cross-section to a full solid
  • Split irregular real-world shapes into rectangles, triangles, and trapezoids, then sum each piece's area
📝

Summary: This area calculator gives you an instant, free way to find the area of a circle, triangle, rectangle, square, trapezoid, parallelogram, ellipse, or regular polygon — with the formula and substitution shown for every result. Pair it with the Perimeter Calculator and Volume Calculator for a complete picture of a shape's edges, surface, and solid capacity.

FAQ

Frequently Asked Questions

Common questions about area formulas and this area calculator

What is the formula for the area of a circle?
A = πr², where r is the radius. For example, a circle with radius 5 has an area of π × 5² ≈ 78.54 square units.
How do you find the area of a triangle with 3 sides?
Use Heron's formula: first compute the semi-perimeter s = (a+b+c)/2, then A = √(s(s−a)(s−b)(s−c)). This works for any triangle when only the three side lengths are known.
What is the area formula for a trapezoid?
A = ½(a+b)h, where a and b are the lengths of the two parallel sides and h is the perpendicular height between them. Slanted side lengths don't factor into the formula at all.
How do you calculate the area of a regular polygon?
A = (n·s²)/(4·tan(π/n)), where n is the number of sides and s is the length of each side. This formula works for any regular (equal-sided, equal-angled) polygon with 3 or more sides.
What is the formula for the area of a rectangle and a square?
A = l × w for a rectangle, where l is length and w is width. A square is a special case where all sides are equal, so its area simplifies to A = s², where s is the side length.
What is the formula for the area of a parallelogram?
A = b × h, where b is the base and h is the perpendicular height between the base and its opposite side — not the length of the slanted side.
How do you calculate the area of an ellipse?
A = π × a × b, where a is the semi-major axis (half the longest diameter) and b is the semi-minor axis (half the shortest diameter). When a equals b, the ellipse is a circle and the formula reduces to A = πr².
What is the triangle inequality, and why does it matter for the 3-sides method?
The triangle inequality states that the sum of any two sides must be greater than the third side. If it doesn't hold, the three lengths can't form a real triangle, and Heron's formula would try to take the square root of a negative number — this calculator checks for that and shows a warning instead of an invalid result.
When should I use base/height instead of Heron's formula for a triangle?
Use base and height when you already know the perpendicular height of the triangle. Use the 3-sides (Heron's formula) method when you only know the lengths of all three sides and don't have, or can't easily measure, the height.
Can this calculator find the area of an irregular polygon?
No — the regular polygon formula assumes every side and every interior angle is equal. An irregular polygon needs to be broken into simpler shapes, like triangles and rectangles, that this calculator can handle individually, then their areas added together.
Why does the unit of measurement matter when calculating area?
Area is always expressed in square units (e.g. square feet, square meters), and every dimension you enter must be in the same unit before calculating — mixing feet and inches, for example, gives an area that's off by the square of the conversion factor. Convert all inputs to one consistent unit first, then convert the result if needed.
What's the difference between area and perimeter?
Area measures the two-dimensional space enclosed by a shape, in square units, while perimeter measures the total distance around its edges, in linear units. Two shapes can have the same area but very different perimeters, or vice versa.
Can I use this area calculator for flooring, tiling, or paint estimates?
Yes. Measure the room or wall as a rectangle, square, or trapezoid (for angled walls), enter the dimensions in the same unit, and the resulting square-unit area is exactly the starting coverage figure flooring, tiling, and paint calculators use — just add 10-15% extra material for cuts and waste.
What is the area of a square in terms of its diagonal?
A square's area can also be found from its diagonal d using A = d²/2, since a square's diagonal relates to its side by d = s√2. This calculator uses the standard A = s² form, so convert a known diagonal to a side length (s = d/√2) before entering it.
How is a parallelogram's area different from a rectangle's?
Both use base × height, but a parallelogram's height is the perpendicular distance between its two parallel bases, not the length of its slanted side. A rectangle is a special case of a parallelogram where every interior angle is 90°, so its slanted side and its height happen to be equal.
Does the regular polygon formula work for polygons with many sides, like a 20-gon?
Yes — A = (n·s²)/(4·tan(π/n)) works for any regular polygon with 3 or more sides. As n grows very large, the polygon's area approaches that of a circle with the same perimeter, since tan(π/n) approaches π/n for large n.
Learn More

Authoritative Resources on Area

Trusted educational references to go deeper on the math behind area formulas

Related Calculators

Explore other geometry tools