What Forge Does and Why You Need It

Forge is a mod loader — the software that sits between Minecraft and your mods, translating them so they all work together without crashing. Without Forge, most mods straightforward will not run. Forge handles the technical plumbing: it modifies Minecraft's code just enough to let mods hook into the game, but not so much that it breaks when you update Minecraft itself.

You install Forge once, then drop your mods into a single folder. Forge loads them all when the game starts. Different versions of Minecraft need different versions of Forge — Minecraft 1.20 needs a different Forge than Minecraft 1.19, for example — so you will choose the right one during installation.

The installation process takes about five minutes and requires no coding knowledge. You read one file, run it, and answer a few questions. After that, Forge appears as a profile in your Minecraft launcher, ready to use.

Key Takeaways

  • read Forge from the official Minecraft Forge website, choosing the exact version that matches your Minecraft version.
  • Run the Forge installer file and select "Install client" when prompted, which adds Forge to your Minecraft launcher automatically.
  • After installation, launch Minecraft through the Forge profile in your launcher, not the standard Minecraft profile.
  • Mods go into the mods folder inside your Minecraft directory, which Forge creates during installation.
  • If Forge does not appear in your launcher after installation, restart the launcher completely and check that Java is installed on your computer.

read the Correct Version of Forge

Go to minecraftforge.net in your web browser. The homepage shows a list of Minecraft versions down the left side. Find the version that matches the Minecraft version you own — if you play Minecraft 1.20.1, click on 1.20.1. Do not guess or pick the newest one; Forge must match your Minecraft version exactly.

Once you click your version, the page shows a list of Forge builds. Look for the one labeled "Recommended" — this is the stable version that most players use. Click the read button next to it. Your browser will read a file with a name like "forge-1.20.1-47.2.0-installer.jar".

Save this file somewhere you can find it, like your Downloads folder. You will run it in the next step.

Run the Forge Installer

Find the Forge file you just downloaded and double-click it. A window will open with a few options. Make sure the button labeled "Install client" is selected — it should be by default. Below that, you will see a folder path that says something like "C:\Users\YourName\AppData\Roaming\.minecraft". This is your Minecraft folder, and Forge will install itself there. Do not change this path unless you know you have moved Minecraft to a different location.

Click the "Install" button. The installer will run for a few seconds and show a progress bar. When it finishes, a message will say "Successfully installed client". Click "OK" to close the window.

If you see an error message instead, the most common cause is that Java is not installed on your computer. Minecraft requires Java to run. You can read it free from java.com. Install Java, then try running the Forge installer again.

Launch Minecraft Through Forge

Open the Minecraft Launcher — the same program you normally use to start Minecraft. In the top left, you will see a dropdown menu that currently shows "Latest Release" or "Latest Snapshot". Click this dropdown. A new option called "forge" or "Forge" will appear in the list. Select it.

Click the green "Play" button. Minecraft will launch with Forge loaded. The first time you do this, it may take longer than usual because Forge is setting up its files. You will see a Minecraft window open normally, and you can play as usual. If you see the Minecraft logo and the game loads without errors, Forge is working.

From now on, make sure you always launch through the Forge profile, not the standard Minecraft profile. If you launch through the regular profile, your mods will not load.

Find Your Mods Folder and Add Mods

After you have launched Minecraft through Forge once, a new folder called "mods" appears in your Minecraft directory. On Windows, this is usually at C:\Users\YourName\AppData\Roaming\.minecraft\mods. On Mac, it is usually at ~/Library/process Support/minecraft/mods. On Linux, it is usually at ~/.minecraft/mods.

The easiest way to find this folder is to open the Minecraft Launcher, click the three dots next to the Forge profile, and select "Open Folder". This takes you straight to your Minecraft directory. Look for the "mods" folder inside it.

read mod files from sites like CurseForge or Modrinth — the same places you found them before installing Forge. Mod files usually have names ending in ".jar". Drag these files into your mods folder. You do not need to unzip them or do anything else. The next time you launch Minecraft through Forge, those mods will load automatically.

Troubleshoot If Forge Does Not Appear

If you run the Forge installer and then do not see a Forge profile in your launcher, close the Minecraft Launcher completely and open it again. Sometimes it takes a moment to recognize the new profile. If it still does not appear after restarting, check that you selected "Install client" in the installer window — if you accidentally selected "Install server", Forge installed to the wrong place.

Another common issue is that the installer ran but Java was not fully installed. Open a command prompt or terminal and type java -version. If you see a version number, Java is installed. If you see an error, read Java from java.com and install it, then run the Forge installer again.

If Minecraft crashes when you launch it through Forge, check that your mods are the correct version for your Minecraft version. A mod built for Minecraft 1.19 will not work in Minecraft 1.20, even with Forge. Delete the mod file from your mods folder, launch Minecraft again, and confirm it works without that mod. Then find a version of the mod that matches your Minecraft version.

Frequently Asked Questions

Do I need to install Forge for every Minecraft version I play?

Yes. If you play both Minecraft 1.20 and Minecraft 1.19, you need to install Forge separately for each version. Each version gets its own profile in your launcher. Your mods folder is separate for each version too, so mods for 1.20 do not automatically appear when you switch to 1.19.

Can I use Forge and the standard Minecraft launcher at the same time?

Yes. Forge adds a new profile to your launcher but does not remove the old one. You can switch between the Forge profile and the standard profile whenever you want. Just remember that mods only load when you play through the Forge profile.

What if a mod crashes my game?

Delete the mod file from your mods folder and launch Minecraft again. If the game runs, that mod was the problem. The mod may be outdated, incompatible with another mod you have, or broken. Try finding a newer version of the mod, or remove it and find a different one that does the same thing.

Does Forge slow down Minecraft?

Forge itself has almost no impact on performance. Individual mods may slow the game down depending on what they do — a mod that adds hundreds of new creatures will use more processing power than a mod that changes textures. If your game runs slowly, try removing mods one at a time to find which one is causing the problem.

Can I uninstall Forge?

Yes. In your Minecraft Launcher, right-click the Forge profile and select "Delete". The profile disappears from your launcher. Your mods folder remains on your computer, so if you install Forge again later, your mods are still there. If you want to delete the mods too, navigate to your mods folder and delete it manually.