Circumference of a Circle Calculator

The Circumference Calculator finds the perimeter of a circle from either its radius or its diameter. Toggle between input modes; the calculator returns the circumference (C = 2πr), the matching diameter or radius, and the area (A = πr²) all at once. Built-in worked examples (unit circle, soccer ball, pizza, Earth) show the formula in action.

Try a worked example

How to use

  1. 1

    Pick whether you'll enter the radius (the distance from center to edge) or the diameter (the full distance across).

  2. 2

    Type your value — circumference updates instantly.

  3. 3

    Read the result: circumference shown prominently, with the other measurement (diameter or radius) and the area shown alongside.

  4. 4

    Tap Copy to grab the circumference for your clipboard.

  5. 5

    Try the worked examples below to see the formula in action with familiar objects.

Frequently asked questions

Ratings & Reviews

Rate this tool

Sign in to rate and review this tool.

Loading reviews…

What is the circumference of a circle?

The circumference is the total distance around a circle — its perimeter. If you wrapped a string around a circle exactly once and measured the string, that's the circumference. For any circle, it equals the diameter multiplied by π (pi):

C = 2πr (where r is the radius)
C = πd (where d is the diameter — same formula since d = 2r)

π is the constant ratio of any circle's circumference to its diameter — about 3.14159. Big circle, small circle, doesn't matter: the ratio is always π. This calculator computes circumference, area, and the matching radius/diameter from whichever you enter.

How to use the calculator

Three steps:

  1. Pick whether you'll enter the radius (center to edge) or the diameter (across).
  2. Type your value — circumference appears instantly with the formula plugged in.
  3. Read the area and the other measurement (radius if you entered diameter, or vice versa) shown alongside.

The calculator updates as you type. Click any of the worked examples (unit circle, hockey puck, soccer ball, pizza, Earth) to load classic cases.

Worked example: a 12.5-inch pizza

A standard "large" pizza is about 12.5 inches in diameter — roughly 31.5 cm. Let's compute its circumference (the length of the crust) and area (the total pizza surface).

  • Diameter = 12.5 in → radius r = 6.25 in
  • Circumference C = 2π × 6.25 ≈ 39.27 inches of crust
  • Area A = π × 6.25² ≈ 122.72 square inches of pizza

Now compare to a 10-inch pizza (radius 5):

  • Circumference: 2π × 5 ≈ 31.42 in (about 8 inches less crust)
  • Area: π × 25 ≈ 78.54 sq in (about 44 sq in less pizza — a 36% reduction!)

This is why a small reduction in pizza diameter is a big reduction in pizza. Area scales with the square of radius, so a 20% smaller diameter is 36% less pizza by area.

Why π appears in circle formulas

π is defined as the ratio C/d for any circle — it's literally the relationship between circumference and diameter, distilled into a single constant. The relationship is exact (not an approximation): every circle has circumference = π × diameter. Bigger circles have bigger circumferences, but the ratio to their diameter is always exactly π.

The "why" comes from the fundamental geometry of a circle — every point equidistant from a center. That property forces the circumference-to-diameter ratio to be the same constant regardless of size. The constant is irrational (its decimal expansion never repeats) and transcendental (it can't be expressed as a root of any polynomial with rational coefficients), which makes it one of the most studied numbers in mathematics.

For most practical purposes, π ≈ 3.14159 is enough. NASA uses π to about 15 decimal places for spacecraft calculations — that's enough precision to know a circle the size of the universe to within a hydrogen atom's diameter. Beyond that, more digits is mathematical curiosity, not practical need.

Common circle measurements

ObjectDiameterCircumferenceArea
Unit circle2≈ 6.28≈ 3.14
Quarter (US coin)2.43 cm≈ 7.63 cm≈ 4.64 cm²
Hockey puck7.62 cm≈ 23.94 cm≈ 45.6 cm²
Soccer ball (size 5)22 cm≈ 69.12 cm≈ 380.1 cm²
Basketball (men's)24.2 cm≈ 76.03 cm≈ 459.96 cm²
10" pizza10 in≈ 31.42 in≈ 78.54 sq in
12.5" pizza12.5 in≈ 39.27 in≈ 122.72 sq in
16" pizza16 in≈ 50.27 in≈ 201.06 sq in
1m diameter circle1 m≈ 3.14 m≈ 0.79 m²
Earth (equator)12,756 km≈ 40,075 km≈ 510 million km²

Tips and edge cases

Tip: if you know the circumference and want the diameter, divide by π. So d = C / π. Useful for figuring out the diameter of something cylindrical (a tree trunk, a pipe) when you can wrap a string around it but can't measure across.

Watch out for radius vs diameter confusion. A common mistake: someone says "the circle is 10 inches" — do they mean radius or diameter? In casual speech, "10 inch pizza" almost always means diameter. In engineering specs, it's almost always diameter ("10mm pipe"). In geometry homework, the problem usually states which.

Diameter and "across" aren't always the same. "Across" the widest point of a non-circular shape (an oval, a tree's crown) isn't a meaningful diameter — there's no single "diameter" for non-circular shapes. The circumference formula only works for true circles.

For circles on a grid (pixels), use distance formula. If you have center coordinates (cx, cy) and a point on the edge (px, py), the radius equals √((px−cx)² + (py−cy)²) — see the Distance Formula Calculator. Then circumference = 2πr.

Related calculators

  • For straight-line distance between two points (the building block of radius from center to edge), use the Distance Formula Calculator.
  • For aspect-ratio math when you need the diagonal from width and height (which is also a Pythagorean-theorem application like the distance formula), use the Aspect Ratio Calculator.
  • For statistical mean/median/mode of a dataset, the Average Calculator.
  • For geometric mean (relevant when measurements multiply, like radius/diameter ratios across a sequence), the Geometric Mean Calculator.

Frequently asked questions

What is the formula for circumference?

C = 2πr (where r is the radius) or C = πd (where d is the diameter). They're the same formula since d = 2r. π ≈ 3.14159.

How do I find the circumference of a circle with radius 5?

C = 2 × π × 5 ≈ 31.42. To find the area instead: A = π × 5² ≈ 78.54.

How do I find the circumference from the diameter?

Multiply the diameter by π. So a circle with diameter 10 has circumference 10π ≈ 31.42. The relationship C = πd is the original definition of π — the ratio of any circle's circumference to its diameter.

How do I find the diameter from the circumference?

Divide the circumference by π. d = C / π. So a circle with measured circumference 31.42 has diameter 10. This is useful when you can measure around something cylindrical but can't measure across — wrap a string, divide by π.

What's the area of a circle with circumference 20?

First find the radius: r = C / (2π) = 20 / 6.283 ≈ 3.183. Then area = πr² ≈ π × 10.13 ≈ 31.83.

What's the circumference of the Earth?

About 40,075 km at the equator (radius ≈ 6,378 km). The Earth is slightly flattened at the poles, so the polar circumference is a bit shorter (≈ 40,008 km). The original metre was actually defined in 1791 as one ten-millionth of the distance from equator to North Pole — making the meridional circumference ~40,000 km roughly by definition.

Is my input saved or sent anywhere?

No. The calculation runs entirely in your browser using JavaScript — nothing is sent to a server, logged, or stored.