Minecraft Circle Generator

Minecraft Sphere Generator

A sphere is built one Y level at a time, so what you actually need is not a picture of a ball — it is 11 separate floor plans. Drag the layer slider to step through them, with the block count for each layer and for the whole build.

Sphere slices — preset: 11-block hollow sphere

1 / 11
Style

21 blocks in layer 1

278 blocks for the whole sphere (11 layers)

Runs entirely in your browser — nothing you type is sent anywhere. Diameter is capped at 96 here so the layer slider stays instant.

Worked example: the 11-block hollow sphere

This is the size most people try first — big enough to walk inside, small enough to finish in one session. The hollow shell needs 278 blocks (4 × 64 + 22) spread over 11 layers. Here is the entire build plan as a shopping list, bottom to top:

Layer (bottom → top) Hollow shell Solid sphere Running total (hollow)
1 21 21 21
2 24 45 45
3 24 69 69
4 28 89 97
5 28 97 125
6 28 97 153
7 28 97 181
8 28 89 209
9 24 69 233
10 24 45 257
11 21 21 278
Total 278 739

Read the shape of that column: 21 at the base, then a plateau of 28 through the middle six layers, then back down. The hollow build costs about 38% of the solid one, which is the real argument for building shells — a solid diameter-11 sphere is 739 blocks of material that nobody will ever see.

The equator layer of that sphere looks like this:

...XXXXX...
..X.....X..
.X.......X.
X.........X
X.........X
X.........X
X.........X
X.........X
.X.......X.
..X.....X..
...XXXXX...

The thing that surprises everyone: the near-pole bulge

Set the diameter to 15 and step through the layers. The hollow counts run 21, 48, 28, 32, 36 … — the second layer needs 48 blocks, more than the 40 at the equator. That looks wrong and is not.

A hollow sphere is a shell one block thick, and a horizontal slice through a shell cuts a band whose width depends on how steep the surface is at that height. Near the equator the surface is almost vertical, so the slice is a narrow ring. Near the poles the surface is almost horizontal, so the slice is a broad, shallow disc-like band. The widest slices of a hollow sphere are therefore the ones just inside the caps, not the one at the middle. Practically: budget for the layers near the top and bottom being expensive, and expect to place a lot of blocks in what looks like it should be a quick layer.

Sphere sizes and totals

Every total below is generated by the same code as the tool. The last two columns check the counts against the textbook volume formula πd³/6, which is a reasonable estimator for solid builds.

Diameter Layers Hollow shell Solid πd³/6 Solid vs formula
7 7 98 179 180 -0.3%
9 9 186 389 382 +1.9%
11 11 278 739 697 +6.0%
13 13 414 1,189 1150 +3.4%
15 15 530 1,791 1767 +1.3%
17 17 690 2,553 2572 -0.8%
21 21 1,082 4,945 4849 +2.0%
25 25 1,550 8,217 8181 +0.4%
31 31 2,382 15,515 15599 -0.5%

Hollow totals are for a one-block shell. The formula column is a mathematical reference, not a prediction — use the exact counts when gathering materials.

A build order that survives contact with reality

  1. Mark the equator first, at the right height. It is the widest ring and the one every other layer is measured against. Getting it wrong late is expensive.
  2. Build downward to the base. Each layer steps inward, so every block you place rests on something. No scaffolding needed for the bottom half.
  3. Then build upward. The top half overhangs, so place temporary support pillars or scaffolding and remove them at the end.
  4. Use the flat runs to align each layer. Every slice has straight sections at its top, bottom, left and right. Line those up between consecutive layers and the sphere stays true.

Related tools

  • Only need the top half? The Minecraft dome generator gives you the same layer slicing for a half sphere — and its base layer is exactly the flat circle outline of the same diameter.
  • Working on a single flat layer, a tower or a floor? Go back to the Minecraft circle generator, which handles flat circles and ovals up to 256 blocks.
  • Want to size a sphere before committing? The circle chart shows the equator ring for every diameter from 5 to 32 side by side.
  • Building something stretched rather than round? The oval generator handles unequal width and height.

Frequently asked questions

How many blocks does a Minecraft sphere need?

It depends steeply on size, because volume grows with the cube of the diameter. A hollow sphere of diameter 11 needs 278 blocks; the solid version of the same sphere needs 739. Doubling the diameter to 22 does not double the cost — it roughly multiplies it by eight for a solid build. The table on this page gives exact totals for the common sizes.

Why is the layer just below the top wider than the layer at the equator?

Because a hollow sphere is a shell, not a stack of rings of steadily growing size. Near the poles the surface of the sphere is almost horizontal, so a horizontal slice cuts through a broad, shallow band rather than a thin ring. At the equator the surface is nearly vertical, so the same slice cuts a narrow ring. That is why the second layer of a hollow diameter-15 sphere needs 48 blocks while the equator layer needs only 40. It is geometry, not an error — and it is exactly why the top of a dome is a wide flat disc instead of a point.

Should I build a sphere from the bottom up or from the equator out?

Bottom up is easier to keep accurate, because every layer rests on the one below it and you can see your mistakes immediately. The catch is that the upper half overhangs, so you will need scaffolding or temporary support blocks from about the equator onward. Many builders place the equator ring first at the correct height, build downward to the base, then build upward, which keeps the widest and most error-prone ring pinned early.

Do odd or even diameters work better for spheres?

Odd diameters have a single centre layer and a single centre column, which makes them easier to measure and easier to keep symmetric — you can always find the middle. Even diameters have two middle layers of identical size, which some builders prefer because it gives a slightly flatter equator to attach walkways or floors to. Both are perfectly symmetric here; the choice is about how you like to measure.

Can I use this for a hollow sphere with a doorway or interior?

Yes — build the hollow shell and then remove blocks where you want the opening. Because the shell is only one block thick, the interior is fully usable straight away. If you want a thicker wall, build the shell for your target diameter and again for the diameter two blocks smaller, then fill the gap between them.

Is a solid sphere block count close to the volume formula?

Yes, closely. The volume of a sphere is πd³/6, and the solid block counts in the table on this page land within a few per cent of it across every size shown, drifting toward the formula as the sphere gets bigger. The gap exists because blocks are counted whole — a block is in or out depending on where its centre falls — so it never contributes a fraction the way a continuous volume does.