Game Minecraft on Android allows you to create and download unique maps, but many users face the problem: where is it better to install these filesin order not to take up precious smartphone space and avoid loading errors? The choice of storage location depends on the version of the game (Bedrock Edition or Java Edition via emulators), the size of the card and the technical features of your device.

The internal memory of the phone is the most reliable solution for small cards, but what to do if there is sorely not enough space? An SD card seems like an obvious solution, but there are pitfalls here: from writing restrictions to the risk of file damage when removing the drive. What about cloud services like Android 11+ to the risk of file damage when removing the drive. What about cloud services like Google Drive or Dropbox? They are suitable for backup, but not for direct play. In this article, we will analyze all storage options, their pros and cons, and also give step-by-step guide for each case.

We will pay special attention to transferring maps between devices and solving typical errors like "Failed to load the world" or "File damaged". If you play on Samsung, Xiaomi or devices with custom firmware (LineageOS, MIUI), get ready for additional nuances - they will also be considered.

1. Android internal memory: pros and cons

By default Minecraft: Bedrock Edition saves all worlds in internal memory the device. Path to folder with maps:

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

This option is suitable for most users, as it provides maximum download speed a minimal risk of errors. However, it has critical disadvantages:

  • ๐Ÿ“‰ Takes up precious space - large cards with mods can weigh 500 MB-2 GB.
  • ๐Ÿ”„ Difficult to transfer to another device without root access or ADB.
  • โš ๏ธ When resetting the phone cards will be deleted without the possibility of recovery (if a backup is not made).

If you decide to leave the cards in the internal memory, regularly copy the folder minecraftWorlds to the cloud or to PC. To do this, connect the phone to the computer via USB cable and turn on the mode File transfer (MTP).

๐Ÿ’ก

Use file managers like Solid Explorer or FX File Explorer with support for root access to quickly find and archive folders with worlds.

2. SD card: how to transfer cards and avoid errors

Transferring cards to SD card is a popular solution for devices with a small amount of built-in memory. However, in modern versions Android (starting with Android 11) there are restrictions on writing to external drives. To bypass them, follow the instructions:

  1. Insert an SD card into the slot (preferably format microSDXC with a speed class A2 for fast work).
  2. Open the file manager and go in /storage/emulated/0/games/com.mojang/.
  3. Copy the folder minecraftWorlds to the SD card (for example, in /storage/XXXX-XXXX/Android/data/com.mojang.minecraftpe/files/games/com.mojang/).
  4. In the settings Minecraft specify the new path to the worlds (if the game supports it).

โš ๏ธ Attention: On some devices (Xiaomi, Huawei) The SD card can be formatted as portable (not internal) storage. In this case, Minecraft will not be able to write files to it without root access.

What to do if the game does not see cards on the SD card?

1. Check that the folder minecraftWorlds has been copied to the correct directory (the path may differ depending on the Android version).

2. Reboot the device - sometimes the system does not immediately recognize new files on the external drive.

3. If you use Android 13+, try formatting the SD card as internal memory (settings โ†’ storage โ†’ SD card โ†’ "Format as internal"). This will delete all data from the card!

For devices with root access you can use symbolic links (symlink) to โ€œtrickโ€ the game:

su

ln -s /storage/XXXX-XXXX/minecraftWorlds /storage/emulated/0/games/com.mojang/minecraftWorlds

3. synchronization

Cloud services (Google Drive, Dropbox, OneDrive) are not suitable for direct play โ€” Minecraft can not download worlds from the cloud in real time, however, they are ideal for:

  • ๐Ÿ”„ Backup โ€”automatic synchronization of saves.
  • ๐Ÿ“ฑ Transfer between devices (Android โ†’ iOS โ†’ PC).
  • ๐Ÿ›ก๏ธ Loss protection in case of breakdown phone.

