Why Xiaomiโs standard game removal often doesnโt work
Owners of Xiaomi Redmi Note 7 regularly face a situation where the game is not completely removed or does not disappear from the system. The reason lies in the features of the MIUI firmware: many applications are integrated into the shell at the system level, and cache and data can remain in hidden folders even after uninstallation through the menu. Moreover, some games (especially preinstalled) are blocked from removal by the manufacturer โ their properties simply do not have a โDeleteโ button.
Another common problem is residual files, and after deleting the game through the standard menu, the device may remain:
- ๐ Folders with saved in /Android/obb/ and /Android/data/
- ๐ Cash in /data/data/ (Requires root rights for cleaning)
- ๐ฑ Register entries MIUI (For example, at com.miui.securitycenter)
- ๐ Desktop shortcuts that donโt automatically disappear
If you delete a game but it still appears in the All Apps menu or takes up space in memory, you have used an incomplete uninstallation method, and below we will discuss all the working methods, including those that work without root rights.
Method 1: Standard removal via MIUI settings
The simplest method that will work for most custom games (for example, downloaded from Google Play or Mi App Store) is suitable if:
- ๐ฎ The game is not system (no "Protected" icon in the application information)
- ๐ฒ You have sufficient rights (not a Guest account or a Limited Profile")
- ๐ The application has not been updated through APK (Official sources only)
Instructions:
- Open Settings โ Applications โ Application Management.
- The All Apps tab โ find the game in the list (use search if the list is long).
- Slip the game name โ the button "Delete" (if active).
- Confirm action. If the button is inactive, move to method 2.
โ๏ธ What to check before removal
If the game reappears after deleting, it means that it was preinstalled by the manufacturer and protected from removal, in which case only disabling (see method 3) or using ADB (mode 4) will help.
Method 2: Remove from Google Play (for downloaded games)
If the game was installed through the Google Play Store, it can be uninstalled from the store, this method guarantees the removal of all updates and cache parts, but does not affect user data (save, settings).
Step-by-step:
- Open the Google Play Store.
- Slip on the profile avatar โ App and device management.
- Go to the "Installed" tab โ find the game in the list.
- Click on the basket icon ("Delete") โ confirm.
๐ก
If the game doesn't appear in the installed list but takes up space, check the "Library" tab on Google Play. It may have been hidden, but it hasn't been removed.
The advantage of this method is that it automatically clears the cache of Google Play Services, which often forgets about remote games, but this method will not work for system applications (for example, Mi Game Center).
Method 3: Disable system games (without deleting)
Many pre-installed games on Redmi Note 7 (e.g. Mi Game Center, Mi Pay Mini Games) cannot be removed by standard methods, in which case it remains only to disable them that:
- ๐ซ Remove the icon from the app menu
- ๐ต Stop background activity (saves battery)
- ๐ Blocks automatic updates
- ๐ฆ It will not free up space on the disk (files will remain)
How to turn it off:
- Go to Settings โ Applications โ Application Management.
- Select the game โ tap on three points in the upper corner โ โDisableโ.
- Confirm the action (a password or pattern lock may be required).
What happens if you turn off the system game?
If the "Disable" button is inactive, then the game is critical to MIUI (for example, Security or Game Turbo), in which case only ADB or root access will help.
Method 4: Remove via ADB (for power users)
The method for those who are ready to use Android Debug Bridge (ADB). It allows you to remove even protected system games, but requires a connection to the PC and enable the developer mode. MIUI 12+ This method only works if it has not been previously disconnected. USB-debugging through "factory reset".
What you need:
- ๐ป Computer with Windows/macOS/Linux
- ๐ USB-cable (original, without damage)
- ๐ฅ ADB Tools (download from the official website)
- ๐ง Included debugging by USB phone-on
Instructions:
- Activate Developer Mode: Settings โ About Phone โ MIUI version (tap 7 times).
- Return to Settings โ Additional โ For developers โ Enable โDebugging by USBโ.
- Connect the phone to the PC, select File Transfer mode.
- Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
- Enter the commands in turn: adb devices (should appear with a serial number device) adb shell pm list packages | grep'name game' (find the exact package, for example com.xiaomi.gamecenter) adb shell pm uninstall --user 0 com.xiaomi.gamecenter
If the team returns the error DELETE_FAILED_INTERNAL_ERROR โ So the game is firmware-protected. Try an alternative command:
adb shell pm uninstall -k --user 0 com.xiaomi.gamecenterMethod 5: Remove in Safe Mode (for games that are stuck)
If the game is not deleted due to crashes or conflicts with other applications, try Safe Mode, which disables all third-party programs, allowing you to "cleanly" uninstall the problem software.
How to run Safe Mode on Redmi Note 7:
- Press the power button before the turn off menu appears.
- Hold your finger and hold it on the โSwitch offโ option.
- There will be a suggestion to go to safe mode - confirm.
In safe mode:
- ๐ฏ Try to remove the game in the standard way (method 1).
- ๐ Check the folders. /Android/obb/ and /Android/data/ residual files.
- ๐ Restart the phone to normal mode after deleting.
๐ก
Safe Mode does not remove system games, but helps to cope with frozen or damaged user applications.
How to Clean Up Residual Files After Deleting the Game
Even after a successful uninstallation, Redmi Note 7 may still have tails โ cache, saves, configuration files โ that can be found and manually deleted.
Where to look:
| Type of file | Way | What can be removed |
|---|---|---|
| Preservation of games | /Android/obb/[name packet]/ | All files with the.obb extension |
| Cash and data. | /Android/data/[name packet]/ | The entire folder (except files/ if it contains important data) |
| MIUI configurations | /data/system/package_cache/ | Only if you have root rights! |
| Labels | /data/data/com.miui.home/ | Files with the name of the game (requires root) |
To access these folders:
- ๐ Use a root-access file manager (such as Root Explorer or Root Explorer) FX File Explorer).
- ๐ป Connect your phone to your PC and use it ADB Pull to copy files before deleting.
- โ ๏ธ Do not delete files in /system/ backup!
๐ก
Before mass cleaning folders, back up via TWRP or MIUI Backup to help recover data if you make an error.
Frequent Mistakes and How to Avoid Them
When you delete games on Xiaomi Redmi Note 7, users face typical problems.
โ ๏ธ If after removing the game the phone began to brake - check the free space in the section /data. MIUI Maybe "hang" at less. 1 GB of free space. Free up space through Settings. โ Memory.
Error 1: The Remove button is inactive.
- ๐น Reason: The game is system-based or protected MIUI.
- ๐น Solution: Use ADB (method 4) or disable the application (method 3).
Error 2: The game is deleted but reappears after the reboot.
- ๐น Reason: Automatic Recovery via Mi Cloud or Google Account.
- ๐น Solution: Turn off application synchronization in account settings.
Error 3: Not enough permissions to delete via ADB.
- ๐น Reason: Disabled debugging by USB lock-in MIUI.
- ๐น Solution: Reinstall drivers ADB Use adb kill server before connecting.
โ ๏ธ Note: On some versions MIUI (e.g. 12.5 Enhanced) commands ADB You can block the security antivirus. Before using, disable the protection in Settings. โ Security โ Settings โ Disable protection from malicious attacks.