Diameter of a Circle Calculator
This calculator works out the diameter of a circle from whichever measurement you already have to hand: the radius, the area, or the circumference. Select which one you know from the dropdown, type in that value, and choose how many decimal places you want in the answer. The calculator instantly returns the diameter alongside the matching radius, circumference and area, so you get every dimension of the circle in one go rather than working through several formulas by hand. Behind the scenes it applies the standard geometry relationships: doubling the radius, dividing the circumference by pi, or rearranging the area formula and taking a square root before doubling the result. The results panel also shows the exact formula and working used for your chosen input, so you can see how the answer was reached and check it against your own figures if needed. This is useful for maths homework, checking measurements on an engineering or construction drawing, sizing pipes and ducts, or working out how much material you need to cut a circular shape from. Pi is calculated to eight decimal places for accuracy, and no unit conversion is applied, so the diameter, radius, circumference and area are all returned in the same unit you entered, whether that is millimetres, centimetres, metres or any other consistent unit.
1. What Do You Know?
2. About the Formula
Calculation Steps
All Circle Measurements
How to Find the Diameter of a Circle
The diameter of a circle is the straight-line distance across the circle, passing through its centre. It is the longest chord you can draw inside a circle. Depending on what you already know about the circle, there are three common ways to work out its diameter.
From the Radius
This is the simplest method. The radius is the distance from the centre of the circle to any point on its edge, and the diameter is always exactly twice the radius:
d = 2r
For example, if the radius is 5 cm, the diameter is 2 x 5 = 10 cm.
From the Area
The area of a circle is given by A = pi r^2. To find the diameter from the area, first rearrange this formula to solve for the radius, then double the result:
r = sqrt(A / pi) and then d = 2r
For example, if the area is 78.54 square cm, dividing by pi (3.14159) gives 25, and the square root of 25 is 5. Doubling gives a diameter of 10 cm.
From the Circumference
The circumference is the total distance around the outside of the circle, given by C = pi x d. Since the diameter and circumference are directly proportional, you can find the diameter by dividing the circumference by pi:
d = C / pi
For example, if the circumference is 31.42 cm, dividing by pi gives a diameter of 10 cm.
Diameter Formulas at a Glance
| You know | Formula for diameter | Example |
|---|---|---|
| Radius (r) | d = 2r | r = 5 → d = 10 |
| Area (A) | d = 2 x sqrt(A / pi) | A = 78.54 → d = 10 |
| Circumference (C) | d = C / pi | C = 31.42 → d = 10 |
Once you have the diameter, you can easily find the other measurements: the radius is half the diameter, the circumference is pi multiplied by the diameter, and the area is pi multiplied by the radius squared.
Where This Is Used
Finding the diameter of a circle is a common task in maths homework, engineering drawings, construction (such as pipe or duct sizing), and DIY projects (such as cutting a circular piece of material). Knowing the diameter lets you quickly work out how much material fits inside a circular space, or check that a round object will fit through a gap.
Related Calculators
- Maths and Stats Calculators: the full hub of maths tools.
- Area of a Circle Calculator: find the area from the radius or diameter.
- Circumference Calculator: work out the distance around a circle.
- Circumference to Diameter Calculator: convert circumference directly to diameter.
- Circle Calculator: solve for any circle measurement at once.
Sources: Standard Euclidean geometry formulas for circles (National Institute of Standards and Technology, NIST Digital Library of Mathematical Functions, dlmf.nist.gov).
This calculator uses pi to 8 decimal places (3.14159265) for accuracy. Results are rounded to the number of decimal places you select. Units are not converted, so the diameter is returned in the same units as the value you enter.