Skip to main content

Circumference to Diameter Calculator

Enter exactly one of circumference, diameter, or radius. The page fills the other two using Math.PI from this browser. Area is not on this spoke; use the circle calculator for area.

Rated 4.8 out of 5 based on 312 reviews

Results

How to convert circumference and diameter

  1. Decide which single length you already know: circumference, diameter, or radius.
  2. Enter that one positive number. Leave the other two fields blank.
  3. Read diameter, circumference, and radius in the result rows. π comes from Math.PI in this browser.
  4. Clear the default radius of 1 before you type a circumference or diameter, so exactly one field stays filled.
  5. Open the full circle calculator when you also need area from the same length.

Circumference and diameter

Circle linear measures linked by π

CircumferenceC = 2πr = πd
Diameterd = 2r = C / π
Radiusr = d / 2 = C / (2π)
π sourceJavaScript Math.PI in this browser
Default exampleRadius 1 gives diameter 2 and C = 2π
Input ruleExactly one of C, d, or r must be filled

What circumference and diameter measure

Circumference is the length of the closed curve around a circle. Diameter is the longest chord through the center. Radius is half that diameter. The three lengths lock together through π, so any one fixes the other two on a true circle.

How C, d, and r relate

C = πd and C = 2πr. Solving for diameter uses d = C / π. Solving for radius uses r = C / (2π) or r = d / 2. The page uses Math.PI, not a hand-typed 3.14, so results match other IEEE floating-point tools in the same browser.

How this spoke solves the missing lengths

Count how many of circumference, diameter, and radius are finite numbers. Exactly one must be present. The engine recovers radius first, then prints diameter and circumference. Zero or negative lengths raise an error. Filling two fields at once is rejected so the system stays determined.

When this conversion helps

Tape a pipe circumference and recover diameter for fittings, turn a track length into a radius for layout, or check a textbook that states only one of the three. Ellipses and stadium ovals are not circles and do not follow C = πd.

Limits

Perfect circles only. No arc length for a partial sweep, no chord tables, and no area on this page. IEEE floating point applies. CZNull does not receive the numbers.

Circumference and diameter questions

If the radius is 1, what are diameter and circumference?
Diameter is 2. Circumference is 2π, about 6.283185307179586 with Math.PI in this browser.
How do I start from circumference instead of radius?
Clear the radius field, type the circumference, and leave diameter blank. The page recovers d = C / π and r = C / (2π).
Why must I enter exactly one length?
Two filled fields can disagree. Leaving all three blank leaves nothing to solve. Exactly one known value keeps the conversion determined.
Does this page also compute area?
No. Area A = πr² belongs on the circle calculator. This spoke only converts among C, d, and r.
Is π rounded to 3.14 here?
No. The engine uses JavaScript Math.PI.
Can I use these formulas on an ellipse?
No. An ellipse perimeter is not π times a single diameter. Use a dedicated ellipse tool for that shape.