Quick guide
How to use the Nether portal calculator
- Choose your starting dimension. Select Overworld when those are the coordinates you know, or Nether when you are planning an exit back to the Overworld.
- Enter X, Y, and Z. Decimal and negative coordinates are accepted. The result updates immediately.
- Use the whole-block target. Build as close as practical to the displayed X, Y, and Z after checking the destination for lava, walls, drops, or other hazards.
- Copy what you need. Copy the three coordinates for normal play, or copy the Java Edition command for a world where you are allowed to use teleport commands.
- Compare an existing portal if needed. Expand the comparison panel and enter its location to measure its horizontal and three-dimensional offset from the exact converted target.
The Overworld and Nether coordinate formula
Minecraft scales horizontal positions between these dimensions by a factor of eight. Going from the Overworld to the Nether divides X and Z by 8. Going from the Nether to the Overworld multiplies X and Z by 8. Y is not scaled.
| Direction | X | Y | Z |
|---|---|---|---|
| Overworld to Nether | X ÷ 8 | Unchanged | Z ÷ 8 |
| Nether to Overworld | X × 8 | Unchanged | Z × 8 |
For example, Overworld coordinates 800, 64, -400 convert to Nether coordinates 100, 64, -50. A Nether trip of 100 blocks along X therefore covers the equivalent of 800 Overworld blocks along X.
The current Minecraft Wiki Nether portal documentation describes the coordinate transformation and portal search behavior in more detail. Game behavior can change, so use current edition and version documentation for technical portal networks.
Negative coordinates and whole-block rounding
The exact result can land between blocks. This calculator keeps that decimal value visible, then supplies a practical block target by rounding down with the mathematical floor function.
This detail matters on the negative side of an axis. An exact Nether X of -1.125 floors to block -2. It does not become -1. Showing both values makes the conversion transparent and helps you choose a nearby safe place without losing the mathematical target.
Why a portal can link somewhere else
The 8:1 result identifies the corresponding position, but portal linking also depends on the portals already available near that destination. The game can select an existing valid portal instead of creating or using the structure at the exact coordinate you expected.
Height is not scaled, but it can still affect which nearby portal is closest. That is why this calculator keeps Y, includes it in the three-dimensional comparison, and does not reduce portal linking to a simple horizontal distance promise.
Practical checks for a portal that links incorrectly
- Confirm that you converted in the correct direction.
- Check negative X and Z values carefully.
- Look for other active portals near the calculated destination.
- Compare the existing portal with the exact target, including Y.
- Test both directions because the chosen return portal may not be the one you entered.
Frequently asked questions
How do I calculate Nether portal coordinates?
Divide the Overworld X and Z coordinates by 8 to find the matching Nether position. Multiply Nether X and Z by 8 for the Overworld. Keep Y unchanged.
Does the Y coordinate change between the Overworld and Nether?
No. The 8:1 scale applies only to X and Z. Height can still matter when the game chooses between nearby existing portals, so the calculator preserves Y and includes it in the placement comparison.
How are negative Nether coordinates rounded?
The whole-block result uses floor rounding. For example, an exact coordinate of -1.125 becomes block -2, not block -1. The exact decimal result remains visible beside the build coordinates.
Will the calculated coordinates guarantee that two portals link?
No calculator can guarantee a link from coordinates alone. Minecraft can select a nearby existing portal, and edition or version behavior can differ. Building near the exact target and checking nearby portals gives you a better starting point.
Are my coordinates uploaded?
No. Coordinate conversion, rounding, portal comparison, and command creation all run locally in your browser.
Independent browser utility
This tool is provided by anas8 and is not affiliated with Mojang Studios or Microsoft. Minecraft is used here only to identify the game and the coordinate-planning use case.