Nether Portal Calculator

Calculate where to build your Minecraft Nether portal.

Everyday 8:1 ratio Bidirectional
Rate this calculator · 5.0 (1)

Overworld ↔ Nether Coordinates

8:1 X/Z ratio · Y unchanged · linked portal math

Instructions — Nether Portal Calculator

1

Pick the direction

Overworld → Nether converts your surface coordinates into the matching Nether coordinates (divide X and Z by 8). Nether → Overworld goes the other way (multiply X and Z by 8). Pick whichever side you are currently in.

2

Enter X, Y, Z

Type your current X, Y, and Z. The Y axis is preserved between dimensions (a portal at Y=64 in the Overworld targets Y=64 in the Nether), so the Y value passes through unchanged. The calculator floors the X and Z division — the same way Minecraft does when computing portal targets.

3

Build at the target coordinates

Travel to the target coordinates and place a Nether portal there. Light it with flint and steel. The game will link your two portals if they are within the Nether linking radius (128 blocks) of each other. For multiple-portal networks, space portals at least 1024 Overworld blocks (128 Nether blocks) apart to avoid wrong-portal linking.

The 8:1 ratio: 1 block traveled in the Nether equals 8 blocks in the Overworld. That makes the Nether a high-speed highway — a 1000-block Nether tunnel covers 8000 Overworld blocks at running speed.
Y is unchanged: a portal at Y=64 in the Overworld links to a portal at Y=64 in the Nether. The 8:1 ratio applies only to X and Z (horizontal coordinates), not to height.

Formulas

The Overworld-Nether coordinate system uses a simple 8:1 ratio on the horizontal axes. The Y (vertical) axis stays the same. Here are the exact formulas, the same ones the game uses internally to find linked portals.

Overworld to Nether
$$ x_{N} = \lfloor x_{OW} / 8 \rfloor,\;\; z_{N} = \lfloor z_{OW} / 8 \rfloor $$
Divide each horizontal coordinate by 8 and floor the result. Y stays the same. An Overworld portal at (800, 64, -400) targets a Nether portal at (100, 64, -50).
Nether to Overworld
$$ x_{OW} = x_{N} \times 8,\;\; z_{OW} = z_{N} \times 8 $$
Multiply each horizontal coordinate by 8. Y unchanged. A Nether portal at (100, 64, -50) targets an Overworld portal at (800, 64, -400).
Portal linking radius
$$ r_{N} = 128,\;\; r_{OW} = 1024\,\text{blocks} $$
The game searches within 128 blocks of the target in the Nether (or 1024 blocks in the Overworld) for an existing portal to link to. No portal found means the game creates one automatically.
Speed advantage
$$ \text{Nether speed} = 8 \times \text{Overworld speed} $$
Running 1 block in the Nether is equivalent to moving 8 blocks across the Overworld surface. That makes the Nether a long-distance highway between bases.
Portal block costs
$$ \text{Obsidian} = 10\,\text{(min)} - 14\,\text{(full frame)} $$
A standard 4×5 portal uses 14 obsidian blocks. The minimum without corners is 10 blocks (corners are optional in Java Edition; the game fills them automatically when activated).
Portal frame size
$$ \text{Min: } 4 \times 5,\;\; \text{Max: } 23 \times 23\,\text{blocks} $$
Portals must be at least 4 blocks wide and 5 blocks tall, and at most 23×23. The 4×5 standard is by far the most common build.

Reference

Coordinate conversion examples
Overworld (X, Y, Z)Nether (X, Y, Z)Distance saved
(0, 64, 0)(0, 64, 0)spawn — same point
(800, 64, 0)(100, 64, 0)700 blocks of Nether travel
(1600, 64, 0)(200, 64, 0)1400 blocks saved
(8000, 64, 0)(1000, 64, 0)7000 blocks saved
(-2400, 70, 1600)(-300, 70, 200)2100 blocks per axis
(5000, 80, -5000)(625, 80, -625)4375 blocks per axis

Portal frame and linking reference

Quick reference for portal construction and how the game finds the target portal.

Portal construction
SpecValue
Min size4 × 5 blocks
Max size23 × 23 blocks
Min obsidian10 (no corners)
Full frame obsidian14 blocks
ActivationFlint and steel, fire charge, lava
Indestructible byLava, ghasts in Nether
Linking radii
SideSearch radius
Nether → Overworld1024 blocks
Overworld → Nether128 blocks
Min portal spacing (OW)1024 blocks
Min portal spacing (Nether)128 blocks
Auto-create if no matchYes

Note: portals within 128 Nether blocks of each other can “fight” for the same Overworld portal. For separated transit networks, space Overworld portals at least 1024 blocks apart on both X and Z axes.

