Circumference Calculator
Find the circumference of a circle by entering either the radius or diameter. Also shows the area and provides the formulas used.
Circumference is the distance around the edge of a circle — the circular equivalent of perimeter. It connects to one of mathematics' most famous constants: π (pi). The ratio C/d is always π, no matter how big or small the circle. This relationship gives us the two equivalent circumference formulas: C = 2πr (using radius) or C = πd (using diameter).
Knowing circumference is essential for countless practical tasks. Distance traveled by a rolling wheel equals the number of revolutions times the circumference. Belt length around pulleys depends on circumference and wrap angles. Race tracks are designed by circumference. Even Earth's equatorial size (40,030 km circumference) follows the same formula at planetary scale.
The discovery of π and its precise calculation has fascinated mathematicians for millennia. Egyptian and Babylonian estimates were within 1% accuracy. Archimedes proved 223/71 < π < 22/7 around 250 BC. Modern computers have calculated π to over 100 trillion digits — though only ~40 are needed for any practical calculation.
For a circle with radius 5, C = 2π × 5 ≈ 31.42 units. For Earth at the equator (r ≈ 6,378 km), C ≈ 40,030 km. For a US quarter coin (d = 24.26 mm), C ≈ 76.2 mm. The same simple formula works at every scale.
Common applications: wheel/tire calculations (distance per revolution), belt and pulley sizing, circular track design, rope and chain lengths around circular objects, fence design for circular plots, and any task involving the distance around a circle.
Inputs
Results
Circumference
31.415927 units
Area
78.539816 sq units
Radius
5
Diameter
10
Formula
How to use this calculator
- Choose to input radius or diameter.
- Enter the value in your chosen units.
- Calculator returns circumference (in same units).
- Note: circumference is in length units (cm, ft, m), not squared (which is area).
- For diameter input: result is same circle as if you used radius = diameter/2.
- Use π ≈ 3.14159 for most practical calculations; more digits for high precision.
Worked examples
Hat sizing
**Scenario:** Person's head circumference is 58 cm. What's the head diameter and radius? **Calculation:** d = C/π = 58/π ≈ 18.46 cm. r = d/2 ≈ 9.23 cm. **Result:** Head diameter ~18.5 cm, radius ~9.2 cm. Hat size 58 in European sizing, 7 ¼ in US/UK. Hat manufacturers use either circumference (Europe) or diameter-derived sizing (US, UK). Same physical head, different number systems.
Race track lap distance
**Scenario:** Olympic running track has 73 m straight + curve sections. Inner circumference? **Calculation:** Standard track: 84.39 m straights × 2 = 168.78 m. Curves: 2 × π × radius = 2 × π × 36.5 = 229.34 m. Total inner lap: 168.78 + 229.34 ≈ 398.12 m (~400 m by design). **Result:** ~398 m for inner lane. Outer lanes have larger radius → longer lap. Why staggered starts in track events: outer runners start ahead to equalize total distance run.
Belt length for pulleys
**Scenario:** Two pulleys: 5 cm and 15 cm radius, 50 cm center distance. **Calculation:** Total belt ≈ 2 × 50 + π × (5 + 15) + (15-5)²/50 = 100 + 62.83 + 2 = 164.83 cm. Add safety margin: ~170 cm of belt material. **Result:** ~165 cm belt length. Real selection: use V-belt with standard length 1700 mm (170 cm). Two arc portions (one on each pulley) plus two straight runs make up total. Wrap angle affects holding power and slip.
When to use this calculator
**Use circumference calculations for:**
- **Wheel and tire distance**: distance traveled per revolution. - **Belt drives**: total belt length around pulleys. - **Race track design**: lane distances and stagger calculations. - **Architectural curves**: rotunda, dome, arch perimeters. - **Sewing and crafts**: round patterns, hat bands, decorative trim. - **Fence and rope**: circular gardens, ponds, plots. - **Body sizing**: clothes (waist, hips), accessories (hats, bracelets). - **Astronomy**: planetary equators, orbital paths.
**Most common uses:**
1. **Vehicle distance from wheel rotation**: tire C × revs = distance. 2. **Rolling object distance**: same formula. 3. **Belt and rope length**: around circular objects. 4. **Fence length**: circular gardens, dog runs. 5. **Body measurements**: clothing, jewelry sizing.
**Pi for everyday calculations:**
3.14 is good enough for nearly all practical work. Engineering and science use 3.14159 or more. Only theoretical math needs trillions of digits.
**Software:**
Most calculators include π button. Spreadsheets: PI() function. Programming languages: built-in constant (math.pi in Python, Math.PI in JavaScript).
**Common applications:**
- **Automotive**: speedometer calibration (different tire sizes alter readings). - **Manufacturing**: circumference of round parts for material costs. - **Construction**: circular foundations, columns, pipes. - **Aerospace**: rotating components (turbines, fans). - **Industrial machinery**: belt drives, gear ratios. - **Sports**: ball circumferences (basketball ~75 cm, soccer ball ~70 cm). - **Healthcare**: waist circumference predicts metabolic health risk. - **Forestry**: tree circumference at breast height (DBH) for biomass.
**Pitfalls:**
- **Confusing radius and diameter**: r vs d differs by factor 2. - **Using degrees in arc formula**: L = rθ needs radians. - **Confusing area and circumference**: different formulas, units. - **Forgetting waste/overlap for rope/belt**: practical lengths exceed mathematical. - **Using insufficient π precision**: 3.14 is rough; 3.14159 is engineering standard. - **Measuring vs calculating**: actual irregular shapes don't follow circle formula exactly.
Common mistakes to avoid
- Confusing radius and diameter (off by factor of 2).
- Confusing circumference with area (different units).
- Using insufficient π precision for engineering work.
- Forgetting that 2πr and πd are the same formula.
- Using degrees instead of radians for arc length (rθ).
- Treating non-circular shapes as circles (oval, ellipse different).
- Forgetting practical material overhead (rope knots, belt tension).
- Mixing units (radius in cm but answer expected in m).