How Nether Portal Coordinates Work
Nether travel works because horizontal coordinates are scaled by eight. Enter an Overworld X and Z value to find the matching Nether portal target, or enter Nether coordinates to calculate the return point in the Overworld. This is most useful when linking bases, farms, strongholds, and long-distance tunnels.
If a portal links to the wrong place, check for nearby portals in both dimensions. Minecraft searches for an existing portal before creating a new one, and Y level can affect which nearby portal is considered closest. Building the calculated portal manually and keeping duplicate portals separated usually fixes the route.
The portal pair readout is the 8 by 8 Overworld cell that belongs to the current Nether block. Place both frames inside that pair if you want a private link. The chunk and region line is the same math F3 uses: floor of X and Z over 16 for the chunk, then floor of that chunk over 32 for the r.X.Z.mca file.
Linking Portals
Divide your Overworld X and Z by 8, then build the Nether-side portal near that target. Nearby portals can still affect the final link.
Portal Search
Minecraft can reuse an existing portal near the target instead of creating a new one. Build the matching portal manually for cleaner links.
Fast Travel
1 block in the Nether = 8 blocks in the Overworld. A 10,000-block Overworld trip shrinks to just 1,250 blocks in the Nether.
Portal pairs and the 8 by 8 cell
One Nether block covers an 8 by 8 Overworld square. The pair panel shows that cell so you can place both frames inside the same conversion. If a second Overworld portal sits in the same cell, Java can pick the closer one in 3D, including Y.
Chunks and region files
A chunk is 16 by 16 blocks. The region file r.X.Z.mca holds 32 by 32 chunks. Use the chunk readout when you are hunting a base, sharing a seed find, or opening a region file in an NBT editor.
Frequently Asked Questions
What is the exact ratio between dimensions?
The horizontal coordinate scale is 8:1. Nether X and Z are multiplied by 8 for Overworld targets, and Overworld X and Z are divided by 8 for Nether targets.
Why do my portals sometimes link incorrectly?
Minecraft searches for existing portals near the converted target. If another portal is closer, or if the Y level makes it closer in 3D distance, your portal can link there instead. Manually build a portal at the calculated target to reduce conflicts.
Does the Y coordinate matter for linking?
Y does not use the 8:1 scale, but it can matter when Minecraft chooses between nearby existing portals because the game compares distance in three dimensions.
Why does the calculator round negative coordinates downward?
Minecraft uses floor-style conversion for Overworld-to-Nether targets. For example, Overworld X -1 converts to Nether X -1, not 0. This is expected for negative coordinates.
How far apart should two portal pairs be?
On Java, keep Overworld portals more than 128 blocks apart, or Nether portals more than 16 blocks apart, if you do not want them to steal each other. Java measures that window as a 256 by 256 Overworld square or a 32 by 32 Nether square, then picks the closest portal in 3D including Y.
What Overworld blocks share one Nether block?
Every Nether X,Z block maps to an 8 by 8 Overworld cell: Nether X times 8 through times 8 plus 7, and the same for Z. Build the return portal anywhere inside that cell.
How do I read chunk and region coordinates?
Chunk X is floor of block X divided by 16. Region X is floor of chunk X divided by 32. The save file is r.regionX.regionZ.mca. Negative blocks still use floor, so -1 is chunk -1.
Does this work for Bedrock Edition?
Yes. The 8:1 X and Z ratio and floor conversion are the same on Bedrock. Java portal search is a 256 by 256 Overworld square or a 32 by 32 Nether square. Use those Java windows when you are placing a private pair.