Removing games with Xiaomi Redmi seems like a simple task β until you encounter system applications that are not deleted by standard methods, or residual files that occupy gigabytes of memory. In this article, we will discuss all possible ways, from basic deletion through the menu to working with ADB and root rights, and explain why some games come back after a reboot.
Xiaomiβs smartphone features are the MIUI shell, which often blocks the complete removal of pre-installed games (such as Mi Game Center or Game Turbo), and weβll show you how to get around these restrictions without harming the system, and warn against common errors that can lead to a phone crash or data loss.
1. Standard removal through the application menu
The most obvious way is to uninstall via your phoneβs settings.Itβs suitable for all custom games downloaded from Google Play or third-party sources, but doesnβt always work with system apps.
To delete the game:
- π± Open the Settings. β Annexes β Application management.
- π Enter the game name in the search bar or find it in the list.
- ποΈ Press Remove (if the button is active).
- π Confirm the action if a request appears.
If the Remove button is inactive (grey), then the application is system or protected by MIUI. In this case, proceed to the following methods.
β οΈ Attention: Some games (for example, PUBG Mobile or Call of Duty: Mobile) after removal leave cache up to 1-2 GB. To clear it, go to Settings β Memory. β Clean and select Deep Cleaning.
2. disabling system games (without deletion)
If a game is built into MIUI (like Mi Game Center or Quick Games), it can't be removed without root rights, but you can turn it off. This hides the app from the menu and stops it from working in the background.
Instructions:
- βοΈ Go to Settings. β Annexes β Application management.
- π Find the right game in the list.
- β‘ Click Disable (button will appear if deletion is blocked).
- π Confirm the action by reading the warning about possible failures.
The game that is disabled will not update or appear in the menu, but its files will remain in the phone's memory. To return it back, repeat the steps and click Enable.
| Game. | Can I remove it? | Can I turn it off? | Residual files after deletion |
|---|---|---|---|
| PUBG Mobile | β Yes. | β No. | Up to 1.5 GB (cache + data) |
| Mi Game Center | β No. | β Yes. | ~300 MB (system files) |
| Call of Duty: Mobile | β Yes. | β No. | Up to 2 GB (updates + cache) |
| Quick Games (at MIUI) | β No. | β Yes. | ~150MB |
3. Removal via ADB (for power users)
If standard methods donβt work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to remove system applications without root permissions, which is suitable for Xiaomi Redmi based on Android 10-14.
Step-by-step:
- π₯οΈ Install. ADB Download Platform Tools from Google).
- π± Put the debugging on. USB on the phone: Settings β The phone. β Version. MIUI (Press 7 times until the message βYou became a developerβ appears β Additionally. β For developers β Debugging by USB (turn on)
- π Connect your phone to your PC through USB (Select the File Transfer Mode).
- π Open the command line (Windows) or the terminal (macOS/Linux) file ADB Enter: Adb devices (the name of your device should appear).
- ποΈ To delete the game, enter: adb shell pm uninstall --user 0 com.name.packet (you can find out the name of the package through the App Inspector application or the adb shell pm list packages command). | grep "game").
β οΈ Note: Removing System Games Through ADB It can lead to errors in the work MIUI, For example, if you have lost icons in your menu or if you have a setup failure, back up your data via Mi Cloud or locally before the procedure.
Install Platform Tools on PC|
Enable debugging over USB on your phone |
Connect the phone in the mode "File transfer" |
Check the connection with the command `adb devices`|
Find the name of the removable game package-->
4. Complete removal with root rights
If you're willing to take risks, root rights give you maximum control over the system, and they can remove any game, including protected MIUIs, and clean up any residual files.
This will require:
- π Get root through Magisk (instructions for Xiaomi Redmi depend on the model β look for guides for your device).
- π Install a file manager with root support (such as Root Explorer or Root Explorer) FX File Explorer).
- ποΈ Manually delete folders of the game in: /data/app/ /data/data/ /system/priv-app/ (system-game)
The advantage of this method is a complete cleanup without residual files, but there are also risks:
- β οΈ Loss of warranty (if the phone is under warranty).
- β οΈ Possibility of "filling" the phone in case of error.
- β οΈ Failure of some banking applications (due to security breach).
What if after the game is removed, the phone stops turning on?
5. Cleaning cache and residual files
Even after deleting a game, its files can remain in memory. For example, Call of Duty: Mobile leaves you with a memory. 2 GB cache in a folder Android/obb, PUBG β into Android/data.
How to clean:
- π Open any file manager (e.g., Mi File Manager).
- π Go to the Inner Memory β Android β data β obb.
- ποΈ Delete folders with the game name (e.g. com.activision.callofduty.shooter for the game name) CODM).
- π§Ή For complete cleaning, use the built-in cleaning utility in MIUI (Section Deep Cleaning).
If the folders are not deleted, you don't have enough permissions, and then root or ADB with the command will help.
adb shell rm -rf /sdcard/Android/obb/com. title.packetπ‘
Before deleting the cache folders, check their size β sometimes saves from other games are stored there. For example, the com.epicgames.fortnite folder may contain screenshots or records you want to save.
6. How to prevent automatic installation of games
MIUI sometimes installs games on its own through Mi Game Center or GetApps.
- π« Turn off automatic update installation: Settings β Annexes β Application management β Google Play Store β Auto-update β Never.
- π Block background activity GetApps: Settings β Annexes β Application management β GetApps β Battery β Limit background activity
- π‘οΈ Install a firewall (like NetGuard) and block internet access for the Mi Game Center.
If the games appear after resetting, it means that they are built into the firmware, in which case only reflashing to the custom version of MIUI (for example, Xiaomi.EU) or removing via root will help.
π‘
Disabling automatic game installation via GetApps and Mi Game Center reduces battery load and saves traffic.