Article — Nether Portal Calculator

The Minecraft Nether Portal Coordinate Calculator

Minecraft uses an 8:1 coordinate ratio between the Overworld and the Nether. Move 1 block in the Nether and you cover 8 blocks of Overworld surface. To build a portal in the Nether that links to a specific Overworld portal, divide the Overworld X and Z by 8 (the Y axis is preserved). To go the other way, multiply by 8. The calculator above does both directions automatically, with the same flooring math the game uses internally.

The Nether's compressed coordinate space is the whole reason long-range Minecraft transit works. A 1000-block walk through the Nether covers 8000 blocks of Overworld — fast enough to reach a base 10 minutes away on foot in under 90 seconds. This guide walks through the ratio, the linking math, the mistakes that cause portals not to link, and how to plan a transit network that scales.

The Nether portal 8:1 ratio

Every block of movement in the Nether covers 8 blocks of Overworld on the X and Z axes. The Y axis (vertical) does not scale — a portal at Y=64 in the Overworld targets Y=64 in the Nether. The formula is simple:

  • Overworld to Nether: divide X and Z by 8 (and floor)
  • Nether to Overworld: multiply X and Z by 8
  • Y axis: unchanged in both directions
  • Speed advantage: 8× faster transit between distant bases

An Overworld portal at (800, 64, -400) targets a Nether portal at (100, 64, -50). The Nether coordinates are 800/8 = 100, the same Y=64, and -400/8 = -50. Build a Nether portal at exactly that point and the two will link.

Did you know

The Nether is much smaller than the Overworld. The Overworld world border is at ±30 million blocks. The Nether's equivalent reach is ±3.75 million Nether blocks — the same Overworld span, compressed by 8×. The world is the same; only the coordinate system shrinks.

How Nether portal linking actually works

When you step through a portal, the game runs an algorithm to find the destination:

  1. Compute the target coordinates in the other dimension using the 8:1 ratio (or 8:1 reverse).
  2. Search a 128-block cube in the Nether (or a 1024-block cube in the Overworld) around the target.
  3. If an existing portal is found within that search radius, link to the closest one.
  4. If no portal is found, the game creates a new one at the target coordinates (or the nearest safe spot).

That last step is why builders sometimes find that the game creates a new portal in an unexpected place. If the target coordinates fall inside lava, in a wall, or in some other unsafe spot, the game searches nearby for a buildable location. The result can be a portal on a cliff edge, halfway up a wall, or in the middle of a fortress room.

The search-radius rule also explains another classic mistake: building a second portal near the calculated target but not exactly on it. If a different portal is closer to the target than yours, the game will link to that other portal instead, and your new portal will create yet another portal on the far side.

Building Nether portals

The portal frame is made of obsidian. The minimum size is 4 blocks wide × 5 blocks tall (or 5 × 4). The maximum is 23 × 23. Most players build the minimum because larger frames work identically and cost more obsidian.

The frame itself can be built with or without corner blocks. In Java Edition, corners are optional — the game completes the rectangle when the portal is activated. The minimum obsidian count for a 4×5 portal without corners is 10 blocks (4 on the bottom + 4 on the top - wait, no: 3 on bottom + 3 on top + 4 on each side - corners = 10 blocks). With corners, the count is 14.

To activate, place flint and steel inside the frame. Fire charges work too, as does using a lava bucket on the bottom blocks. Any source of fire inside the frame ignites the portal.

Tip

Carry a diamond pickaxe to mine obsidian (10 seconds per block with diamond, much longer with iron). Each portal costs 14 obsidian for the full frame — 168 seconds of mining at diamond speed. Plan obsidian quantities before long expeditions.

Reading Minecraft coordinates

Open the F3 debug screen in Java Edition (or the coordinates option in Bedrock Edition settings) to see your current XYZ position. The values mean:

  • X: east-west position. East is positive, west is negative
  • Y: vertical position. Sea level is Y=63 (Java) or Y=62 (Bedrock); bedrock floor is Y=-64
  • Z: north-south position. South is positive, north is negative
  • Origin: world spawn is near (0, 64, 0)

The 8:1 ratio applies only to X and Z. Y stays the same between dimensions. A portal at (1000, 70, -500) in the Overworld targets (125, 70, -63) in the Nether — Y=70 in both, X scaled from 1000 to 125, Z scaled from -500 to -63 (floored).

Common Nether portal mistakes

Wrong portal links to wrong destination

The most frequent issue is two portals close together on one side, fighting for the same portal on the other side. If your Overworld portals are within 1024 blocks of each other on any axis, the game can link both to the same Nether portal. Plan transit networks with 1024+ block spacing.

