Removing games from Xiaomi devices seems like a simple task โ as long as you donโt encounter system restrictions, pre-installed apps or โzombieโ processes that continue to occupy memory even after uninstallation. Mi, Redmi and POCO have the nuances: somewhere long enough tap on the icon, and somewhere you have to dig into the developerโs settings or connect ADB. This article covers all the current ways from basic to advanced, including removing games from Xiaomi TV and cleaning the cache that โeatsโ gigabytes.
We will focus on the problems that users face: why some games are not removed through the menu, how to get rid of ads in โremoteโ applications, and what to do if after uninstallation the game continues to appear in the installed list.
1. Standard removal: when long tapa is sufficient
To begin with, the most obvious method that works for most custom games (downloaded from Google Play or Mi App Store) is a super-user-free approach that is suitable for devices running MIUI 12-14.
The algorithm is simple:
- ๐ฑ Find the game icon on the home screen or in the app menu.
- ๐ Click on it and hold for 1-2 seconds until the context menu appears.
- ๐๏ธ Select the "Delete" option (or "Deinstall" option").
- โ Confirm the action in the dialog window.
If the "Delete" option is inactive or missing, then the game is system (preinstalled by Xiaomi) or has administrator rights.
โ ๏ธ Note: On some models POCO shelled POCO Launcher long tap can open not the delete menu, and the screen editing mode. In this case, drag the icon to the top of the screen, where the basket will appear.
2. Remove via phone settings: where to look for hidden games
Some games (especially pre-installed ones) don't appear on the home screen, but they continue to take up space in memory to be found and deleted:
- Open Settings โ Applications โ Application Management.
- In the upper right corner, tap the three-point menu and select "Show System Processes".
- In the search bar, type the name of the game (for example, "PUBG" or "Garena").
- Select the game from the list and click "Delete".
If the removal button is inactive, try first:
- ๐ Stop the application (button "Stop").
- ๐ซ Disable autostart in the Battery section โ Auto-start.
- ๐ Remove Administrator Rights (if any) in Settings โ Passwords and security โ Administrator rights.
On Xiaomi TV, the path will be different: Settings โ Apps โ App Management โ [Select Game] โ Delete. Note that on Mi TV Stick and Mi Box, some games (such as Mi Game Center) cannot be removed - you can only turn them off.
Disable autostart
Remove Administrator Rights
Stop background processes
Check for updates MIUI-->
3. ADB-How to remove a game that is not deleted
If standard methods don't work, you'll have to plug in ADB (Android Debug Bridge), which requires a computer, but it's guaranteed to delete even system games.
Instructions for Windows:
- Download Googleโs Platform Tools and unpack it into the C:\adb folder.
- On your phone, turn on USB Debugging (Settings โ About Phone โ MIUI version โ tap 7 times, then go back to Settings โ Additional โ For Developers).
- Connect your phone to your PC and in the command line (on behalf of the administrator) do:
cd C:\adb
adb devices
adb shell pm list packages | grep "game name"For example, to remove the Mi Game Center, type:
adb shell pm uninstall -k --user 0 com.xiaomi.gamecenter.sdk.serviceList of popular Xiaomi game packages:
| Game. | Package |
|---|---|
| Mi Game Center | com.xiaomi.gamecenter.sdk.service |
| PUBG Mobile | com.tencent.ig |
| Free Fire | com.dts.freefireth |
| Garena RoV | com.garena.msdk |
| Mi App Store (Games) | com.xiaomi.mipicks |
โ ๏ธ Note: Removing system packages (e.g. com.xiaomi.gamecenter) may cause errors in the work MIUI. Before experimenting, back up through Settings โ Additionally. โ Backup and reset.
๐ก
If so, ADB-The game still appears on the menu, restart the phone. Sometimes you need to clear the cache of com.miui.home via adb shell pm clear com.miui.home.
4.Safe Mode Deletion: If the game blocks the system
Some games (especially those with ad units) can block standard ways to remove or even interfere with the phone, in which case Safe Mode, a mode in which all third-party applications are disabled, will help.
How to start:
- ๐ Turn off the phone.
- ๐ Hold the power button until the Mi logo appears.
- ๐ Once the logo appears, press and hold the volume down button until the phone boots up.
- ๐ฑ In the lower left corner of the screen will appear the inscription "Safe Mode".
In this mode:
- Go to Settings โ Applications.
- Find the game and remove it in the standard way.
- Reboot your phone to exit Safe Mode.
If the game is not removed even in Safe Mode, it is integrated into the firmware, in which case only ADB or firmware will help.
What to do if Safe Mode is not enabled?
5. Cleaning Remains: Why the Game Takes Place After Removal
Even after the game is uninstalled, the following games are often left behind:
- ๐๏ธ Cash and folder data. /Android/obb/ and /Android/data/.
- ๐ The save files in /storage/emulated/0/[game-name]/.
- ๐ Background processes recorded in the system.
How to clean it completely:
- Connect your phone to your PC and enable File Transfer (MTP) mode.
- Open folders: Internal Memory โ Android โ Obb Internal Memory โ Android โ Data Delete folders with the game name (e.g. com.tencent.ig for PUBG).
- Manually check folders: Internal memory โ Games Internal memory โ Download
- Use File Manager from Xiaomi (pre-enable the display of hidden files in the file manager settings).
On devices with MIUI 14 and later, some folders may be protected. ADB-team:
adb shell rm -rf /sdcard/Android/obb/com. title.games/*6. Removal of games with Xiaomi TV and Mi Box: features
On Xiaomi TVs and Mi Box consoles, the game removal process has nuances:
- ๐บ On Mi. TV 4/5 Games are removed through Settings โ Annexes โ Application management, but some (such as Mi Game Center) can only be disabled.
- ๐ฎ On the Mi Box S and Mi TV Stick to remove system games will be required ADB (see section 3).
- ๐ If the game is not deleted, try resetting the TV to factory settings (Settings) โ The device โ Reset), but it will delete all data.
For Xiaomi TV with Google TV (Models 2022+):
- Open Settings โ Applications โ Installed Applications.
- Select the game and click "Delete Updates" (if the "Delete" button is inactive).
- Then click โDisableโ โ this will stop the background processes.
โ ๏ธ Attention: On Mi TV Stick removing some games (such as Netflix Games) can lead to errors in the work of Google Play Services. USB Burning Tool.
๐ก
On Xiaomi TV, games are often tied to Google or Mi Account services. Unplug your account in Settings โ Accounts before deleting to avoid synchronization errors.
7. Alternative methods: shutdown, freezing, root
If you cannot delete the game, consider alternatives:
| Method | How to apply | Pluses | Cons |
|---|---|---|---|
| Shutdown | In the application settings, click "Disable" | Stops background activity | It does not free the memory, the icon remains. |
| Freeze (App Quarantine) | Security App โ App Lock โ Quarantine | Blocking Startup and Updates | Requires regular cleaning of the cache |
| Root + Titanium Backup | Remove from Titanium Backup after rooting | Remove everything, including system games | The risk of losing a warranty is difficult for beginners |
| Flip-flashing | Install custom firmware (for example, LineageOS) | Complete blobate cleanup | It can be difficult to disrupt the device. |
For most users, the best solution is to disable + clear the cache. If the game interferes with the system (for example, constantly showing ads), try freezing through the Security App:
- Open Security. โ App Lock.
- Select "Quarantine" (Quarantine).
- Add the game to the list and confirm it.