Area of a Circle Calculator: Radius or Diameter to Area

Calculate the area, diameter, radius, and circumference of a circle.

Circle Calculator

Calculate area, circumference, diameter, and radius of a circle

Enter radius to calculate area, circumference, and diameter

Quick Tips

  • • π is approximated as 3.14159
  • • Diameter = 2 × radius
  • • Area units are squared (e.g., cm², m²)

What is the Area of a Circle?

The area of a circle is the amount of space inside the circle boundary.

It depends only on the radius (r). If you know the diameter (d), you can convert it to radius using r = d/2.

Circle Formulas

Area: A = πr²

Circumference: C = 2πr

Diameter: d = 2r

Radius from diameter: r = d/2

Quick Reference (What Each Formula Gives You)

You knowYou wantUse this
Radius (r)AreaA = πr²
Radius (r)CircumferenceC = 2πr
Radius (r)Diameterd = 2r
Diameter (d)Radiusr = d/2
Diameter (d)AreaA = π(d/2)²

How to Calculate Circle Area (Step-by-Step)

  1. 1
    Start with the radius r. (If you only have diameter d, use r = d/2.)
  2. 2
    Square the radius: r²
  3. 3
    Multiply by π: A = πr²
  4. 4
    Keep units squared (cm², m², in², etc.)

Worked Examples

GivenStepsResult (Exact)Result (Approx)
r = 5A = π×5² = 25π25π78.54
d = 10r = 10/2 = 5 → A = 25π25π78.54
r = 2.5A = π×(2.5)² = 6.25π6.25π19.63

Units tip: If radius is in cm, area will be in cm². Circumference stays in cm. Area always uses squared units.

Diagram: Radius, Diameter, and Circumference

Radius is half of the diameter. Area uses r², circumference uses r.

Related Shapes: Semicircle and Sector

If you’re working with part of a circle:

  • Semicircle area = (πr²) / 2
  • Quarter circle area = (πr²) / 4
  • Sector area (angle θ in degrees) = (θ/360) × πr²

Area of a Circle FAQs

Q

Can I calculate area using diameter instead of radius?

Yes. Convert diameter to radius using r = d/2, then apply A = πr². Or use A = π(d/2)² directly.

Q

Why is circle area measured in squared units?

Area measures surface size. If length is cm, area becomes cm² because it covers a 2D region.

Q

What value of π does the calculator use?

Most calculators use π ≈ 3.141592653589793 for accurate results.

Q

What if my radius is a decimal?

No issue. The formula still works, and the result will often be a decimal.

Q

How do I find circumference if I know area?

First solve for r from A = πr²: r = √(A/π). Then compute C = 2πr.