Skip to main content
Troubleshooting

Fix Nether Portal Linking Issues in Minecraft

Fix Nether portal linking problems, portals connecting to the wrong destination, portal math, coordinate conversion, multiworld plugin conflicts and manual linking.

5 min read8 sectionsJava & Bedrock1.21

How Nether Portal Linking Works

Minecraft links Nether portals using coordinate conversion. The Overworld-to-Nether ratio is 1:8 on the X and Z axes (Y is unchanged). When you enter a portal in the Overworld at coordinates (X, Y, Z), the game searches for an existing portal in the Nether near (X/8, Y, Z/8). If no portal exists within 128 blocks (Nether-side), it creates a new one.

When minecraft nether portal not linking correctly, the problem is almost always a coordinate mismatch or an existing portal interfering.

This happens when another portal in the Nether is closer to the calculated coordinates than the one you intended. The game picks the nearest existing portal within range.

Fix: Calculate the exact coordinates for your Nether-side portal:

  1. Stand in your Overworld portal and note your coordinates (press F3).
  2. Divide X and Z by 8. Keep Y the same.
  3. Go to the Nether and build a portal at exactly those coordinates.
  4. Light the Nether portal. It should now link correctly to your Overworld portal.

Example: Overworld portal at (800, 64, -400) should have a Nether portal at (100, 64, -50).

If two Overworld portals are within 1024 blocks of each other (128 * 8), they may both link to the same Nether portal. This is because 1024 Overworld blocks maps to 128 Nether blocks, the search radius.

Fix: Build separate Nether portals at the correct divided coordinates for each Overworld portal. The game prefers the closest portal, so precise placement prevents cross-linking.

Problem 3: Portal Creates a New Exit Instead of Linking

If the game cannot find an existing portal within 128 blocks in the destination dimension, it creates a new one. This usually means your portal coordinates do not match the expected ratio.

Fix: Break the unwanted generated portal and build one at the mathematically correct position. Ensure the portal frame is complete and lit.

Problem 4: Multiworld Plugin Conflicts

If you use a multiworld plugin (Multiverse, MyWorlds, PhantomWorlds), it may override Minecraft's native portal behaviour. Common issues:

  • The plugin routes Nether portals to a shared Nether world instead of a per-world Nether.
  • The plugin disables Nether portals entirely for certain worlds.
  • World names do not follow the expected pattern (e.g. world_nether for the Nether of world).

Check your multiworld plugin's config for portal-related settings. In Multiverse, ensure world_nether is linked to world with the correct type.

Problem 5: Portals Not Working on Servers at All

Check server.properties:

allow-nether=true

If this is false, the server does not load the Nether at all, and portals will not function. Also check that no plugin is cancelling the PlayerPortalEvent.

Manual Portal Linking Checklist

  1. Note Overworld portal coordinates (X, Y, Z).
  2. Calculate Nether coordinates: (X/8, Y, Z/8), rounded to nearest whole number.
  3. Build and light a Nether portal at those exact coordinates.
  4. Enter the Overworld portal, it should link to your Nether portal.
  5. Enter the Nether portal, it should link back to your Overworld portal.
  6. If it does not work, break all nearby unintended portals in both dimensions and retry.

Want to just play without the headaches? Join Astroworld MC, IP play.astroworldmc.com, Java + Bedrock.

Questions about Fix Nether Portal Linking Issues

Fix Nether Portal Linking Issues: what is the short version?

The Overworld-to-Nether ratio is 1:8 on the X and Z axes (Y is unchanged).

How much does Fix Nether Portal Linking Issues actually need?

If no portal exists within 128 blocks (Nether-side), it creates a new one.

Where do you start with Fix Nether Portal Linking Issues?

Stand in your Overworld portal and note your coordinates (press F3).

Where does Fix Nether Portal Linking Issues store its settings?

Check server.properties: If this is false, the server does not load the Nether at all, and portals will not function.

What should you avoid while doing Fix Nether Portal Linking Issues?

This usually means your portal coordinates do not match the expected ratio.

Fix Nether Portal Linking Issues in Minecraft: Fix Nether portal linking problems, portals connecting to the wrong destination, portal math, coordinate conversion, multiworld plugin conflicts and manual linking.
Fix Nether Portal Linking Issues in Minecraft, from the Troubleshooting guides on Astroworld.

More guides on this site

More Troubleshooting Guides

Related Tools & Databases