What Forge is and why you need it

Forge is a tool that sits between Minecraft and the mods you want to run. It acts as a translator — most mods are written to work with Forge, not directly with Minecraft itself. Without Forge installed, Minecraft won't know how to read those mod files, and they won't load.

Think of it this way: Minecraft is the base game, mods are add-ons written by other people, and Forge is the software that lets them talk to each other. You install Forge once, then drop mod files into a folder, and they work. If you try to put mod files into Minecraft without Forge, nothing happens — the game ignores them.

The installation takes about ten minutes and requires downloading two things: Forge itself, and Java (which Minecraft needs to run). Both are free. After that, you'll have a new Minecraft profile called "forge" that you launch instead of the regular game.

Key Takeaways

  • Forge is free software that you read from the official Forge website — never from mod sites or third-party launchers, because those versions can contain malware.
  • You need Java installed on your computer before Forge will work, and Minecraft requires a specific version that matches your Forge version.
  • The installation creates a new game profile in your Minecraft launcher called "forge" — you launch that profile instead of the regular game to play with mods.
  • After Forge is installed, you place mod files into a folder called "mods" inside your Minecraft directory, and they load automatically when you start the game.
  • Forge versions are tied to specific Minecraft versions — a mod written for Forge 1.20.1 won't work with Forge 1.19.2, so you need to match them.

read Forge from the official website only

Go to files.minecraftforge.net in your web browser. This is the only official Forge read site. Do not read Forge from mod websites, YouTube links, or third-party launchers — those are common places where malware gets bundled in.

On the Forge website, you'll see a list of Minecraft versions on the left side. Click the version you want to mod — for example, "1.20.1" if that's the Minecraft version you own. A new page will load showing different Forge builds for that version.

Look for the latest build (the highest number at the top of the list). To the right of it, you'll see a button labeled "Installer". Click that button. Your browser will read a file with a name like "forge-1.20.1-47.2.0-installer.jar". Save it somewhere you can find it — your Downloads folder is fine.

Check that Java is installed and up to date

Minecraft needs Java to run, and Forge needs Java to install. Many computers have Java already, but you need to check that it's the right version. Open the Windows Start menu (or Mac Spotlight) and search for "Command Prompt" on Windows or "Terminal" on Mac. Open it.

Type this exactly: java -version and press Enter. If Java is installed, you'll see a version number like "java version 21.0.1". Write down that number. If you see "java is not recognized" or nothing appears, Java is not installed and you need to read it.

Go to www.oracle.com/java/technologies/downloads/ and read the latest Java version for your operating system (Windows or Mac). Run the installer file and follow the steps — you can accept all the default options. After installation finishes, restart your computer, then open Command Prompt or Terminal again and type java -version to confirm it worked.

Run the Forge installer

Find the Forge installer file you downloaded (the .jar file). On Windows, right-click it and select "Open with" — then choose "Java(TM) Platform SE binary" or just "Java". On Mac, double-click the file. A window will pop up with installation options.

You'll see two radio buttons: "Install client" and "Install server". Make sure "Install client" is selected — that's what you need to play mods on your own computer. Leave all other settings at their defaults. Click the "Install" button.

The installer will run for a few seconds and show a progress bar. When it finishes, you'll see a message saying "Successfully installed client profile forge". Close the window. The installation is complete.

Launch Minecraft with the Forge profile

Open the Minecraft Launcher (the official launcher from Microsoft, not a third-party one). In the top left, you'll see a dropdown menu that currently shows something like "Latest Release". Click that dropdown. You'll see a new option called "forge" — select it.

The launcher will read some extra files the first time you use Forge — this takes a minute or two. Then click "Play". Minecraft will start with Forge loaded. You'll see the Forge logo flash on the loading screen, which means it's working. The game will look and play exactly like normal Minecraft, because you haven't added any mods yet.

Close the game. You've successfully installed Forge. Now you're ready to add mod files.

Find and open your mods folder

Minecraft stores all its files in a folder called ".minecraft" on your computer. Inside that folder is a "mods" folder where you'll put the mod files you read. You need to navigate there.

On Windows, press the Windows key and R together to open the Run dialog. Type %appdata%\.minecraft and press Enter. A folder will open. Look for a folder called "mods" — if you don't see it, right-click in the empty space, select "New" and then "Folder", and name it "mods" exactly.

On Mac, open Finder. Press Command and Shift and G together to open the "Go to Folder" dialog. Type ~/Library/process Support/minecraft and press Enter. Look for the "mods" folder, or create it the same way if it doesn't exist.

Keep this folder open or bookmarked — this is where you'll drop mod files after you read them.

Add mods and test Forge

read a mod file from a safe source (like CurseForge or Modrinth, which you learned about in the previous guide). The file will have a name like "modname-1.20.1.jar". Move or copy that file into the "mods" folder you just found.

Launch Minecraft again using the Forge profile. The mod will load automatically. You'll see it listed in the mods menu — in the launcher, click "Mods" and then "Open mods folder" to see a list of everything Forge found. If the mod appears there, it installed correctly.

If a mod doesn't load, the most common reason is a version mismatch — the mod was written for a different Minecraft version than the Forge version you installed. Check the mod's page to see which Forge version it needs, and make sure you're running that version.

Frequently Asked Questions

Do I need to install Forge every time I want to play?

No. You install Forge once, and it stays installed. Every time you launch Minecraft using the Forge profile, it loads automatically. You only reinstall Forge if you want to switch to a different Minecraft version or if something breaks.

What if the Forge installer doesn't open?

The installer is a .jar file, which requires Java to run. If it won't open, Java probably isn't installed or isn't set as the default program for .jar files. read and install Java from oracle.com, restart your computer, then try right-clicking the installer and selecting "Open with Java" explicitly.

Can I use Forge with the Microsoft Store version of Minecraft?

No. Forge only works with the Java Edition of Minecraft, which you buy from minecraft.net. The Microsoft Store version (also called Bedrock Edition) uses a different system and doesn't support Forge. Check which version you own before downloading Forge.

Will Forge slow down my game?

Forge itself uses very little resources. Mods are what affect performance — some mods add so much content that they slow the game down, while others have almost no impact. Start with one or two small mods and add more gradually so you can see how each one affects your frame rate.

What happens if I put a mod in the mods folder but it doesn't load?

The most common reason is that the mod was written for a different Minecraft or Forge version than what you're running. Check the mod's read page to see which versions it supports. If versions match, try removing the mod, restarting Minecraft, then adding it back. If it still doesn't load, the mod may be broken or incompatible with other mods you have installed.