Circle Perimeter Calculator

Calculate a circle's circumference (perimeter) from its radius or diameter using C = 2πr = πd, plus its area.

Quick Facts

Formula
Circumference = 2πr, or πd
π (pi) ≈ 3.14159, the constant ratio of any circle's circumference to its diameter.
Relationship
Diameter is always 2 × radius
Enter whichever one you know — the other is derived automatically.

Your Results

Calculated
Circumference
-
Perimeter: C = 2πr
Radius
-
Center to edge
Diameter
-
Edge to edge through center
Area
-
A = πr²

Ready

Enter a radius or diameter and press Calculate.

Formula and method for circle perimeter (circumference)

A circle's perimeter is called its circumference. It is found with one of geometry's oldest and most reliable relationships: C = 2πr, where r is the radius, or equivalently C = πd, where d is the diameter. Both forms give the identical answer because the diameter is always twice the radius (d = 2r).

How the calculation works

Pi (π) is an irrational constant, approximately 3.14159265, equal to the ratio of any circle's circumference to its diameter — a relationship that holds for every circle regardless of size. This calculator takes whichever measurement you know, radius or diameter, converts it to the other automatically, multiplies by 2π (or π) to get the circumference, and also reports the area (A = πr²) so you have the full picture of the circle from a single input. Enter your value in any unit you like; the results are reported in that same unit, and area is reported in that unit squared.

Common mistakes

  • Radius vs. diameter: the most common error in circle problems. If you enter a diameter into a field expecting a radius (or vice versa), every result is off by a factor of 2. Use the "Known measurement" selector to tell the calculator which one you have.
  • Circumference vs. area: circumference is a length (measured in the unit you entered, like cm or ft); area is a surface measurement (measured in that unit squared, like cm² or ft²). They answer different questions — "how far around" versus "how much surface" — and are not interchangeable.
  • Rounding pi too early: using 3.14 instead of a longer approximation of π introduces small errors that compound on large circles. This calculator uses JavaScript's built-in Math.PI, accurate to about 15 significant digits.

Real-world applications

  • Fencing, edging, or trim around a circular garden bed, pool, or table uses circumference to estimate linear material needed.
  • Wheel and gear design uses circumference to relate rotations to distance traveled (one full turn covers one circumference of ground distance).
  • Pipe, tank, and drum specifications often list circumference or diameter, and converting between them is a routine engineering step.
  • Track and field lane measurements, running loops, and circular room layouts all rely on the same 2πr relationship.

Frequently Asked Questions

What is the formula for circle perimeter (circumference)?
The perimeter of a circle, called its circumference, equals 2 times pi times the radius (C = 2πr), or equivalently pi times the diameter (C = πd). Pi (π) is the fixed ratio of any circle's circumference to its diameter, approximately 3.14159.
What is the difference between radius and diameter?
The radius is the distance from the center of a circle to its edge. The diameter is the distance straight across the circle through the center, and it is always exactly twice the radius (d = 2r).
How do I find the area once I know the circumference?
First solve for the radius from the circumference (r = C / (2π)), then apply the area formula A = πr². This calculator does both automatically alongside the circumference so you do not need a separate tool.
Does the unit I choose affect the calculation?
No, the formula works the same regardless of unit. The calculator labels the radius, diameter, and area results with whichever unit you select, such as cm, in, or m, so keep track of what you entered and stay consistent.