Playing Minecraft on Android is an exciting adventure, but over time the internal memory of the device fills up with saves, textures and mods. The problem is especially acute for owners of budget smartphones with 32-64 GB of memory, where every megabyte counts. Transferring worlds to external storage (SD card or cloud) not only frees up space, but also protects data from loss when resetting the phone or updating the system.

However, the transfer process has nuances: from differences in versions Minecraft: Bedrock Edition to the features of the Android file system. In this article we will look all working methods from manually copying files to using specialized applications. You will learn how to avoid mistakes during transfer, which folders need to be copied, and what to do if the world does not load after moving.

Important: the procedure is different for rooted (root) and non-rooted devices. We'll look at both options, but we'll start with the simplest - the method without superuser rights, which works on 90% of modern Android smartphones.

๐Ÿ“Š How often do you transfer data between storages on Android?
Once a month
Only if there is not enough memory
Never done this
I use the cloud

1. Preparation: What you need to know before transfer

Before you begin the transfer, check a few key points. First, make sure you have enough free space on your external storage (SD card or USB drive). Worlds Minecraft can weigh from several megabytes to gigabytes - depending on the size of the map and the number of buildings. For example, a world with a generation limit 60,000 ร— 60,000 blocks easily exceeds 1 GB.

Secondly, pay attention to the format SD cards:

  • ๐Ÿ“ FAT32 โ€”works on all devices, but does not support files >4 GB. Suitable for most worlds.
  • ๐Ÿ“ exFAT/NTFS โ€”necessary for very large worlds (for example, with mods or highly detailed textures). Requires support from Android (starting from version 6.0).
  • ๐Ÿšซ ext4 - is not compatible with Minecraft and most file managers.

Third point - Minecraft version. In Bedrock Edition (aka Minecraft for Android) the paths to the files differ from Java Edition. We will work with Bedrock, since it is installed on 99% of mobile players. If you have a different version, the transfer process is radically different.

โš ๏ธ Attention: Some manufacturers (for example, Xiaomi or Huawei) block access to system folders even through a file manager. In this case, you will need to either use ADBor temporarily disable MIUI Optimization in the developer settings.

2. Method 1: Manual transfer via file manager (without root)

This is the most universal method that works on most devices without additional rights. You will need any file manager with access to hidden folders (for example Solid Explorer, FX File Explorer or MiXplorer). We will use Solid Explorer as the most convenient option.

Steps for transfer:

  1. Open the file manager and enable the display of hidden files (in Solid Explorer: โ˜ฐ โ†’ Settings โ†’ Show hidden files).
  2. Go to the path:
    /storage/emulated/0/games/com.mojang/minecraftWorlds/

    All your worlds are stored here. Each world is a folder with a unique name (for example, 1a2b3c4d-5e6f-7g8h-9i0j-1k2l3m4n5o6p).

  3. Copy the folder of the desired world (or several folders) to the clipboard.
  4. Go to the SD card (usually path /storage/XXXX-XXXX/, where XXXX-XXXX is the card identifier) and paste the copied data.

Now you need to tell Minecraftwhere to look for worlds. To do this:

  • ๐Ÿ“ฑ Start the game and go to Settings. โ†’ Global resources โ†’ Storage folders.
  • ๐Ÿ” Click Add external storage and select the folder on the SD card where you copied the worlds.
  • ๐Ÿ”„ Restart the game - your worlds should appear in list.

Battery charge >50%|SD card formatted in FAT32/exFAT|File manager with access rights|Backup copy of worlds on PC/cloud-->

โš ๏ธ Attention: If after transfer the world is not displayed in the game, check that the folder with the world is located directly in the root of the SD card (for example /storage/XXXX-XXXX/minecraftWorlds/). Nested folders Minecraft may not be recognized.

3. Method 2: Transfer using ADB (for advanced users)

If the file manager does not see the folder minecraftWorlds or gives an access error, you can use Android Debug Bridge (ADB). This method requires connecting the phone to a PC, but is guaranteed to work on all devices, including Samsung, Xiaomi i OnePlus.

What you will need:

  • ๐Ÿ–ฅ๏ธ A computer with installed ADB Tools.
  • ๐Ÿ“ฑ USB cable (preferably original).
  • ๐Ÿ”ง Enabled USB debugging (Settings โ†’ About phone โ†’ Build number (7 taps) โ†’ Developer settings โ†’ USB debugging).

Instructions:

  1. Connect the phone to PC and open the command line (cmd in Windows or Terminal in macOS/Linux).
  2. Check the connection with the command:
    adb devices

    The name of your device should appear.

  3. Copy the worlds to SD card (replace XXXX-XXXX with your card ID and world_name with the name of the world folder):
    adb pull /sdcard/games/com.mojang/minecraftWorlds/world_name /storage/XXXX-XXXX/minecraft_backup/
    

    adb push /storage/XXXX-XXXX/minecraft_backup/world_name /sdcard/games/com.mojang/minecraftWorlds/

If you want to completely transfer the world storage to the SD card, use a symbolic link (requires root):

adb shell

su

ln -s /storage/XXXX-XXXX/minecraftWorlds /sdcard/games/com.mojang/minecraftWorlds

๐Ÿ’ก

If ADB does not see the device, try changing the USB connection mode to "File transfer" (MTP) in the Android notification curtain.

4. Method 3: Automated transfer using applications

For those who do not want to bother with manual copying, there are specialized utilities that simplify the process, but require caution - some applications may contain advertising or request unnecessary permissions.

Top 3 tested applications:

