Skip to content
K Knidox Search…
Geometry · Geometry

Circle Calculator

Enter any one of radius, diameter, circumference, or area — get the other three instantly.

I know the…
Try an example — tap to load
Radius
5
Diameter
10
Circumference
31.4159
Area
78.5398
Radius (r)
5Solved

From this, r = 5, d = 10, C ≈ 31.4159, A ≈ 78.5398.

Give any one circle measurement and the rest follow. With radius r = 5, the diameter is d = 2r = 10, the circumference is C = 2πr ≈ 31.42, and the area is A = πr² ≈ 78.54. Every result comes from the same radius using π.

How a circle is measured

A circle is fixed by a single number — its radius r, the distance from the centre to the edge. Once you know r, the diameter, circumference, and area are all direct consequences. This tool works backwards too: give it any one of the four and it recovers the radius first, then computes the rest.

C = 2πr · A = πr²

circumference is proportional to r; area grows with r²

Worked example

Start from a radius of r = 5 and find all four quantities:

  1. 1
    Note the radius. r = 5 is the distance from the centre to the edge.
  2. 2
    Double it for the diameter. d = 2r = 2 × 5 = 10.
  3. 3
    Multiply by 2π for the circumference. C = 2πr = 2 × π × 5 ≈ 31.42.
  4. 4
    Square the radius and multiply by π for the area. A = πr² = π × 5² = π × 25 ≈ 78.54.

The four quantities from the radius r

Each circle measurement is a direct function of the radius.

QuantitySymbolFormula from rr = 5
Radiusrr5
Diameterdd = 2r10
CircumferenceCC = 2πr≈ 31.42
AreaAA = πr²≈ 78.54

π, radius, and diameter

π (pi) is the ratio of a circle’s circumference to its diameter, roughly 3.14159. It is irrational, so it never terminates — this calculator carries full double precision and rounds only for display.

Radius vs diameter: the diameter is a full chord through the centre, exactly twice the radius (d = 2r). Mixing the two is the most common circle mistake — using the diameter where a formula wants the radius doubles C and quadruples A.

What is the difference between radius and diameter?
The radius is the distance from the centre to the edge; the diameter is the full width through the centre. The diameter is exactly twice the radius, so d = 2r and r = d ÷ 2.
How do I find the radius from the area?
Rearrange A = πr² to r = √(A ÷ π). For an area of 78.54, r = √(78.54 ÷ π) ≈ 5.
How do I find the radius from the circumference?
Rearrange C = 2πr to r = C ÷ 2π. For a circumference of 31.42, r = 31.42 ÷ (2π) ≈ 5.
How many decimals of π does this use?
It uses the full double-precision value of π built into JavaScript (about 15–16 significant digits), then rounds results to four decimals only for display, so intermediate accuracy is not lost.
Why is the area πr² and not πd²?
Area scales with the square of the radius. If you prefer the diameter, substitute r = d ÷ 2 to get A = πd² ÷ 4 — the same value, written differently.
What units does the calculator use?
It is unit-agnostic. Enter a length in whatever unit you like; the diameter and circumference come out in that unit and the area in that unit squared.