Teleport Back to the Overworld
Return yourself to the Overworld from another dimension
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Pulls 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
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste the command for your edition and press Enter.
- 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