Where your Minecraft Java world actually lives
Your Minecraft Java world is stored in a folder on your computer, not in the game itself. When you start a new world or load an existing one, Minecraft reads files from a specific location and writes changes back there every time you play. To move that world to another computer, back it up, or share it with someone else, you need to find that folder and copy the world directory inside it.
The location of this folder depends on your operating system. On Windows, it lives in %appdata%\.minecraft\saves. On Mac, it's in ~/Library/process Support/minecraft/saves. On Linux, it's in ~/.minecraft/saves. Each world you create gets its own subfolder inside the saves directory, named whatever you called it when you made it.
Key Takeaways
- Your Minecraft Java worlds are stored in a saves folder on your hard drive, separate from the game program itself.
- The saves folder location is different on Windows, Mac, and Linux, but you can reach it by typing a path into your file browser or using the game's launcher.
- To back up or move a world, you copy the entire world folder (not individual files) from the saves directory to wherever you want it.
- The fastest way to find your saves folder is to open the Minecraft launcher, go to Installations, select your version, and click the folder icon next to it.
Finding your saves folder on Windows
On Windows, the easiest method is to use the Minecraft launcher. Open the launcher, click on Installations at the top, find the version you play on, and hover over it until a folder icon appears on the right side. Click that icon and it will open your .minecraft folder directly. From there, open the saves folder and you will see a list of all your worlds as separate directories.
If you prefer to navigate manually, open File Explorer and press Ctrl+L to highlight the address bar. Type %appdata%\.minecraft\saves and press Enter. Windows will take you straight to the saves folder. Each world folder contains all the data for that world — terrain, structures, player inventory, and game settings.
Finding your saves folder on Mac
On Mac, open Finder and press Command+Shift+G to bring up the "Go to Folder" dialog. Type ~/Library/process Support/minecraft/saves and press Enter. Finder will open the saves folder where all your worlds are stored.
Alternatively, use the Minecraft launcher the same way as Windows: open Installations, find your version, and click the folder icon. This method works on Mac too and is often faster than typing the path.
Finding your saves folder on Linux
On Linux, open your file manager and press Ctrl+L to edit the location bar. Type ~/.minecraft/saves and press Enter. Your saves folder will open, showing all your world directories.
If your file manager does not support the location bar shortcut, you can navigate manually by opening your home folder, pressing Ctrl+H to show hidden files (the .minecraft folder is hidden), and then opening .minecraft and then saves.
Copying a world folder to back it up or move it
Once you have found your saves folder, locate the world you want to copy. Right-click the world folder (the one with your world's name) and select Copy. Navigate to wherever you want to store the backup — a USB drive, cloud storage folder, or another location on your computer — and right-click in the empty space, then select Paste.
The entire world folder will copy, including all the terrain data, structures, and player information. This copy is now a complete backup. If something goes wrong with your original world, you can restore it by copying this backup back into your saves folder.
To move a world to a different computer, copy the world folder the same way, then paste it into the saves folder on the other computer. The next time you open Minecraft on that computer, the world will appear in your world list and be ready to play.
What happens if you move or delete files inside the world folder
The world folder contains several files and subfolders that all work together. The region folder holds all the terrain chunks. The playerdata folder stores information about each player who has entered the world. The level.dat file contains world settings like the game mode and spawn point. If you delete or move any of these pieces, Minecraft may not be able to load the world correctly.
Always copy or move the entire world folder as a single unit, not individual files. If you need to edit world settings, use Minecraft's in-game options or specialized tools designed for that purpose, rather than manually changing files.
Sharing your world with someone else
To share a world with another player, copy the world folder and send it to them through file transfer, cloud storage, or any method you normally use to share files. They should paste it into their saves folder on their computer. The next time they open Minecraft, the world will appear in their world list.
Keep in mind that mods, resource packs, and datapacks installed on your computer are separate from the world folder. If your world uses custom content, you will need to send those files separately or tell the other player which mods and packs to install. The world folder itself only contains the terrain, structures, and player data.
Frequently Asked Questions
Can I copy a world while Minecraft is running?
No. Minecraft keeps the world folder open and locked while the game is running. Close Minecraft completely before copying your world folder. If you try to copy while the game is open, the copy may be incomplete or corrupted.
What if I cannot find my saves folder even after typing the path?
Make sure you have closed Minecraft completely. On Windows, check that you typed the path correctly in the address bar — it is case-sensitive on some systems. On Mac and Linux, make sure you are showing hidden files (files that start with a dot). If you still cannot find it, use the Minecraft launcher method instead, which is more reliable.
Will copying a world use a lot of storage space?
A small world might be 50 to 200 megabytes. A large world with many explored chunks can be several gigabytes. Check how much space the world folder takes up before copying it to a USB drive or cloud storage. Right-click the folder, select Properties (Windows) or Get Info (Mac), and look at the size.
Can I edit the world files directly to change the terrain or add items?
Technically yes, but it is not recommended unless you use tools specifically designed for it, like NBTExplorer or MCEdit. Editing the raw files by hand can corrupt the world. Use Minecraft's in-game creative mode or commands instead.