The short answer
Every circle measurement is locked to the others by π. Know the radius? Diameter = 2r, circumference = 2πr, area = πr². Know only the area? Radius = √(A/π), and diameter and circumference follow from there. This calculator accepts any single known value and solves for the rest.
Key takeaways
- All four circle measurements are mathematically linked — you only ever need one of them to solve for the other three.
- Circumference scales linearly with radius (double the radius, double the circumference), while area scales with the square of the radius (double the radius, area quadruples).
- Going from area back to radius needs a square root: r = √(A/π) — the one conversion among the four that isn't simple multiplication.
- π is irrational, so any circumference or area calculation is technically an approximation — more decimal places of π mean more precision, not a different formula.
Solving for any circle property from one value
| Given | Radius | Diameter | Circumference | Area |
|---|---|---|---|---|
| Radius (r) | — | 2r | 2πr | πr² |
| Diameter (d) | d/2 | — | πd | π(d/2)² |
| Circumference (C) | C/(2π) | C/π | — | C²/(4π) |
| Area (A) | √(A/π) | 2√(A/π) | 2π√(A/π) | — |
Why area quadruples but circumference only doubles
| Radius | Circumference | Area |
|---|---|---|
| 3 units | 18.85 | 28.27 |
| 6 units (2×) | 37.70 (2×) | 113.10 (4×) |
This is why a 16-inch pizza isn't just "twice as big" as an 8-inch pizza — doubling the diameter quadruples the area, so the 16-inch pie has four times as much pizza, not two. The same scaling rule applies any time you're comparing circular pans, pipes, or plots of land by diameter alone.
Worked example: circumference to area
A circular garden bed has a circumference of 25 ft. How much ground does it cover?
r = C ÷ (2π) = 25 ÷ 6.2832 ≈ 3.98 ft
A = π × r² ≈ π × 3.98² ≈ 49.73 ft²
Notice the radius is found first, then squared and multiplied by π — trying to jump straight from circumference to area without solving for radius (or using the shortcut A = C² ÷ 4π) is where most manual calculation errors creep in.
Common mistakes to avoid
- Plugging a diameter into a formula that expects radius (or vice versa) — always confirm which one you have before calculating.
- Assuming a circle twice as wide has twice the area — it has four times the area, since area depends on radius squared.
- Rounding π too early in a multi-step problem, which compounds small errors by the time you reach the final answer.
- Mixing up which measurement a real-world task needs — fencing a circular yard depends on circumference, while sodding or paving it depends on area.
Related calculators
- Area Calculator — calculate area for rectangles, triangles, and other non-circular shapes too.
- Surface Area Calculator — extend a circle into 3D for spheres and cylinders.
- Volume Calculator — find how much a cylindrical or spherical container holds.
- Root Calculator — double-check the square root step when solving for radius from area.