Skip to main content

Free Circle Calculator – Radius, Area, Sector, Arc and Chord

Enter any one of radius, diameter, circumference or area and get the other three, plus sector area, arc length, chord, segment area and the equation of the circle.

Written & reviewed by Helperzy Editorial Team · Updated July 2026

r ↔ d ↔ C ↔ ASector & SegmentArc & ChordDegrees / RadiansFree

Which value do you know?

Radius r

5

units

Diameter d

10

units

Circumference C

31.415927

units

Area A

78.539816

sq units

Sector, arc, chord & segment

Angle unit

Arc length

5.235988

units

Sector area

13.089969

sq units

Chord length

5

units

Minor segment area

2.264652

sq units

Sector perimeter

15.235988

units

Triangle part

10.825318

sq units

θ = 60° = 1.047198 radians. The segment shown is the region on the same side as this angle, so below 180° it is the minor segment and above 180° the major one.

Equation of this circle

Standard form

x² + y² = 25

General form

x² + y² − 25 = 0

  1. Given radius r = 5.
  2. d = 2r = 2 × 5 = 10
  3. C = 2πr = 2 × π × 5 = 31.415927
  4. A = πr² = π × 25 = 78.539816
  5. θ in radians = 60° × π / 180 = 1.047198 rad
  6. Arc length = r·θ = 5 × 1.047198 = 5.235988
  7. Sector area = ½r²θ = 0.5 × 25 × 1.047198 = 13.089969
  8. Chord = 2r·sin(θ/2) = 2 × 5 × sin(0.523599) = 5
  9. Segment area = ½r²(θ − sin θ) = 0.5 × 25 × (1.047198 − 0.866025) = 2.264652
Circle formula reference
QuantityRadians formDegrees form
CircumferenceC = 2πrC = πd
AreaA = πr²A = πd² / 4
Arc lengthL = rθL = θ × π/180 × r
Sector area½r²θθ/360 × πr²
Chord2r·sin(θ/2)2r·sin(θ/2)
Segment area½r²(θ − sin θ)(θπ/360 − sin θ / 2) × r²

Formulas follow calculator.net's circle definitions (D = 2R, C = 2πR, A = πR²), the sector and segment derivations on Math is Fun, and the circle equation as given by Wolfram MathWorld. π is JavaScript's full-precision Math.PI (3.141592653589793), not a rounded 3.14 or 22/7.

100% Private

All circle maths and the drawing run in your browser. Nothing is uploaded.

How to Use Circle Calculator

1

Pick the Value You Already Know

Tap radius, diameter, circumference or area depending on what you can actually measure, then type that number. A tape measure around the outside gives circumference, while a drawing often lists only the area.

2

Add a Central Angle for the Slice

Enter the central angle and choose degrees or radians with the toggle. The tool then reports arc length, sector area, chord length, segment area and sector perimeter, and shades the sector on the diagram so you can confirm you meant that slice.

3

Read the Equation and the Working

Set the centre coordinates to get the circle's standard and general equation forms. Open the working panel to see each formula with your own numbers substituted, which makes it easy to check against a textbook line by line.

What a Circle Calculator Computes and How Each Formula Follows

