Radius 5 — find all properties
Input: r = 5
Output: Diameter = 10; Circumference ≈ 31.42; Area ≈ 78.54
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Calculate all circle properties — area, circumference, diameter, radius, arc length, and sector area from any single input.
The Circle Calculator computes all properties of a circle from a single input — enter any one of radius, diameter, area, or circumference and every other property is calculated instantly. The tool also includes an arc length and sector area calculator, where you provide the radius and central angle in degrees to find the arc length and sector area. All results use the exact value of π (Math.PI in JavaScript) for maximum precision. Unit flexibility allows inputs in mm, cm, m, inches, feet, or any custom unit, with all outputs in the same unit system. The constant π is irrational and transcendental — its decimal representation never terminates or repeats. JavaScript's Math.PI provides 64-bit double-precision (about 15-16 significant digits), which is more than sufficient for any practical engineering or geometry calculation.
Input: r = 5
Output: Diameter = 10; Circumference ≈ 31.42; Area ≈ 78.54
Input: Area = 100
Output: Radius ≈ 5.642; Diameter ≈ 11.28; Circumference ≈ 35.45
Input: r = 10, θ = 60°
Output: Arc length ≈ 10.47; Sector area ≈ 52.36; Chord length ≈ 10.0