Instructions for creating a backup in Google Drive:

  1. Download the folder minecraftWorlds to your PC.
  2. Archive it in ZIP (for example, via WinRAR or 7-Zip).
  3. Download the archive to Google Drive (you can set up automatic synchronization via Google Backup and Sync).

To restore the world on another device:

  1. Download the archive from clouds.
  2. Unpack it into /storage/emulated/0/games/com.mojang/.
  3. Restart Minecraft.
๐Ÿ“Š Which cloud do you use for Minecraft backups?
Google Drive
Dropbox
OneDrive
Yandex Disk
I donโ€™t use clouds

4. Transferring cards between devices (Android โ†’ Android, Android โ†’ PC)

If you want to play on the same card from different devices, use one of the methods:

Method Speed Difficulty Required
Direct transmission via Wi-Fi (via Send Anywhere or LocalSend) โšก Fast โญโญ One Wi-Fi connection
USB cable (MTP) ๐Ÿข Slow (depending on the USB port) โญ Cable, PC
Cloud (Google Drive, Dropbox) ๐ŸŒ Depends on the Internet โญโญ Cloud account
ADB (for advanced) โšก Instantly โญโญโญ PC, ADB Tools

To transfer via ADB use the commands:

adb pull /storage/emulated/0/games/com.mojang/minecraftWorlds C:\Backup\

adb push C:\Backup\minecraftWorlds /storage/emulated/0/games/com.mojang/

โš ๏ธ Attention: When transferring between Android and PC (Java Edition) world conversion will be required. Use utilities like MCWorldConverter or Universal Minecraft Converter.

5. Errors when loading maps and their solutions

Frequent problems and ways to solve them:

  • ๐Ÿšซ "The world could not be loaded":
    • Check that the folder minecraftWorlds is in the correct directory.
    • Remove unnecessary characters from the world name (only letters, numbers and underscores are allowed).
    • Reboot the device.
  • ๐Ÿ”„ "The world is damaged":
    • Make a backup of the current map.
    • Delete the file level.dat in the world folder (the game will create a new one when loading).
    • If that doesnโ€™t help, restore the world from the backup.
  • ๐Ÿ“ฑ "Not enough memory":
    • Transfer the cards to an SD card (if supported).
    • Delete unnecessary worlds through the game menu: Play โ†’ Edit โ†’ Delete.
    • Clear cache Minecraft in Android settings: Settings โ†’ Applications โ†’ Minecraft โ†’ Storage โ†’ Clear cache.

The folder minecraftWorlds is in the correct directory

The name of the world does not contain prohibited characters

There is enough free space on the device (minimum 1 GB for large cards)

SD card (if used) formatted in FAT32 or exFAT

-->

6. Storage optimization: how to reduce the size of maps

Large maps with mods and texture packs can take up gigabytes. To save space:

  • ๐Ÿ—œ๏ธ Remove unnecessary chunks:
    • Use tools like MCEdit or Amulet Map Editor to trim unused areas.
    • In the game, run the command: /clone ~ ~ ~ ~100 ~100 ~100 ~-100 ~-100 ~-100 filtered air (removes air outside the specified area).
  • ๐ŸŽจ Reduce texture size:
    • Replace texture packs with resolution 512x512 to 128x128 or 64x64.
    • Use optimized packs like PureBDcraft (lightweight version).
  • ๐Ÿ—‘๏ธ Clean up temporary files:
    • Delete folders crashes and logs in the directory Minecraft โ€”they take up space, but are not needed for the game.

To automate cleaning, use applications like SD Maid or Files by Googlethat find and delete duplicates and cache.

๐Ÿ’ก

Regularly clearing temporary files and trimming unused chunks can reduce the map size by 30-50% without losing gameplay.

7. Features for devices from Samsung, Xiaomi and other brands