A circle is the set of points at a fixed distance from a centre, and that single distance — the radius — determines everything else about it. Give this calculator any one of the radius, diameter, circumference or area and it returns the other three, then goes further: sector area, arc length, chord length, segment area, sector perimeter and the equation of the circle from a centre you choose. Machinists working out material for a round flange, gardeners edging a circular bed, students checking geometry homework and designers spacing items around a dial all start from whichever measurement they can actually take. Sometimes that is a tape measure around the outside, which gives circumference; sometimes it is a drawing that only lists the area. Three relations connect the four core values, exactly as calculator.net states them: d = 2r, C = 2πr and A = πr². Here r is the radius, d the diameter, C the circumference and A the area, all in whatever length unit you use — areas come out in that unit squared. Working backwards is algebra: r = C / (2π), or r = √(A / π) from an area. For a slice, with θ the central angle, the sector area is ½r²θ and the arc length is rθ when θ is in radians, which is why the conversion θ_rad = θ_deg × π / 180 happens first. The chord is 2r·sin(θ/2), and the segment — the region between chord and arc — is ½r²(θ − sin θ), the sector minus the triangle inside it. The circle's equation is (x − h)² + (y − k)² = r² for a centre (h, k). Take a radius of 5. The diameter is 10, the circumference is 31.415927 and the area is 78.539816. Add a central angle of 60° and the slice values follow: θ becomes 1.047198 radians, the arc is 5 × 1.047198 = 5.235988, the sector area is 0.5 × 25 × 1.047198 = 13.089969, and the chord is 2 × 5 × sin(30°) = 5 exactly — the chord equals the radius at 60°, because the two radii and the chord form an equilateral triangle. The segment area is 0.5 × 25 × (1.047198 − 0.866025) = 2.264652. Reverse the problem and it still holds: enter an area of 50 and the calculator returns r = 3.989423, d = 7.978846 and C = 25.066283. Place that radius-5 circle at centre (2, −3) and the equation reads (x − 2)² + (y + 3)² = 25, or x² + y² − 4x + 6y − 12 = 0. The sector and segment figures are where this tool earns its place. Sheet-metal and upholstery work needs the segment area to estimate offcut waste when a curved piece is trimmed by a straight edge. A landscaper pricing a curved patio needs sector area for the paving and sector perimeter — arc plus two radii — for the edging, and those are different numbers. Anyone laying out bolt holes or clock markings needs the chord to set a divider between adjacent positions. And a student solving a mensuration question usually needs the minor segment specifically, which is why the tool labels whether the segment shown is the minor one below 180° or the major one above it. One pitfall causes most disagreements between calculators: the value of π. This tool uses JavaScript's full-precision Math.PI, 3.141592653589793. Hand-checking with 3.14 or 22/7 introduces an error of roughly 0.05%, which on a 10-metre-diameter circle is about 15 mm of circumference — enough to matter when cutting material. A second trap is mixing units: enter the radius in centimetres and the area is in square centimetres, so convert before you enter. Watch the angle unit too, since 60 radians is not 60 degrees. A zero or negative radius is rejected with a plain explanation instead of a NaN, and an angle above 360° is refused because it would wrap past the whole circle. All of it is computed in your browser, so nothing you enter leaves your device.

Circle Calculator Formula & Method

Core relations (calculator.net): d = 2r C = 2πr = πd A = πr² Inverses: r = d / 2 r = C / (2π) r = √(A / π) Sector, arc, chord and segment (θ = central angle): θ_rad = θ_deg × π / 180 Arc length L = r·θ_rad Sector area = ½r²·θ_rad = θ_deg / 360 × πr² Chord length = 2r·sin(θ_rad / 2) Segment area = ½r²(θ_rad − sin θ_rad) Sector perimeter = arc + 2r Equation of the circle (Wolfram MathWorld): Standard (x − h)² + (y − k)² = r² General x² + y² + Dx + Ey + F = 0, D = −2h, E = −2k, F = h² + k² − r² Where: r = radius, d = diameter, C = circumference (length units) A = area (length units squared) θ = central angle (0 < θ ≤ 360° or 0 < θ ≤ 2π rad) (h, k) = coordinates of the centre π = Math.PI = 3.141592653589793 (not 3.14 and not 22/7) Rounding: full double precision throughout; values rounded only for display.

Examples: Circle Calculator

Input

Radius r = 5

Result

d = 10 · C = 31.415927 · A = 78.539816

d = 2 × 5 = 10, C = 2π × 5 = 31.415927 and A = π × 25 = 78.539816, matching calculator.net's circle formulas with full-precision π.

Input

Area A = 50

Result

r = 3.989423 · d = 7.978846 · C = 25.066283

Inverting A = πr² gives r = √(50 / π) = 3.989423, then d = 2r and C = 2πr follow directly. This is the reverse direction calculator.net also supports.

Input

Radius r = 5, central angle θ = 60°

Result

arc 5.235988 · sector area 13.089969 · chord 5 · segment area 2.264652 · sector perimeter 15.235988

θ = 60 × π / 180 = 1.047198 rad, so arc = 5 × 1.047198, sector = 0.5 × 25 × 1.047198 and chord = 2 × 5 × sin(30°) = 5 exactly, because two radii and a 60° chord form an equilateral triangle.

Input

Radius r = 10, central angle θ = 120°

Result

arc 20.943951 · sector area 104.719755 · chord 17.320508 · segment area 61.418485

θ = 2.094395 rad. Sector = 0.5 × 100 × 2.094395 and segment = 0.5 × 100 × (2.094395 − 0.866025), the Math is Fun sector and segment formulas applied directly.

Input

Radius r = 5, centre (2, −3)

Result

(x − 2)² + (y + 3)² = 25 · general form x² + y² − 4x + 6y − 12 = 0

With h = 2 and k = −3, D = −2h = −4, E = −2k = 6 and F = h² + k² − r² = 4 + 9 − 25 = −12, giving the expanded general form.

Frequently Asked Questions – Circle Calculator

Yes. Choose Area as the known value and the calculator inverts A = πr² to r = √(A / π). Entering an area of 50 returns a radius of 3.989423, a diameter of 7.978846 and a circumference of 25.066283.