ToolNimba

โญ• Circle Calculator: Area, Circumference, Radius, Diameter

Shihab Mia By Shihab Mia ยท Updated 2026-06-30

Radius (r)
-
Diameter (d)
-
Circumference (C)
-
Area (A)
-

Enter a value to compute the radius, diameter, circumference, and area.

Enter any one of a circle's four core measurements (radius, diameter, circumference, or area) and this circle calculator instantly returns the other three. The math is fixed: diameter = 2r, circumference = 2πr, and area = πr², where π is about 3.14159. The calculator first converts whatever you typed back into a radius, then rebuilds the remaining values from it. So a radius of 5 gives a diameter of 10, a circumference of about 31.42, and an area of about 78.54 square units. Everything runs in your browser at full precision, and nothing is sent anywhere.

What is the Circle Calculator?

A circle is defined by a single number: its radius, the distance from the centre to the edge. Once you know the radius, every other measurement follows from it. The diameter is simply twice the radius, since it stretches all the way across through the centre. The circumference, the distance around the edge, is 2πr, and the area enclosed is πr². The constant π (pi, roughly 3.14159) is the ratio of any circle's circumference to its diameter, and it is exactly the same for every circle no matter how large or small. That single relationship is what makes a circle calculator so reliable: there are no special cases, just one set of formulas that always hold.

Because all four quantities are tied to the radius, you can start from whichever one you happen to know and recover the rest. If you know the diameter, halve it to get the radius. If you know the circumference, divide by 2π. If you know the area, divide by π and take the square root. This circle calculator does exactly that internally: it converts your input back to a radius first, then rebuilds the diameter, circumference, and area. That two-step approach is why you can switch the input mode at any time and still get consistent answers, since every result traces back to the same radius.

The area formula deserves special attention because it is where most errors happen. Area grows with the square of the radius, so doubling the radius does not double the area, it quadruples it. A pizza with twice the radius of another has four times the topping. This is also why mixing up radius and diameter is so costly: plug a diameter into πr² by mistake and the area comes out four times too large. A careful circle calculator removes that trap by letting you tell it directly which measurement you are entering, so the squaring is always applied to the correct number.

Units matter just as much as the numbers. The radius, diameter, and circumference are all lengths, so they share whatever unit you started with, whether that is centimetres, inches, metres, or feet. Area, by contrast, is measured in square units: square centimetres, square inches, and so on. This circle calculator keeps the unit abstract and reports lengths in plain units and area in square units, so you can attach your own unit afterward. The key habit is to keep every input in the same unit before you calculate, then label the area output with the squared version of that unit.

Real circles rarely arrive as tidy textbook numbers. You might measure a tabletop in inches, a garden bed in metres, or a pipe in millimetres, and the value you can measure most easily is often the diameter or the circumference rather than the radius. That is the practical strength of a full circle calculator: it accepts the measurement you actually have and converts everything else for you, instead of forcing you to rearrange formulas by hand. Whether you are sizing a rug, checking homework, or estimating material for a circular project, the same four relationships do all the work.

Finally, precision is worth understanding. Because π is irrational, its decimal expansion never ends, so any circumference or area involving π is technically an approximation once you write it as a decimal. This circle calculator computes with the full-precision value of π built into your browser (about 15 significant digits) and only rounds for display. For everyday tasks that is far more accuracy than you need, but it means the answers here will match scientific calculators and spreadsheet results rather than the coarser π = 3.14 used in some classrooms.

When to use it

  • Finding the area of a circular garden bed, tabletop, or pizza from its radius or diameter.
  • Working out how much edging, fencing, or trim you need around a circular feature, which is the circumference.
  • Checking geometry or trigonometry homework where you are given one measurement and asked for another.
  • Sizing a circular rug, pool cover, trampoline, or pipe when only the area or the circumference is known.
  • Estimating paint or material coverage for a round surface by first finding its area.
  • Converting a measured circumference (easy to measure with a tape) into the radius or diameter you actually need.

How to use the Circle Calculator

  1. Choose which measurement you already know: radius, diameter, circumference, or area.
  2. Type that value into the box. It must be zero or a positive number.
  3. Read off the radius, diameter, circumference, and area in the result boxes.
  4. Switch the selector to recompute from a different starting measurement at any time.
  5. Attach your own unit to the answers: lengths keep your input unit, area uses the squared unit.

Formula & method

diameter = 2r.   circumference = 2πr.   area = πr2.   To recover the radius from any other value: r = d ÷ 2, or r = C ÷ (2π), or r = √(A ÷ π).   (π ≈ 3.14159)
Circle Calculator: the four measurementsrd = 2redge = circumferenceDiameterd = 2rCircumferenceC = 2 pi rAreaA = pi r squaredBack to radiusr = sqrt(A / pi)

Worked examples

A circle with a radius of 5 units.

  1. diameter = 2 x 5 = 10
  2. circumference = 2 x pi x 5 = 10 x 3.141593 = 31.415927
  3. area = pi x 5 squared = pi x 25 = 78.539816

Result: d = 10, C = 31.415927, A = 78.539816 square units