Smartphone manufacturers often modify Androidwhich affects the work with files Minecraft:

  • ๐Ÿ“ฑ Samsung (One UI):
    • By default, hides system folders. To see them, My Files click โ‹ฎ โ†’ Settings โ†’ Show hidden files.
    • SD cards are formatted as portable, so recording will require root or ADB.
  • ๐Ÿ“ฑ Xiaomi (MIUI):
    • Restricts access to folders via MIUI File Manager. Use Solid Explorer.
    • Enable permission to install from unknown sources: Settings โ†’ Special permissions โ†’ Install unknown applications.
  • ๐Ÿ“ฑ Huawei (EMUI):
    • Blocks writing to the SD card for third-party applications. The solution is to format the card as internal memory.

On devices with custom firmware (LineageOS, Pixel Experiencethere are usually fewer problems, but you may need to manually configure permissions via Magisk or App Ops.

๐Ÿ’ก

For Xiaomi and Huawei before transferring cards, disable "Battery optimization" for Minecraft in the application settings. This will prevent the loading of worlds from interrupting.

8. Alternative storage methods: NAS, FTP and local servers

For advanced users who want to play on one card from several devices at the same time, the following are suitable:

  • ๐Ÿ–ฅ๏ธ Local server:
    • Install Minecraft: Bedrock Edition Server on PC or Raspberry Pi.
    • Connect to it from your phone via Play โ†’ Servers โ†’ Add server.
  • ๐ŸŒ NAS storage:
    • Set up network storage (for example, Synology or QNAP) and mount it as a network drive.
    • Use FTP client (for example, AndFTP) to upload/download maps.
  • ๐Ÿ”— Syncthing:
    • Free P2P application for synchronizing folders between devices without the cloud.

โš ๏ธ Attention: When using network storage, delays (ping) may affect the gameplay. Optimal ping for a comfortable game - less 50 ms.

๐Ÿ”„ Details for setting up network storage (FTP, NAS) may vary depending on the router model and firmware. Before setting up, check the documentation of your equipment.

FAQ: Frequently asked questions

Can I play Minecraft directly from Google Drive?

No, Minecraft: Bedrock Edition does not support direct downloading of worlds from cloud storage. However, you can download the map to your device and then open it in the game. To do this:

  1. Download the archive with the map from Google Drive to your phone.
  2. Unpack it into /storage/emulated/0/games/com.mojang/minecraftWorlds/.
  3. Restart the game.
Why doesnโ€™t Minecraft see maps on the SD card?

The reasons may be the following:

  • SD card is formatted as portable storage (requires formatting as internal memory).
  • Incorrect folder path (check that the cards are in /Android/data/com.mojang.minecraftpe/files/games/com.mojang/minecraftWorlds/).
  • Restrictions Android 11+ for writing to external drives (solved through root or ADB).
How to transfer cards from Android to iPhone?

To transfer worlds between Android and iOS:

  1. Copy the folder minecraftWorlds from Android to PC.
  2. Connect iPhone to PC and use iTunes or Finder to transfer files to the application Minecraft.
  3. On iPhone, open Minecraft, go to Play โ†’ Import and select the copied world.

โš ๏ธ On iOS, the path to the maps: /var/mobile/Containers/Data/Application/Minecraft/games/com.mojang/ (available only through jailbreak or iTunes).

Is it possible to play on the same map with friends via a local network?

Yes, for this:

  1. One of the players creates a world and opens it for the local networks: World settings โ†’ Multiplayer game โ†’ Local server.
  2. Other players connect via Play โ†’ Friends โ†’ Local servers.

Make sure that all devices are connected to the same Wi-Fi networks. To play over the Internet, use Realms (paid subscription) or third-party servers.

How to restore a deleted card?

If you haven't made a backup, the chances are minimal. Try:

  • Check folder Trash in file managers (for example, in Google Files).
  • Use data recovery apps (DiskDigger, Recuva) - but they require root access.
  • If the card was recently removed, disconnect the phone from the Internet and do not write new files - this will increase the chances of recovery.