Circle Measurements Calculator

This calculator works out every key measurement of a circle, radius, diameter, circumference and area, from just one value you already know, which is useful whenever you are working from a plan, a pipe spec, a garden design or a maths problem that only gives you a single figure to start with. You choose which measurement you are starting from, enter its value in whatever unit you are using, cm, m, mm, inches or feet, and pick a unit label purely for display. The calculator instantly returns all four measurements together: radius, diameter, circumference and area, each shown in your chosen unit, with area given in square units. It uses the exact value of pi (3.14159265358979) rather than a rounded approximation, so results stay accurate to four decimal places. A worked example below the results spells out the actual arithmetic behind your answer, so you can see how each figure was derived rather than just trusting the output. This makes it handy for checking maths homework, sizing a circular garden bed, pool or tabletop, working out how much edging, fencing or trim you need around a round feature, or converting between measurements on a building plan. Because all four measurements are linked through pi, you only ever need to know one of them; the calculator handles the rest of the geometry for you instantly as you type.

Calculate.co.nz is proud to be partnered with realtor.co.nz, a trusted resource for navigating the New Zealand property market. Their Helpful Articles section offers clear, well-structured insights across buying, selling, and building, making complex real estate topics more accessible. With a focus on up-to-date guidance and practical knowledge, they empower Kiwis to move forward with clarity and confidence in a constantly evolving property landscape.
Calculate.co.nz partner: realtor.co.nz
Advertise on this page
Standard Geometry  Uses the exact value of pi (3.14159265358979...) for all calculations.

1. Enter a Known Value

units
Please enter a positive number.

2. Circle Formulas Used

Diameter
d = 2r
Circumference
C = 2πr
Area
A = πr²
From C:
r = C / (2π)
From d:
r = d / 2
From A:
r = √(A / π)

Circle Measurements

Radius
5
units
Diameter
10
units
Circumference
31.4159
units
Area
78.5398
units²

Worked Example

How to Use This Calculator

Select which measurement you know (radius, diameter, circumference, or area), enter its value, and the calculator will immediately display all other circle measurements. The unit label you choose affects display only; the maths works in whatever unit you input.

The Four Key Circle Measurements

MeasurementSymbolFormula from radiusFormula to find radius
Radiusrr (known)r = r
Diameterdd = 2rr = d / 2
CircumferenceCC = 2πrr = C / (2π)
AreaAA = πr²r = √(A / π)

Understanding the Formulas

All four measurements of a circle are linked through the mathematical constant pi (π), which equals approximately 3.14159. Because of this relationship, knowing any one measurement lets you derive all others:

This quadratic relationship between radius and area is why a circle with twice the radius looks much larger: it has four times the surface area, not twice.

Worked Example: Starting from Radius = 5 cm

With radius r = 5 cm:

These are the exact values the calculator shows when you enter 5 as the radius with units set to cm.

Worked Example: Starting from Circumference = 31.42 cm

If you only know the circumference is 31.42 cm:

Worked Example: Starting from Area = 78.54 cm²

If you know the area is 78.54 cm²:

Related Calculators

Method: All calculations use the standard Euclidean geometry formulas for a perfect circle. The value of pi used is JavaScript's Math.PI (3.141592653589793). Results are rounded to four decimal places for display.