Circle Measurements Calculator

Enter any one known circle measurement — radius, diameter, circumference, or area — and instantly get all four values using C = 2πr and A = πr².

Quick Facts

Key formulas
C = 2πr and A = πr²
Diameter is always twice the radius (d = 2r); π ≈ 3.14159265.
Scaling
Area grows with the square of the radius
Doubling the radius quadruples the area but only doubles the circumference.

Your Results

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

Ready

Choose a known measurement, enter its value and unit, then press Calculate.

Formula and method for circle measurements

A circle has four measurements that are all mathematically linked: radius, diameter, circumference, and area. Give this calculator any one of them, and it solves for the radius first, then derives the other three — so you never need to look up more than one number.

How the calculation works

Every circle formula reduces to the radius (r), the distance from the center to any point on the edge. The diameter is simply d = 2r — a straight line through the center, twice as long as the radius. The circumference, the distance around the circle, is C = 2πr (equivalently C = πd). The area, the space enclosed by the circle, is A = πr². In every formula, π (pi) is the fixed ratio of a circle's circumference to its diameter, approximately 3.14159265. If you start from diameter, circumference, or area instead of radius, the calculator rearranges the formula to solve for r first: r = d/2, r = C/(2π), or r = √(A/π).

Common mistakes

  • Radius vs. diameter: the most common circle error. Plugging a diameter into a radius formula (or vice versa) throws every downstream result off by a factor of 2 for circumference or 4 for area.
  • Units: circumference is measured in linear units (cm, in, ft) — the same units you entered. Area is always in square units (cm², in², ft²), never linear units.
  • Assuming area scales linearly: because area depends on r², doubling the radius quadruples the area rather than doubling it — a frequent source of estimation errors in materials and cost planning.

Real-world applications

  • Ordering round tablecloths, rugs, or pizzas, where diameter is the size you shop by but area (or circumference) is what you actually need
  • Plumbing and piping, where pipe diameter determines cross-sectional area and flow capacity
  • Wheels, gears, and pulleys, where circumference determines the distance traveled per revolution
  • Landscaping and construction, where a circular bed, pool, or foundation needs both a perimeter (fencing/edging) and an area (fill material or sod)

Frequently Asked Questions

What is the formula for circumference?
Circumference equals 2 times pi times the radius (C = 2πr), which is the same as pi times the diameter (C = πd). Pi (π) is approximately 3.14159265. For a circle with radius 7 cm, circumference is 2 × 3.14159265 × 7 ≈ 43.98 cm.
What is the formula for the area of a circle?
Area equals pi times the radius squared (A = πr²). For a circle with radius 7 cm, area is 3.14159265 × 7² ≈ 153.94 square cm. Note that doubling the radius quadruples the area, since the radius is squared.
How do I find the radius from the diameter, circumference, or area?
From diameter: r = d / 2. From circumference: r = C / (2π). From area: r = square root of (A / π). This calculator accepts any one of the four measurements and solves for radius first, then derives the other three from it.
What value of pi does this calculator use?
It uses JavaScript's built-in Math.PI, which is accurate to about 15 significant digits (3.14159265358979...). Pi is an irrational number, so any decimal value is a rounded approximation, but Math.PI is precise enough for virtually all practical measurement work.