Other frequent issues:

  • Off-by-floor: divide-by-8 must be floored. Overworld X=799 maps to Nether X=99 (not 99.875)
  • Forgetting Y: Y must match for portals to link. A portal at Y=64 will not link well to one at Y=120 even with correct X and Z
  • Building near existing portals: a nearby portal in the search radius will steal the link from your new one
  • Auto-created portals: travelling without building first lets the game create portals in surprise locations — sometimes inside structures or on cliffs
  • Bedrock vs Java differences: some edge cases differ between editions; corner blocks are required in Bedrock

Building a Nether transit network

For a multi-portal Nether highway, follow three rules:

  1. Space Overworld portals at least 1024 blocks apart on the X or Z axis.
  2. Build each Nether portal at exactly the calculated target of its Overworld partner.
  3. Confirm the link before assuming. Walk through, check the destination, walk back, check the return.

For long-distance hubs, build a central Nether spawn with multiple portals leading to different Overworld bases. The 8× speed advantage means that even a 5000-block Overworld base is only 625 Nether blocks from spawn — under 60 seconds of running.

Nether portal edge cases

A few quirks worth knowing:

  • Portals inside the Nether ceiling (Y > 128) can target Overworld coordinates that do not exist as sky — the game will spawn the return portal at the highest valid Y
  • Ghasts can shoot fireballs at obsidian portals, but obsidian itself is indestructible
  • Two portals built simultaneously by different players can race the linking algorithm — whichever player traveled first locks the link
  • Nether portals do not propagate signals, redstone, or items unless using hopper/dropper trickery on the entry side
  • Falling through a portal into the Nether preserves momentum but not exact Y — the game searches for the nearest safe Y

A short history of the Nether portal

The Nether portal was added to Minecraft in Alpha 1.2.0 (Halloween Update) in October 2010. The 8:1 ratio was set at the same time and has never changed. Notch (Markus Persson) designed the dimension partly as a hellscape (the Nether bears strong influence from Doom), partly as a fast-travel mechanic.

The Halloween Update also added pumpkins, jack-o-lanterns, and the original Nether mobs (ghasts, zombie pigmen). The Nether Update (June 2020) added the four biomes (crimson forest, warped forest, soul sand valley, basalt deltas) and the netherite tier, but kept the portal math identical. Fourteen years of Nether-based long-distance travel runs on the same 8:1 rule.

FAQ

The Overworld-to-Nether ratio is 8:1 on X and Z. One block of movement in the Nether equals 8 blocks of movement in the Overworld. The Y axis is preserved — a portal at Y=64 in the Overworld links to Y=64 in the Nether. To convert Overworld to Nether, divide X and Z by 8 and floor. To go the other way, multiply X and Z by 8.
The game looks for the closest existing portal within its search radius. In the Nether, it searches a 128-block radius around the target. In the Overworld, it searches a 1024-block radius. If multiple portals fall within range, it picks the closest one. If you built your second portal far from the calculated coordinates, the game may link to a different portal or create a new one.
Place each portal at exactly the calculated coordinates of the other. Build your first portal anywhere in the Overworld. Note the coordinates. Travel to the Nether through that portal, then walk to the X/8 and Z/8 coordinates (keeping the same Y) and build your second portal there. Light it. The two portals will lock-link if no other portal is within 128 Nether blocks (1024 Overworld blocks) of either.
10 obsidian minimum, 14 for a standard 4×5 frame. The minimum is 10 blocks because corners are optional in Java Edition — the game fills them automatically when the portal is activated. A complete 4×5 rectangle with all corners is 14 blocks. Bedrock Edition requires the full 14-block frame.
Between 4×5 (minimum) and 23×23 (maximum). The portal must be at least 4 blocks wide and 5 blocks tall. Larger frames are allowed up to a 23×23 cap. Most players build the minimum 4×5 because it works identically to larger frames and costs the least obsidian.
The 8:1 ratio applies only to X and Z, not Y. The Y coordinate is preserved between dimensions. A portal at (200, 70, 200) in the Overworld targets (25, 70, 25) in the Nether — the Y stays at 70. The game does consider Y when finding the closest existing portal within the search radius, but no scaling is applied.
8x faster, by block coverage. Running at the same speed, 1 block of Nether movement covers 8 blocks of Overworld. A 1000-block run through the Nether is equivalent to an 8000-block journey across the Overworld surface. That speed advantage is the entire reason long-distance players build Nether transit networks.
At least 1024 Overworld blocks (128 Nether blocks) on the X and Z axes. If two Overworld portals are closer than 1024 blocks apart, both can fall within the Nether search radius of the same Nether portal — the game will link both Overworld portals to the same Nether portal, ignoring one of yours. Plan transit networks with at least 1024-block spacing.