How to Find the “.minecraft” Folder on Different Operating Systems
The .minecraft folder is where all the main game files are stored, including settings, world saves, installed mods and textures. Sometimes you need to find it to make changes, add modifications or fix technical problems.
In this article, we will detail where it is located on different operating systems and how to quickly access it.
For Windows
The most convenient way is to use the Win + R keyboard shortcut, then type %APPDATA%\.minecraft and press Enter. Explorer will automatically open the folder with the game.
You can also go to the C:\Users/Your username/AppData/Roaming\.minecraft folder.
The AppData folder is hidden by default. To see it, click on the hidden files option in the Folder Options which is available in the explorer menu.
For Linux

On Linux, the location of the folder is as follows: The folder is located at ~/home/Your_username/.minecraft. To get into it you can either use a file manager or type a command in the terminal:
cd ~/.minecraft
For macOS
To open the finder, go to the desktop and click on the finder icon or press Cmd + Shift + G and then type:
~/Library/Application Support/minecraft/.
Then press Enter, and the Finder will redirect you to the correct directory.
Universal method
If you don't want to search for the folder manually, start Minecraft and follow these steps:
-
Go to the Settings menu.
-
Click on Resource Packs....
Select Open resourcepacks folder. This will take you to the resourcepacks folder. Go up a level to get to .minecraft.
The full path of the Minecraft game
The game folder is always located in the system as follows:
-
Windows: C:\Users\Your username\AppData\Roaming\.minecraft
-
Linux: /home/your_username/.minecraft
-
macOS: /Users/Your_User_Name/Library/Application Support/minecraft
In third-party launchers for Minecraft, TLauncher and the like, the path may be different. Usually it is specified in the settings of the launcher itself.
How to find the mods folder for Minecraft
To install or uninstall mods, you will need the mods folder. It is located inside the .minecraft directory. If this folder does not exist, create it manually:
-
Navigate to the .minecraft folder as indicated above.
-
Check for the mods folder. If it is not there, create a new folder with that name.
-
Place there the mod files in .jar format.
Be sure to back up important data before making any changes to the files in this directory!