... LIVE
units
Please enter a positive value.
Enter radius, diameter, area, or circumference below
What measurement are you entering?
Circumference

Sources & Methodology

Formulas verified against Khan Academy geometry curriculum and the NCTM standards for circle measurement.
📐
Khan Academy — Circumference of a Circle
C = 2πr and C = πd formulas, step-by-step derivation, and the definition of π as the ratio of circumference to diameter
📚
Math Is Fun — Circle
All circle formulas: circumference, area, diameter, radius relationships with numerical examples and interactive diagrams
Methodology: From radius: C = 2πr, A = πr², d = 2r. From diameter: r = d/2, then same formulas. From area: r = √(A/π), then C = 2πr. From circumference: r = C/(2π), d = C/π, A = πr². Semicircle perimeter = πr + 2r. All calculations use JavaScript’s Math.PI (15 significant digits). Results rounded to 4 decimal places.

⏱ Last reviewed: March 2026

How to Calculate the Circumference of a Circle

The circumference of a circle is the total distance around its outer edge — the circle’s equivalent of perimeter. It is directly proportional to the radius and diameter through the constant π (pi ≈ 3.14159). There are three equivalent formulas depending on which measurement you start with.

Formula from Radius

C = 2 × π × r
Where r is the radius (center to edge).
Example: r = 5 → C = 2 × 3.14159 × 5 = 31.416 units

Formula from Diameter

C = π × d
Where d is the diameter (edge to edge through center). Since d = 2r, this is identical to C = 2πr.
Example: d = 10 → C = 3.14159 × 10 = 31.416 units

Formula from Area

C = 2 × √(π × A)
First find radius r = √(A/π), then apply C = 2πr.
Example: A = 78.54 → r = √(78.54/3.14159) = √25 = 5 → C = 31.416 units

Circle Measurement Reference Table

Radius (r)Diameter (d)Circumference (C)Area (A)
126.2833.142
2412.56612.566
3618.85028.274
51031.41678.540
71443.982153.938
102062.832314.159
153094.248706.858

Circumference of a Semicircle

The perimeter of a semicircle has two parts: the curved arc (half the full circumference = πr) and the straight diameter (2r). Total semicircle perimeter = πr + 2r. For r = 5: curved arc = 15.708, straight edge = 10, total = 25.708 units.

Real-World Uses of Circumference

💡 Pi Memory Trick: π ≈ 3.14159 — remember “3 point 14159” or the phrase “How I wish I could calculate pi” (3.14159 = word lengths 3, 1, 4, 1, 5, 9). For quick mental estimates, π ≈ 3 gives results within 4.5% of the exact answer, and π ≈ 22/7 gives results within 0.04%.
Frequently Asked Questions
C = 2πr (using radius) or C = πd (using diameter), where π ≈ 3.14159. Both formulas give the same result since d = 2r. For example, radius = 5: C = 2 × 3.14159 × 5 = 31.416 units. Diameter = 10: C = 3.14159 × 10 = 31.416 units.
Multiply the radius by 2π: C = 2πr. For radius = 7: C = 2 × 3.14159 × 7 = 43.982 units. This formula works because the circumference equals π times the diameter, and the diameter equals twice the radius.
Multiply the diameter by π: C = πd. For d = 14: C = 3.14159 × 14 = 43.982 units. This is the most direct formula because π is defined as the ratio C/d, meaning every circle’s circumference divided by its diameter always equals exactly π.
From area A, find radius: r = √(A/π). Then apply C = 2πr. Shortcut: C = 2√(πA). For A = 78.54: r = √(78.54/3.14159) = √25 = 5, so C = 2 × 3.14159 × 5 = 31.416 units.
Circumference is the specific term for the perimeter of a circle. Perimeter applies to straight-sided shapes (polygons), while circumference is used exclusively for curved shapes like circles and ellipses. Both measure the total outer boundary length. Circumference = 2πr is the circle’s perimeter formula.
Divide the circumference by π: d = C/π. For C = 31.416: d = 31.416/3.14159 = 10. Similarly, radius = C/(2π). For C = 31.416: r = 31.416/(2×3.14159) = 5.
π (pi) is the mathematical constant equal to any circle’s circumference divided by its diameter. Its value is approximately 3.14159265 and its decimal digits never end or repeat (it is irrational). It appears in the circumference formula because by definition C = π × d — the ratio of circumference to diameter is always exactly π for every circle in existence.
A semicircle perimeter = curved arc + straight diameter = πr + 2r = r(π + 2). For r = 5: arc = π×5 = 15.708, straight = 10, total = 25.708 units. Note that the “circumference” of a semicircle typically refers only to the curved arc (πr), while the full perimeter includes the straight edge.
Circumference is used to calculate how far a wheel travels per revolution (circumference = distance per rotation), fencing needed for circular gardens, pipe or cable wrap lengths, the length of circular running tracks, belt lengths in pulleys, and the amount of material needed to edge circular surfaces. Any application involving “going around” a circular object uses the circumference formula.
For school problems, π ≈ 3.14 or 22/7 is accurate enough. For engineering, use π ≈ 3.14159265 (8 decimal places). This calculator uses JavaScript’s built-in Math.PI which provides 15 significant digits, giving results accurate to within nanometers even for very large circles. Using just π = 3 gives results within 4.5% of exact.
Related Calculators
Popular Calculators
🧮

Missing a Math Calculator?

Can’t find the math calculator you need? Tell us — we build new ones every week.