Area between two concentric circles — A = π(R² − r²), ring width, inner and outer circumference, solve backwards from area — browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Diameter is twice the radius — halve it before entering.
- Ring area
- 50.265482
- Ring width (R − r)
- 2
- Outer circumference
- 31.415927
- Inner circumference
- 18.849556
Annulus (to scale)
What this tool does
Free annulus area calculator for the ring between two concentric circles: the washer around a bolt, the wall of a pipe, the lane of a running track. Enter the outer radius R and the inner radius r and the tool returns the area A = π(R² − r²), the ring width R − r, and both the inner and outer circumferences in one pass. Working from diameters instead? Halve each one first, since a diameter is twice its radius. The tool also runs in reverse: fix the outer radius, type a target area, and it solves the inner radius as r = √(R² − A∕π). A scaled SVG draws the ring so the numbers have a picture, and a one-click copy puts the whole result on your clipboard. The inner radius must stay smaller than the outer one, and the tool says so plainly when it does not. Everything runs in your browser with a shareable link that reopens the exact figures. 100% client-side, nothing is uploaded.
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 Annulus Area 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 Circle Calculator Know any one of radius, diameter, circumference or area, get the other three, plus arc length and sector area, browser-only Open
- 2 Cylinder Calculator Volume, surface area and capacity of a cylinder from radius or diameter and height — reverse-solve for height, see litres of water — browser-only Open
- 3 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
Real-world use cases
Size the seating face of a flat washer
You are picking washers for a bolted joint and need the contact area that spreads the clamping load. A washer is a metal annulus: outer radius R, bolt-hole radius r. Enter both and read π(R² − r²) directly. A washer 20 mm across the outside with an 8 mm hole has R = 10 and r = 4, a seating face of π(100 − 16) ≈ 263.9 mm². Compare two washer sizes side by side and pick the one that keeps the pressure under the material limit.
Find a pipe wall cross-section for flow or material
The cross-section of a pipe wall is an annulus between the outer and inner radii, and it drives both how much steel the pipe contains and how it carries axial load. Halve the outer and inner diameters into R and r, enter them, and the area is your wall cross-section. The same run also gives the inner circumference, handy when you need the inside surface for lining or flow estimates.
Lay out a running-track lane or a circular path
A track lane, a circular walking path, or a donut-shaped flower bed is an annulus between two radii. Enter the outer and inner radii to get the paved or planted area so you can order gravel, turf or soil by the square metre. The ring width R − r tells you how wide the lane or path actually is, which is the number a contractor asks for first.
Solve the inner radius for a target ring area
Sometimes the area is the requirement, not the result. You want a ring-shaped seal with a fixed outer radius that covers a specific face area. Switch to solve mode, fix R, type the area, and the tool back-solves r = √(R² − A∕π). It refuses politely if the area you ask for is bigger than the full outer disc, since no inner circle could leave that much ring.
Common pitfalls
Entering diameters where the tool expects radii. A diameter is twice the radius, so a 10 cm outer diameter is R = 5, not 10. Forgetting to halve doubles every length and inflates the area by a factor of four. The tool keeps a reminder by the inputs.
Putting the larger value in the inner field. The inner radius must be smaller than the outer one, otherwise R² − r² goes negative and no ring exists. If you swap them the tool shows a range message instead of a result — check which field is which before reading the number.
Asking for a target area bigger than the full outer disc in solve mode. The most ring you can ever get from radius R is the whole disc πR², reached when the inner radius is 0. Request more than that and there is no valid inner radius, so the tool flags it rather than inventing one.
Privacy
Every step — the π(R² − r²) area, the ring width, the two circumferences and the reverse solve — is plain JavaScript running in your browser tab. No radius, area or result ever leaves the page, and nothing about what you measured is logged. The one caveat: the shareable link encodes the two radii and the mode in the query string, so a link pasted into chat records those numbers in the recipient server's access log. If the dimensions are sensitive, use the copy button and paste the text instead of the URL.
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