Area Calculator

Calculate area of different shapes easily

What Is the Area Calculator?

This calculator finds the area of four common 2D shapes — rectangle, square, circle, and triangle — automatically applying the correct geometric formula once you pick a shape, so you don't need to remember or look up each one separately.

Area as a formal idea goes back thousands of years: ancient Egyptian surveyors needed to re-measure farmland boundaries after the Nile's annual floods washed away markers, and that practical need is one of the problems that pushed early geometry forward. Greek mathematicians, especially Euclid in his Elements (around 300 BCE), later turned area into the rigorous system of proofs still taught today, establishing that any shape's area can, in principle, be measured against a unit square.

Area only tells you how much surface a shape covers — it says nothing about the length of its boundary. For that, see the Perimeter Calculator. For triangles specifically, including cases where you know all three side lengths but not the height, the Triangle Area Calculator covers additional methods like Heron's formula.

Area Calculator Formula

  • Rectangle: Area = Length × Width
  • Square: Area = Side²
  • Circle: Area = π × Radius²
  • Triangle: Area = ½ × Base × Height

How Is the Area Calculator Calculated?

Every area formula ultimately counts how many unit squares (like 1 cm × 1 cm squares) fit inside a shape. A rectangle's area is exactly Length × Width because you can tile it perfectly with Width rows of Length unit squares each, with no gaps or overlaps — which is why area is always expressed in square units.

Shapes that aren't rectangles are handled by relating them back to one. A triangle's area is exactly half of the parallelogram that shares its base and height, which is where the ½ factor comes from. A circle's formula, πr², comes from a more advanced argument: imagine slicing the circle into many thin pie-shaped wedges and rearranging them into a shape that approximates a rectangle with height r and width equal to half the circle's circumference (πr) — as the wedges get infinitely thin, that shape's area converges exactly to πr².

Area Calculator Example

A rectangle with length 8 and width 5 has an area of 8 × 5 = 40 square units.

A square with side 6 has an area of 6² = 36 square units.

A circle with radius 4 has an area of π × 4² ≈ 50.27 square units.

A triangle with base 9 and height 4 has an area of ½ × 9 × 4 = 18 square units.

How to Use the Area Calculator

Step 1

Select the shape you want to calculate — rectangle, square, circle, or triangle.

Step 2

Enter the required measurements for that shape (e.g. length and width for a rectangle).

Step 3

Click Calculate Area to see the result and the formula used.

Step 4

Switch shapes anytime using the dropdown — the input fields update automatically.

Step 5

Keep all measurements in the same unit (like all in meters) before calculating.

Step 6

Use the result alongside the Perimeter Calculator if you need both measurements for the same shape.

Benefits

  • Covers four common shapes in a single calculator instead of separate tools for each.
  • Automatically applies the correct geometric formula based on your shape selection.
  • Displays the formula used alongside the result, so you can see exactly how the number was reached.
  • Uses JavaScript's full-precision Math.PI for circle calculations rather than a rounded 3.14.
  • Turns your result into a branded image card you can drop straight into a chat instead of typing numbers by hand.
  • Free to use directly in your browser, with no signup or spreadsheet required.

Common Area Calculator Scenarios

Scenario 1

Estimating flooring, tiling, paint, or turf quantities for a room or surface.

Scenario 2

Homework and coursework involving basic geometry.

Scenario 3

Land, garden, or plot area estimation for planning purposes.

Scenario 4

Comparing two differently-shaped spaces to see which actually covers more ground.

Scenario 5

Calculating material costs that scale with surface area, like fabric, glass, or sheet metal.

Scenario 6

Double-checking a contractor's or supplier's area-based quote before agreeing to it.

Understanding Your Result

The result is the amount of flat surface the shape covers, expressed in square units matching your input measurement (e.g. square meters if you entered meters).

Because area scales with the square of a shape's linear dimensions, small changes in your inputs can move the result more than you'd expect: doubling a square's side quadruples its area, and doubling a circle's radius quadruples its area too, even though the boundary itself has only doubled.

Tips

  • Keep all measurements in the same unit before calculating — mixing units gives an incorrect area.
  • For irregular shapes, break them into rectangles and triangles, calculate each separately, and add the results together.
  • Remember that doubling a linear dimension roughly quadruples the area, not doubles it — plan material or paint quantities accordingly.
  • If you only know a circle's diameter, divide it by 2 first, or use the Circle Area Calculator, which accepts either directly.
  • Cross-check a triangle's area a second way if you know all three sides, using Heron's formula on the Triangle Area Calculator.

Common Mistakes

  • Mixing different units (like meters and centimeters) within the same calculation.
  • Using the diameter instead of the radius when calculating a circle's area.
  • Forgetting to halve the base × height product when computing a triangle's area.
  • Confusing area (square units, flat surface covered) with perimeter (linear units, boundary length).
  • Assuming doubling a shape's dimensions only doubles its area, when it actually roughly quadruples it.

Frequently Asked Questions

What units does the result use?

The result is in square units matching whatever unit you entered — for example, if you enter measurements in meters, the area is in square meters.

Can I calculate area for other shapes?

This calculator covers rectangle, square, circle, and triangle — for 3D shapes, use the Surface Area or Volume calculators instead.

Do I use radius or diameter for a circle?

This calculator expects the radius (distance from center to edge) — if you only know the diameter, divide it by 2 first.

Why is a triangle's area half of base times height?

Any triangle is exactly half of a parallelogram with the same base and height, which is why the ½ factor appears in the formula.

Is a square just a special rectangle?

Yes, a square is a rectangle where length and width are equal, so its area formula (Side²) is a simplified case of the rectangle formula.

Which shape should I pick if my object isn't exactly one of these four?

Approximate it with the closest matching shape, or break an irregular shape into multiple rectangles or triangles and sum their areas separately.

Does this calculator handle 3D surface area too?

No — this covers flat 2D shapes only; use the Surface Area calculator for 3D solids like cubes, spheres, and cylinders.

What's the difference between area and perimeter?

Area measures the space enclosed within a shape (in square units), while perimeter measures the total length of its boundary (in linear units) — use the Perimeter calculator for the latter.

Can I mix units, like entering length in meters and width in feet?

No — enter all dimensions in the same unit for an accurate result, since this calculator doesn't automatically convert between different units.

Can I share my area result as an image?

Yes — tap Share and, on supported devices, your result is shared as a branded image card, not just a text link.

How do I find a rectangle's area if I only know its perimeter and one side?

Use Perimeter = 2 × (Length + Width) to solve for the missing side first, then multiply the two sides together. For example, a perimeter of 24 with one side of 5 gives the other side as (24 ÷ 2) − 5 = 7, so the area is 5 × 7 = 35 square units.

Can I enter mixed units, like 5 feet 6 inches, directly into this calculator?

No — convert mixed units to a single decimal unit first (5 feet 6 inches becomes 5.5 feet, or 66 inches) before entering it, since this calculator doesn't parse compound unit notation.

What's a fast way to sanity-check an area result?

Compare it to a simple reference, like a 10×10 square (100 square units) — if your shape is roughly that size, the calculated area should land in a similar ballpark, which helps catch a stray decimal or unit mistake.

Important Information

Results are in square units matching your input measurements.

Last updated: July 25, 2026