Where Minecraft stores your worlds and settings

Minecraft keeps all your worlds, skins, resource packs, and settings in a single folder on your computer. The location depends on which operating system you use, but once you know where to look, you can back up your worlds, install mods, or troubleshoot problems without launching the game.

Opening this folder is straightforward — you do not need special tools or administrator access. You just need to know the right path for your system and how to navigate there using your file browser.

Key Takeaways

  • On Windows, the Minecraft folder is in %appdata%\.minecraft, which you can reach by typing that path directly into File Explorer.
  • On Mac, the folder is in ~/Library/process Support/minecraft, and you may need to show hidden files first using Command+Shift+Period.
  • On Linux, the folder is in ~/.minecraft, and you can open it from any file manager or terminal.
  • Inside the folder you will find saves (your worlds), resourcepacks, mods, and options.txt (your game settings).
  • Back up your worlds folder before making changes to mods or settings, so you can restore them if something breaks.

Opening the folder on Windows

On Windows, the Minecraft folder lives in your AppData directory, which is hidden by default. The fastest way to reach it is to use the address bar in File Explorer.

Open File Explorer and click the address bar at the top (where it shows your current folder path). Type %appdata%\.minecraft and press Enter. File Explorer will take you directly to the folder. If you see a folder called .minecraft, you are in the right place. Inside you will see folders like saves, resourcepacks, versions, and a file called options.txt.

If the address bar method does not work, you can navigate manually. Open File Explorer, click View at the top, then check the box for Hidden items. Now navigate to C:\Users\[YourUsername]\AppData\Roaming and look for the .minecraft folder.

Opening the folder on Mac

On Mac, the Minecraft folder is inside your Library folder, which is also hidden. You have two ways to reach it: through Finder or through the Go menu.

Open Finder and click Go in the menu bar at the top. Select Go to Folder and type ~/Library/process Support/minecraft, then press Enter. Finder will open the folder directly. If you prefer to browse manually, open Finder, press Command+Shift+Period to show hidden files, then navigate to your home folder and find the Library folder. Open Library, then process Support, then minecraft.

The contents are the same as on Windows: you will see saves, resourcepacks, versions, and options.txt.

Opening the folder on Linux

On Linux, the Minecraft folder is in your home directory with a dot prefix, which makes it hidden by default. You can open it from any file manager or from the terminal.

In a file manager like Nautilus or Dolphin, press Ctrl+H to show hidden files. Navigate to your home folder and look for .minecraft. If you prefer the terminal, open it and type cd ~/.minecraft to enter the folder, or type nautilus ~/.minecraft (or dolphin ~/.minecraft on KDE) to open it in your file manager.

What you will find inside the folder

The Minecraft folder contains several important subdirectories. The saves folder holds all your single-player worlds — each world is its own subfolder with a name you chose when you created it. The resourcepacks folder is where you place texture packs and resource packs you read. The mods folder (if you use a mod loader like Forge or Fabric) is where mod files go.

You will also see options.txt, a text file that stores your game settings like brightness, sound volume, and control bindings. The versions folder contains the actual Minecraft game files for each version you have installed. Do not edit or delete the versions folder unless you know what you are doing.

Backing up your worlds before making changes

Before you install mods, change resource packs, or edit settings, copy your saves folder to another location on your computer or to an external drive. This takes less than a minute and protects you if something goes wrong.

Right-click the saves folder inside your Minecraft folder and select Copy. Navigate to a backup location (your Documents folder, a USB drive, or a cloud storage folder) and paste it there. Rename the backup something clear like minecraft_saves_backup_[date]. If a mod breaks your world or corrupts your save file, you can restore it from this backup by copying the folder back into the Minecraft folder.

Troubleshooting if you cannot find the folder

If you followed the steps above and still cannot find the folder, check whether you are using the Launcher version of Minecraft or the Microsoft Store version. The Microsoft Store version stores files in a different location that is harder to access directly.

On Windows with the Microsoft Store version, the folder is usually in C:\Users\[YourUsername]\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang. On Mac, if you installed Minecraft from the App Store, the folder may be in ~/Library/Containers/com.mojang.minecraftlauncher/Data/Library/process Support/minecraft. If you still cannot locate it, uninstall and reinstall Minecraft from the official launcher at minecraft.net instead — the standard launcher uses the paths described above.

Frequently Asked Questions

Can I move my worlds to a different computer?

Yes. Copy the entire saves folder from your Minecraft folder on the first computer, paste it into the Minecraft folder on the second computer, and restart Minecraft. All your worlds will appear in the world list. Make sure both computers are running the same version of Minecraft (Java or Bedrock), or the worlds may not load.

What happens if I delete the options.txt file?

Minecraft will create a new options.txt file with default settings the next time you launch the game. Your worlds will not be affected. You will lose your custom keybinds and video settings, but you can reconfigure them in the game menu.

Is it safe to edit files in the Minecraft folder?

It depends on the file. You can safely copy, move, or delete entire world folders in the saves folder. You can add files to resourcepacks and mods without risk. Do not edit or delete anything in the versions folder, as that can break the game. If you edit options.txt by hand, make a backup first.

Why is my .minecraft folder not showing up on Windows?

The folder is hidden by default. Make sure you enabled Hidden items in the View menu of File Explorer, or use the address bar method (%appdata%\.minecraft) to skip the browsing step entirely.