How Nether portal coordinate conversion works
Minecraft uses an 8:1 ratio between the Overworld and the Nether. Every block you travel horizontally in the Nether equals 8 blocks in the Overworld. This makes the Nether the fastest vanilla travel method — walking 125 blocks in the Nether covers 1,000 blocks of Overworld distance.
To convert coordinates: divide your Overworld X and Z by 8 (floor the result) for the Nether position. Multiply Nether X and Z by 8 for the Overworld equivalent. The Y coordinate (height) stays the same in both dimensions — it is not scaled.
Common coordinate examples
| Overworld (X, Z) | Nether (X, Z) | Notes |
|---|---|---|
| 800, 400 | 100, 50 | Standard base link |
| -1600, 2400 | -200, 300 | Negative coords work the same |
| 0, 0 | 0, 0 | World spawn maps to Nether origin |
| 10000, -5000 | 1250, -625 | Long-distance base — Nether saves ~8750 blocks walking |
How to link Nether portals correctly
- Build your Overworld portal frame at the desired location — don't light it yet.
- Stand inside the frame, open F3, and note the X, Y, Z coordinates and Facing direction.
- Enter the coordinates in the calculator above — read off the Nether X, Y, Z result.
- Light the Overworld portal and go through to the Nether.
- Navigate to the calculated Nether coordinates using F3.
- Build a new portal at those exact coordinates. Face the same direction as step 2.
- Light the Nether portal. Disable or destroy any auto-generated Nether portal from step 4.
- Enter your newly built Nether portal — you should arrive back at your Overworld portal.
Why portals mislink and how to fix it
When you enter a portal, Minecraft searches for the nearest existing portal within a certain radius of the calculated destination. On Java Edition, the search radius is 128 blocks in the Nether and 1,024 blocks in the Overworld. On Bedrock Edition, the search area is 33×33 chunks (roughly 264 blocks).
Mislinks happen when another portal exists within that search radius. The game picks the nearest portal by 3D distance — not the one you intended. To avoid this: always build both portals manually at the exact calculated coordinates, and remove any competing portals within range. The Hub Planner tab above helps you detect these conflicts before you build.
Travel speed comparison
Walking in the Overworld covers 4.317 blocks/second. Through the Nether (at the same walking speed), you effectively cover 34.5 blocks/second of Overworld distance thanks to the 8:1 ratio. A blue-ice boat highway in the Nether reaches roughly 70 blocks/second in the Overworld, making it one of the fastest vanilla travel methods — faster than elytra for most distances.