Skip to main content
← All Guides
Build Ideas · Technique · Java & Bedrock

How to Build a Circle and Sphere

Blocks are square, so curves take a trick. Plot a clean pixel circle, then stack circles into a sphere or dome.

What you need

Any block for the ring
A second block for layers
A marker for the centre
Glass to see the layers

Plot the ring, then stack it

Mark the four axis points, then curve between them with even, symmetrical steps, longer straights at the sides and shorter near the diagonals. To make a sphere, stack circles that grow to a wide equator then shrink again; stop halfway for a dome.

Quick answers

How do you build a circle in Minecraft?
Plot the ring rather than guessing. Mark the four points at top, bottom, left and right, then curve between them, placing several blocks in a straight run before stepping in by one. A pixel-circle chart for your chosen diameter gives the cleanest result.
Why are circles hard in Minecraft?
Because blocks are square, a true circle has to be approximated with steps. The trick is keeping the steps even and symmetrical, with longer straight runs near the sides and shorter ones near the diagonals, so the eye reads it as round.
How do you build a sphere?
A sphere is a stack of circles whose diameter grows to the middle then shrinks again. Build the widest circle as the equator, then add smaller circles above and below at the right radius for each layer until you close the top and bottom.
How do you build a dome?
A dome is just the top half of a sphere. Start with the widest circle as the base, then stack smaller circles inward and upward until you cap it. Glass or a light block at the top makes a nice skylight.
What size circle should you use?
Odd diameters such as 5, 7, 9 and 11 have a clean single-block centre and tend to look the most symmetrical. Larger circles look rounder because each step is a smaller fraction of the whole.
Does this work the same on Bedrock?
Yes. Circles and spheres are about block placement, which is identical on Java and Bedrock, so the same pixel-circle method and layering work on either edition.
What is the radius for each layer of a sphere?
For a sphere of radius R, each layer at height h from the centre uses a circle of radius sqrt(R*R - h*h), rounded to the nearest whole block. A radius 5 sphere has layers of roughly 5, 5, 4, 3 going up from the middle. Build the top half, then mirror it for the bottom.
How many blocks does a circle take?
A circle of diameter D needs close to pi times D blocks for the ring, so a 9-wide circle is about 28 blocks and a 15-wide circle is about 47. Round up and keep a few spare, since the steps add a little length over a true circle.
Can you build a circle with commands?
There is no single circle command in vanilla. /fill makes squares and rectangles only. For curves you place blocks by hand from a chart, or use a third-party tool. With WorldEdit on a server you can run //hcyl stone 10 1 for a circle outline or //hsphere stone 10 for a hollow sphere.
What blocks look best for round builds?
Smooth, plain textures hide the steps best. Quartz, smooth stone, white concrete and stripped logs read as round from a distance. Busy textures like cobblestone or bricks make every step stand out, so they fight the curve.

Mistakes that make a circle look wrong

  • Uneven quarters. Build one quarter, then copy the exact step pattern to the other three. If the runs do not match, one side bulges.
  • Even diameters with no centre. A 5, 7, 9 or 11 wide circle has one clear middle block. Even widths like 6 or 8 split the centre across two blocks and look slightly flat on top.
  • Steps in the wrong place. Keep long straight runs at the top, bottom and sides, and shorter runs near the 45 degree diagonals. Stepping in too early near the sides makes the circle look like an octagon.
  • Sphere layers off by one. Each layer up should drop to the next radius from the chart, not skip two. Skipping makes a stepped cone instead of a round top.

Scale matters. A 7-wide circle reads as a slightly rounded octagon up close, while a 21-wide circle looks genuinely round because each step is a smaller share of the whole. For towers and silos go 11 wide or more. For a sphere, start with the equator circle on flat ground, mark its centre with a different block, then build up and down from there so both halves stay aligned to the same axis.

Database →
Blocks for curves
Browse blocks to pick clean materials for circular builds.
Guide →
Build a tower
Use a circle footprint to build a smooth round tower or turret.