Circumference Calculator
Enter a radius, diameter, circumference or area — get the other three values instantly, with a live preview and unit conversion.
Circumference Calculator Tool
Enter any one value. The other three update instantly.
Live preview — resizes with your input
How to use this calculator
The tool above takes any one of the four circle properties — radius, diameter, circumference, or area — and immediately works out the other three. Start by picking the value you already know and typing it into the matching field. As soon as you stop typing for a moment, the remaining three boxes fill in automatically.
Use the Unit toggle to switch between millimetres, centimetres, metres, inches, or feet. Unit changes only re-label the numbers; they don\'t convert between units, so re-enter your value if you switch. The Precision toggle controls how many decimal places appear: pick 2 for everyday answers, 4 for schoolwork, or 6 for engineering. Each result has a copy icon — tap it to put that value on your clipboard. Hit Reset to clear all four fields and start fresh.
The circumference formula explained
The circumference of a circle is the distance once around its edge. Mathematically, it is tied to the radius by the constant π (pi), which is approximately 3.14159. The two equivalent formulas you will see in every textbook are:
C = 2πr (from the radius)
C = πd (from the diameter)
Both formulas describe the same fact: a circle\'s circumference is always exactly π times its diameter. The constant π is irrational, meaning its decimal expansion never repeats and never ends, but for nearly all practical work the first five digits (3.14159) are more than enough.
If instead you start from the area, use r = √(A / π) to recover the radius, then plug that into the circumference formula. This calculator does both steps internally, so you never have to do the algebra by hand. To go the other direction — from circumference back to radius — rearrange to r = C / (2π).
Why does π show up at all? Because the ratio of circumference to diameter is the same for every circle, regardless of size. That ratio is so fundamental that mathematicians simply named it π and use it everywhere — from gear design to orbital mechanics to the Fourier transforms that power your phone\'s audio.
Worked examples
Example 1 — From radius
A circular garden bed has a radius of 2.5 m. What length of edging will go around it?
- Write the formula: C = 2πr
- Substitute: C = 2 × π × 2.5
- Calculate: C ≈ 2 × 3.14159 × 2.5 = 15.708 m
You will need roughly 15.7 metres of edging — round up to 16 m to allow for joins.
Example 2 — From diameter
A bicycle wheel has a diameter of 26 inches. How far does the bike travel in one full wheel rotation?
- Write the formula: C = πd
- Substitute: C = π × 26
- Calculate: C ≈ 3.14159 × 26 = 81.68 inches (about 2.07 m)
Every full wheel turn moves the bike 81.68 inches forward.
Example 3 — From area
A circular pool covers an area of 50 m². What length of safety rope will go around the perimeter?
- Find the radius: r = √(A / π) = √(50 / 3.14159) ≈ 3.989 m
- Use the circumference formula: C = 2πr = 2 × 3.14159 × 3.989
- Calculate: C ≈ 25.07 m
Add an extra metre or two for slack and tying — roughly 27 m of rope will do the job.
Common use cases
The circumference formula sounds abstract until you notice how often it appears in everyday life. A pizza labelled "16-inch" is sold by its diameter, but the amount of crust around the edge — useful when you\'re estimating slices — is 16π ≈ 50.3 inches. Bakers use the same calculation in reverse when sizing tart rings and cake tins.
Wheels and tyres rely on circumference to convert rotations into distance. A car\'s speedometer is calibrated to a specific tyre circumference; swap to a larger tyre and the speedometer will read low. Cyclists do the same calculation by hand when configuring a wheel sensor — radius × 2 × π gives the millimetres travelled per revolution.
Plumbers and engineers use the formula constantly when ordering pipes, since manufacturers quote diameter (nominal bore) but jacket and insulation are sold by length wrapped around the pipe. Running tracks are designed so that the inside lane is exactly 400 m; lane staggers at the start of curved races are computed from the circumference of each successive lane.
You\'ll also see circumference in astronomy (planet sizes), in art (circle layouts), in dressmaking (necklines and hems), and in any DIY project involving round materials. Once you have the formula in your head, you start spotting circles everywhere.
Frequently Asked Questions
What is the formula for the circumference of a circle?
How do I find the circumference from the area?
What is the difference between circumference and perimeter?
How accurate is this circumference calculator?
Math.PI (accurate to ~15 significant digits) and rounds the displayed result to the precision you select (2, 4 or 6 decimal places). For engineering or scientific work, choose 6 digits.