How to Copy a Minecraft World: A Complete Guide for Java and Bedrock Players
Copying a Minecraft world is one of those tasks that sounds simple but varies significantly depending on which version of the game you're running, what device you're playing on, and what you're actually trying to accomplish. Whether you're backing up a survival world before a risky experiment, sharing a map with a friend, or setting up a testing environment, the process follows the same core logic — but the exact steps differ.
Why You'd Want to Copy a Minecraft World
Before getting into the how, it's worth understanding the common reasons players duplicate worlds:
- Backup before major changes — installing mods, switching game modes, or attempting a dangerous build
- Sharing a map — sending a world file to another player or uploading to a server
- Testing — running experiments on a copy without risking your original
- Migrating to a new device — moving progress to a new PC, console, or phone
Each of these use cases involves the same fundamental action — duplicating the world folder — but what you do with that copy afterward shapes which method makes the most sense.
How Minecraft Stores World Data
Minecraft saves worlds as folders on your device, not as single compressed files. Each world folder contains everything: terrain chunks, player data, inventory, settings, and more. Copying a world means copying that entire folder. Nothing is stored in the cloud by default (unless you're using Realms or a platform's cloud save feature).
Knowing where these folders live is the first step.
Copying a World in Java Edition (PC/Mac/Linux)
Java Edition gives you direct access to the file system, making world copying straightforward.
Step 1: Open the saves folder
The default location varies by OS:
| Operating System | Default Save Path |
|---|---|
| Windows | %appdata%.minecraftsaves |
| macOS | ~/Library/Application Support/minecraft/saves |
| Linux | ~/.minecraft/saves |
You can also reach it from inside Minecraft: go to Singleplayer → select a world → Edit → Open World Folder.
Step 2: Duplicate the folder
Close Minecraft first — copying an active world can cause file corruption. Then:
- Navigate to the
savesdirectory - Right-click the world folder you want to copy
- Select Copy, then Paste in the same directory
- Rename the copy to something recognizable
The duplicate will appear in your Minecraft world list immediately the next time you launch the game.
🗂️ Tip: Always rename the copy right away. Two folders with nearly identical names become confusing fast.
Copying a World in Bedrock Edition (Windows 10/11 App)
Bedrock Edition on Windows stores worlds in a less accessible location because it runs as a sandboxed Microsoft Store app.
Finding the world folder:
Navigate to: C:Users[YourUsername]AppDataLocalPackagesMicrosoft.MinecraftUWP_8wekyb3d8bbweLocalStategamescom.mojangminecraftWorlds
Each world is stored as a randomly named folder (not the world's display name), so you'll need to open each one and check the levelname.txt file to identify the right world — or sort by date modified to find the most recently played one.
Duplicating:
Same process as Java Edition — close Minecraft, copy the folder, paste it in the same directory, and rename it.
Copying a World on Mobile (Bedrock — iOS and Android) 🎮
Mobile is more restricted, and the method depends on your device.
Android:
World folders are typically located at: /storage/emulated/0/games/com.mojang/minecraftWorlds
You can access this with a file manager app. Copy the target world folder and paste a duplicate in the same directory.
iOS:
iOS doesn't allow direct file system access in the same way. Your options are:
- Use the Files app — Minecraft worlds can be accessed via Files → On My iPhone → Minecraft if the app has been granted permission
- Export via the game itself — Minecraft Bedrock has a built-in export feature (tap the pencil/edit icon on a world → scroll to find "Export World") that saves a
.mcworldfile, which can be reimported as a separate copy
The .mcworld export method is the most reliable approach on iOS and works on Android too.
Copying a World on Console (PlayStation, Xbox, Nintendo Switch)
Console versions of Minecraft Bedrock don't offer direct file access. Your options are more limited:
- Duplicate within the game — Some console versions include a Copy World button directly in the world settings/edit screen. This is the simplest method when available.
- Realms backup — If you're playing on a Realm, the Realm owner can download a backup through the Realms settings menu.
The availability of in-game copy features varies by platform and game version, so checking the world settings menu on your specific console is the first place to look.
What Happens to the Copy
A duplicated world is completely independent of the original once copied. Changes to one do not affect the other. Seeds, structures, and player data are all preserved exactly as they were at the moment of copying.
One thing to be aware of: if you copy a world mid-session or while the game is running, the copy may be in an inconsistent state. Always close Minecraft before copying world files.
The Variables That Determine Your Approach
Several factors shape which method applies to your situation:
- Java vs. Bedrock — fundamentally different file structures and storage locations
- Device type — PC offers the most control; mobile and console are more restricted
- Operating system — file paths differ between Windows, macOS, and Linux
- Purpose of the copy — a simple backup on the same device vs. transferring to another player requires different handling
- File access permissions — sandboxed app environments on mobile and console limit direct folder manipulation
The right approach for someone running Java Edition on a Windows PC looks nothing like the process for a player on an iPhone or a Nintendo Switch. What platform you're on, how comfortable you are navigating file directories, and what you plan to do with the copy are the pieces that determine which path actually applies to your situation.