How to Open the Minecraft Folder on Any Device
Whether you want to install mods, back up your worlds, or tweak configuration files, knowing how to find the Minecraft folder is a foundational skill. The exact location depends on your operating system, the version of Minecraft you're running, and how you installed the game. Here's a clear breakdown of how it works across the most common setups.
Why the Minecraft Folder Matters
Minecraft stores everything locally — your saved worlds, resource packs, screenshots, shader settings, and mod files all live inside a single root directory. This folder is sometimes called the game directory or .minecraft folder. Accessing it directly lets you:
- Add or remove mods and resource packs
- Back up save files before updates or experiments
- Edit configuration files for servers or mod loaders
- Move your game data to a new machine
- Troubleshoot crashes by reviewing log files
Understanding where this folder lives — and how to get there quickly — saves a lot of frustration.
How to Open the Minecraft Folder on Windows
Windows is the most common platform for Minecraft Java Edition, and there are two reliable methods.
Method 1: Use the Launcher
- Open the Minecraft Launcher
- Click Installations at the top
- Hover over the installation you want, then click the folder icon (or the three-dot menu and select "Open installations folder")
This drops you directly into the relevant game directory for that installation profile — useful if you run multiple versions.
Method 2: Use the Run Dialog
- Press Windows key + R to open the Run dialog
- Type
%appdata%.minecraftand press Enter - The folder opens immediately in File Explorer
This path is the default location for Minecraft Java Edition on Windows. Inside, you'll find subfolders like saves, mods, resourcepacks, shaderpacks, and logs.
Method 3: Navigate Manually
The full path is typically:
C:Users[YourUsername]AppDataRoaming.minecraft The AppData folder is hidden by default. To see it, open File Explorer, go to View → Show → Hidden Items (Windows 11) or View → Hidden Items (Windows 10).
How to Open the Minecraft Folder on macOS 🍎
On macOS, Minecraft's data lives in the Application Support directory, which is also hidden from standard Finder views.
Method 1: Use Finder's Go Menu
- Open Finder
- Click Go in the menu bar, then Go to Folder…
- Type
~/Library/Application Support/minecraftand press Return
Method 2: Use the Launcher
Just like Windows, the macOS launcher includes an Installations tab where you can click the folder icon to open the directory directly.
The ~ symbol represents your home directory, so the full path expands to something like /Users/[YourUsername]/Library/Application Support/minecraft.
How to Open the Minecraft Folder on Linux
Linux paths vary slightly by distribution, but the Minecraft Java folder is almost always located at:
~/.minecraft The dot at the start makes it a hidden directory in most file managers. To navigate there:
- In a terminal, type
cd ~/.minecraftand press Enter, orxdg-open ~/.minecraftto open it in your GUI file manager - In a graphical file manager like Nautilus, press Ctrl+H to show hidden files, then look for the
.minecraftfolder in your home directory
Minecraft Bedrock Edition: A Different Location
Bedrock Edition (often installed via the Microsoft Store on Windows) stores data in a completely different place than Java Edition. The path is typically:
C:Users[YourUsername]AppDataLocalPackagesMicrosoft.MinecraftUWP_[string]LocalStategamescom.mojang This directory contains your worlds, behavior packs, resource packs, and skin data. Because it's inside a sandboxed UWP app folder, access can sometimes require adjusting folder permissions.
| Edition | Platform | Default Folder Path |
|---|---|---|
| Java | Windows | %appdata%.minecraft |
| Java | macOS | ~/Library/Application Support/minecraft |
| Java | Linux | ~/.minecraft |
| Bedrock | Windows | AppDataLocalPackagesMicrosoft.MinecraftUWP_...LocalStategamescom.mojang |
| Bedrock | Android | /storage/emulated/0/games/com.mojang |
| Bedrock | iOS | Accessible via Files app under Minecraft's app storage |
Accessing the Folder on Mobile Devices
On Android, the Minecraft folder is usually found at /storage/emulated/0/games/com.mojang using a file manager app. Some devices and Android versions restrict direct file access depending on storage permissions.
On iOS and iPadOS, the Files app can access Minecraft's local storage. Go to Files → On My iPhone/iPad → Minecraft. The availability of this access has changed with different iOS versions and Minecraft updates, so the folder structure you see may vary.
Key Subfolders and What They Contain
Once inside the Minecraft directory, a few folders are worth knowing: ⚙️
saves/— All your single-player worlds, each in its own subfoldermods/— Where you drop.jarmod files (Java Edition with Forge or Fabric)resourcepacks/— Custom textures and soundsshaderpacks/— Visual shader files for compatible mod loaderslogs/— Crash reports and runtime logs for troubleshootingoptions.txt— Your in-game settings stored as plain text
What Affects How Straightforward This Is
Finding the Minecraft folder is simple in most cases, but a few variables change the experience:
- Which edition you're running — Java and Bedrock store files in completely different locations
- Your operating system and version — Hidden folder behavior and permission settings vary
- Whether you use a custom launcher — Tools like MultiMC, Prism Launcher, or CurseForge often create separate, isolated game directories per profile, not stored in the default
.minecraftpath - How Minecraft was installed — Microsoft Store installations (Bedrock) behave differently from direct Java installs
- Mobile OS restrictions — Android's permission model and iOS sandboxing both affect how easily files can be accessed
If you're using a third-party launcher or managing multiple mod profiles, the folder your launcher points to may differ entirely from the default system path. Checking the launcher's own settings is usually the fastest way to confirm which directory it's actually using for a given installation.