Area of a Circle Calculator

This calculator works out the area, circumference and diameter of a circle from just one measurement, using the standard formula A = πr². Knowing a circle's area is useful for everyday and trade tasks, from working out how much turf, paint or fabric covers a circular space, to schoolwork on geometry, to trade jobs like sizing a pipe or a circular garden bed. To use it, choose whether you are entering the radius (the distance from the centre to the edge) or the diameter (the distance straight across the circle), type in your measurement, and pick the unit you are working in, from millimetres and centimetres through to metres, feet, inches and miles. The calculator instantly returns the area (highlighted in square units), the circumference, and the diameter and radius, so you can check your figures converted the right way. You can also choose how many decimal places to show, handy if you need extra precision for technical work or just a rounded figure for a quick job. Below the results, a step-by-step working panel shows exactly how pi was multiplied through to reach the final area and circumference, so you can follow the maths or check your own working by hand. Because the calculation uses a fixed geometric formula rather than an estimate, the figures are exact to the precision you choose.

Calculate.co.nz is proud to be partnered with Premium Homes, a recognised leader in eco-friendly, sustainable, and energy-efficient homebuilding. With a dedicated team and award-winning experience, they create homes that prioritise health, comfort, and long-term performance. Their founders, Andrew and Kelly, set out to raise the standard of residential construction in New Zealand by combining practical building expertise with a clear commitment to doing things better for homeowners.
Calculate.co.nz partner: Premium Homes
Standard formula  Area = πr², where π = 3.14159265358979...

1. Circle Measurement

cm
Please enter a positive number.

2. Unit

Results

Area
78.5398
cm²
Circumference
31.4159
cm
Diameter
10
cm
Radius
5
cm

Step-by-Step Working

Inputradius = 5 cm
Radius (r)5 cm
Diameter (d = 2r)10 cm
Area formulaA = π × r²
Area = π × r²π × 5² = π × 25
Area78.5398 cm²
Circumference formulaC = 2 × π × r
Circumference31.4159 cm

How to Calculate the Area of a Circle

The area of a circle is the amount of space enclosed within the boundary of the circle. It is calculated using the formula:

A = π × r²

Where:

If you know the diameter (d) rather than the radius, the relationship is r = d / 2. You can substitute this into the formula to get A = π × (d/2)² = πd² / 4.

Worked Example

A circle has a radius of 5 cm. What is its area and circumference?

  1. Radius r = 5 cm
  2. Area A = π × r² = π × 5² = π × 25 = 78.5398 cm²
  3. Circumference C = 2 × π × r = 2 × π × 5 = 31.4159 cm
  4. Diameter d = 2 × r = 2 × 5 = 10 cm

These match the calculator's default output when the radius is set to 5 cm.

Common Circle Calculations

Radius (cm)Diameter (cm)Area (cm²)Circumference (cm)
123.14166.2832
3628.274318.8496
51078.539831.4159
714153.938043.9823
1020314.159362.8319
1530706.858394.2478
25501963.4954157.0796

Circumference of a Circle

The circumference is the perimeter of a circle, the total distance around its edge. The formula is:

C = 2 × π × r (equivalently, C = π × d)

Notice that the circumference uses the same linear unit as the radius (for example, centimetres), while the area uses square units (square centimetres).

Frequently Asked Questions

What is the area of a circle with diameter 10 cm?

A circle with diameter 10 cm has a radius of 5 cm. Area = π × 5² = π × 25 = 78.5398 cm².

How is pi used in circle calculations?

Pi (π) is the ratio of a circle's circumference to its diameter. It is an irrational number with no repeating decimal pattern, beginning 3.14159265... For most practical calculations, using 3.14159 or the built-in Math.PI in a calculator is sufficient. This calculator uses the full precision value provided by JavaScript's Math.PI (approximately 15 significant digits).

What is the difference between radius and diameter?

The radius is the distance from the centre of the circle to any point on its edge. The diameter is the distance across the circle through its centre, passing through two points on the circumference. The diameter is always exactly twice the radius: d = 2r.

Related Calculators

Method: Area calculated using A = πr² where π is Math.PI (IEEE 754 double precision). Circumference calculated as C = 2πr. All results are mathematically exact to the precision of 64-bit floating-point arithmetic.