Removing a popular sandbox Minecraft from a device based on Android may seem like a trivial task, but users often encounter a situation where, after a standard uninstallation, “junk” files remain on the drive, taking up gigabytes of memory. This occurs due to the specifics of the operating system, which by default saves user worlds, textures and configurations even after deleting the application itself. To fully clean the system, you need to perform a number of additional actions that go beyond simply clicking the “Delete” button.
In this article we will analyze in detail the algorithm for completely eliminating the game, including manually clearing hidden directories, working with access rights and deleting data from cloud services. Understanding the file system structure Android will allow you to free up space and return your phone to its previous performance. Ignoring these steps may result in old, possibly corrupted configuration files causing conflicts and crashes when reinstalling the game.
Standard uninstall procedure through settings
The first and most obvious step is to use the built-in operating system tools. This method is safe and suitable for most users who want to simply get rid of the application without deeply tampering with system files. However, it is important to understand that the standard process only removes the executable file .apk and basic libraries, leaving user content untouched.
First you need to go to the menu Settings of your smartphone and find the section responsible for managing apps. Depending on the version Android and the manufacturer’s shell (for example, MIUI, OneUI or ColorOS, this item may be called “Applications”, “Application Manager” or “All applications”. Find it in the list Minecraft and tap on the name to open the application card.
On the application information screen, you will see a "Delete" button. Before clicking, it is recommended to first click the "Stop" button to ensure that no background processes of the game are running at the moment. This is especially true if the game is frozen or is not working correctly. After confirming the action, the system will delete the main app package.
⚠️ Attention: If the “Delete” button is inactive (gray), this means that the application was preinstalled by the smartphone manufacturer as a system one. In this case, it is impossible to remove it using standard methods without obtaining root access or using special tools via a computer.
☑️ Checking before deleting
Manually clearing residual files and cache
After the game icon has disappeared from the desktop, folders with data remain on the internal drive, which can take up a significant amount of memory. These files are stored in protected directories, access to which in new versions Android (starting from version 11) was limited by the security policy Scoped Storage.
To access these files, you will need anyone. file manager with extended rights, for example Files by Google, Solid Explorer or Total Commander. Go to the root directory of the internal storage and find the folder Android. Inside it, you are interested in two key subdirectories: data and obb.
In the folder Android/data you need to find a directory named com.mojang.minecraftpe. This is where all the worlds, skins, resource packs, and control settings you create are stored. In the folder Android/obb there is a file main.[version].com.mojang.minecraftpe.obbthat contains the main game resources (textures, sounds). Deleting these folders will free up several gigabytes of space.
What to do if the folders are not visible?
On Android 11 and higher, the system file manager can hide the contents of the Android/data folder. Use third-party explorers that require special permission to access this directory, or connect the phone to the PC in file transfer mode (MTP).
Be extremely careful when deleting files in the directory Android. Deleting the wrong folder may reset other apps or cause them to lose data. Always double-check the package name before confirming deletion.
Clearing data through Google Play Games
Many players do not know that progress in Minecraft is often synchronized with the service Google Play Games. Even after deleting files from your phone, your achievements and saves may remain in the cloud, which will cause them to be automatically downloaded when you install them again.
To completely reset your progress and delete data from the cloud, open the application Play Games on your device. Find it in the list of games Minecraft and click on the three dots in the upper right corner or go to your profile settings. Select “Delete account and data from Play Games.”
This procedure is irreversible. After completing it, all achievements unlocked within the Google service will be lost forever. Local saves that have not been uploaded to the cloud will not be affected, since they are stored separately on the device.
| Data type | Location | Size (approximate) | Need to be deleted? |
|---|---|---|---|
| Executable file (APK) | System partition | ~150 MB | Yes (automatically) |
| Resource cache (OBB) | Android/obb | ~600 MB - 1 GB | Yes (manually) |
| Worlds and saves | Android/data | Depends on the player | Optional |
| Cloud saves | Google Cloud | Does not take up space | Optional |
Using ADB for advanced users
For those who prefer maximum control over the system or encounter errors when deleting through the interface, there is a tool Android Debug Bridge (ADB). This method allows you to delete applications and their data directly through the command line of your computer, bypassing the graphical interface of the smartphone.
First you need to activate the “For Developers” mode in the phone settings and enable “USB Debugging”. Connect the device to the PC with a cable and open the command line in the folder with installed tools platform-tools. Enter the command to check the connection:
adb devices
If the device is displayed in the list, you can proceed with removal. The command to completely remove an application along with all data and cache is as follows:
adb uninstall com.mojang.minecraftpe
This method is effective even in cases where the system interface freezes or the delete button does not respond. However, it requires a computer and basic knowledge of working with a terminal. Errors in entering commands can lead to the removal of system components, so proceed carefully.
Before using ADB, make a backup copy of your important data using the adb backup command so that you can restore information in case of an error.
Solving problems with undeletable files
Sometimes users encounter a situation where game files are not deleted, giving the error “File busy” or “No access rights”. This often happens if the game process is frozen in memory or if the file has read-only permissions.
First, check the task manager and force stop all processes associated with Mojang or Minecraft. Restarting your device in Safe Mode can also help unlock files. In this mode, only system applications are launched, which eliminates conflicts with third-party software.
If the problem persists, it is possible that the “Read Only” attribute is set on the memory card or internal storage. To change access rights, you may need to connect your phone to the computer and change the folder properties through the context menu in Windows or use the terminal on Android itself with superuser rights.
⚠️ Attention: File manager interfaces and menu item names may differ depending on your smartphone model and firmware version. Always check the device manufacturer's official help materials if you can't find the section you're looking for.
Account management Microsoft
Modern version Minecraft on mobile platforms requires logging in to your account Microsoft to access multiplayer and content stores. Removing the application from the phone does not cancel the subscription or account linking on the side of the company’s servers.
If you want to completely break the connection with the game, go to the official website Microsoft via a browser. In the "Privacy" or "Devices" section, find the list of connected gadgets and remove your phone from the list of trusted devices. This will prevent automatic login to your account if you accidentally reinstall the game.
Also check your active subscriptions Xbox Game Passif you used them to access the game. Unsubscribing through the app store or Microsoft website is necessary to avoid being charged in the future, even if the application itself has already been deleted from the device.
Completely deleting a game includes not only erasing files from the phone, but also clearing cloud data and unlinking accounts.
Frequently asked questions (FAQ)
Will my world be deleted if I simply delete the application?
No, when you delete an application as standard, the world files located in the folder Android/data/com.mojang.minecraftpeare usually saved on the device. To delete them, you need to go to the file manager and clear this directory manually.
Is it possible to restore a deleted Minecraft world?
Restoration is only possible if you have a backup copy of the world files or if synchronization with the cloud (Realm or third-party services) was enabled before deletion. Without a previously created backup, it is almost impossible to return manually deleted files.
Why does a game take up space in memory after deletion?
This happens due to residual cache files and resources (OBB folder), which the system does not delete automatically. Also, space may be taken up by data in the Download folder if you downloaded maps or mods separately from the application.
Is it safe to delete the Android/data folder?
You cannot delete the entire folder - this will disrupt the operation of other applications. It is safe to delete only the specific subfolder related to the deleted game (com.mojang.minecraftpe). Deleting other folders in this section will reset the settings of the corresponding apps.
Do I need to clear the cache before deleting?
Clearing the cache before uninstalling is not a mandatory procedure, since temporary files are automatically deleted during uninstallation. However, manually clearing the cache can help if the application is frozen and cannot be removed in the standard way.