Circle Calculator

The area of a circle is A = πr² and the circumference is C = 2πr (or πd). Tell us the one value you know, radius, diameter, circumference, or area, and we solve for the other three and show every step of the working.

Put this calculator on your website for free

Copy one snippet and give your visitors a working Circle Calculator.

How this circle calculator works

Every measurement of a circle is locked to every other one. Once you know any single value (radius, diameter, circumference, or area), the other three are fixed, no exceptions, no extra information needed. So you pick the one you know, type it in, and we solve for the rest, showing the substitution at each step with your actual numbers so you can follow the working or copy it into homework.

Where the answer has a clean exact form, we show it symbolically too. A radius of 5 gives an area of exactly 25π, and 78.54 is just that number rounded to 4 significant figures. Teachers often want the π form; measuring tapes want the decimal. You get both.

The formulas

A = πr²
C = 2πr = πd
d = 2r
r = √(A/π)  or  r = C/(2π)

Here r is the radius (center to edge), d is the diameter (all the way across), C is the circumference (the distance around), and A is the area (the space inside). The reason π shows up everywhere is that π is, by definition, the ratio of any circle's circumference to its diameter: about 3.14159. That one fact, plus d = 2r, generates every formula above. The area formula comes from slicing the circle into thin wedges and rearranging them into a near rectangle of height r and width half the circumference, which is πr, giving πr × r = πr².

Worked example

A circle with radius 5:

Diameter: d = 2r = 2 × 5 = 10.

Circumference: C = 2πr = 2 × π × 5 = 10π = 31.42.

Area: A = πr² = π × 5² = π × 25 = 25π = 78.54.

And in reverse: given an area of 78.54, the radius is r = √(A/π) = √(78.54/π) = √25.00 = 5.000.

Common values: radius 1 to 10

Handy for checking homework or estimating without a calculator. All values are rounded to 4 significant figures and were computed by this page's own code.

Radius (r)Circumference (C = 2πr)Area (A = πr²)
16.2833.142
212.5712.57
318.8528.27
425.1350.27
531.4278.54
637.70113.1
743.98153.9
850.27201.1
956.55254.5
1062.83314.2

Notice the fun coincidence at r = 2: the circumference and area are both 12.57. That is the only radius where they match numerically (2πr = πr² exactly when r = 2). Below it the circumference number is bigger; above it the area runs away, because area grows with the square of the radius.

The mistake that costs the most points

Mixing up radius and diameter. If a problem says "a circle 12 cm across" and you plug 12 into A = πr², you get an area four times too big, because "across" means diameter and the radius is 6. Before using any circle formula, ask yourself one question: is my number center-to-edge or edge-to-edge? This calculator sidesteps the trap by making you say which one you have.

Working with shapes beyond circles? We have the same step-by-step treatment for triangles on the triangle calculator and right triangle calculator, and for 3D on the sphere volume calculator (a sphere is what you get when a circle grows up).

Frequently asked questions

How do I find the area of a circle?

Square the radius and multiply by pi: A = πr². A circle with radius 5 has area π × 25, which is about 78.54 square units. If you only know the diameter, halve it first to get the radius.

How do I find the circumference of a circle?

Multiply the diameter by pi (C = πd), or the radius by 2π (C = 2πr). A circle with diameter 10 has circumference about 31.42. That is the definition of pi at work: circumference is always pi times the diameter.

How do I find the radius if I know the area?

Divide the area by pi, then take the square root: r = √(A/π). For an area of 78.54, that is √(78.54/π) = √25.00, so the radius is 5.000. This calculator shows that working automatically when you pick area as your known value.

What is the difference between diameter and radius?

The radius runs from the center to the edge; the diameter runs all the way across through the center. The diameter is always exactly twice the radius: d = 2r. If a pizza is 16 inches across, its radius is 8 inches.

What value of pi should I use?

For homework, 3.14 or the pi button on your calculator is fine. We use full double precision (3.14159265...), then round the answer to 4 significant figures. Using 3.14 instead of full precision changes a radius-5 area from 78.54 to 78.50, a difference of about 0.05 percent.

Why does doubling the radius quadruple the area?

Because the radius is squared in A = πr². Doubling r means multiplying the area by 2² = 4, and tripling r multiplies it by 9. This is why a 16 inch pizza is not twice a 8 inch pizza; it is four times the pizza.

Related calculators