A circle with a diameter of 14 units (only the diameter is known).

  1. radius = 14 / 2 = 7
  2. circumference = 2 x pi x 7 = 43.982297
  3. area = pi x 7 squared = pi x 49 = 153.938040

Result: r = 7, C = 43.982297, A = 153.938040 square units

A circle with an area of 78.539816 square units (working backward to the radius).

  1. radius = square root of (78.539816 / pi) = square root of 25 = 5
  2. diameter = 2 x 5 = 10
  3. circumference = 2 x pi x 5 = 31.415927

Result: r = 5, d = 10, C = 31.415927

Diameter, circumference, and area for common radii (pi is about 3.14159)

Radius (r)Diameter (d)Circumference (2pir)Area (pir squared)
126.2831853.141593
2412.56637112.566371
3618.84955628.274334
4825.13274150.265482
51031.41592778.539816
102062.831853314.159265
122475.398224452.389342

Which formula to use, depending on what you already know

You knowFind the radius withThen get the rest
Radius (r)Already have itd = 2r, C = 2pir, A = pir squared
Diameter (d)r = d / 2C = 2pir, A = pir squared
Circumference (C)r = C / (2pi)d = 2r, A = pir squared
Area (A)r = square root of (A / pi)d = 2r, C = 2pir

Common mistakes to avoid

  • Using the diameter where the radius belongs. The area formula is pi r squared, not pi d squared. If you plug the diameter in by mistake, the area comes out four times too large because area depends on the radius squared. Always halve the diameter to get the radius first.
  • 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 x 25, not pi x 5. Skipping the squaring step is the single most common arithmetic error.
  • Mixing up circumference and area units. Circumference is a length (plain units), while area is a region (square units). They answer different questions, so check which one the problem actually wants before you start.
  • Rounding pi too early. Using pi = 3.14 and rounding part way through can shift the final digits noticeably on large circles. Keep full precision until the last step, which is what this circle calculator does automatically.
  • Mixing units in the same calculation. If the radius is in centimetres but the circumference you compare against is in metres, the numbers will not line up. Convert everything to one unit before calculating, then label the area with that unit squared.
  • Confusing area with the surface of a sphere. pi r squared gives the area of a flat circle (a disc). A ball or sphere uses 4 pi r squared for its surface, so do not apply the circle formula to three-dimensional objects.

Glossary

Radius (r)
The distance from the centre of a circle to its edge. Every other measurement is built from this single value.
Diameter (d)
The distance straight across a circle through the centre. It equals twice the radius, so d = 2r.
Circumference (C)
The distance all the way around the edge of a circle, equal to 2pir or pid.
Area (A)
The amount of flat space enclosed by a circle, equal to pi r squared, measured in square units.
Pi (pi)
The constant ratio of any circle's circumference to its diameter, approximately 3.14159, the same for all circles.
Chord
A straight line joining two points on a circle. The diameter is the longest possible chord.
Arc
Any continuous portion of a circle's edge. The full edge is the circumference.
Square units
The unit area is measured in, formed by squaring the length unit, such as square inches (in2) or square metres (m2).

Frequently asked questions

How do I find the area of a circle?

Multiply pi by the radius squared: area = pi r squared. For a radius of 5, the area is pi x 25, which is about 78.54 square units. If you only have the diameter, halve it to get the radius first, then square that radius.

What is the formula for the circumference of a circle?

The circumference is 2pir, where r is the radius. Equivalently it is pid, since the diameter d equals 2r. For a radius of 5 the circumference is about 31.42 units, and pi is roughly 3.14159.

How do I find the radius from the area?

Divide the area by pi and take the square root: r = square root of (A / pi). For example, an area of 78.54 gives the square root of (78.54 / pi), which is the square root of 25, which equals 5. This calculator does that step for you automatically.

How do I find the radius from the circumference?

Divide the circumference by 2pi: r = C / (2pi). For a circumference of 31.42, the radius is 31.42 / 6.2832, which is about 5. The diameter is then twice that, or about 10.

What is the difference between radius and diameter?

The radius runs from the centre to the edge, while the diameter runs all the way across through the centre. The diameter is exactly twice the radius, so d = 2r and r = d / 2. Mixing them up is the most common circle mistake.

Can I enter the circumference and get the area?

Yes. Select circumference, type the value, and the tool converts it to a radius using r = C / (2pi), then computes the area pi r squared along with the diameter, all at once. You never have to rearrange the formula by hand.

What value of pi does this calculator use?

It uses your browser's built-in value of pi, which is accurate to about 15 significant digits (3.141592653589793). Results are rounded only for display but are computed at full precision, so they match scientific calculators and spreadsheets.

Why does doubling the radius quadruple the area?

Because area depends on the radius squared. If the radius doubles, you square the doubling: 2 squared is 4. So a circle with twice the radius has four times the area, even though its circumference only doubles.

What units does the area come out in?

Area is always in square units of whatever length unit you used. If your radius is in centimetres, the area is in square centimetres; if in inches, the area is in square inches. The lengths (radius, diameter, circumference) keep your original unit.

Is the area of a circle the same as the surface area of a sphere?

No. Pi r squared gives the area of a flat circle (a disc). A sphere's surface area is 4 pi r squared, four times larger. Use this circle calculator for flat circles, not for balls or three-dimensional shapes.