Skip to content
Circumify

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.

Unit
Precision

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?

  1. Write the formula: C = 2πr
  2. Substitute: C = 2 × π × 2.5
  3. 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?

  1. Write the formula: C = πd
  2. Substitute: C = π × 26
  3. 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?

  1. Find the radius: r = √(A / π) = √(50 / 3.14159) ≈ 3.989 m
  2. Use the circumference formula: C = 2πr = 2 × 3.14159 × 3.989
  3. 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.

DW

Written by

Daniel Whitfield

Last updated

Frequently Asked Questions

What is the formula for the circumference of a circle?
The circumference of a circle is calculated using C = 2πr when you know the radius, or C = πd when you know the diameter. Here π (pi) is approximately 3.14159, r is the radius, and d is the diameter (which equals twice the radius).
How do I find the circumference from the area?
First find the radius from the area using r = √(A / π), then plug that radius into C = 2πr. Our calculator does both steps automatically — just enter a value in the Area field.
What is the difference between circumference and perimeter?
Perimeter is the total distance around any 2D shape. Circumference is the specific name we use for the perimeter of a circle. Every circumference is a perimeter, but only the perimeter of a circle is called a circumference.
How accurate is this circumference calculator?
The calculator uses JavaScript's built-in 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.
Can I use this calculator for any unit of measurement?
Yes. Use the unit toggle to switch between millimetres, centimetres, metres, inches or feet. The unit is purely a label — the math works the same regardless. The area output will be expressed in the square of whatever unit you choose.
How do you derive C = 2πr?
The number π is defined as the ratio of any circle's circumference to its diameter — that is, π = C / d. Multiplying both sides by d gives C = πd. Since the diameter is twice the radius (d = 2r), substituting gives C = 2πr.
What is the circumference of a circle with radius 1?
A circle of radius 1 (the "unit circle") has a circumference of exactly , which is approximately 6.2832 units. This is one of the most important constants in trigonometry.
Why is π used in the circumference formula?
Because the ratio of circumference to diameter is the same for every circle — large or small — that ratio gets its own name, π. So any time you measure how far it is around a circle, π naturally appears.