Skip to content
[/craft]

Teleport Back to the Overworld

Return yourself to the Overworld from another dimension

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Pulls you out of the Nether or End and back into the Overworld. When coming from the Nether, relative X and Z coordinates are multiplied by 8 to match portal scaling. Use absolute coordinates instead if you want to land somewhere specific.

/execute in minecraft:overworld run tp @s ~ ~ ~
47 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command for your edition and press Enter.
  3. You return to the Overworld — swap ~ ~ ~ for real coordinates if the scaled spot is dangerous.

Related commands

Warp yourself into the Nether at the same coordinates

/execute in minecraft:the_nether run tp @s ~ ~ ~

Warp yourself straight into the End dimension

/execute in minecraft:the_end run tp @s 100 50 0

Instantly move to a specific X Y Z location

/tp @s 100 64 -200

Instantly move to where another player is standing

/tp @s PlayerName

Pull every player in the world to your location instantly

/tp @a @s

Jump straight up 10 blocks without flying

/tp @s ~ ~10 ~