Application Functions Root required? Link
MCPE Master Transferring worlds, backup, editing NBT โŒ No Google Play
Minecraft Tools World management, skin studio, texture optimization โŒ No Google Play
Root Explorer Full access to system folders, symbolic links โœ… Yes Google Play

How to move the world through MCPE Master:

  • ๐Ÿ“ฒ Install the application and provide access to the storage.
  • ๐ŸŒ In the main menu, select Manage worlds.
  • ๐Ÿ“ Click on the desired world and select Export.
  • ๐Ÿ’พ Specify the path to the SD card and confirm copying.
โš ๏ธ Attention: Applications like MCPE Master can create their own folders on the SD card (for example, MCPE_Master/Backups). After the transfer, do not forget to update the path to the world in the settings Minecraft, otherwise the game will not find the save.

5. Transfer to the cloud: backup to Google Drive or Dropbox

If you don't want to depend on a physical SD card, you can upload worlds to cloud storage. This is convenient for syncing between devices or creating a backup. We will consider two options: manual export and automatic synchronization.

Manual export through a file manager:

  • ๐Ÿ“ Find the world folder in /storage/emulated/0/games/com.mojang/minecraftWorlds/.
  • ๐Ÿ“ค Archive it in ZIP (for example, via ZArchiver).
  • ๐ŸŒฅ๏ธ Download archive in Google Drive, Dropbox or Mega.

Automatic synchronization with FolderSync:

  1. Install FolderSync from Google Play.
  2. Create a new synchronization pair:

    - Source: /storage/emulated/0/games/com.mojang/minecraftWorlds/

    - Destination: your cloud account.

  3. Set up a schedule (for example, daily copying at 2:00).

Important: Cloud services can compress files when downloading, which leads to damage to worlds. Always check the integrity of the archive after. downloads.

6. Common errors and their solutions

Even if you follow the instructions exactly, problems may arise. Here are the most common errors and how to fix them:

Problem 1: The world is not displayed in the list after the transfer

  • ๐Ÿ” Check that the world folder is in the correct directory (minecraftWorlds on the SD card).
  • ๐Ÿ”„ Reboot Minecraft and the device.
  • ๐Ÿ“ Make sure that the folder name does not contain Cyrillic or special characters.

Problem 2: Game gives the error "Failed to load world"

  • ๐Ÿ› ๏ธ Check the integrity of the files (especially level.dat and db).
  • ๐Ÿ—‘๏ธ Delete the folder cache inside the world (it is recreated automatically).
  • ๐Ÿ”ง Try transferring the world back to internal memory and exporting again.

Problem 3: SD card does not appear in Minecraft

  • โš™๏ธ Check that the card is formatted in FAT32 or exFAT.
  • ๐Ÿ”Œ Reconnect the card (sometimes physically removing and reinserting it helps).
  • ๐Ÿ“‹ In Android settings, make sure the card is connected as Portable storage, and not as Internal memory.
What to do if the world is damaged?

If the world does not load even after returning to the internal memory, try:

1. Download the utility NBTExplorer on your PC and open the file level.dat to check the labels.

2. Restore the world from a backup (if there is one).

3. Create a new world with the same parameters and manually transfer buildings via Structure Blocks (for experienced users).

7. Optimization: how to reduce the size of worlds before transfer

Large worlds take up a lot of space and take longer to copy. Before transferring, it makes sense to optimize them. Here are several working methods:

Method 1: Clearing unnecessary chunks

  • ๐Ÿ—บ๏ธ Use the command in the game:
    /tp @s ~ ~ ~ 1000000

    This teleports you to an unloaded area, forcing the game to delete distant chunks from memory.

  • ๐Ÿงน Close the world and delete the folder region manually (this will delete all built blocks, but save inventory!).

Method 2: Archiving with maximum compression

  • ๐Ÿ“ฆ Use 7-Zip or WinRAR s settings Ultra or Maximum.
  • ๐Ÿ’พ Split the archive into 2 GB volumes if you use FAT32.

Method 3: Removing duplicate textures

  • ๐ŸŽจ If you use custom textures, check the folder resource_packs for the presence of duplicates.
  • ๐Ÿ” The utility Minecraft Texture Optimizer can reduce the weight of textures without losing quality.
๐Ÿ’ก

Optimizing the world before transfer saves up to 70% of space and speeds up the copying process by 2-3 times.

Is it possible to transfer worlds between Android and Windows 10 Edition?

Yes, but with reservations. Both versions use Bedrock Edition, so the world formats are compatible. Copy the world folder from Android to PC along the path:

%LocalAppData%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds\

However, some mods or addons may not work due to differences in the platform APIs.

Why did the built blocks disappear after the transfer, but the inventory was preserved?

This is a typical problem when files are damaged region. Restore the world from a backup or try copying only the files level.dat (saves inventory and progress) and db (stores structures) from the old folder to the new one.

How to transfer worlds if the phone does not see the SD card?

Possible reasons:

  • The card is formatted in NTFS (Android does not support recording).
  • The card slot is damaged (try a different adapter).
  • In the Android settings, the card is configured as Internal memory (needs to be reset and reformatted).

Solution: connect the card to the PC via a card reader and copy the worlds directly.

Is it possible to play a world that is stored on an SD card without the Internet?

Yes, Minecraft does not require a network connection to load local worlds. However, if you are using cloud storage (for example Google Drive in Files on diskmode), you will need the Internet to synchronize.

How to return worlds back to internal memory?

Process reverse:

  1. Copy the world folder from the SD card to /storage/emulated/0/games/com.mojang/minecraftWorlds/.
  2. Delete symbolic links if they were created (adb shell rm /sdcard/games/com.mojang/minecraftWorlds).
  3. Restart the game.