Know any one of radius, diameter, circumference or area, get the other three, plus arc length and sector area, browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Radius r
- 5
- Diameter d
- 10
- Circumference C
- 31.415927
- Area A
- 78.539816
Circle (to scale)
What this tool does
Free circle calculator that solves a whole circle from a single number. Type in the radius, the diameter, the circumference or the area, pick which one it is, and the tool back-solves the remaining three using the three identities d = 2r, C = 2πr and A = πr². It always prints the exact formula chain it used to recover the radius from your input, so you can check the math instead of trusting a black box. Need a slice of the circle? Switch on the sector panel, enter a central angle in degrees, and it adds the arc length s = r·θ and the sector area ½·r²·θ alongside a to-scale SVG that shades the wedge. One-click copy puts every result on your clipboard, and the shareable URL reproduces your exact input so a classmate or coworker opens the same answer. Everything runs in your browser with no upload, no account and no rounding surprises.
Tool details
- Input
- Files + Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy + Preview
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Circle Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
- 2 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 3 Pythagorean Theorem Calculator Solve a²+b²=c² — find the hypotenuse, find a missing leg, or measure the distance between two points (2D & 3D). Browser-only. Open
Real-world use cases
Check a geometry homework answer in seconds
A worksheet gives a circle with radius 7 cm and asks for area and circumference. Pick Radius, type 7, and read area ≈ 153.94 cm² and circumference ≈ 43.98 cm, with A = πr² and C = 2πr printed so you can match the steps your teacher expects. Because the URL carries your input, you can paste the link into a study-group chat and everyone lands on the same solved circle.
Size a round table, rug or planter from the space you have
You have room for a circle about 47 inches across. That width is a diameter, so pick Diameter, type 47, and the tool gives radius 23.5, circumference ≈ 147.7 inches for trim or edging, and area ≈ 1735 square inches to estimate a tablecloth or fabric. No need to remember which formula halves and which squares — the labels keep diameter and radius from getting mixed up.
Work backwards from a known circumference
A tree trunk measures 94 cm around and you need its cross-section area for a growth estimate. Pick Circumference, type 94, and the tool recovers radius ≈ 14.96 cm and reports area ≈ 703 cm², showing the r = C / (2π) step it used. Tape-measure-around is often the only dimension you can get, and this turns it into everything else.
Lay out an arc or pie slice for a design or build
Cutting a 120° sector from a 30 cm radius disc for a lampshade or a fan pattern? Pick Radius, type 30, switch on the sector panel and enter 120. The tool returns arc length ≈ 62.83 cm to mark the curved edge and sector area ≈ 942.5 cm² for material, with the wedge shaded in the diagram so the geometry is obvious before you cut.
Common pitfalls
Mixing up radius and diameter. The radius goes from the center to the edge; the diameter goes all the way across and is twice as long. Feeding a diameter into the Radius tab doubles every answer. If your measurement is the full width of the circle, pick the Diameter tab instead.
Forgetting to square the radius in the area. Area is πr², not πr, so a radius of 4 gives π·16 ≈ 50.27, not π·4 ≈ 12.57. The extra factor of r is what makes area grow much faster than circumference as the circle gets bigger.
Putting the central angle in radians when the tool expects degrees. The arc and sector boxes read the angle in degrees and convert internally. Typing 1.57 thinking in radians gives a tiny 1.57° wedge instead of the quarter circle you meant; enter 90 for a quarter, 180 for a half, 360 for the whole circle.
Privacy
Every calculation runs as plain JavaScript inside your browser tab. The radius, diameter, circumference, area, arc and sector are all derived on your device, and no number you enter is ever sent to a server or logged. The one thing to know: the shareable link encodes your input value and angle in the URL query string, so pasting a share link into a chat will record those numbers in the recipient server's access log. For anything sensitive, use the copy button and paste the plain text instead of the link.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- Anagram Solver Check if two words are anagrams, rearrange a set of letters into every ordering, and read the sorted letter fingerprint, all in your browser
- Angle Converter Degrees, radians, gradians, turns, arcminutes, arcseconds and NATO mils, all from one input, copyable, browser-only