Area of a Circle Calculator

Calculate the area of a circle from its radius, diameter, or area. Enter any one value and the other two update instantly.

Unit:
cm
cm
cm²
A  = π × r2
r d A

Area of a Circle Formula

The area of a circle is the amount of two-dimensional space enclosed within its boundary. The standard formula is:

A = π × r²

Where:

  • A is the area (in square units)
  • r is the radius — the distance from the center to any point on the edge
  • π (pi) ≈ 3.14159265…

Since the diameter d = 2r, you can also express the formula as:

A = π × (d / 2)²

Both forms are equivalent. The calculator accepts any of the three values and derives the other two.

How to Calculate the Area of a Circle

From the radius

  1. Square the radius: r²
  2. Multiply by π: A = π × r²

Example: A circle with radius 5 cm A = π × 5² = π × 25 ≈ 78.540 cm²

From the diameter

  1. Halve the diameter to get the radius: r = d / 2
  2. Apply the formula: A = π × r²

Example: A circle with diameter 10 cm → r = 5 cm → A = π × 25 ≈ 78.54 cm²

From the area (finding the radius)

Rearrange A = π × r² to isolate r:

r = √(A / π)

Example: A circle has area 100 cm² r = √(100 / π) = √31.83 ≈ 5.64 cm d = 2 × 5.642 ≈ 11.28 cm

Practical Examples

ShapeRadiusDiameterArea
US quarter coin12.13 mm24.26 mm462.57 mm²
12-inch pizza15.24 cm30.48 cm729.66 cm²
Round table0.6 m1.2 m1.13 m²
Circular swimming pool4 m8 m50.27 m²
Roundabout15 m30 m706.86 m²

The Role of π

π (pi) is an irrational number — its decimal expansion never ends and never repeats. It is approximately:

  • 3.14 — accurate to 2 decimal places; sufficient for rough estimates
  • 3.14159 — accurate to 5 decimal places; adequate for most engineering work
  • 22/7 — a convenient fraction approximation, accurate to within 0.04%

For precise calculations, always use a calculator or software that stores π to full precision. This tool uses JavaScript’s Math.PI (approximately 3.141592653589793).

Area vs. Circumference

The area of a circle measures the space inside it, in square units. The circumference measures the length of its outer boundary, in linear units:

MeasurementFormulaFor r = 5 cm
AreaA = π × r²≈ 78.54 cm²
CircumferenceC = 2 × π × r≈ 31.42 cm

Note that doubling the radius quadruples the area (because r is squared), but only doubles the circumference.

Frequently Asked Questions

What is the formula for the area of a circle?

The area of a circle is A = π × r², where r is the radius and π ≈ 3.14159. Using diameter d instead: A = π × (d / 2)². Both forms give the same result.

How do I find the radius from the area?

Rearrange A = π × r² to get r = √(A / π). For example, if the area is 50 cm², then r = √(50 / 3.14159) ≈ 3.989 cm.

What is the difference between radius and diameter?

The radius is the distance from the center of a circle to any point on its edge. The diameter is the longest straight line through the circle, passing through the center — it equals exactly twice the radius: d = 2r.

Why does the area formula use π?

π (pi) is the constant ratio of any circle's circumference to its diameter, approximately 3.14159. It appears in all circle formulas because circles are fundamentally defined by this ratio. This calculator uses JavaScript's Math.PI, which is accurate to 15+ decimal places.

What units does this calculator support?

The unit selector supports mm, cm, m, km (metric) and in, ft, yd, mi (imperial). One unit applies to all three fields: radius and diameter are in the selected length unit; area is automatically shown in the corresponding squared unit (e.g. cm²).