Circumference and Area of a Circle Calculator

Enter a circle's radius or diameter to get its circumference (C = 2πr) and area (A = πr²), plus the matching radius and diameter.

Quick Facts

Formulas
C = 2πr = πd, and A = πr²
π (pi) ≈ 3.14159265 is the ratio of any circle's circumference to its diameter.
Scaling
Area grows with r², circumference grows with r
Doubling the radius quadruples the area but only doubles the circumference.

Your Results

Calculated
Circumference
-
Distance around the circle (C = 2πr)
Area
-
Space enclosed by the circle (A = πr²)
Radius
-
Distance from center to edge
Diameter
-
Distance straight across (2 × radius)

Ready

Enter a radius or diameter and press Calculate.

Formula and method for Circumference and Area of a Circle

Circumference of a Circle:

C = 2 × π × r = π × d

r = radius, d = diameter (d = 2r)

Area of a Circle:

A = π × r²

π (pi) ≈ 3.14159265…, the ratio of a circle's circumference to its diameter

Every circle is defined by one measurement — its radius (the distance from the center to the edge) or its diameter (the distance straight across, through the center). Once you know either one, the other three quantities — the other measurement, the circumference, and the area — follow directly from two formulas that have been used since antiquity: circumference C = 2πr, and area A = πr².

How the calculation works

Enter either the radius or the diameter and tell the calculator which one you gave it. If you entered the diameter, the tool divides by 2 to get the radius (r = d/2); if you entered the radius, it multiplies by 2 to get the diameter (d = 2r). From the radius, circumference is 2 × π × r and area is π × r². The constant π is irrational, so the calculator uses JavaScript's built-in high-precision value of π rather than a rounded approximation like 3.14 or 22/7.

Common mistakes

  • Confusing radius and diameter: entering the diameter into a radius field (or vice versa) throws off circumference by a factor of 2 and area by a factor of 4, since area depends on the radius squared.
  • Units: circumference is a length, reported in the unit you entered (in, ft, m). Area is two-dimensional and reported in that unit squared (in², ft², m²) — a circle with a 3-foot radius has an area of about 28.27 ft², not 28.27 ft.
  • Rounding π too early: using 3.14 instead of a fuller value introduces small errors that compound on large circles; keep full precision until the final rounding step.

Real-world applications

  • Circumference is used for fencing, trim, or edging around round features like garden beds, pools, or tables.
  • Area is used to estimate materials for circular flooring, tabletops, pizza sizes, or paint coverage.
  • Manufacturing uses both for pipes, gaskets, wheels, and discs, where the outer radius or diameter determines material and clearance.
  • Engineering and design use the radius-to-area relationship to judge how much a small change in size affects material or capacity.

Frequently Asked Questions

What is the formula for the circumference of a circle?
Circumference equals 2 times pi times the radius (C = 2πr), or equivalently pi times the diameter (C = πd) since the diameter is twice the radius. Pi (π) is an irrational constant approximately 3.14159.
What is the formula for the area of a circle?
Area equals pi times the radius squared (A = πr²). Because the radius is squared, area grows much faster than circumference as a circle gets bigger — doubling the radius quadruples the area but only doubles the circumference.
How do I find the radius if I only know the diameter?
Divide the diameter by 2 (r = d/2). Conversely, multiply the radius by 2 to get the diameter (d = 2r). This calculator accepts either measurement and derives the other automatically.
Why do circumference and area use different units?
Circumference is a length, so it is reported in the same linear unit you entered (inches, feet, meters, etc.). Area measures a two-dimensional region, so it is reported in that unit squared (in², ft², m²) — never mix the two when comparing results.