Skip to content
Join readers who trust AllThings.How for practical guides Opens in a new tab

How to Build Circles and Spheres in Minecraft (Manual and WorldEdit)

Shivam Malani
How to Build Circles and Spheres in Minecraft (Manual and WorldEdit)

Minecraft runs on a grid of 1×1 cubes, so a true curve does not exist in the game. You can still build convincing circles, domes, and spheres by placing square blocks in a stair-step pattern that reads as round from a distance. The bigger the shape, the smoother it looks.

Quick answer: For a circle, place a large plus sign at your chosen diameter, then join the four tips with short diagonal rows that step inward until they meet in each corner. For a sphere, stack circles around a center point, starting small, widening toward the middle, then shrinking back down.

Use a Minecraft circle generator for fast templates

The quickest way to get an accurate layout is a circle generator. These tools turn any diameter into a block-by-block grid you can copy in-game, and they tell you exactly how many blocks each row needs.

Set the width or height, tick the option that forces a circle, then pick a thin or thick outline. The generator draws the pattern, and you count the cells to recreate it. Odd diameters such as 21 or 31 give you a single center block, which makes alignment easier.

Minecraft Circle Generator

Build a circle manually with the plus-sign method

If you would rather work without a tool, the principle is simple. You make four equal straight edges, then connect them with matching diagonal rows on each side. Every side must stay the same distance from the center, so count outward and then perpendicular to keep both halves even.

For reference, an 8×8 circle uses about 24 blocks with a single block on each diagonal. An 18×18 circle uses around 52 blocks. On any circle larger than 18×18, the four main edges stay 5 blocks long, and only the diagonal sections grow.

Construction Techniques for a Circle
Circle sizeDiagonal pattern
8 × 8One block on each diagonal
12 × 12Two blocks vertical, then two blocks horizontal
18 × 18Two vertical, two more vertical, two horizontal, two more horizontal, stepping up the x-axis

Steps to make an 18×18 circle in Minecraft

Switch to Creative mode for easy testing, or carry at least the 52 blocks the outline needs in Survival.

Step 1: Lay a single straight line of 18 blocks. Build two parallel 5-block edges, one on each end of that line, leaving 18 blocks of distance between them. You can break the long guide line afterward since it has no role in the finished shape.

first step of Making a Circle in MC

Step 2: From the edge of each starting line, add a 2-block horizontal row that turns inward toward the center. Then place an identical 2-block horizontal row on the end of that one. Each new row should pull the outline slightly closer to the parallel edges.

Circle process in MC

Step 3: Continue the diagonal by adding a 2-block vertical line from the edge of the last horizontal row, then another matching 2-block vertical line. Seen from above, the structure should now look like a pixelated circle with gaps left on two sides.

incomplete circle in MC

Step 4: Close the shape by placing a 5-block line on the outer edge of each incomplete side. Do not fill the space between existing blocks. The new 5-block edges should touch the vertical lines at their tips and sit 18 blocks apart, mirroring your starting edges.

Complete circle in Minecraft

Once the outline closes evenly, you have a finished circle. Leave the middle open for a ring, or fill it in to make a solid platform.

💡
Tip: Build one quarter of the outline first, then mirror it to the other sides. This catches uneven rows before you commit dozens of blocks.

Build a sphere manually by stacking circles

A sphere is a stack of circles that grow toward the middle and shrink at the top and bottom. The technique below produces a 13×13 sphere, and you can scale the same pattern up for larger builds.

Step 1: Place a single block in open air, at least 10 blocks above the ground. Extend 5 blocks out from each of the six faces of that center block. You now have a six-armed frame that defines the sphere's full width on every axis.

The Complete sphere base in Minecraft

Step 2: At the end of each of the six arms, build a 3×3 square using 9 blocks. These squares become the six caps that anchor the curve of the sphere.

Outer edges of Sphere in MC

Step 3: Build a small circle along the inner edge of each square. The easiest approach is to work from inside, placing 5-block straight lines one block in from the cap and one block away from the center block, then adding 3 blocks beside the middle three on the outer side. Repeat this on all six caps.

Complete Outer edges of Sphere in Minecraft

Step 4: Connect the remaining gaps while working inward. Fill the top and bottom areas with stair-shaped sections, using 5 blocks in the back row and 3 blocks in the front row, so the curve flows smoothly between caps.

Final Stage Sphere in Minecraft

Step 5: Close the last openings from outside the structure. Stand next to a gap, look at the inner blocks on either side, and place blocks against them. The middle layers usually need only 2 blocks, while the top and bottom need 3 or 4. Keep the fill identical on every side for a balanced shape.

Gap filling Stair Slab in Sphere
Gap filling Stair Slab in Sphere

When every gap is filled with the same curve on all sides, the sphere is complete. If you mixed block types while building, you can swap them out afterward for a single material to get a cleaner round look. Practice in Creative mode before attempting this in Survival.


Make circles and spheres with WorldEdit commands

The WorldEdit map editor builds round shapes instantly with chat commands, and it works with any block in the game. Stand in a large open area, optionally fly to the height you want, then press / or t to open chat.

To create a solid sphere, type the command in the format //sphere block_name number_of_blocks. For example, an iron ore sphere with a radius of 11 blocks uses //sphere iron_ore 11. A solid sphere fills completely, so you will need to dig out the inside.

CommandResult
//sphere [pattern] [radius]Solid filled sphere
//sphere -h [pattern] [radius]Hollow sphere (shell only)
//hsphere [pattern] [radius]Hollow sphere alternative

For a hollow version, add -h after the word sphere, so an iron ore shell becomes //sphere -h iron_ore 11. The result is a sphere you can stand inside without mining out the center.

⚠️
Note: Very large radii can crash the game. Start with smaller values and scale up only once the build is stable.

Whether you place every block by hand or let WorldEdit do the math, the same logic applies. Round shapes in Minecraft are an illusion built from squares, and the larger you go, the more convincing the curve becomes. Start with a small circle, get comfortable with the diagonal stepping, then move up to full spheres and domes.