Minecraft Bedrock file access starts in the com.mojang folder, where worlds, packs, and settings are stored by device.
If you searched for this, you’re probably trying to copy a world, install a pack, restore a save, or move a local world to a server. The good news: Bedrock keeps most player-facing data in predictable folders. The annoying part: the exact folder changes by platform, app version, and storage setting.
Start with a backup, not a file edit. Bedrock worlds can break when a folder is moved while the game is open, when only part of a world folder is copied, or when a pack reference points to a missing pack. Close Minecraft, copy the whole folder, then work on the copy.
What Bedrock Stores On Your Device
Minecraft Bedrock stores local game data in a folder named com.mojang. Inside it, the folder most players want is minecraftWorlds. Each saved world sits in its own random-looking folder, so the folder name rarely matches the world name shown in Minecraft.
To match a folder to a world, open the world folder and read levelname.txt. That plain text file usually shows the name you gave the world. The db folder holds the world database, so copy it with the rest of the world folder. Don’t cherry-pick pieces unless you already know the pack or server file layout.
minecraftWorldsstores single-player worlds.resource_packsstores texture and UI packs.behavior_packsstores add-ons that change entities, items, loot, or rules.development_resource_packsanddevelopment_behavior_packsare often used by pack makers.
Before You Open Any Game Folder
File access is safest when Minecraft is fully closed. On Windows, quit the game and wait a few seconds before copying. On Android, close it from recent apps. On iPhone or iPad, use Minecraft’s export flow when local folders aren’t visible.
Use copy, not cut. Store the copy in a folder named with the world name and the day you saved it. That simple habit saves hours when a pack fails, a server rejects a world, or a phone file app hides part of the data.
Taking Minecraft Bedrock File Access Slowly On Each Device
On Windows, Microsoft’s own Bedrock server docs say local Bedrock worlds can live under %appdata%\Minecraft Bedrock\users, and levelname.txt can identify the world folder. The Bedrock Dedicated Server instructions are handy because they describe both the local world folder and the server’s worlds folder.
Some older Windows installs may still use the Microsoft Store package path. Paste one path into the Windows file browser first; if it doesn’t open, try the other. Don’t delete the old folder unless you’ve confirmed your worlds load from the new one.
Here’s a clean search order. Open the newer path first, then the older Store path, then search the whole user folder for levelname.txt. If the world is tied to another Microsoft account on the same PC, switch to that Windows user and repeat. Bedrock can create more than one user number, so don’t assume the first one holds all worlds.
| Device Or Task | Where To Check | What You Should Do |
|---|---|---|
| Windows, newer Bedrock builds | %appdata%\Minecraft Bedrock\users\ |
Open each folder and read levelname.txt. |
| Windows, older Store path | %LocalAppData%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang |
Check here if the newer path is empty. |
| Android, external storage worlds | Internal storage/games/com.mojang/minecraftWorlds |
Copy the full world folder to a safe place. |
| Android, app/private storage | May be hidden by Android storage rules | Use export or Realms transfer if a file app can’t see it. |
| iPhone or iPad | Files app or Minecraft export, when available | Prefer exporting a .mcworld file. |
| Xbox, PlayStation, Switch | No normal local folder access | Use Realms or the in-game world options. |
| Bedrock Dedicated Server | worlds folder inside the server folder |
Place the world folder there and match level-name. |
| Exported world file | .mcworld file in Downloads or chosen save spot |
Keep it as a clean restore copy before editing. |
Mobile Storage Notes That Prevent Lost Worlds
Android needs extra care. Minecraft’s help page for mobile backups says Android worlds can be copied when the File Storage Location was set to External before the world was created. Read Minecraft’s Android world file notes before assuming a missing folder means the world is gone.
If the folder is empty, open Minecraft and check Settings, then Storage. A world created under Application storage may not appear in the public games/com.mojang folder. In that case, export the world from inside Minecraft if the option appears, or move it through Realms on another signed-in device.
What To Copy, Export, Or Leave Alone
For a normal backup, copy the whole world folder. For sharing with another Bedrock player, a .mcworld export is cleaner because Minecraft imports it as a package. For a server, copy the folder itself into the server’s worlds folder, then set the same name in server.properties.
| File Or Folder | Safe Action | Why It Matters |
|---|---|---|
levelname.txt |
Read it | Shows the visible world name. |
db |
Copy with the world | Holds the world database. |
level.dat |
Copy with the world | Stores world settings and state data. |
resource_packs |
Copy when textures are required | Missing packs can change how the world appears. |
behavior_packs |
Copy when add-ons are required | Missing packs can break add-on items or mobs. |
world_resource_packs.json |
Leave unless you know pack IDs | Connects a world to pack identifiers. |
server.properties |
Edit on servers only | Chooses the active server world and rules. |
Moving Worlds To A Server Or Another Device
For Bedrock Dedicated Server, start the server once before copying a world. That creates the folders the server expects. Then copy your chosen world folder into worlds. Rename the folder to a clean name with letters, numbers, spaces, or hyphens.
Next, open server.properties and set level-name=Your World Folder Name. Letter case has to match. If you still need the server files, use the official Bedrock server download page, not a mirror.
Fixes When The Folder Looks Empty
An empty folder usually points to the wrong storage location, the wrong Windows user, a different Microsoft account, or a world saved through another device. Search for levelname.txt on the device. If several results appear, sort by date modified and open the newest folders first.
On Windows, paste paths into the Windows file browser instead of clicking through hidden folders. On Android, try a file manager that can show internal storage, then check whether Minecraft used External storage. On consoles, don’t expect raw folders; use the in-game export, backup, or Realms route that the device allows.
Safe File Habits Before You Edit
Make one untouched backup and one working copy. Edit only the working copy. After any pack or server change, open the copy in Minecraft or on a test server before replacing your main save.
Name backups clearly, such as SurvivalTown-2026-04-29. Store one copy off the device when the world matters to you. A cheap drive or trusted cloud folder is enough. The real win is having a copy that wasn’t open while Minecraft was writing data.
References & Sources
- Microsoft Learn.“Getting Started With Bedrock Dedicated Server.”Lists Bedrock server folders, local Windows world storage, and the level-name matching step.
- Minecraft Help.“How To Locate Minecraft World Files On Mobile.”Explains when Android Bedrock worlds can be copied from device storage.
- Minecraft.“Minecraft Bedrock Server Download.”Provides the official Windows and Ubuntu Bedrock Dedicated Server download pages.
