⚪ Circumference Calculator (Radius or Diameter)
By ToolNimba Editorial Team · Updated 2026-06-20
Enter a radius or a diameter to find the circumference and area.
This circumference calculator turns a radius or a diameter into the circumference and area of a circle in one step. Type either measurement and the other one fills in automatically, then the distance around the edge (2 times pi times r) and the space inside (pi times r squared) appear at once. Everything runs in your browser using the built-in value of pi, so the numbers are precise and nothing leaves your device.
What is the Circumference Calculator?
The circumference is the distance all the way around the outside of a circle, the circular equivalent of perimeter. It is tied directly to the radius by the formula C = 2 times pi times r, where the radius is the distance from the centre to the edge. Because the diameter is just twice the radius, you can also write the same relationship as C = pi times d. Either form gives the identical answer, so you can start from whichever measurement you happen to know.
The constant pi (about 3.14159) is what links the size of a circle to the length of its boundary. It is the fixed ratio of any circle's circumference to its diameter, and it is the same for every circle no matter how large or small. That single fact is why measuring straight across a round object and multiplying by pi instantly tells you how far it is around, which is the trick behind tape measures, wheel calculations, and countless construction shortcuts.
This tool also reports the area, A = pi times r squared, because the two quantities are so often needed together. Circumference is a length, measured in plain units such as centimetres or inches, while area is a region, measured in square units. Keeping the two apart matters: a bicycle wheel travelling one circumference forward per turn is a length question, whereas the fabric needed to cover a round table is an area question.
The most common error is feeding the diameter into a formula that expects the radius. Since area depends on the radius squared, using the diameter by accident makes the area four times too large, and it doubles the circumference. This calculator removes that risk by mirroring radius and diameter for you, so once you enter one correct value, every other result is built from the same trustworthy radius.
When to use it
- Measuring how much fencing, edging, or trim wraps around a circular garden bed, patio, or pond.
- Working out how far a wheel or tyre travels in one full rotation from its radius or diameter.
- Checking geometry homework that gives you a radius or diameter and asks for the circumference.
- Sizing round materials such as pipe lagging, table cloths, or rope to fit around a circular object.
How to use the Circumference Calculator
- Enter the radius if you know it, or the diameter if that is what you have.
- Watch the other measurement fill in automatically as you type.
- Read the circumference (2 times pi times r) and the area (pi times r squared) in the result boxes.
- Use the Copy results button to paste all four values into your notes or homework.
Formula & method
Worked examples
A circle with a radius of 7 units.
- diameter = 2 times 7 = 14
- circumference = 2 times pi times 7
- circumference is about 43.982297
- area = pi times 7 squared = pi times 49
- area is about 153.938040
Result: C is about 43.982297 units, A is about 153.938040 square units
A wheel with a diameter of 26 inches.
- radius = 26 divided by 2 = 13
- circumference = pi times 26 (using C = pi times d)
- circumference is about 81.681409
- so the wheel travels about 81.68 inches per full turn
Result: C is about 81.681409 inches per rotation
Circumference and area for common radii (pi about 3.14159)
| Radius (r) | Diameter (d) | Circumference (2pi r) | Area (pi r squared) |
|---|---|---|---|
| 1 | 2 | 6.283185 | 3.141593 |
| 2 | 4 | 12.566371 | 12.566371 |
| 3 | 6 | 18.849556 | 28.274334 |
| 5 | 10 | 31.415927 | 78.539816 |
| 7 | 14 | 43.982297 | 153.938040 |
| 10 | 20 | 62.831853 | 314.159265 |
Circumference straight from the diameter (C = pi times d)
| Diameter (d) | Circumference (pi d) |
|---|---|
| 1 | 3.141593 |
| 5 | 15.707963 |
| 10 | 31.415927 |
| 12 | 37.699112 |
| 26 | 81.681409 |
| 100 | 314.159265 |
Common mistakes to avoid
- Putting the diameter into the 2 pi r formula. The formula C = 2 times pi times r expects the radius. If you use the diameter there, the circumference comes out twice too big. Either halve the diameter first, or switch to C = pi times d.
- Confusing circumference with area. Circumference is the distance around the edge (a length), while area is the space inside (square units). They use different formulas and answer different questions, so check which one you actually need.
- Forgetting to square the radius for area. Area is pi times r squared, so the radius is multiplied by itself before multiplying by pi. A radius of 5 gives pi times 25, not pi times 5.
- Rounding pi too early. Using a short value like 3.14 throughout introduces error that grows with larger circles. Keep full precision until the final step, which is exactly what this calculator does internally.
Glossary
- Circumference (C)
- The distance all the way around the edge of a circle, equal to 2 times pi times r.
- Radius (r)
- The distance from the centre of a circle to its edge. Every other measurement is built from it.
- Diameter (d)
- The distance straight across a circle through the centre. It equals twice the radius.
- Area (A)
- The amount of space enclosed by a circle, equal to pi times r squared, measured in square units.
- Pi (pi)
- The constant ratio of any circle's circumference to its diameter, approximately 3.14159.
- Perimeter
- The total distance around a shape. For a circle the perimeter is called the circumference.
Frequently asked questions
What is the formula for circumference?
The circumference is C = 2 times pi times r, where r is the radius. Because the diameter equals twice the radius, you can also use C = pi times d. Both give the same result.
How do I find circumference from the diameter?
Multiply the diameter by pi: C = pi times d. For a diameter of 10, the circumference is pi times 10, about 31.42 units. There is no need to find the radius first with this form.
How do I find circumference from the radius?
Multiply the radius by 2 and then by pi: C = 2 times pi times r. For a radius of 5, that is 2 times pi times 5, which is about 31.42 units.
What is the difference between circumference and diameter?
The diameter is the straight distance across the circle through the centre, while the circumference is the curved distance around the outside. The circumference is always pi times the diameter, roughly 3.14 times longer.
Does this calculator give the area too?
Yes. Along with the circumference it reports the area using A = pi times r squared, so you can read both the distance around and the space inside from a single radius or diameter entry.
What value of pi does the tool use?
It uses your browser's built-in Math.PI, which is pi to about 15 significant digits (3.141592653589793). Results are rounded only for display, while the math is computed at full precision.