Why your Nether portals link to the wrong place

Worlds & Backups Reviewed September 6, 2026 2 min read

Portals do not remember each other. Every time you step through one, the game does a fresh search for a portal near where you should arrive — and if it finds someone else's, that is where you go.

The two rules that explain everything

One block in the Nether is eight blocks in the Overworld. Overworld coordinates are divided by eight going in, and multiplied by eight coming out.

On arrival, the game looks for an existing portal near the calculated destination. If it finds one within the search area, it uses it. If it does not, it builds a new one.

Coordinate conversion

OverworldNether
X 800, Z -400X 100, Z -50
X 1600, Z 1600X 200, Z 200
X 0, Z 0X 0, Z 0
Y is not convertedY stays roughly the same

Building a pair that always links to each other

  1. Note the Overworld portal's coordinates

    Press F3 and read X, Y and Z at the portal block itself, not from a distance.

  2. Divide X and Z by eight

    Round to whole numbers. That is where the Nether portal has to be.

  3. Build the Nether portal at those exact coordinates

    Within a couple of blocks is fine. Twenty blocks off, and the game may find a different portal first.

  4. Test it both ways

    Linking is calculated in each direction separately. A pair that works one way and not the other is normal and means one of the two is misplaced.

Two portals close together in the Nether will steal each other's traffic

Because the Overworld is eight times larger, portals a thousand blocks apart in the Overworld are only 125 apart in the Nether — close enough for the search to grab the wrong one. This is why busy servers end up with everyone arriving at one person's base.

A Nether hub solves it once, for everyone

Build one tunnel network in the Nether with portals at deliberate coordinates, and have people connect to it rather than digging their own. It is the standard answer on multiplayer servers, and it also cuts the number of loaded chunks in the Nether considerably.

How to confirm it worked

Walking through the Overworld portal puts you at your Nether portal, and walking back puts you where you started — five times in a row.