Xiaomi Redmi 9 with NFC is a popular smartphone with a balance of performance and functionality, but even on it, games and unnecessary applications can take up precious space. Deleting games seems an easy task, but owners often face problems: the application is not removed through the menu, there are βtailsβ in the form of a cache, or the system gives an error βDelete is forbidden.β In this article, we will analyze all working methods from basic to advanced, including working with ADB and hidden settings MIUI 12/13.
The Redmi 9 NFC feature (codenamed lancelot) is that it has pre-installed games from Xiaomi partners that can't always be removed by standard methods. We tested all the variants on MIUI Global and MIUI Europe firmware to give precise instructions. If you want to not just hide the game, but completely erase its data and free up memory, read on.
Why canβt the game be removed in the standard way?
On the Redmi 9 NFC (as on other Xiaomi smartphones), games fall into three categories:
- π± User-installed β downloaded from Google Play or third-party sources, removed without problems through the app menu.
- π Pre-installed system games from Xiaomi or partners (e.g. Mi Game Center, Gameloft) are often blocked from removal.
- π οΈ Built into the firmware - part of the shell MIUI. They can only be removed or removed through ADB.
The main reasons why the game is not removed:
- π§ The application is marked as system (flag) system/app or a firmware-priv-app).
- π¦ The game is part of the package. MIUI (For example, Mi Game Turbo is integrated into the performance settings).
- π Manufacturer has blocked removal through security policies (relevant to Global) ROM).
- ποΈ The app has been βupdatedβ through the Play Market and the system only sees the user version, not the system version.
β οΈ Note: Removing System Games Through ADB or root rights can lead to unstable work MIUI. For example, after removing the Mi Game Center, game mode options may disappear in the notification curtain.
Method 1: Standard removal via MIUI settings
If the game was installed by you (not preinstalled), try to remove it by the standard method:
- Open Settings β Applications β Application Management.
- Find the game in the list (use a search by title).
- Slip through the game and select Delete (or Uninstall).
If the Remove button is inactive or absent:
- π Try to disable the application first (button will appear if the game is system-based).
- ποΈ Clear the cache and game data β sometimes this will unlock the deletion.
- π§ Restart your phone and try again.
Clear the app cache|Disable automatic updates in the Play Market|Check for root rights (if you plan to use them) ADB)|Make a backup copy of important data-->
On the Redmi 9 NFC with MIUI 12.5+, an alternative path can work:
- Click the game icon on the main screen.
- In the menu that appears, select Application Information.
- Click Remove in the upper right corner.
β οΈ Note: If the game was pre-installed by the manufacturer, removing it through the settings will only result in a factory reset. ADB or by root-right.
Method 2: Removal via MIUI Hidden Settings (no root rights)
MIUI hides some features from the user, but they can be activated through access codes or special menus. To remove system games, the method using Activity Launcher (application for running hidden Android activities) is suitable.
Instructions:
- Install Activity Launcher from Google Play.
- Open the application and find in the Settings list.
- Inside, look for.MiuiPackageInstallerActivity or.AppManagerActivity.
- Run it β an extended application management menu will open, where you can even remove system games.
Alternatively, use the code for the test menu:
- Open the Phone app.
- Enter the combination: ##4636###.
- Go to Phone Information β Settings menu (you may need a few clicks on the status bar).
- Find the Application Management section with advanced options.
| Method | Need a rut? | Works on MIUI 12/13? | Risk to the system |
|---|---|---|---|
| Standard removal | β No. | β Yes. | β οΈ Low. |
| Activity Launcher | β No. | β Yeah (not on all firmware) | β οΈ Medium. |
| ADB | β No (but I need debugging) | β Yes. | β οΈβ οΈ High-pitched |
| Ruth-Right + Titanium Backup | β Yes. | β Yes. | β οΈβ οΈβ οΈ critical |
Method 3: Removal via ADB (no root rights)
ADB (Android Debug Bridge) is a powerful tool for managing Android devices from a computer, which can remove even system games without getting root rights. On Redmi 9 NFC, this method only works when USB debugging is enabled and the bootloader is unlocked (unless the firmware is modified).
Step-by-step:
- Download Platform Tools from the official Android website.
- Unpack the archive in the C:\platform-tools folder (or any other one).
- Turn it on on the phone: π§ Settings β The phone. β Version. MIUI (Use 7 times to become a developer). π Settings β Additionally. β For developers β Debugging by USB.
Redmi 9 NFC
File transfer
platform-tools
Shift + PCM β Open the PowerShell window here
adb devicesThere should be a device with a serial number.
adb shell pm list packages -fFind the name of the game package (e.g. com.gameloft.android.ANMP.GloftA9HM for Asphalt 9) in the list.
adb shell pm uninstall -k --user 0 name packetExample:
adb shell pm uninstall -k --user 0 com.tencent.igβ οΈ Attention: Uninstall Team -k To delete everything completely, use adb shell pm uninstall. --user 0 The name of the package can cause a crash if the game is integrated into the MIUI.
π‘
If the adb device command doesnβt find the device, try reinstalling Xiaomi USB Drivers or using a USB 2.0 port (some motherboards donβt work properly with USB 3.0 in debugging mode).
Method 4: Removal with root rights (for power users)
If you have a bootloader unlocked and you have Magisk or another root manager installed, you can delete any game, including the system ones.
- π οΈ Titanium Backup β allows you to freeze or completely remove applications, including their data and cache.
- ποΈ Root Explorer β to manually remove files from the /system/app or /system/priv-app.
- π§ SD Maid β Cleans up the βjunkβ after deleting and finds the remaining game files.
Instructions for Titanium Backup:
- Open the app and provide root access.
- Find the game in the list (use the filter by system applications).
- Slip through the game and select Delete! (not "Freeze").
- Confirm the deletion and restart the phone.
For manual removal via Root Explorer:
- Go to /system/app or /system/priv-app.
- Find a folder with the name of the game (for example, MiGameCenter).
- Delete the folder and restart the device.
What if after removing the game the phone started to slow down?
How to delete residual game files after uninstallation
Even after the game is deleted, the Redmi 9 NFC may still have:
- π Cache files in /storage/emulated/0/Android/obb/[packet].
- ποΈ Data in /data/data/[name packet] (root rights required to delete).
- π Shortcuts on the home screen or in the app menu.
- π Register entries MIUI (For example, in the settings of the game mode).
To clean up everything:
- Use a file manager (e.g. Solid Explorer) to delete folders: /Android/obb/[name packet] /Android/data/[name packet]
/data/data
ADB
adb shell rm -rf /data/data/name packetGoogle Play Services
Play Market
π‘
If the game was pre-installed by Xiaomi, its files can be stored in protected /system or /vendor partitions. You canβt delete them without root rights β you just have to disable the application.
Frequent Mistakes and How to Avoid Them
When you remove games on Redmi 9 NFC, users face typical problems:
| Mistake. | Reason. | Decision |
|---|---|---|
| Failure [DELETE_FAILED_INTERNAL_ERROR] into ADB | The game is part of the firmware or blocked by the manufacturer. | Use pm uninstall-k or get root rights. |
| The Remove button is inactive | The app is system-based or updated through the Play Market. | Turn it off or remove the update in the settings. |
| After the game is removed, the game reappears. | Auto-update to Play Market or restore from MIUI backup. | Turn off auto-update and clear the Google Play data. |
| adb: device unauthorized | No confirmed debugging access on the phone. | Confirm the request on the Redmi 9 NFC screen when you connect. |
If you see a message that only the original installer can uninstall, it means:
- The game was set via APK from an unknown source.
- It was updated through Play Market, but the original installer is different.
Solution: Install a new APK on top of the old version (even if itβs the same game) and then uninstall it via Play Market.