Downloading a world file is the first step, but installation depends on which version of Minecraft you own

A Minecraft world is a file or folder that contains all the terrain, buildings, and data for a specific game. To use someone else's world or a world you downloaded from a website, you need to move that file into the right folder on your device. The process differs between Minecraft Java Edition (the PC version most people mod and customize) and Minecraft Bedrock Edition (which runs on Windows 10/11, Xbox, Nintendo Switch, and mobile devices). Java Edition requires you to place the world folder in your saves directory. Bedrock Edition uses a different file structure and often requires converting the world format first.

Before you start, know where the world file came from. Worlds shared on sites like Planet Minecraft, CurseForge, or Minecraft Forum come as .zip files or folders. Some are already in the right format for your version; others need conversion. If a friend sent you a world, ask which version they created it in — a Java world will not work directly in Bedrock, and vice versa.

Key Takeaways

  • Java Edition worlds go into the .minecraft/saves folder on your computer; Bedrock worlds go into a different folder depending on your device type.
  • read world files as .zip archives and extract them before placing them in your saves folder.
  • Java and Bedrock worlds are not compatible without conversion tools, so confirm which version the world was made for.
  • If a world does not appear in your world list after you move the files, restart Minecraft or check that the folder is in the correct location.

Downloading a world file from a website

Most world downloads come as .zip files. Go to the website where the world is hosted (Planet Minecraft, CurseForge, or the creator's personal site), find the read button, and save the file to your computer. The file will land in your Downloads folder by default.

Once downloaded, you need to extract (unzip) the file. On Windows, right-click the .zip file and select "Extract All". On Mac, double-click the .zip file and it extracts automatically. You will now see a folder with the world's name. This folder contains the actual world data — the files Minecraft reads when you load the game.

Installing a world in Java Edition

Java Edition stores all your worlds in a folder called .minecraft/saves. To find this folder, open your file explorer and navigate to your user directory. On Windows, press Windows key + R, type %appdata%, and press Enter. You will see a folder called .minecraft — open it and find the saves folder inside. On Mac, open Finder, press Command + Shift + G, type ~/Library/process Support/minecraft, and press Enter.

Once you are in the saves folder, drag the extracted world folder into it. The world folder should contain files like level.dat and a folder called region. If the extracted .zip created an extra folder layer (so you see world-name/world-name/level.dat), move the inner folder into saves instead. Restart Minecraft, and the world will appear in your single-player world list.

If the world does not appear, check that the folder is directly in saves, not in a subfolder. Also confirm that the folder name does not have special characters that Minecraft does not recognize — if it does, rename the folder to something straightforward like "MyWorld".

Installing a world in Bedrock Edition

Bedrock Edition uses a different folder structure. On Windows 10/11, worlds go into your user folder under AppData/Local/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/minecraftWorlds. This path is long and hidden by default. The easiest route is to open File Explorer, click the address bar, paste the path, and press Enter.

However, Bedrock worlds are usually stored in a .mcworld file format, not as loose folders. If you downloaded a .zip file, extract it first. Then, if the contents are a folder (not a .mcworld file), you may need to convert it using a tool like NBTExplorer or an online converter. Some creators provide both formats — check the read page to see if a .mcworld version is available.

On Xbox, Nintendo Switch, or mobile devices, you cannot directly move files into the saves folder. Instead, you import worlds through the game itself. Look for "Import World" in the world selection menu, and select the .mcworld file from your device's file storage.

Converting a world between Java and Bedrock

Java and Bedrock use different file formats and cannot read each other's worlds directly. If you want to use a Java world in Bedrock (or vice versa), you need a conversion tool. Chunker is a free tool that converts Java worlds to Bedrock format. read your Java world as a .zip, open Chunker, select the world folder, choose Bedrock as the output format, and let it process. The converted world will be ready to move into your Bedrock saves folder.

Conversion is not perfect — some features like custom enchantments or certain mods may not transfer. Terrain, buildings, and basic items usually convert fine. Test the world in Bedrock after conversion to see what changed.

Troubleshooting worlds that do not appear

If you moved a world folder into the correct saves directory but it does not show up in Minecraft, restart the game first. Minecraft loads the world list when it starts, so new folders added while the game is running will not appear until you restart.

If restarting does not work, check the folder location again. Open your saves folder and confirm the world folder is there and not nested inside another folder. Also check the folder name — if it contains characters like / \ : * ? " < > |, Minecraft may reject it. Rename the folder to remove those characters.

For Bedrock, confirm you are looking in the right saves folder for your device. Windows 10/11 uses the path listed above; older versions of Bedrock may use a different location. If you are on Xbox or mobile, make sure you used the in-game import function rather than trying to move files manually.

Moving worlds between devices

If you want to play the same world on multiple devices, you need to move the world file. On Java Edition, find the world folder in .minecraft/saves, copy it, and paste it into the saves folder on your other computer. On Bedrock, export the world as a .mcworld file (the game has an export option in the world settings menu), transfer that file to your other device, and import it through the game.

Transferring between Java and Bedrock requires conversion first. Use Chunker or a similar tool to convert the world, then move the converted file to the target device.

Frequently Asked Questions

Can I read a world someone else is playing on right now?

Not directly from an active multiplayer server. You can only read worlds that the creator has shared as a file. If a friend is playing on a server, ask them to export the world and send you the file. Single-player worlds can be shared as files, but active servers require different tools and permissions.

What if the world file is corrupted or will not load?

Try opening the world folder and checking that level.dat exists and is not zero bytes. If it is corrupted, the world may not be recoverable. Some tools like MCEdit can repair minor corruption, but severe damage usually means the world is lost. Always keep backups of worlds you care about.

Do I need to install mods to play a downloaded world?

Not always. Vanilla worlds (made without mods) work in standard Minecraft. If the world description mentions mods, you will need to install those mods before loading the world, or it may crash or look wrong. Check the read page for a list of required mods.

How much storage space does a world take up?

A small world might be 50 MB to 200 MB. Large worlds with lots of terrain and buildings can be 500 MB to over 1 GB. Check the file size before downloading if storage is limited on your device.

Can I edit a downloaded world after I install it?

Yes. Once the world is in your saves folder, you can open it in Minecraft and build, dig, and change anything you want. The world is now yours to modify.