Removing games on Xiaomi, Redmi or POCO smartphones only seems like a simple task. In practice, users are faced with βunremovableβ pre-installed games from Mi Game Center, cache residues after uninstallation or the sudden return of remote applications after a system update. In this article, we will analyze all the current methods from basic to advanced, including working with ADB, hidden MIUI settings and even manually cleaning system folders.
The feature of MIUI firmware is that it aggressively caches game data and sometimes blocks its complete deletion through the standard interface. For example, Mi Jump or Mi Racing can βresurrectβ after resetting or updating the system. We tested all methods on Xiaomi 13 Ultra, Redmi Note 12 Pro+ and POCO F5 (versions of MIUI 14/15) β and are ready to provide unique solutions for each situation, including cases when the game is not deleted through Settings or Google Play.
1. Standard removal through MIUI settings
To start with, the obvious one is the built-in app manager, which works for most custom games (installed from Google Play or.apk), but is often useless for Xiaomiβs system games.
Instructions:
- Open Settings β Applications β Application Management.
- In the search box, type the name of the game (for example, Call of Duty Mobile or Mi Cricket).
- Click on the game β Delete (or Uninstall).
- Confirm action. If the Remove button is inactive, the game is system (go to method 3 or 4).
β οΈ Note: After such deletion, folders with the game cache may remain in the system (until the game cache is deleted). 1-2 GB!). To clear them, go to Settings. β Warehouse β Clean and select βResidual FilesΒ».
Check if the game is system (the "System Software" label in the application information)
Try to turn off the game (button "Disable" instead of "Delete")
Use method 3 (ADB) or 4 (manual file deletion)
Update. MIUI Up to the latest version β sometimes this will unlock the deletion-->
2. Delete via Google Play (for non-system games)
If the game was installed via Google Play, it can be removed from the store, which is convenient because it automatically clears the associated data (as opposed to the standard deletion through settings).
How to do this:
- Open Google Play β click on the profile avatar β App and device management.
- Go to the Installed tab and find the game.
- Press it. β Delete.
- Confirm the uninstallation and wait until it is completed (it can take up to 1-2 minutes for major games like Genshin Impact).
π‘ Useful tip: If the game doesn't appear in the installed list but takes up space, check the Library tab.
Casual (like Candy Crush)
Multiplayer (PUBG, Call of Duty)
Xiaomi System Games (Mi Game Center)
Others (write in the comments)-->
3. Removal of system games via ADB (for advanced)
System games (Mi Game Center, Mi Racing, Mi Jump, etc.) are often blocked from being deleted, and the only reliable way to get rid of them is to use ADB (Android Debug Bridge), a method that requires connecting your smartphone to your PC and enabling developer mode.
Step-by-step:
- Turn on USB debugging: Go to Settings β About Phone. Tap 7 times on the MIUI Version to activate Developer Mode. Go back to Settings β Additional β For Developers. Activate USB Debugging and OEM Unblock (if any).
Connect your smartphone to your PC:
- Download ADB Tools and unpack the archive.
- Open the command prompt (cmd) in the folder with ADB.
- Enter the command: adb devices If the device is displayed - debugging works.
- Remove the game: adb shell pm uninstall --user 0 com.xiaomi.gamecenter Replace com.xiaomi.gamecenter with the game package (you can find it through App Inspector or adb shell pm list packages | grep'game').
β οΈ Note: Some system games (Mi Pay, Mi Video) are related to services MIUI. Deleting them can lead to firmware errors (for example, missing payment icons in the menu). β System system β Backup.
List of Xiaomi system games packages
4 Manually remove game residues through file manager
Even after the game is uninstalled, the following games remain in the system:
- π Cache folders in /Android/obb/ and /Android/data/.
- ποΈ Settings files in /data/data/ (Root rights are required).
- π Logs and temporary files in /sdcard/MIUI/.
To clean them up:
- Use a root-access file manager (such as Solid Explorer or FX File Explorer).
- Go to /storage/emulated/0/Android/obb/[name pack game] /storage/emulated/0/Android/data/[name game package game]
- Delete folders manually. If files are not deleted, check access rights or use ADB: adb shell rm -rf /sdcard/Android/obb/com.game.package
π Key Conclusion: Cleaning up game remnants can free up to 3-5 GB of memory, especially after removing heavy projects like Honor of Kings or Free Fire.
5. disable games via MIUI settings (if deletion is not possible)
If the game is not deleted even through ADB (for example, Mi Game Center on some firmware), it can be disabled, which hides the game from the menu and stops its background processes, but does not free up space on the disk.
How to turn it off:
- Go to Settings β Applications β Application Management.
- Find the game β press Disconnect.
- Confirm the action. The game will disappear from the launcher, but will remain in the system.
β οΈ Warning: Disabled games can automatically turn on after updating MIUI. To avoid this, before the system update:
- π Make a backup copy through Settings β System system β Backup.
- π± Adb shell settings put global hidden_api_policy 1 (demand ADB).
6. Reset to factory settings (extreme case)
If the games come back after all the manipulations or take up a critically large amount of space, a complete reset will help.This method deletes all data, including games, cache and settings, but requires subsequent configuration of the smartphone from scratch.
How to reset:
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data.
- Enter the password (if installed) and confirm the action.
- Wait until it is completed (it will take 5-10 minutes).
πΉ Important: After discharge:
- π Do not restore data from backup MIUI β It'll bring back remote games.
- π₯ Install games only from Google Play (not from the Mi App Store).
- π‘οΈ Turn off automatic installation of recommended games in Settings β Annexes β Mi Game Center β Auto-installation.
π‘
Before resetting, export the list of installed applications through Google Play (Settings β Application Management β Export) to help quickly restore the desired programs after reset.
Comparison of game removal methods on Xiaomi
| Method | Suitable for | Required rights | Makes room | Risks. |
|---|---|---|---|---|
| Standard removal | Customized games | No. | Partially (cache remaining) | Low. |
| Google Play | Games from the store | No. | Completely. | Low. |
| ADB | System games | USB debugging | Completely. | Medium (risk of error) MIUI) |
| Hand cleaning | Remains of games | Root (for /data) | Additionally. | High (with errors) |
| Resetting settings | All right. | No. | Completely. | High (data loss) |