CalculatorSwitch
Calculator Switch
Math

Circle Calculator

Last updated:

How to Use This Calculator

Step 1: Enter any one value — radius, diameter, circumference, or area. Leave the other three blank.

Step 2: The calculator is unit-agnostic — square units for area, linear units for the rest. Inputs in inches give results in inches and square inches.

Step 3: Click Calculate to see the other three properties.

Circle Basics

Every circle is completely defined by a single measurement — its radius — the distance from the center to any point on the edge. From the radius, the diameter (twice the radius), circumference (distance around), and area (space enclosed) can all be derived.

Circles appear everywhere: wheels, clock faces, pizza, planetary orbits, pipe cross-sections, and countless design elements.

The constant π (pi) relates the circumference to the diameter of every circle — a ratio that is the same for all circles, regardless of size.

Circle Formulas

Radius → Diameter: d = 2r
Radius → Circumference: C = 2πr
Radius → Area: A = πr²

Reverse: r = d/2 = C/(2π) = √(A/π)

Example: r = 5
Diameter = 2 × 5 = 10
Circumference = 2π × 5 ≈ 31.416
Area = π × 5² ≈ 78.540

Quick Reference

RadiusDiameterCircumferenceArea
126.28323.1416
2412.56612.566
51031.41678.540
102062.832314.16
100200628.3231,416

Examples

Example 1: A pizza with radius 8 inches has area 201.06 sq in and circumference 50.27 in.

Example 2: A circular pool with circumference 25 feet has radius 3.98 ft and area 49.74 sq ft.

Example 3: A coin with diameter 2 cm has area 3.14 sq cm and circumference 6.28 cm.

Tips

π ≈ 3.14159 — this calculator uses full precision.

Units matter. Inputs in inches give results in inches or square inches.

C/d = π for every circle — the original definition of pi.

Area scales with r² — doubling radius quadruples area.

Frequently Asked Questions

What is the difference between circumference and perimeter?
They mean essentially the same thing — the total distance around the edge of a shape — but 'circumference' is used specifically for circles and other curved shapes, while 'perimeter' is used for polygons with straight sides (triangles, squares, rectangles). A circle has a circumference of 2 times pi times the radius; a rectangle has a perimeter equal to twice the length plus twice the width.
Why does the area formula use r squared?
Area grows with the square of the radius because area is a two-dimensional measure — it captures how the circle fills space in two directions at once. If you double the radius of a circle, its circumference doubles but its area quadruples, because area scales with radius squared. This is why a 14-inch pizza has roughly twice the food of a 10-inch pizza, not 40 percent more as the diameter difference might suggest.
How accurate is pi in this calculator?
The calculator uses JavaScript's built-in Math.PI constant, which provides pi accurate to roughly 15 decimal places (3.141592653589793). This is far more precision than needed for any practical application — engineers rarely use more than 5 or 6 digits, and most everyday calculations need just 2 or 3. For theoretical work requiring extreme precision, symbolic math software can represent pi exactly without using a decimal approximation.
Can I use this calculator for metric or imperial units?
Yes — the calculator is unit-agnostic. If you enter a radius of 5, the result is simply in whatever unit you had in mind. Enter 5 centimeters and the area is in square centimeters; enter 5 feet and the area is in square feet. Just keep your units consistent, and note that area will always be in the square of your input unit.
What is the difference between radius and diameter?
The radius is the distance from the center of the circle to any point on the edge. The diameter is the distance all the way across the circle through the center, which equals twice the radius. A circle with radius 5 has diameter 10. Manufacturing specifications often use diameter (for pipes, wheels, bolts), while mathematical formulas more commonly use the radius because it simplifies the algebra.
How do I find the area if I only know the circumference?
First find the radius by rearranging the circumference formula: radius equals circumference divided by (2 times pi). Then plug the radius into the area formula: area equals pi times radius squared. Alternatively, you can skip the intermediate step with a direct formula: area equals circumference squared divided by (4 times pi). This calculator handles the conversion automatically when you choose 'circumference' as the known value.

Related Calculators

Was this useful?