Guide
How to Remove Minecraft Mods
How to remove Minecraft mods is technically trivial — delete the file — and the reason it needs a guide is everything that happens afterwards. Some mods come out with no trace. Others leave a world full of gaps that Minecraft may refuse to open.
The difference depends entirely on whether the mod put anything into your save. Here is how to tell before you delete, and what to do if you already did.
If you are removing mods because something is crashing rather than because you no longer want them, the crash guides are a better starting point — you may not need to remove anything at all.
The distinction that decides everything
Mods fall into two groups and only one of them is dangerous to remove.
Mods that add nothing to world data — performance mods, shaders, minimaps, interface tweaks, most quality-of-life additions — can be deleted at any time with no consequences whatsoever. The world never recorded that they existed.
Mods that add blocks, items, entities, dimensions or recipes write identifiers into your save. When the mod goes, those identifiers point at nothing. Minecraft handles this badly by default: it may strip the unknown blocks, refuse to load the world, or load it with holes where your machines used to be.
Before removing anything, ask whether you ever placed one of its blocks or held one of its items. If the answer is no, delete freely.
| Mod type | Safe to remove? | What happens |
|---|---|---|
| Performance (Sodium, Lithium) | Yes | Nothing at all |
| Shaders (Iris) | Yes | Nothing at all |
| Minimaps, HUD, sorting | Yes | Settings lost, nothing else |
| Adds blocks or items | No | Holes in the world, items vanish |
| Adds dimensions | No | That dimension becomes unloadable |
| Storage systems | Definitely not | Contents are lost with the block |
| Library (Fabric API) | No | Everything depending on it breaks |
Removing a mod, mechanically
Close Minecraft completely — not just the world, the whole game. Removing a file while the game holds it open produces confusing errors on some systems.
Open the mods folder for the profile or instance you are editing. On the official launcher that is the mods folder inside your Minecraft directory; on Prism or the CurseForge app it is inside the specific instance.
Delete the .jar, or better, move it somewhere else. Moving rather than deleting means putting it back takes seconds if the world does not open afterwards.
Launch and check. If the world loads and looks correct, you are finished.
- Close Minecraft entirely.
- Open the correct mods folder for that instance.
- Move the .jar out rather than deleting it.
- Launch and load the world.
- If it fails, put the file back and read on.
Back up first, every time
This takes fifteen seconds and it is the difference between an experiment and a gamble.
Find the saves folder beside the mods folder, and copy the world directory somewhere outside the instance entirely. Not into a subfolder of the instance, because some launcher operations replace the whole instance directory.
Do this before removing any mod that added content, without exception. World corruption from mod removal is not recoverable by any other means, and the failure often does not appear immediately — a world can load fine and then break when you walk into an area that used the removed mod.
Keeping the last two or three backups rather than one is worth the disk space.
What a missing-content world looks like
If you remove a content mod and open the world anyway, Minecraft tells you what it found. The behaviour differs by loader but the substance is the same.
You may get a warning screen listing missing registry entries and asking whether to proceed. Accepting it strips the unknown blocks and items permanently — the world loads, but anything from that mod is simply gone.
You may instead get a crash naming missing registry entries, with no option to continue. That is the safer failure, because nothing has been written yet.
Either way, the recovery is the same: put the mod back. Once you accept a strip-and-load, the removal is baked in and the backup is your only route back.
Removing a mod deliberately, the safe way
When you genuinely want a content mod gone from an existing world, there is a procedure that limits the damage.
Play with the mod still installed and dismantle what you built with it. Break its blocks, empty its storage into vanilla chests, and move anything you want to keep out of its dimensions. This is tedious and it is the only approach that loses nothing.
Storage mods deserve particular care. Breaking a networked storage drive usually drops its contents; deleting the mod without breaking it first means those items were never anywhere else.
Once nothing of the mod remains placed in the world, remove the file. The world will still carry a record of the mod having existed, but with nothing referencing it the removal is clean.
Disabling instead of deleting
# Loaders ignore anything not ending in .jar
mv sodium-fabric-0.6.0.jar sodium-fabric-0.6.0.jar.disabled
# Rename back to re-enable. Faster than re-downloading
# while bisecting a crash.When you have already removed it
If the world will not load and you no longer have a backup, there are still options, in order of preference.
Put the mod back. This is almost always possible — download the same version from Modrinth or CurseForge, and note that it must be the same version, not merely the same mod.
If the mod no longer exists anywhere, tools like MCA Selector can delete the affected chunks from the world file. You lose everything in those chunks and the game regenerates them, but the rest of the world survives.
As a last resort, some loaders offer a flag to force-load a world with missing registry entries. Read carefully before using it — it is exactly the strip-and-load behaviour described above, and it is irreversible.
Removing an entire modpack
Deleting a whole pack is easier than removing individual mods, because instance-based launchers keep everything self-contained.
Copy the saves folder out first if you want to keep any worlds — though a world from a modded pack is not much use without the pack, so this is mostly for archival value.
Then delete the instance from the launcher. It removes the mods, configs, saves and the loader in one action, and nothing outside that instance is touched.
On the official launcher without separate game directories, this is messier: the pack's mods share a folder with everything else. That is the strongest practical argument for instance-based launchers.
Cleaning up what mods leave behind
Removing a .jar does not remove everything a mod created. Config files stay in the config folder, and some mods write data elsewhere.
Leftover configs are harmless — they are ignored when the mod is not present, and they are useful if you reinstall it later, since your settings survive.
If you are cleaning up deliberately, the config folder usually contains files named after each mod, and deleting the matching one is safe once the mod is gone.
Do not delete config files for mods you still have installed while trying to tidy up. Some mods regenerate them with defaults and some do not handle the absence gracefully.
Disabling instead of deleting
There is a middle option people often miss. Most loaders ignore files that do not end in .jar, so renaming a mod to end in .jar.disabled takes it out of play without removing it.
This is useful for bisecting a crash, because putting a mod back is a rename rather than a re-download. Prism Launcher exposes this as a checkbox next to each mod in its Mods tab, which is more convenient still.
It does not help with the world-data problem. A disabled content mod is as absent as a deleted one from the world's point of view, so the same precautions apply.
A checklist before you delete anything
Ask whether the mod added blocks, items, entities or dimensions. If not, delete it and stop worrying.
If it did, back up the world outside the instance folder. Then decide whether you care about the world — if you do, dismantle the mod's content in-game first. If you do not, remove it and accept the holes.
Move the file rather than deleting it, so restoring is instant. Launch, load the world, and walk to somewhere that used the mod before declaring it fine, because problems often surface only when the relevant chunks load.
- Did it add blocks, items, entities or dimensions?
- If no — delete it, nothing else needed.
- If yes — back up the world outside the instance.
- Dismantle its content in-game if you want the world intact.
- Move the .jar rather than deleting it.
- Load the world and visit an affected area before trusting it.
Questions people actually ask
- Can I remove a mod without breaking my world?
- If it added no blocks, items or entities, yes — performance mods, shaders and interface mods come out cleanly. Anything that put content into the world will leave gaps, and the world may refuse to load.
- How do I remove a Minecraft mod?
- Close the game, open the mods folder for that instance, and move the .jar out. Moving rather than deleting means you can restore it instantly if the world will not open.
- My world will not load after removing a mod.
- Put the mod back — the same version, from Modrinth or CurseForge. If it no longer exists, restore your backup, or use a chunk editor to delete the affected areas as a last resort.
- Do config files need removing too?
- No. Leftover configs are ignored when the mod is absent and preserve your settings if you reinstall it. Delete them only if you are cleaning up deliberately.
- What happens to items from a removed mod?
- They disappear from inventories and containers. Items inside a removed storage mod's blocks are lost entirely, which is why storage mods need dismantling before removal.
- Can I disable a mod instead of deleting it?
- Yes — rename the file to end in .jar.disabled and the loader ignores it. Prism Launcher offers a checkbox for this. The world still treats the mod as absent, so the same world-data cautions apply.
- How do I remove a whole modpack?
- Delete the instance from your launcher, which removes mods, configs, saves and the loader together. Copy out any worlds you want to keep first.
- Is it safe to remove Fabric API?
- No, unless you are removing every Fabric mod that depends on it, which is most of them. On its own it does nothing, but almost everything else needs it.
- Will removing mods speed up my game?
- Removing content mods reduces memory use and load times. Removing performance mods makes things worse — those are the ones improving speed in the first place.
- Does removing a mod delete my world?
- Not directly. It can make the world unloadable or strip content from it, which in practice can feel the same. Always back up before removing a content mod.
- Can I remove a mod from a server only?
- Only if it is client-side, which by definition it is not if it is on the server. Anything adding content must be removed from both, and every player must match.
- What is MCA Selector?
- A tool for editing Minecraft world files at the chunk level. It can delete chunks corrupted by a missing mod so the rest of the world survives, at the cost of everything in those chunks.
- Can I remove mods from a server only?
- Only if the mod is client-side, which by definition it is not if it is running on the server. Content mods must be removed from both, and every player must match afterwards.
Sources & further reading
Read next
- Where Is the Minecraft Mods Folder? Every Platform and Launcher
Where is the Minecraft mods folder on Windows, macOS and Linux, why it might not exist yet, and why third-party launchers use a completely different one.
- How to Add Mods to Minecraft in About Ten Minutes
How to add mods to Minecraft from a clean install: loader, folder, files, launch. Written for someone who has never done it, with the failure points marked.
- Minecraft Mod Crashes: Read the Log, Find the Cause, Fix It
Minecraft mod crashes almost always have one of five causes. How to read the crash log, identify which one you have, and fix it without reinstalling everything.
- The Best Minecraft Mods, Ranked by Actual Download Numbers
The best Minecraft mods, ordered by real download counts pulled from Modrinth rather than opinion — plus what each one does and which loader it needs.
Back to the full How to Mod Minecraft guide for the whole install walkthrough from the beginning.

Sukie · Editor
Sukie runs How to Mod Minecraft. She writes and edits every guide on the site, works through each install path herself before publishing, and rewrites anything that turns out to be wrong. The focus here is narrow on purpose: getting mods, loaders and modded servers working without wading through forum threads.
About this site · How guides are checked · Last updated September 4, 2026
NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.