Circle Perimeter Calculator

This calculator works out the perimeter, more commonly called the circumference, of a circle from either its radius or its diameter. Knowing the circumference is useful whenever you need a length rather than an area, such as fencing a circular garden bed, ordering trim or edging, working out how far a wheel travels in one revolution, or measuring a pipe for lagging or labelling. To use it, choose whether you are entering a radius or a diameter, type in that measurement, and select the unit you are working in, from millimetres to kilometres, or inches, feet and yards. The calculator instantly applies the standard formula, C = 2πr or equivalently C = πd, using the full precision value of π built into JavaScript. Alongside the perimeter it returns the matching radius, diameter and area, so you can check every measurement of the circle at a glance. The detail panel shows which formula was used and the resulting circumference to four decimal places. For example, a radius of 5 cm gives a diameter of 10 cm, a circumference of 31.4159 cm and an area of 78.5398 cm². Because this is geometry rather than a real-world estimate, the result is exact for the figure you enter, so accuracy depends only on how precisely you measure the radius or diameter of the actual circle.

Calculate.co.nz is proud to be partnered with Health Based Building, a leader in sustainable and health-conscious building innovation. With over a century of experience, they develop high-performance systems like Foreverbreathe Specification, Magnum Board, and Foreverbreathe Paints to support energy-efficient, non-toxic living environments. Their commitment to healthier homes aligns with our belief that informed choices lead to better outcomes for Kiwi households.
Calculate.co.nz partner: Health Based Building
Standard formula  Uses the exact value of π (Math.PI in JavaScript, 15 significant figures). Result rounded to 4 decimal places.

1. Circle Measurement

cm

2. Results at a Glance

Radius (r)5.0000 cm
Diameter (d)10.0000 cm
Formula usedC = 2πr
Perimeter (C)31.4159 cm
Area (A = πr²)78.5398 cm2

Circle Perimeter

Radius
5.0000
cm
Perimeter (Circumference)
31.4159
cm
Diameter
10.0000
cm
Area
78.5398
cm2

Worked Example (default values)

Radius r = 5 cm
Diameter d = 2 × 5 = 10 cm
Perimeter C = 2 × π × 5 = 31.4159 cm
Area A = π × 5² = 78.5398 cm²

How to Calculate the Perimeter of a Circle

The perimeter of a circle is more commonly called the circumference. It is the total distance around the outside of the circle. The formula uses π (pi), the mathematical constant approximately equal to 3.14159265358979.

There are two equivalent formulas depending on what measurement you have:

Known valueFormulaExample (r = 5 cm)
Radius (r)C = 2πrC = 2 × 3.14159 × 5 = 31.4159 cm
Diameter (d)C = πdC = 3.14159 × 10 = 31.4159 cm

Both formulas give the same result because the diameter equals twice the radius (d = 2r). This calculator accepts either input and works out the other automatically.

Radius vs Diameter

The radius is the distance from the centre of the circle to any point on its edge. The diameter is the straight-line distance across the circle through its centre, which is always exactly twice the radius. When measuring a circular object physically, it is often easier to measure the diameter directly (for example, with callipers across a pipe) and then divide by two to get the radius.

Circle Area vs Perimeter

The perimeter (circumference) measures the length of the boundary of the circle, expressed in the same units as the radius (e.g., cm, m). The area measures the flat space enclosed by the circle, expressed in square units (e.g., cm², m²). The two are related: A = πr², and C = 2πr. You can derive the radius from either measurement and then calculate the other.

Practical Uses

Common Circle Perimeters

RadiusDiameterCircumferenceArea
1 cm2 cm6.2832 cm3.1416 cm²
5 cm10 cm31.4159 cm78.5398 cm²
10 cm20 cm62.8318 cm314.1593 cm²
1 m2 m6.2832 m3.1416 m²
5 m10 m31.4159 m78.5398 m²
10 m20 m62.8318 m314.1593 m²

Related Calculators

Sources and method: Formula C = 2πr is standard Euclidean geometry. π value: Math.PI (IEEE 754 double precision, 15 significant figures). See NZQA Level 1 Mathematics (AS91029) for curriculum context.

This calculator uses the standard geometric formula for a perfect circle. Results are rounded to 4 decimal places. For very large or very small measurements, use consistent units throughout to avoid conversion errors.