ToollyX
no sign-up · instant · free

Circle Calculator

Solve circle area and circumference, sector and segment geometry, or the ring area between two concentric circles — with a labeled diagram and exact π notation shown alongside every decimal result.

TypeCircle Calc
Modes3 Modes
HandlesSector · Segment
IncludesDiagram · Exact π
728 × 90 — Leaderboard Ad
Circle Calculator
Radius (r)
r = 7d = 14
Area
153.94 (49π)
Radius (r) — input
7
Diameter (d)
14
Circumference (C)
43.98 (14π)
Area (A)
153.94
⚙️Settings
Show Exact π Notation
Display results as a multiple of π alongside the decimal value
Show Diagram
Draw the circle, sector or ring with labeled dimensions
Round to 2 Decimals
Off shows 4 decimal places for finer precision
📐Formula Reference
Circumference
C = 2πr = πd
Area
A = πr²
Radius from area
r = √(A / π)
Arc length
L = r × θ (radians)
Sector area
A = ½r²θ (radians)
Chord length
c = 2r × sin(θ/2)
Segment area
Sector area − triangle area
Annulus (ring) area
A = π(R² − r²)
728 × 90 — Leaderboard Ad

⚡ Quick Tips for Getting Circle Math Right

01Confirm you have a radius, not a diameter, before switching modes. Sector and Annulus mode both expect a radius directly — halving a diameter by mistake is the single most common circle-math error.
02Don't confuse sector area with segment area. The sector includes the two straight radii; the segment is only the curved sliver beyond the chord. They're equal only when the angle is 180°.
03Switch on exact π notation when you need a precise, not rounded, answer. An area of "49π" is exact; "153.94" is already rounded to two decimal places.
04Double-check units stay consistent between the two annulus radii. Mixing millimeters for the outer radius and centimeters for the inner one is a quiet but common source of a wildly wrong ring area.

Features

All Four Circle Values

Enter any one of radius, diameter, circumference or area and get the other three instantly.

🍰Full Sector & Segment Solving

Arc length, chord length, sector area, segment area and sagitta from just a radius and an angle.

🔘Annulus (Ring) Area

The area, width and both circumferences of the ring between two concentric circles.

πExact π Notation

Toggle a precise multiple-of-π answer alongside the rounded decimal for every applicable result.

📐Labeled Diagram Per Mode

A live diagram redraws for whichever shape you're solving — circle, sector or ring.

🎛️Degrees or Radians

Enter the sector's central angle in either unit — the toggle converts internally either way.

Why Circle Math Is Rarely Just Area and Circumference

Most free circle calculators stop at the four basic values — radius, diameter, circumference, area — which covers a full disc but leaves out two shapes that come up just as often in real measurement work: the pie-slice sector and the ring-shaped annulus. A sector needs a radius and an angle, not just a radius; an annulus needs two radii, not one. Bundling all three into a single tool with one shared diagram and one settings panel means switching between "how big is this circle" and "how big is this slice of it" or "how much material is in this ring" doesn't mean hunting down three different calculators with three different input conventions.

Take a radius of 7: circumference works out to exactly 2π×7 ≈ 43.98, and area to π×7² ≈ 153.94. Nothing unusual there. But if that circle needed a 45° pie-slice cut out of it — a garden bed border, a stained-glass panel piece, a slice of pipe cross-section — the four basic values alone don't tell you the arc length of the curved edge or how much material the slice actually contains. That's exactly what Sector & Segment mode adds.

What Exact π Notation Actually Buys You

Every decimal circle result is an approximation, because π itself never terminates. A displayed area of "153.94" has already been rounded; the true value is exactly 49π. For a homework answer, a CAD drawing note, or a machining tolerance, showing the exact multiple of π instead of (or alongside) the rounded decimal avoids compounding rounding error through a chain of later calculations, and matches the format many textbooks and technical drawings expect. Because circumference and area are always π times a clean coefficient of the radius, and — when the sector angle is entered in degrees — arc length and sector area are too, this calculator can show that exact coefficient directly rather than forcing a manual division by π afterward.

