How to Calculate the Circumference of a Circle

|
math geometry

The circumference of a circle is the distance around it. The formula is:

\[C = 2\pi r\]

Where C is the circumference and r is the radius. If you know the diameter (d) instead of the radius, the equivalent formula is:

\[C = \pi d\]

Both formulas say the same thing because the diameter is twice the radius. Multiply the diameter by pi (approximately 3.14159), and you have the circumference.

Radius vs. diameter

The radius is the distance from the center of the circle to any point on its edge. The diameter is the distance across the circle through the center, so it is exactly twice the radius.

\[d = 2r \qquad r = \frac{d}{2}\]

Which formula you use depends on which measurement you have. If you measured across the full width of a circular object, that is the diameter, and C = pi times d is the more direct formula. If you measured from the center outward, that is the radius, and C = 2 times pi times r applies. The circle calculator accepts either measurement and returns circumference, area, and diameter together.

Worked example: a bicycle tire

A standard road bike tire has a diameter of 700 mm (0.7 m). The circumference is:

\[C = \pi \times 700 = \textbf{2,199 mm}\]

That is approximately 2.2 meters. Every full rotation of the wheel moves the bicycle forward by about 2.2 meters. A cyclist tracking distance with a wheel sensor uses exactly this calculation: count the rotations, multiply by the circumference, and that gives total distance traveled.

Worked example: a 14-inch pizza

A “14-inch pizza” refers to the diameter. The circumference of the crust is:

\[C = \pi \times 14 = \textbf{43.98 inches}\]

That is roughly 44 inches of outer crust, which matters if you are the type who eats the crust first. For comparison, a 12-inch pizza has a circumference of about 37.7 inches. The 14-inch pizza has 17% more crust despite being only 2 inches wider, because circumference scales linearly with diameter.

Worked example: a running track

A standard outdoor running track is 400 meters around its innermost lane. The two straight sections are each 84.39 meters, totaling 168.78 meters. The remaining 231.22 meters come from the two semicircular ends, which together form one full circle.

Working backward from the circumference of that full circle:

\[r = \frac{C}{2\pi} = \frac{231.22}{2\pi} = \textbf{36.80 meters}\]

That is the radius of the inner edge of lane 1. Each successive lane adds about 1.22 meters to the radius, which increases the circumference by about 7.67 meters per lane. That is why staggered starts exist in races of 200 meters or more: runners in outer lanes start ahead to compensate for the longer path around the curves.

Finding radius from circumference

If you know the circumference and need the radius, rearrange the formula:

\[r = \frac{C}{2\pi}\]

For the diameter:

\[d = \frac{C}{\pi}\]

A tree trunk with a circumference of 94 inches (measured with a tape) has an estimated diameter of 94 / pi = approximately 29.9 inches and a radius of approximately 15.0 inches. Foresters use exactly this technique because wrapping a tape around a trunk is much easier than trying to measure across it through the center.

Reference table of common circles

Object Diameter Circumference
Quarter (coin) 24.3 mm 76.3 mm
Tennis ball 6.7 cm 21.0 cm
Dinner plate 27 cm 84.8 cm
Basketball 24.1 cm 75.7 cm
Hula hoop 95 cm 298.5 cm
Above-ground pool (15 ft) 4.57 m 14.36 m

Every value in the circumference column is simply the diameter times pi. The relationship is always the same regardless of the size of the circle.

Where pi comes from

Pi is the ratio of any circle’s circumference to its diameter. Measure the circumference, divide by the diameter, and the result is always the same number: 3.14159265… It does not matter whether the circle is the size of a coin or the size of a planet. This constant ratio was recognized by ancient mathematicians thousands of years ago, though computing its digits to high precision took centuries of effort.

The value 3.14159 is precise enough for virtually all practical purposes. Using 3.14 introduces a small error (about 0.05%), which matters only in engineering contexts requiring tight tolerances. Calculators and programming languages store pi to at least 15 decimal places, so rounding is rarely a concern in practice.

Circumference vs. area

Circumference and area both describe properties of a circle, but they measure different things and scale differently with size.

\[C = 2\pi r \qquad A = \pi r^2\]

Circumference scales linearly with the radius. Double the radius and the circumference doubles. Area scales with the square of the radius. Double the radius and the area quadruples. This distinction explains why a 16-inch pizza is not just “a little bigger” than a 12-inch pizza. The circumference grows by a factor of 16/12 = 1.33 (33% more crust), but the area grows by a factor of (16/12) squared = 1.78 (78% more pizza). The perimeter calculator handles circumference alongside perimeters of other shapes if you need to compare circular and non-circular boundaries.

A circle also has the special property of enclosing the maximum area for a given perimeter. No other shape with a circumference of 44 inches contains as much area as a circle with a circumference of 44 inches. That property is why bubbles are spherical and why storage tanks are cylindrical: nature and engineering both favor the shape that holds the most volume for the least surface material.

Practical tips

When measuring circular objects, a flexible measuring tape wrapped around the outside gives the circumference directly. Dividing that measurement by pi gives the diameter, which is often harder to measure physically. This works for pipes, columns, jars, and anything else where reaching across the center is impractical.

For problems that give you the area instead of the radius, solve for the radius first. From A = pi times r squared, the radius is the square root of (A / pi). Then plug that radius into C = 2 times pi times r. The circle calculator handles this conversion automatically: enter any one of the three values (radius, diameter, or area) and it returns the rest, including circumference.