Calculate circle diameter from circumference and see radius, area, and equivalent circle values in metric or imperial units with unit conversions.

Reverse Circumference Calculator

Enter a circumference, or use the other tab if you have radius, diameter, or area.

Circumference → diameter
Other circle value

Reverse Circumference Formula

The calculator works backward from circumference to find the diameter, radius, and area of a circle. The second mode lets you start from any one circle measurement and get the rest.

D = C / pi
r = C / (2*pi)
A = C^2 / (4*pi)
  • C = circumference (the distance around the circle)
  • D = diameter (straight line across, through the center)
  • r = radius (center to edge, equal to D/2)
  • A = area enclosed by the circle
  • pi ≈ 3.14159265

These formulas assume a perfect circle on a flat plane. If you measured a real object with a tape, expect a small error from tape stretch, seam thickness, or out-of-round shape. Units must match: if C is in inches, D and r come out in inches and A in square inches.

Mode 1, Circumference to diameter: enter C and a unit. The calculator divides by pi for the diameter, halves it for the radius, and uses A = pi*r² for the area.

Mode 2, Other circle value: pick which value you have (diameter, radius, circumference, or area). The calculator converts to a radius first, then derives every other property using the formulas above. For area input, it uses r = sqrt(A/pi).

Reference Tables

Use these to sanity-check a result or to estimate without typing.

Circumference Diameter Radius Area
10.31830.15920.0796
51.59150.79581.9894
103.18311.59157.9577
257.95773.978949.736
5015.9157.9577198.94
10031.83115.915795.77

Common round-trip checks for everyday objects:

Object Typical Circumference Implied Diameter
US quarter76 mm24.2 mm
Soda can8.25 in2.63 in
Basketball (size 7)29.5 in9.39 in
Adult head (hat sizing)22 in7.00 in
Tree trunk60 in19.10 in

Worked Examples

Example 1: Pipe diameter from a tape measurement. You wrap a tape around a pipe and read 12.57 inches. Diameter = 12.57 / pi = 4.00 in. Radius = 2.00 in. That matches a nominal 4-inch pipe.

Example 2: Tree trunk. A trunk measures 47 inches around. Diameter = 47 / 3.14159 = 14.96 in. Radius = 7.48 in. Cross-sectional area = pi * 7.48² = 175.8 sq in.

Example 3: From area back to circumference. A circular patio covers 200 sq ft. Radius = sqrt(200 / pi) = 7.98 ft. Circumference = 2 * pi * 7.98 = 50.13 ft of edging.

FAQ

Why divide by pi? Pi is defined as the ratio of circumference to diameter for any circle. So C / pi always returns the diameter, and C / (2*pi) returns the radius.

How accurate is the result? The math is exact to the precision of pi used (about 15 digits here). Real-world accuracy depends on your input. A tape reading rounded to the nearest millimeter limits the diameter to roughly 0.3 mm precision after dividing by pi.

Can I mix units? No. Pick one unit per calculation. If you have a circumference in cm and need the diameter in inches, calculate first and then convert.

What if my object is not perfectly round? The formulas treat the shape as a true circle. For an oval or slightly deformed object, the result is the diameter of the equivalent circle that has the same circumference, not the actual minimum or maximum width.