Circle Calculator
Calculate radius, diameter, circumference, and area of a circle
Select what value you already know, enter it, and the calculator will work out all four circle properties at once.
How to calculate all circle properties from one known measurement
A circle is defined entirely by a single measurement: its radius. Every other property — diameter, circumference, and area — is derived directly from the radius using simple formulas. This means that if you know any one of the four measurements, you can calculate all four. This circle calculator takes advantage of that relationship: you select which property you know, enter its value, and the calculator derives all four properties and displays them together.
The radius (r) is the distance from the centre of the circle to any point on its edge. The diameter (d) is the distance across the circle through the centre, which equals twice the radius: d = 2r. The circumference (C) is the total length of the circle's boundary, equal to 2 times pi times r. The area (A) is the total space enclosed by the circle, equal to pi times r squared. Pi (approximately 3.14159265) is the fundamental constant that connects linear measurements of a circle to its area.
Working backwards from any measurement to the radius is straightforward. If you know the diameter, divide by 2 to get the radius. If you know the circumference, divide by 2 pi to get the radius. If you know the area, divide by pi and then take the square root to get the radius. Once you have the radius, all other properties follow from the formulas above.
To use this calculator, select the measurement you already know from the dropdown: Radius, Diameter, Circumference, or Area. Enter the numeric value in the field below (use a positive number). Click Calculate circle properties and the result panel will display all four values simultaneously. The result is in the same unit as your input for linear measurements. For area, the result is in square units.
The meaning and importance of pi
Pi (written as the Greek letter) is the ratio of a circle's circumference to its diameter. It is an irrational number, meaning it cannot be expressed as a simple fraction and its decimal expansion never terminates or repeats. Its value to ten decimal places is 3.1415926536. For most practical purposes, the approximation 3.14159 is sufficiently accurate, and this calculator uses JavaScript's built-in Math.PI constant, which provides full double-precision floating-point accuracy (approximately 15 to 17 significant digits).
Pi appears not just in circle geometry but throughout mathematics, physics, and engineering. It appears in the formula for the period of a pendulum, in Fourier analysis, in probability distributions, and in the description of waves. The ubiquity of pi across unrelated fields reflects its deep mathematical status as a fundamental constant of nature rather than just a geometric curiosity.
For a school or exam context, you may be asked to leave answers in terms of pi (for example, 25 pi square units instead of 78.54 square units). This calculator provides decimal results. If you need to express results in terms of pi, divide the decimal result by pi to find the coefficient. For example, an area of 78.54 divided by 3.14159 gives approximately 25, so the area is 25 pi square units.
Common questions about circle calculations
A common point of confusion is whether to use radius or diameter in a given formula. The standard formulas all use radius: C = 2 pi r, A = pi r squared. If you are given a diameter measurement, you must halve it to get the radius before using these formulas. Alternatively, there are equivalent diameter-based formulas: C = pi d, A = pi d squared divided by 4. The calculator handles this conversion internally when you select Diameter as the known value.
Another common question is about units. If you enter a radius of 5 metres, the diameter is in metres, the circumference is in metres, and the area is in square metres. If you enter a radius of 5 centimetres, everything scales accordingly. The calculator does not know which physical unit you are using, so it is your responsibility to be consistent and to label your result with the appropriate unit.
For circles encountered in real life, such as wheels, pipes, plates, or round tables, the measurements you have available may vary. A tyre specification gives diameter. A pipe fitting gives radius. A circular track measured by walking gives circumference. Fabric cut for a circular tablecloth is determined by area. This calculator handles all four starting points so you can work from whatever measurement you have on hand.