Circle Calculator - Area, Circumference, Radius & Diameter

Calculate all circle properties — area, circumference, radius, and diameter — from any single measurement. Free online circle calculator for geometry and engineering.

Enter any one circle measurement and instantly get all four properties: radius, diameter, circumference, and area.

Circle Calculator - Area, Circumference, Radius & Diameter
Calculate all circle properties — area, circumference, radius, and diameter — from any single measurement. Free online circle calculator for geometry and engineering.

Try an example:

About the circle calculator

A circle is one of the most fundamental shapes in mathematics and appears throughout nature, engineering, and daily life. It is defined as the set of all points in a plane that are equidistant from a fixed central point, called the centre. That fixed distance is the radius. The diameter is the longest straight-line measurement across the circle, passing through the centre, and equals twice the radius. The circumference is the total length of the boundary of the circle, and the area is the measure of the region enclosed by it. All four properties of a circle are interrelated through a single constant: π (pi), approximately 3.14159. The foundational formula is the area formula A = πr², where r is the radius. The circumference formula C = 2πr shows that the ratio of circumference to diameter is always π, a fact that ancient mathematicians recognised but struggled to express precisely before the development of calculus. These two formulas are all you need to convert freely between any two of the four properties. The circle calculator works by accepting any one of the four measurements and computing the other three instantly. If you enter the radius r, the calculator computes d = 2r, C = 2πr, and A = πr². If you enter the diameter d, it first derives r = d/2. If you enter the circumference C, it derives r = C/(2π). If you enter the area A, it derives r = √(A/π). From any starting point, the full set of properties follows in a single step. This tool is useful for a wide range of practical problems. A carpenter cutting a circular tabletop can enter the desired diameter and immediately read off the circumference of the banding strip needed to frame it. An engineer sizing a pipeline can enter the required cross-sectional flow area and read off the radius and diameter needed for the pipe specification. A student verifying a geometry answer can check all four properties in one calculation rather than applying each formula separately. Beyond practical geometry, circles appear in physics as cross-sections of cylindrical and spherical objects, in probability theory as regions of integration in polar coordinates, and in complex analysis where the unit circle plays a central role. The area formula underlies the calculation of moments of inertia, centripetal forces, and the integral of the Gaussian bell curve. Understanding the relationship between radius, diameter, circumference, and area is therefore not just a geometry exercise but a foundation for quantitative reasoning across every branch of science and engineering. This calculator uses IEEE-754 double-precision arithmetic, providing results accurate to approximately 15 significant digits — more than sufficient for any measurement or design task. The value of π used is 3.141592653589793, the closest representable double to the true irrational value.

Circle calculator examples

Three examples showing how to compute all circle properties from different starting measurements.

InputAll PropertiesNotes
Radius = 5Diameter = 10, Circumference ≈ 31.416, Area ≈ 78.540The simplest case. d = 2r = 10; C = 2πr ≈ 31.416; A = πr² ≈ 78.54. These are exact to the precision of π.
Diameter = 20Radius = 10, Circumference ≈ 62.832, Area ≈ 314.159Halve the diameter to get radius 10, then apply the same formulas. Useful when you measure a circular pipe or tank by its outer diameter.
Circumference ≈ 31.416Radius ≈ 5.000, Diameter ≈ 10.000, Area ≈ 78.540r = C / (2π) ≈ 31.416 / 6.2832 ≈ 5. Handy when you measure the perimeter of a round table or tree trunk with a tape measure.
Area = 78.54Radius ≈ 5.000, Diameter ≈ 10.000, Circumference ≈ 31.416r = √(A/π) = √(78.54/π) ≈ 5. Use this when you know the footprint area of a circular room or plot of land.

How to use the circle calculator

  1. Click the 'Calculate From' button that matches the measurement you already know: Radius, Diameter, Circumference, or Area.
  2. Type your known value into the input field. The label updates to reflect the selected property.
  3. Click 'Calculate Circle Properties' to see all four circle properties displayed simultaneously.
  4. Click 'Reset Calculator' to clear the input and start a new calculation, or switch to a different 'Calculate From' mode.

Circle calculator FAQ

What formulas does the circle calculator use?
All four properties are derived from the radius r. Diameter d = 2r. Circumference C = 2πr. Area A = πr². When you enter a diameter, circumference, or area, the calculator first converts it to radius using d/2, C/(2π), or √(A/π) respectively, then applies the four formulas.
What is the exact value of π used?
The calculator uses JavaScript's Math.PI, which is the IEEE-754 double-precision approximation of π: 3.141592653589793. This gives results accurate to 15–16 significant digits, far more precision than any practical measurement requires.
How do I find the circumference from the diameter?
Select 'Diameter' as your input, enter the diameter, and click Calculate. The formula is C = π × d. For a circle with diameter 10, the circumference is 10π ≈ 31.416. You can also use the circumference = 2πr version after halving the diameter.
How do I find the radius from the area?
Select 'Area', enter the area value, and click Calculate. Internally the calculator uses r = √(A/π). For example, if the area is 50, the radius is √(50/π) ≈ 3.989. This is useful for sizing circular plates, discs, or cross-sections to meet a required area.
Can I enter very large or very small numbers?
Yes. The calculator works with any positive finite number. Very large numbers (like planetary radii in metres) and very small numbers (like atomic cross-sections in nanometres) are handled in standard scientific notation using JavaScript's double-precision arithmetic without any special configuration.
What is the relationship between the circle and the sphere?
A circle is the two-dimensional cross-section of a sphere at its equator. A sphere with radius r has surface area 4πr² (four times the area of its equatorial circle) and volume (4/3)πr³. For sphere calculations, use a dedicated sphere surface area or volume calculator; this tool computes the flat circle properties only.