Where Are Addons Stored?
Minecraft Bedrock Edition stores all addon data in a central directory called com.mojang. This folder contains everything related to your worlds, packs, and custom content. Understanding its structure is the first step to managing your addons.
The main folders inside com.mojang are:
- behavior_packs — All installed behavior packs (game logic, new mobs, items, blocks)
- resource_packs — All installed resource packs (textures, sounds, models)
- minecraftWorlds — World saves; each world has its own folder with active pack references
- skin_packs — Custom skin packs
behavior_packs or resource_packs, it is removed from your device entirely. Worlds that used that pack will no longer have access to it, but the world save itself is not deleted.
File Paths by Platform
Here are the exact paths to the com.mojang folder on each platform where file access is available:
Windows 10/11
%AppData%\Minecraft Bedrock\Users\Shared\games\com.mojang
Press Win + R, paste the path, and press Enter. The %LocalAppData% part expands automatically to your user folder.
Android
/storage/emulated/0/Android/data/com.mojang.minecraftpe/files/games/com.mojang
Use a file manager app (e.g., Files by Google, Solid Explorer) to navigate here. You may need to enable "Show hidden files" or grant storage access.
iOS (iPhone & iPad)
On iOS, the com.mojang folder is accessible via the Files app:
Files app On My iPhone Minecraft games com.mojang
Method 1: Delete via Settings > Storage (Easiest)
This is the simplest way to remove packs without touching the file system:
Open Minecraft Settings
From the main menu, tap the Settings (gear icon).
Go to Storage
Scroll down and select Storage. Here you can see all installed behavior packs and resource packs.
Select and Delete
Tap the pack you want to remove and choose Delete or the trash icon. Confirm the action. The pack is removed from your device.
Method 2: Delete from World Settings
This method only deactivates a pack from a specific world. It does not delete the pack from your device.
Edit Your World
Go to Play, find your world, and tap the pencil icon (Edit).
Open Behavior Packs or Resource Packs
Scroll down in the left sidebar. Under Behavior Packs or Resource Packs, you'll see "Active" and "Available" sections.
Deactivate the Pack
In the Active list, tap the pack you want to remove and select Deactivate. The pack is no longer used in that world, but it remains installed on your device.
Method 3: Manual File Deletion (Complete Removal)
For a complete, permanent removal when the in-game options aren't enough (e.g., corrupted packs, stubborn duplicates):
Navigate to com.mojang
Open your file manager and go to the com.mojang folder using the path for your platform (see File Paths by Platform above).
Open behavior_packs or resource_packs
Depending on what you want to remove, open behavior_packs or resource_packs.
Find and Delete the Addon Folder
Each addon has its own folder (often named with a UUID or pack name). Find the folder for the addon you want to remove and delete the entire folder.
Clear Cache Folders
Also check behavior_pack_cache and resource_pack_cache. If you see cached copies of the pack you deleted, clear those folders or remove the relevant entries.
Restart Minecraft
Close Minecraft completely and reopen it. The deleted pack should no longer appear in your pack list.
How to Know Which Folder Is Which Pack
Pack folders often have cryptic names (UUIDs). To identify them:
Each pack folder contains a manifest.json file. Open it with a text editor (Notepad, etc.). You'll see:
- name — The display name of the pack
- uuid — Unique identifier
- version — Pack version
Warning: What NOT to Delete
Frequently Asked Questions
%AppData%\Minecraft Bedrock\Users\Shared\games\com.mojang. Inside this folder you'll find behavior_packs and resource_packs subfolders.