⭕ Circle Circumference: Calculator

Find a circle's circumference and area from its radius or diameter.

units
CIRCUMFERENCE
0
the distance around the circle
Area
0
Radius
0
Diameter
0
π (pi) used
3.14159265
C = 2πr, Area = πr²

How the Circle Circumference Calculator Works

Every circle's circumference (the distance around its outer edge) and area (the space it encloses) are determined entirely by one measurement: its radius, or equivalently, its diameter. This calculator lets you enter either value and instantly computes both the circumference and the area using the exact mathematical constant π (pi), which is the fixed ratio of any circle's circumference to its diameter (≈ 3.14159265).

From radius (r): Circumference = 2πr    Area = πr²
From diameter (d): r = d/2    Circumference = πd    Area = π(d/2)²

Radius vs. Diameter: Why It Matters Which You Enter

The radius is the distance from the center of a circle to its edge, while the diameter is the full distance across the circle through its center — exactly twice the radius. Many real-world measurements (like a pipe's width or a wheel's diameter) are easier to measure as a diameter, while geometric formulas are traditionally written in terms of the radius. This calculator handles the conversion automatically so you can start from whichever measurement you have on hand.

Circumference vs. Area: Two Different Measurements

Circumference and area answer two different questions about the same circle. Circumference tells you the length of material needed to wrap around the circle's edge — useful for fencing a circular garden or sizing a belt around a pulley. Area tells you how much surface the circle covers — useful for calculating how much paint, flooring, or fabric you'd need to fill it. Because both are derived from the same radius, this calculator always shows them together as a consistency check: doubling the radius exactly doubles the circumference, but it quadruples the area, since area scales with the radius squared.

❓ Frequently Asked Questions

What is the formula for the circumference of a circle?
The circumference is C = 2πr, where r is the radius, or equivalently C = πd, where d is the diameter. Both formulas give the exact same result since the diameter is always twice the radius.
What is the formula for the area of a circle?
The area is A = πr², where r is the radius. If you only know the diameter, first divide it by 2 to get the radius, then square that value and multiply by π.
Why does area increase faster than circumference when the radius grows?
Circumference is proportional to the radius (multiply r by 2, circumference doubles), while area is proportional to the radius squared (multiply r by 2, area quadruples). This is why a circle twice as wide holds four times as much area, not just twice as much.
What value of pi (π) does this calculator use?
This calculator uses JavaScript's built-in Math.PI constant, which is accurate to about 15 significant decimal digits (3.14159265358979...), far more precise than the commonly rounded 3.14159 shown in results.
Can I use this calculator for a circle's diameter measurement instead of radius?
Yes. Use the 'From Diameter' toggle to enter the diameter directly, and the calculator will compute the radius, circumference, and area automatically without you needing to divide by 2 yourself.

🏆 About This Tool — Accuracy & Trust

🔒 Data Privacy: All calculations run entirely within your browser using JavaScript. Nothing you enter here is ever transmitted to our servers, stored, sold, or shared.

📐 Accuracy Note: This tool uses standard, widely published formulas and guidelines. Results are estimates for informational purposes; for financial, medical, or engineering decisions, consult a licensed professional.

📅 Last Updated: September 2026.