Games

Minecraft Nether Coordinate Converter

Convert Minecraft coordinates between the Overworld and Nether with the 8:1 horizontal ratio. Keep Y unchanged, compare exact and rounded block targets, and copy a ready-to-use teleport command.

This original fan tool is not affiliated with or endorsed by any game publisher.

successful runs
upvotes
comments
Y is copied unchanged. Leave it blank to use ~ in the command.

Coordinates, rounding, and teleport-command formatting run in your browser. The site may still send one anonymous tool-use total after a successful conversion.

How to Use the Minecraft Nether Coordinate Converter

  1. Choose Overworld to Nether or Nether to Overworld.
  2. Enter X and Z; add Y only when you want the same height in the result and teleport command.
  3. Choose Floor, Nearest block, or Truncate for non-integer block targets.
  4. Select Convert coordinates, compare the exact and rounded values, then copy the /tp command or the full result.

The 8:1 Coordinate Formula and Rounding

Minecraft scales horizontal travel between these dimensions by eight. For an Overworld point, divide X and Z by 8 to get the corresponding Nether position. For a Nether point, multiply X and Z by 8 to get the corresponding Overworld position. The Y coordinate is not part of that horizontal scaling, so this tool carries an entered Y value through unchanged.

The exact result can land between blocks. Floor moves toward negative infinity, so -0.125 becomes -1. Nearest chooses the closest integer, while Truncate removes the fractional part toward zero. The converter shows the exact value alongside the chosen block target so you can use the rule that fits an existing build or portal network.

Minecraft Nether Coordinate Examples

Overworld base to Nether hub

Overworld coordinates 800, 64, -400 convert exactly to Nether coordinates 100, 64, -50. All three rounding choices agree because X and Z are exact multiples of eight.

Negative coordinate near zero

Overworld X -1 converts exactly to Nether X -0.125. Floor gives block -1, while Nearest and Truncate give block 0. Seeing both values prevents a negative-coordinate rounding surprise.

Nether route back to the Overworld

Nether coordinates -125, 70, 80 convert to Overworld coordinates -1000, 70, 640. The horizontal values are multiplied by eight, and Y remains 70.

Portal Linking Limits

A converted coordinate is a planning target, not a guarantee that a particular frame will link. Existing portals, their three-dimensional distance from the target, build order, and edition or version behavior can change the portal Minecraft selects. Build and test the paired portal before decorating a permanent room, and keep the exact coordinate visible when troubleshooting nearby links.

TheToolSite is an independent utility and is not affiliated with Mojang or Microsoft. Minecraft names are used only to describe the coordinate-planning workflow; no game assets or data files are included.

Community discussion

Comments

Share feedback about the tool. Don’t include private calculation inputs or account details.

0
Loading discussion…

Method, sources, and review

Built and maintained by
TheToolSite AutomationAutomation
Method reviewed by
Derrick Frye
Last reviewed
August 19, 2026
Publisher
TheToolSite

Methodology

Divides Overworld X and Z by 8 for a Nether planning target or multiplies Nether X and Z by 8 for an Overworld target. Y is carried through unchanged, followed by the selected floor, nearest, or truncation rule for block coordinates.

Assumptions

Limitations

A converted position does not guarantee portal linking. Existing portals, three-dimensional search distance, build order, edition, and game version can affect the selected portal. TheToolSite is independent of Mojang and Microsoft.

Rounding and precision

Exact X/Z values retain up to six decimals. Block targets use the explicitly selected rounding rule, which differs for negative values.

Sources

Report a problem with this result or source

Minecraft Nether Coordinate Converter FAQ

How do I convert Overworld coordinates to Nether coordinates?

Divide the Overworld X and Z values by 8. Keep Y unchanged if you want to carry the same height into the plan.

How do I convert Nether coordinates to Overworld coordinates?

Multiply the Nether X and Z values by 8. The converter leaves an entered Y coordinate unchanged.

Why does rounding matter for negative Minecraft coordinates?

Floor, nearest, and truncate can choose different blocks when the exact result is negative and fractional. For example, -0.125 floors to -1 but truncates to 0.

Does the Y coordinate get divided or multiplied by 8?

No. The 8:1 scale applies to the horizontal X and Z axes. This tool preserves Y exactly as entered.

Will the calculated coordinates always link the two portals?

No. They provide the corresponding horizontal target, but nearby existing portals, three-dimensional distance, build order, and edition or version behavior can affect which portal is selected.

What does the copied /tp command do when Y is blank?

It uses ~ for Y, which keeps the current height while moving to the converted X and Z coordinates. Review the destination for safety before running any teleport command.