Where to Find the .minecraft Folder on Windows, Mac, and Linux

The .minecraft folder is the heart of your Minecraft Java Edition installation. It stores everything from world saves and resource packs to mods, screenshots, and configuration files. Whether you're trying to back up a world, install a mod manually, or troubleshoot a crash, knowing where this folder lives — and how to reach it — is essential.

What's Actually Inside the .minecraft Folder

Before diving into locations, it helps to know what you're looking for. The .minecraft directory contains several subfolders:

SubfolderWhat It Stores
saves/All your singleplayer world data
resourcepacks/Custom texture and resource packs
mods/Mod files (when using Fabric or Forge)
screenshots/In-game screenshots
logs/Game logs useful for crash diagnosis
options.txtYour keybinds and video/audio settings
versions/Downloaded game version jars

Understanding this layout helps when you only need one specific file rather than the whole directory.

Where to Find .minecraft on Windows 🗂️

On Windows, the .minecraft folder is stored in the AppData directory — a hidden folder tied to your user account. The full path is:

C:UsersYourUsernameAppDataRoaming.minecraft 

Because AppData is hidden by default, the fastest way to get there is:

  1. Press Windows Key + R to open the Run dialog
  2. Type %appdata%.minecraft and press Enter
  3. The folder opens immediately in File Explorer

You can also navigate manually by enabling hidden folders in File Explorer (View → Show → Hidden items), then following the path above.

If you're using the default Minecraft Launcher, this is always where the folder will be. If you've used a third-party launcher like MultiMC, Prism Launcher, or ATLauncher, those tools typically create their own separate instance folders in different locations — usually wherever you installed them.

Where to Find .minecraft on macOS

On macOS, the folder is tucked inside the Application Support directory within your home Library:

~/Library/Application Support/minecraft 

The Library folder is hidden by default. To access it:

  1. Open Finder
  2. In the menu bar, click Go
  3. Hold down the Option (⌥) key — the Library option appears in the dropdown
  4. Click Library, then navigate to Application Support → minecraft

Alternatively, open Spotlight (Cmd + Space), type ~/Library/Application Support/minecraft, and press Enter.

Note that on macOS the folder is named minecraft without the dot prefix, though it functions identically to the Windows version.

Where to Find .minecraft on Linux

On Linux, the folder follows the same hidden-file convention as Windows (dotfiles are hidden by default):

~/.minecraft 

This translates to /home/yourusername/.minecraft in absolute path terms.

To view it in a file manager, toggle Show Hidden Files (usually Ctrl+H in Nautilus or Dolphin). From the terminal, you can navigate there directly with:

cd ~/.minecraft 

Linux users running Minecraft through launchers like Prism Launcher will find instance data in ~/.local/share/PrismLauncher/instances/ instead.

Third-Party Launchers Change the Equation

This is where the "simple answer" gets more complicated. Third-party launchers — which many players use for modpacks, version management, or performance — don't necessarily use the default .minecraft folder. Each launcher handles instance storage differently:

  • Prism Launcher / MultiMC creates a separate folder per instance, letting you run multiple Minecraft versions without interference
  • CurseForge stores modpack instances in a custom location you set during installation (often Documents/curseforge/minecraft/Instances)
  • GDLauncher uses its own application data directory
  • Feed the Beast (FTB) App stores instances in a path you can view within the app's settings

If you've installed a modpack and can't find your world in the default .minecraft location, the launcher itself is your best starting point — most have a "Open Folder" or "Open Instance Folder" button that takes you directly to the right place.

Backing Up and Moving the Folder

Once you've located .minecraft, the backup process is straightforward: copy the entire folder to an external drive, cloud storage, or another location. The saves/ subfolder alone is sufficient if you only want to preserve worlds.

When migrating to a new computer, copying .minecraft to the same relative path on the new machine restores your settings, worlds, and resource packs. Mods may require reinstallation depending on how they were installed, since some mod loaders write files outside the standard .minecraft path. 🔄

Why the Folder Might Be Missing or Empty

A few scenarios cause confusion:

  • Minecraft was never launched — the folder isn't created until you run the game at least once
  • You're running Bedrock Edition — Bedrock stores data differently and doesn't use a .minecraft folder
  • A custom launcher redirected the path — the default location may genuinely be empty if another launcher took over
  • AppData folder is hidden — on Windows, many users miss the folder simply because hidden files aren't visible

The Variable That Changes Everything

Where your .minecraft folder actually lives — and whether it's the relevant folder at all — depends on which launcher you use, whether you run Java or Bedrock Edition, your operating system version, and how you've configured your setup. The default paths above cover the standard Mojang launcher on each platform, but modded and multi-instance setups introduce enough variation that the "right" location is genuinely different from player to player.