Nether Portal Calculator
The Nether is exactly 1/8 the size of the Overworld in Minecraft. This nether portal calculator converts an X and Z coordinate pair between the two dimensions so you can work out where a new portal will land, or where to dig to reach a spot you already marked in the other dimension. Enter your X coordinate, your Z coordinate, and pick a direction, and the tool applies the fixed 8 to 1 scale that Java and Bedrock editions both use for dimension travel.
Quick answer
The Nether uses a coordinate grid that is 8 times smaller than the Overworld on the X and Z axes.
Converted coordinates
(100, 200)
Source dimension
Overworld
Target dimension
Nether
Input coordinates
(800, 1,600)
Formula used
Nether X, Z = Overworld X, Z / 8, rounded to the nearest block
Scale factor
1 : 8
What this tells you
- •The Nether uses a coordinate grid that is 8 times smaller than the Overworld on the X and Z axes.
- •Overworld to Nether divides both X and Z by 8 and rounds to the nearest whole block.
- •Nether to Overworld multiplies both X and Z by 8, which is an exact conversion with no rounding needed.
- •The Y coordinate, meaning height, is not affected by the 8 to 1 scale and stays the same in both dimensions.
- •This tool gives you coordinate math only, it does not simulate which physical portal the game will link to near existing portals.
- •The same 8 to 1 ratio applies in Java Edition and Bedrock Edition, so one formula covers both.
How to Use
- 11. Enter the X coordinate you want to convert. This can be a whole number or a decimal, and it can be negative.
- 22. Enter the Z coordinate you want to convert, using the same sign convention shown on your in-game coordinate display (F3 in Java Edition).
- 33. Choose a direction. Pick Overworld to Nether if you are starting from a surface location, or Nether to Overworld if you already have a Nether coordinate.
- 44. Read the converted X and Z result. This tells you where to look for, or build, a linked portal in the target dimension.
- 55. Remember your Y coordinate separately, since height carries over unchanged and this tool only converts the horizontal X and Z axes.
How It Works
Formula
Nether X, Z = Overworld X, Z / 8 (rounded) | Overworld X, Z = Nether X, Z x 8Minecraft's dimensions share one coordinate system scaled by a fixed factor of 8. Going from the Overworld into the Nether, the game divides your X and Z coordinates by 8 and rounds to the nearest whole block, because Nether coordinates are always whole numbers. Going from the Nether back to the Overworld, the game multiplies X and Z by 8, which is an exact calculation with no rounding since multiplying a whole number by 8 always produces another whole number. The Y coordinate, which represents height, is not part of this scaling and stays the same value in both dimensions. This calculator performs that same math directly, it does not simulate the in-game portal search algorithm that looks for the closest existing valid portal within a set block radius before deciding to generate a brand new one, so treat the result as the target coordinate to aim for rather than a promise about the exact portal block the game will connect.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Base at 800, 1600 in the Overworld
800 divided by 8 is exactly 100, and 1600 divided by 8 is exactly 200. Building a portal near Nether coordinate (100, 200) keeps it lined up with the Overworld base, since both values divided evenly with no rounding needed.
Uneven Overworld coordinate at 805, 803
805 divided by 8 is 100.625, which rounds up to 101. 803 divided by 8 is 100.375, which rounds down to 100. This shows why two nearby Overworld points can round to the same or slightly different Nether block, since the Nether grid only has whole-number coordinates.
Found a Nether fortress at -100, -200
Multiplying -100 by 8 gives -800, and multiplying -200 by 8 gives -1600. This is the exact Overworld spot to travel toward, or to check on a map, if you found something worth returning to on the Nether side.
Negative Overworld coordinate near an axis, -4, -4
-4 divided by 8 is -0.5, which rounds to 0 under standard rounding rules. Coordinates close to the axis lines can round toward zero this way, so a portal built there will sit right at, or just past, the Nether spawn platform area near coordinate (0, 0).
Overworld to Nether Quick Reference
Common Overworld distances and their matching Nether coordinate, using the fixed divide-by-8 rule.
| Overworld X or Z | Nether X or Z | Notes |
|---|---|---|
| 8 | 1 | Exact, smallest whole-block match |
| 80 | 10 | Exact |
| 100 | 13 | 100 / 8 = 12.5, rounds up to 13 |
| 500 | 63 | 500 / 8 = 62.5, rounds up to 63 |
| 1000 | 125 | Exact |
| 8000 | 1000 | Exact, common long-rail-line distance |
Multiply the Nether value by 8 to get back to the matching Overworld value. Values that were rounded during the Overworld-to-Nether step will not return to their original exact Overworld number, since rounding is a one-way loss of precision.
Why the Nether uses an 8 to 1 scale
Minecraft's Nether dimension was built as a shortcut for long-distance travel. Because the Nether map is compressed 8 times smaller than the Overworld on the X and Z axes, walking or riding one block in the Nether covers the same ground as traveling 8 blocks in the Overworld. A rail line or path that would take a long time to build across the open Overworld becomes a short, practical build once routed through the Nether.
This is also why builders place portals at calculated coordinates instead of guessing. If two portals in the Overworld are far apart, building Nether portals at the divided coordinates keeps a tunnel or rail route short and direct. Skipping the math and building portals at random spots in the Nether often results in mismatched links or a long walk between two portals that should have been close together.
The in-game portal search adds one more detail worth knowing. When you step through a new portal, Minecraft looks for any existing valid portal within a limited search radius of the calculated target coordinate before it generates a new one. That means the exact coordinate math shown here tells you where to aim, while the final portal position can shift slightly if another portal already exists nearby.
Common mistakes
- Forgetting to round when going Overworld to Nether. Nether coordinates are always whole numbers, so a raw division result like 100.625 needs rounding to 101, not truncating to 100.
- Assuming the Y coordinate changes too. Height is identical in both dimensions, only X and Z are scaled by 8, so carry your Y value over unchanged.
- Mixing up which direction to divide and which to multiply. Overworld to Nether divides by 8, Nether to Overworld multiplies by 8, reversing that doubles the error instead of fixing it.
- Expecting a rounded Nether-to-Overworld conversion to land exactly back on the original Overworld point. Rounding during the first conversion is a one-way loss of precision, so the return trip lands on the rounded target, not the original spot.
- Treating the calculated coordinate as a guaranteed portal link. The game can connect to a different existing portal within its search radius, so use the result as a target area to check, not a locked destination.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="nether-portal-calculator" async></script>Preview the embed at /embed/nether-portal-calculator/.