Many players who spend hundreds of hours in a cubic world, sooner or later are faced with the need to find specific files of their creations. This may be required to create a backup copy before updating the game, transferring a building to another smartphone, or installing a modified world downloaded from the Internet. Understanding the file structure Minecraft Pocket Edition is the key to complete control over the gameplay on the mobile platform.

The situation with data storage became more complicated after the release of the operating system Android 11, which introduced strict restrictions on access to system directories. If previously the path was obvious and accessible through any file manager, now the system hides important folders from third-party applications for security purposes. That is why the question of where maps are saved has become one of the most popular among users.

In this article, we will analyze in detail the current path to save files, explain the differences between the old and new directory structure, and also provide step-by-step guide for safely extracting and restoring your worlds. You will learn how to bypass the limitations of the new OS version and where exactly to look for files with the extension .mcworld or folders with unique identifiers.

The evolution of data storage paths in Minecraft PE

Historically, game developers for mobile devices often changed the logic for storing user data. In earlier versions Minecraft for Android, all game files, including textures, worlds and settings, were stored in the root of the internal memory. This was convenient for users, but created chaos in the file system and potential security vulnerabilities. Over time, the company and OS developers came to a single standard. Now all application data that is not media files (photos, videos, music) must be stored in a special protected directory. This change is dictated by the policy

Over time the company Mojang and OS developers Android came to a single standard. Now all application data that is not media files (photos, videos, music) must be stored in a special protected directory. This change is dictated by politics Scoped Storage (limited storage) implemented in Android 10 and tightened in Android 11.

For the player, this means that the usual path /games/com.mojang/that has worked for years may now not be available for direct viewing through a standard explorer. The system requires special permissions or the use of specialized file managers, such as ZArchiver or RS File Manager, which can request access to system folders.

โš ๏ธ Attention: On devices with Android 11 and higher, the standard file manager may simply not display the contents of the Android/data folder, showing it empty. This is not a bug, but a system security feature.

Understanding this evolution is important, since many old guides on the Internet contain irrelevant information. If you try to follow instructions from three years ago on a modern smartphone, you simply will not find the files you need at the specified address. It is necessary to use the current paths corresponding to your version of the operating system.

Current path to the folder with worlds on modern versions of Android

Today, for the vast majority of users who installed the game from Google Play Market, save files are located in a deeply nested system directory. The full path looks like this:

/storage/emulated/0/Android/data/com.mojang.minecraftpe/files/games/com.mojang/minecraftWorlds/

This path is standard for all modern devices. However, to get inside, you will need to complete several steps. First, open the file manager, go to the Internal memorysection, then open the folder Android. Inside it there is a directory datawhere you can find the game you need by the package name com.mojang.minecraftpe .

Inside the folder files the structure repeats that used in older versions of the game. Here you will find a folder games, inside it com.mojang, and finally, the most important directory - minecraftWorlds. This is where all your created worlds are stored, each in a separate folder with a unique character set.

๐Ÿ’ก

If you don't see the Android/data folder, try using the ZArchiver file manager and grant it permission to access the files when you first launch.

Each folder inside minecraftWorlds corresponds to one world in the game. The names of these folders are a random set of letters and numbers (UUID), so they are visually impossible to navigate. To understand which world is where, you need to go inside the folder and open the file levelname.txt using any text editor.

Old path and compatibility with previous versions

Despite global changes in Android, some users may still encounter the old file structure. This is true for devices that have not been updated to Android 11, or for those who installed the game not through the official store, but using an APK file with a modified signature or an old version of the client.

In such cases, the path to saves will be much shorter and simpler:

/storage/emulated/0/games/com.mojang/minecraftWorlds/

Here is the folder games located in the root of the internal memory, and not inside the system directory Android/data. If you're using an old smartphone or tablet, check both options. Sometimes when updating the system, files can be automatically moved, but in rare cases they remain in the same place, creating duplicates or confusion.

  • ๐Ÿ“‚ Check the root memory if you have Android 9 or lower.
  • ๐Ÿ“‚ Use the Android/data system folder for versions 11, 12, 13 and later.
  • ๐Ÿ“‚ Look for the file levelname.txt inside the worlds folders for identification.

It is important to note that if you update the application via Google Play, new saves are guaranteed to be created in the new system path. Old worlds may remain in the old directory, and they will have to be transferred manually if the game does not automatically pick them up when you first start after the update.

๐Ÿ“Š What version of Android is installed on your device?
Android 9 and lower
Android 10
Android 11
Android 12 and higher

World folder structure and important files

When you have found the desired directory with worlds, you will see many folders with strange names like X8s7d6f5.... Inside each of them all information about a specific server or single game is stored. Knowing the structure of these files will help you avoid deleting unnecessary things when clearing memory or making a backup.

Here are the main files that you will find inside the world folder:

File name Description Importance
level.dat Main file save, containing data about the player, inventory and world settings. Critical
levelname.txt Text file that contains the name of the world displayed in the game menu. High
db/ Folder with a database of chunks (pieces of the world), where the geometry and blocks. Critical
resource_packs/ Folder for textures and resources applied specifically to this world. Medium
behavior_packs/ Folder for behavioral packages and scripts, if the world uses addons. Average

The most important element is the file level.dat. Without it, the game will not be able to load the world, even if all the chunks with blocks are in place. It is this file that contains the coordinates of your last save, experience level and inventory contents. When creating a backup, make sure you copy the entire folder and not individual files.

The folder db usually takes up the most space. This is where all the structures you've built, the landscape you've modified, and the areas you've explored are stored. If you want to free up space on your phone, deleting the contents of this folder will turn the world into an empty spawn, but will retain your settings and inventory (although you will appear at the spawn point).

โš ๏ธ Warning: Never edit the file level.dat manually without having a backup copy. An error in the structure of this file can lead to a complete inability to load the world.

What is a session.lock file?

The session.lock file is created by the game when the world starts and is deleted when it exits correctly. If it remains after a game crash, it may block the world from starting. It can be safely deleted if the game is closed.

How to create a backup copy and transfer your world

The most reliable way to save your world is to create a full backup copy of it. This will protect you from losing your progress in the event of a system crash, accidental deletion of the game, or corrupted files. The copying process is quite simple if you have access to the file system.

First, find the folder of the desired world in the directory minecraftWorlds. Highlight it with a long press and select the โ€œCopyโ€ or โ€œMoveโ€ function. Then create a new folder in a convenient place, for example, in the root of the internal memory with the name Minecraft_Backup, and paste the copied data there.

  • ๐Ÿ“‹ Select the entire world folder, and not just the individual files inside.
  • ๐Ÿ“‹ Save a copy on a cloud drive or PC for maximum reliability.
  • ๐Ÿ“‹ Rename the copy folder, adding the date, so as not to get confused in the versions.

If you want to transfer the world to another phone, the process is similar. Copy the world folder to the new device in exactly the same directory /Android/data/com.mojang.minecraftpe/files/games/com.mojang/minecraftWorlds/. After that, launch the game, and the world should appear in the list of available for download.

โ˜‘๏ธ Safe transfer checklist

Done: 0 / 5

An alternative and easier way to transfer is to use the export function inside the game itself. Go to world settings, scroll down to the "Export world" button. The game will pack all the files into one archive with the extension .mcworld, which can be sent via messenger or email. On a new device, just open this file, and it will be automatically imported.

Access problems and their solutions on Android 11+

The most common problem that players face on modern smartphones is the inability to see files in the folder Android/data. When you try to go there, the standard explorer may show the message โ€œFolder is emptyโ€ or simply not allow access. This is due to the fact that Google has limited the access of third-party applications to this area.

To solve this problem, it is recommended to use specialized file managers that can work with system permissions. One of the best solutions is the application ZArchiver or Material Files. When you first launch such an application, it will ask for special permission to access all files - this must be granted.

You can also use the built-in Files tool from Google, but sometimes it requires additional manipulations. If all else fails, you can connect your phone to your computer via a USB cable. In file transfer mode (MTP), the computer usually sees the entire file system of the smartphone without the restrictions imposed by the mobile OS.

โš ๏ธ Attention: File manager interfaces and system restrictions may change with Android updates. If standard methods do not work, look for current ways to bypass restrictions for your specific phone model.

๐Ÿ’ก

Using a PC to access game files is the most hassle-free way, since the computer is not subject to the limitations of the Scoped Storage of mobile Android.

Recovering deleted worlds and common errors

Sometimes it happens that that the world disappears from the game list, although the files are there, or the user accidentally deletes an important folder. If you have a backup, restoration takes a couple of minutes. Just copy the folder from the backup back to the directory minecraftWorlds and restart the application.

If there is no backup, the situation is more complicated. You can try using data recovery applications, but on Android without root access the chances of success are extremely low, especially if a lot of time has passed since the deletion and the memory has been overwritten with new data.

A common mistake is a mismatch between game versions. If you try to run a world created in a very old version Minecraft PEon a new version of the game (or vice versa), the world may not load or appear distorted. In such cases, the game usually offers to update the world, but this process is irreversible.

Is it possible to restore the world after formatting the phone?

If you did a full Factory Reset without first backing up to the cloud or PC, it is almost impossible to restore files, since the memory is cleared at a low level.

Another problem is name conflict or file corruption level.dat. If the game crashes when trying to load a specific world, try deleting just the file session.lock inside that world's folder. If this does not help, most likely the save file is physically damaged and will need to be replaced with the version from the backup.

Where exactly is the worlds folder in Minecraft on Android 13?

The path remains standard: /storage/emulated/0/Android/data/com.mojang.minecraftpe/files/games/com.mojang/minecraftWorlds/. However, access to it is possible only through special file managers with permission to access all files or through a connection to a PC.