Circumference Calculator

Find a circle's circumference from its radius or diameter using C = 2πr = πd, and get the diameter, radius, and area in the same step.

Quick Facts

Formula
C = 2πr = πd
π (pi) ≈ 3.14159265358979. Circumference scales linearly with radius; area (A = πr²) scales with radius squared.

Your Results

Calculated
Circumference
-
C = 2πr = πd
Diameter
-
Twice the radius
Radius
-
Half the diameter
Area
-
A = πr²

Ready

Choose radius or diameter, enter the value and unit, then press Calculate.

Understanding the Circumference Calculator

Circumference is the distance around a circle — its perimeter. This tool computes it from either the radius (the distance from the center to the edge) or the diameter (the distance straight across the circle through its center), using the constant π (pi), approximately 3.14159265358979.

The formulas

Two equivalent formulas describe circumference:

  • From radius: C = 2πr, where r is the radius.
  • From diameter: C = πd, where d is the diameter (d = 2r).

Both give the same answer because the diameter is always exactly twice the radius. Once one measurement is known, this calculator also derives the other two: diameter = 2 × radius, radius = diameter ÷ 2, and the enclosed area = πr².

Where pi comes from

Pi is defined as the ratio of a circle's circumference to its diameter (π = C ÷ d). That ratio is identical for every circle regardless of size — a coin and a wheel share the same π — which is why multiplying the diameter by π always yields the circumference. Pi is an irrational number, so calculators use a truncated value; this tool uses JavaScript's built-in Math.PI, accurate to about 15 significant digits.

Common mistakes

  • Confusing radius and diameter: entering the diameter into a radius field (or vice versa) doubles or halves the result. Check which measurement you actually have before selecting it above.
  • Units: circumference and diameter share the same linear unit (cm, in, ft), but area is in that unit squared (cm², in², ft²) — never the same unit as circumference.
  • Mixing unit systems: the unit selector here labels the output; it does not convert between systems. Measure in one consistent unit before entering a value.

Real-world applications

  • Fencing or edging a circular garden, pool, or flower bed uses circumference to estimate material length.
  • Belt, chain, or rope length around a pulley, wheel, or drum depends directly on circumference.
  • Manufacturing round parts (pipes, gears, cans) uses circumference and diameter interchangeably on spec sheets.
  • Track and field lane distances, wheel odometry, and tire sizing all rely on the same C = 2πr relationship.

Frequently Asked Questions

What is the formula for circumference?
Circumference equals 2 times pi times the radius, written C = 2πr. Since the diameter is twice the radius, the same formula can be written C = πd, where d is the diameter. Pi (π) is approximately 3.14159265358979.
How do I find circumference from diameter instead of radius?
Use C = πd directly: multiply the diameter by pi. If you only know the radius, first double it to get the diameter (d = 2r), or use C = 2πr, which gives the identical result.
What is the difference between circumference and area?
Circumference (C = 2πr) is the distance around a circle, measured in linear units like cm or inches. Area (A = πr²) is the space enclosed by the circle, measured in square units like cm² or in². Circumference grows linearly with radius; area grows with the square of the radius.
Why does circumference use pi?
Pi is defined as the ratio of a circle's circumference to its diameter (π = C/d), and that ratio is the same constant, approximately 3.14159, for every circle regardless of size. Rearranging that definition gives the circumference formula C = πd.