Circle Calculator: Area, Circumference, Radius, Diameter & More
A circle can be described using several measurements, but four quantities are especially important: radius, diameter, circumference and area. Once one of these measurements is known, the others can be calculated because they are all connected by the same geometric relationships involving π.
This Circle Calculator is designed to handle more than a basic area calculation. You can work backward from a known radius, diameter, circumference or area, then calculate the remaining properties. It also includes dedicated tools for circular sectors and arcs, chords and sagitta, annuli, circle equations, circumcircles through three points, and circle-related unit conversions.
The calculator shows numerical results together with the underlying formulas and mathematical relationships, making it useful for geometry exercises, checking calculations, engineering work, design measurements and everyday circular measurements.
What Can a Circle Calculator Calculate?
The core circle solver calculates:
- Radius (r)
- Diameter (d)
- Circumference (C)
- Circle area (A)
The wider Circle Calculator suite also includes:
- Sector area
- Arc length
- Sector perimeter
- Chord length and circular segment measurements
- Sagitta (segment height)
- Annulus or circular-ring area
- Circle equations in standard and general form
- Circumcircle from three points
- Circle radius, diameter, circumference and area conversions
- Step-by-step mathematical relationships
- Visual geometric diagrams
This means you do not necessarily need to know the radius first. For example, if you know the diameter of a circular table, the circumference of a pipe, or the area of a circular region, the calculator can work backward to the radius and then determine the other measurements.
The Four Main Measurements of a Circle
1. Radius
The radius, written as r, is the straight-line distance from the center of a circle to any point on its circumference. For a given circle, every radius has the same length. The radius is the most important starting quantity in many circle formulas because both circumference and area can be expressed directly in terms of r.
2. Diameter
The diameter, written as d, is the straight-line distance across a circle through its center. The diameter is exactly twice the radius:
For example, if a circle has a diameter of 20 cm: r = 20 / 2 = 10 cm. The distinction between radius and diameter matters in practical measurements. A circular object may be specified by its diameter even though the formula being used requires the radius.
3. Circumference
The circumference is the distance around the outside boundary of a circle.
These two formulas are equivalent because d = 2r. For example, when r = 5: C = 2π(5) = 10π ≈ 31.4159 units. The exact answer can be retained as 10π, while the decimal value is an approximation.
4. Area
The area of a circle is the amount of two-dimensional space enclosed by its circumference. The standard formula is:
Because the radius is squared, area is expressed in square units. For example, when r = 5 cm: A = π(5²) = 25π ≈ 78.5398 cm². This is an important units distinction: a radius measured in centimetres produces an area measured in square centimetres. For broader 2D area calculations, explore our Area Calculator.
Circle Formula Reference
The principal formulas used by the calculator are:
| Quantity | Formula |
|---|---|
| Diameter | d = 2r |
| Radius | r = d / 2 |
| Circumference | C = 2πr |
| Circumference from diameter | C = πd |
| Radius from circumference | r = C / (2π) |
| Diameter from circumference | d = C / π |
| Area | A = πr² |
| Radius from area | r = √(A / π) |
| Diameter from area | d = 2√(A / π) |
The standard formulas for circumference and area are documented in OpenStax prealgebra and geometry texts.
How to Use the Circle Calculator
Select the appropriate input type: Radius, Diameter, Circumference, or Area.
Enter the known numerical measurement using a consistent unit (for example, r = 5).
The calculator instantly determines the other circle measurements: radius = 5, diameter = 10, circumference ≈ 31.4159, and area ≈ 78.5398.
The calculator displays the step-by-step mathematical derivation behind the result, allowing you to verify how the number was obtained.
Worked Example: Find Area and Circumference from Radius
Suppose a circular garden has a radius of 4 metres.
So a circle with radius 4 m has a diameter of 8 m, a circumference of about 25.1327 m, and an area of about 50.2655 m².
How to Find Radius from Area
Sometimes the area is known but the radius is not. Start with:
For example, if A = 78.5398 cm²:
Once the radius has been recovered, the diameter and circumference can be calculated normally. This reverse calculation is particularly useful when a specification gives the area of a circular region but the physical radius is required.
How to Find Radius from Circumference
Starting from C = 2πr, divide both sides by 2π:
For example, if a circular object has circumference 31.4159 cm:
Radius vs Diameter: What Is the Difference?
The radius extends from the center to the circumference. The diameter extends completely across the circle and passes through the center. Therefore:
A common mistake is entering a diameter into a formula that expects a radius. Because the area formula contains r², confusing the two creates a four-fold error: treating d = 10 as r = 10 produces π(10²) = 100π, whereas the true area for diameter 10 is obtained from r = 5: π(5²) = 25π.
Why Does π Appear in Circle Calculations?
The constant π (pi) represents the ratio between a circle's circumference and its diameter:
The same ratio applies to every circle in Euclidean space, leading directly to C = πd = 2πr and A = πr². For numerical calculations, π is approximated by 3.141592653589793..., while exact mathematical work retains π symbolically. Keeping an exact result such as 25π preserves mathematical clarity, while decimals such as 78.5398 represent rounded engineering values.
Sector Area and Arc Length
A sector is a portion of a circle bounded by two radii and the arc between them. The calculator determines sector measurements from the radius and central angle:
For example, with r = 6 and θ = 60°: L = (60/360) × 2π(6) = 2π ≈ 6.2832, and A = (60/360) × π(6²) = 6π ≈ 18.8496. A complete 360° sector equals the entire circle.
Circular Segments, Chords and Sagitta
A circular segment is the region cut off from a circle by a chord. A chord is a straight line whose endpoints lie on the circumference. The sagitta (segment height h) is the perpendicular distance from the midpoint of the chord to the arc apex:
A chord cannot be longer than the diameter (c ≤ 2r). For r = 10 and c = 12, h = 10 - √(100 - 36) = 2, central angle θ ≈ 73.7398°, and minor segment area A = ½r²(θ - sin θ) ≈ 16.3501.
Annulus or Circular Ring Area
An annulus is the ring-shaped region between two concentric circles with outer radius R and inner radius r:
For R = 10 and r = 6: A = π(100 - 36) = 64π ≈ 201.0619, with wall thickness t = 4 and average radius 8. The outer radius must be strictly greater than the inner radius.
Circle Equation & Coordinate Geometry
A circle in the Cartesian plane is represented by its center (h, k) and radius r:
For center (2, -3) and radius 5: (x - 2)² + (y + 3)² = 25. Expanding produces general form: x² + y² - 4x + 6y - 12 = 0. For coordinate distances between centers and points, try our Distance Calculator.
Circumcircle from Three Points
Three non-collinear points uniquely determine a circumcircle. For points P1(0, 0), P2(4, 0), P3(0, 3):
The calculator verifies that all three points are equidistant from the center. If points are collinear, a finite circumcircle cannot be formed. For triangular polygon calculations, see our Triangle Calculator and Pythagorean Theorem Calculator.
Why Doubling the Radius Quadruples the Area
Circumference is linear (C = 2πr), while area is quadratic (A = πr²). When the radius doubles from r → 2r:
- Circumference: Cnew = 2π(2r) = 2C (doubles)
- Area: Anew = π(2r)² = 4πr² = 4A (quadruples)
This fundamental scaling principle is essential when sizing circular pipes, storage tanks, and engine cylinders. For 3D circular objects such as cylinders and spheres, visit our Volume Calculator.
Common Circle Calculation Mistakes
If a problem gives d = 20 cm, the radius is 10 cm, not 20 cm. Remember to divide diameter by 2 before applying A = πr².
Radius in centimetres produces area in cm². Radius in metres produces area in m². Never report area in linear units.
Using degree values directly in L = rθ yields incorrect answers. Always convert degrees to radians (θrad = θ° × π/180) first.
A chord cannot exceed the circle diameter (c ≤ 2r). A chord of 25 in a circle of radius 10 is geometrically impossible.
Circle Geometry in Real-World Applications
Circle formulas are used across engineering, design, architecture, and manufacturing:
Designing road roundabouts, water reservoirs, culverts, drainage conduits, and circular foundation footings.
Calculating pulley ratios, gear pitch circles, flywheel inertia, and engine cylinder displacement volumes.
Planning rotunda rooms, curved masonry arches, circular stairwells, and decorative floor mosaics.
Sizing camera lens aperture diaphragms (f-stop ratios), telescope mirror surface areas, and orbital radii.
When Should You Use Each Circle Calculation?
| What You Know | What You Can Calculate |
|---|---|
| Radius | Diameter, circumference, area |
| Diameter | Radius, circumference, area |
| Circumference | Radius, diameter, area |
| Area | Radius, diameter, circumference |
| Radius + central angle | Arc length, sector area, perimeter |
| Radius + chord | Sagitta height, segment area, central angle |
| Outer + inner radius | Annulus ring area, wall thickness, average radius |
| Center + radius | Standard and general circle equations |
| Three non-collinear points | Circumcenter, circumradius, circumcircle area |
Frequently Asked Questions
Quick Reference: Circle Formulas
Summary
The fundamental relationships of a circle are simple but powerful: d = 2r, C = 2πr, and A = πr². Knowing any one of radius, diameter, circumference, or area is enough to determine all the others. More specialized measurements such as sector area, arc length, chord length, sagitta, annulus area, and circumcircle coordinates follow from the exact same mathematical foundation.