728 × 90 — Leaderboard Ad

Who Actually Reaches for a Circle Calculator

Students checking geometry and trigonometry homework across all three shapes, not just plain circle area. Machinists and fabricators calculating washer, gasket and ring dimensions where an annulus's wall thickness directly determines how much stock material a part consumes. Landscapers and garden designers laying out curved beds, circular patios and pie-slice planting sections, where arc length translates directly into how much edging material to order. Woodworkers and metal fabricators cutting curved panels or roof sections, where the sagitta determines how much a curved piece rises above its straight support. For triangle-based layout problems that come up alongside circle work — like triangulating three fixed points — the Triangle Calculator handles that side of the geometry directly.

Two Calculations Worth Walking Through

Pizza-slice sector: a 12-inch-radius circle with a 45° slice cut out gives an arc length of 12 × (45×π/180) ≈ 9.42 inches — the curved crust edge — and a sector area of ½×12²×(45×π/180) ≈ 56.55 square inches, the full slice including the two straight radius cuts. The segment area (just the curved sliver beyond a straight chord connecting the two crust ends) is smaller still, at roughly 5.64 square inches, since the segment excludes the triangular wedge between the two radii and the chord.

Washer ring area: a flat washer with outer radius 25 mm and inner (hole) radius 18 mm has a ring area of π×(25² − 18²) ≈ 945.6 mm², not the full π×25² ≈ 1,963.5 mm² of a solid disc that size — the 7 mm-wide ring is all that's actually made of metal. Getting this distinction right matters directly for material cost estimates in any part built as a ring rather than a solid disc.

Circle-Math Mistakes This Calculator Catches Early

The most frequent error isn't a formula mistake — it's feeding a diameter into a field that expects a radius, which quietly doubles or halves every downstream result. Selecting the correct tab (Radius vs. Diameter) in Circle mode before typing a number avoids this entirely, since the label above the input always states exactly which value it expects. A second common slip is treating sector area as if it were the segment area, which overstates the curved sliver's size by the full triangular wedge between the two radii — for the 45° pizza-slice example above, that's the difference between 56.55 and 5.64 square inches, nearly a ten-fold overstatement if the wrong figure gets used for a material estimate.

A third mistake shows up specifically in Annulus mode: entering the outer and inner radius in the wrong order, or in mismatched units. Because ring area depends on the difference of two squared radii rather than a simple subtraction, a units mismatch doesn't just shift the answer slightly — it can produce a result many times too large or too small, and the calculator's inner-must-be-smaller-than-outer check only catches the ordering error, not a unit mismatch disguised as valid numbers. Keeping both radii in the same unit before entering them, and sanity-checking the ring width against what a tape measure would actually show, catches this before it propagates into a materials order or a machining spec.

Why Browser-Based Beats a Physical Compass and Protractor

A compass and protractor get you a drawn circle or angle; they don't compute an exact area, verify a sagitta measurement, or convert between degrees and radians on the fly. This tool runs every formula and renders the diagram entirely client-side in JavaScript, with nothing entered ever sent to a server — safe for proprietary part dimensions or homework you'd rather keep private. For angle-heavy trigonometric work beyond a single circle — sine, cosine, tangent at arbitrary values — the Scientific Calculator handles that directly.

Where This Calculator Draws the Line

It solves flat, single circles, sectors, segments and annuli — it doesn't handle spherical geometry (surface area or volume of a sphere), 3D cylindrical or conical volume, or elliptical shapes where the two axes differ. For unit conversion of an already-known circle measurement into a different system entirely, the Area Converter and Angle Converter handle that conversion step separately from the geometry itself.

Frequently Asked Questions

728 × 90 — Leaderboard Ad