The height of a hemisphere is equal to its radius — written as h = r, or simply h equals the distance from the flat circular base to the top of the dome. This single fact is the key to every other measurement of the shape: volume, curved surface area, base area, and total surface area all flow from that one radius value. To find the height, you measure straight up from the center of the flat face to the highest point of the rounded outside, and that vertical distance is exactly the same as the radius of the great circle along which the sphere was sliced. Once you know that one number, the Hemisphere Calculator turns it into every other measurement instantly in your browser — no server round-trip, no manual arithmetic, just the four answers and the formulas behind them.

What "Height" Means for a Hemisphere
A hemisphere is exactly half of a sphere, produced by cutting a full ball through its center along a great circle. The cut leaves two pieces, and each piece is a hemisphere — one a dome, the other (flipped over) a bowl. Because the cut passes through the center of the original sphere, the radius of that cutting circle equals the radius of the sphere itself. The height of the hemisphere is measured perpendicular to the flat circular face, from the center of that face up to the peak of the dome, and that vertical distance equals r.
This is sometimes a source of confusion because in everyday language "height" can mean any of several things — the diameter, the radius, the slant of a curve, or the tallest point above a surface. In geometry a hemisphere has only one unambiguous height, and it equals the radius. If you can lay the hemisphere flat-side down on a table and measure from the table to the very top, that measurement is the radius of the original sphere and the height of the hemisphere.
The relationship h = r also tells you something useful about orientation: a hemisphere standing flat-side down has height r; a hemisphere resting on its rim has a maximum apparent height of 2r above the table, since the rim is on the surface and the highest point is the opposite side of the dome. When geometry textbooks and the calculator refer to "height," they mean the first case — the perpendicular distance from the flat face to the pole of the dome.
What the Hemisphere Calculator Computes
The Hemisphere Calculator accepts a single input — the radius r — and returns four measurements side by side, each labeled with its formula:
- Volume V = (2/3)πr³ — the space enclosed inside the dome
- Curved surface area = 2πr² — only the rounded outside of the dome
- Base area = πr² — the flat circular face exposed by the cut
- Total surface area = 3πr² — the dome plus the flat base combined
The four numbers are computed in your browser using Math.PI for full precision, so the only thing you need to type is the radius. Whole numbers and decimals both work. The tool flags negative or non-numeric entries so a typo never returns a misleading answer, and extremely large inputs that would overflow are caught rather than shown as a broken result. Because the height of a hemisphere equals the radius, the calculator is also a height calculator in disguise: type the radius, and the height is implicitly that same value, with volume and three surface measurements riding along.
How to Find the Height and Every Other Measurement
- Measure or write down the radius r of the hemisphere. If you only have the diameter, halve it first — a 10 cm diameter is a 5 cm radius.
- Type that radius into the input field. Use any consistent unit: centimeters, inches, meters, millimeters, or feet.
- Read the results that appear instantly. The radius you entered is the height h, and the tool also shows volume, curved surface area, base area, and total surface area — each with its formula written beside it.
- Copy or write down whichever numbers you need, keeping the unit that matches your input (a radius in cm gives volumes in cm³ and areas in cm²).
There is no button to press. The computation updates the moment you finish typing. If you need to switch between curved and total surface area — to estimate paint for the dome only versus the whole closed half-ball — the two are listed separately so you do not have to add them yourself.
How Hemisphere Height Connects to Volume and Surface Area
The height h = r is the foundation of every other hemisphere formula. Substitute r with h in each expression and you get the same relationships written in height form:
| Measurement | Formula in radius r | Formula in height h | What it covers |
|---|---|---|---|
| Volume | (2/3)πr³ | (2/3)πh³ | Space enclosed inside the dome |
| Curved surface area | 2πr² | 2πh² | Just the rounded outside |
| Base area | πr² | πh² | The flat circular face |
| Total surface area | 3πr² | 3πh² | Dome plus flat base |
Each formula is half of the matching full-sphere formula. A full sphere has volume (4/3)πr³ and surface area 4πr²; slicing it through the center halves both numbers, giving (2/3)πr³ and 2πr² respectively. The flat circular base is new — a full sphere has no flat face — and it accounts for the difference between curved and total surface area, since 2πr² + πr² = 3πr².
If you want to compare the hemisphere against a cone with the same radius and a height equal to r, the hemisphere holds exactly twice as much volume: (2/3)πr³ against the cone's (1/3)πr³. That ratio is a useful sanity check whenever you size bowls, tanks, or funnels.
Worked Example: A Hemisphere With r = 5 cm
Suppose you have a hemispherical bowl with an inside radius of 5 cm. The height of the bowl from the flat rim to the peak of the interior dome is 5 cm — equal to the radius. Plugging r = 5 into each formula:
- Volume V = (2/3)π(5)³ = (2/3)π(125) = 250π/3 ≈ 261.80 cm³
- Curved surface area = 2π(5)² = 2π(25) = 50π ≈ 157.08 cm²
- Base area = π(5)² = 25π ≈ 78.54 cm²
- Total surface area = 3π(5)² = 3π(25) = 75π ≈ 235.62 cm²
The bowl therefore holds about 261.8 cubic centimeters of liquid (the same as 261.8 milliliters), its curved interior is roughly 157 square centimeters, and the whole inside surface — curved interior plus the flat rim — is about 235.6 square centimeters. If you wanted to glaze only the inside of the bowl, you would order enough glaze for the curved area; if you wanted to coat the rim too, you would add the base area.
When Knowing the Height Actually Matters
Real objects that are hemispheres — or close to it — show up in plenty of everyday measurements, and the height is what you usually measure first:
- Bowl and basin capacity. A hemispherical mixing bowl of radius 12 cm has height 12 cm and volume (2/3)π(12)³ ≈ 3,619 cm³, about 3.6 liters. The Sphere Volume Calculator can confirm the full-sphere equivalent if you want to see what the same radius holds before halving.
- Domestic and industrial tanks. A propane tank end cap, a pressure-vessel head, or a hot-water tank base is often a hemisphere. Height equals the tank radius, and the cap volume is the difference between the hemisphere volume and whatever the tank geometry fills it with.
- Dome roofing. Observatory domes, planetarium ceilings, and architectural cupolas are frequently hemispherical. Coating or cladding the curved outside uses the curved surface area, while a full enclosure that includes a flat ring at the base uses the total surface area.
- Material estimates. Glaze on a half-round decorative object, fabric covering a half-pipe cushion, paint on a hemispherical fixture — all of these use the curved surface area formula. The Sphere Surface Area Calculator returns the full 4πr² if you need to compare the dome against its parent sphere.
- Geometry homework and textbook problems. Whenever a question lists "hemisphere of radius r" or "hemisphere of height h," the two are interchangeable. Many textbook problems use height to disguise the radius, expecting you to recognize the equivalence.
Quick Reference: Hemisphere Formulas
| Formula | Use it when… |
|---|---|
| h = r | You need the height and have the radius (or vice versa). |
| V = (2/3)πr³ | You need the volume — capacity, fill amount, or space enclosed. |
| Curved SA = 2πr² | Only the rounded dome is exposed (open face, joined to another part). |
| Base area = πr² | You need the area of the flat circular face only. |
| Total SA = 3πr² | The whole closed half-ball — dome plus flat face — is in play. |
Every formula above uses r (or h, since h = r) as the single input. There is no need to keep separate constants for the two — recognizing that height and radius are the same number is what unlocks the rest of the calculation. The Hemisphere Calculator applies each formula from the same input field, so you get all four answers at once and can choose whichever one your problem actually needs.
Whether you are sizing a bowl, sketching a dome, or finishing a homework problem, start with the height. Measure it, read it off a spec sheet, or convert it from a diameter by halving. Then enter that number into the tool and let the formulas do the rest.
Related reading: How to Calculate Ideal Weight by Height and Sex.