How to Remove the Xiaomi Redmi 9 Game App from NFC: From Standard Methods to Hidden MIUI Features

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.

πŸ“Š How You Usually Remove Unnecessary Apps?
Settings menu.
I'm using a file manager.
I use ADB.
I only remove it through the Play Market.
I'm not deleting, I'm just turning it off.

Method 1: Standard removal via MIUI settings

If the game was installed by you (not preinstalled), try to remove it by the standard method:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the game in the list (use a search by title).
  3. 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:

  1. Click the game icon on the main screen.
  2. In the menu that appears, select Application Information.
  3. 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:

  1. Install Activity Launcher from Google Play.
  2. Open the application and find in the Settings list.
  3. Inside, look for.MiuiPackageInstallerActivity or.AppManagerActivity.
  4. Run it – an extended application management menu will open, where you can even remove system games.

Alternatively, use the code for the test menu:

  1. Open the Phone app.
  2. Enter the combination: ##4636###.
  3. Go to Phone Information β†’ Settings menu (you may need a few clicks on the status bar).
  4. Find the Application Management section with advanced options.
MethodNeed 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:

  1. Download Platform Tools from the official Android website.
  2. Unpack the archive in the C:\platform-tools folder (or any other one).
  3. 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 devices

There should be a device with a serial number.

adb shell pm list packages -f

Find 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 packet

Example:

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:

  1. Open the app and provide root access.
  2. Find the game in the list (use the filter by system applications).
  3. Slip through the game and select Delete! (not "Freeze").
  4. Confirm the deletion and restart the phone.

For manual removal via Root Explorer:

  1. Go to /system/app or /system/priv-app.
  2. Find a folder with the name of the game (for example, MiGameCenter).
  3. Delete the folder and restart the device.
What if after removing the game the phone started to slow down?
If you have lags or errors after removing a system game (such as Mi Game Center), you have most likely deleted the component associated with the MIUI Game Turbo. You can restore: 1. By installing the APK games backup (find it in the backup or thematic forums). 2. Resetting to factory settings (but this will delete all data). 3. Fastboot (the most reliable but difficult way).

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:

  1. 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 packet

Google 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 ADBThe game is part of the firmware or blocked by the manufacturer.Use pm uninstall-k or get root rights.
The Remove button is inactiveThe 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 unauthorizedNo 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.

Can I remove Mi Game Center without root rights?
Yes, but only through ADB. Command: adb shell pm uninstall -k --user 0 com.xiaomi.glgaming After deleting, access to the game mode in the notification curtain will disappear.
Why does it reappear after the game is deleted via ADB after the MIUI update?
MIUI firmware restores system applications when it updates. To avoid this: Freeze the application via Titanium Backup (root required). Use Magisk Module to block the installation (e.g. Universal GMS Doze).
How do I find out the name of a game package if it is not in the pm list?
Use the App Inspector app from the Play Market or check the package name in Google Play (in the browser address bar after id=). For example, for PUBG Mobile it is com.tencent.ig.
Can I uninstall Google Play Games on Redmi 9 NFC?
Technically, yes, but it will disrupt other Google games and services. Better disable it: adb shell pm disable-user --user 0 com.google.android.play.games Root rights are needed to completely remove it.
What if notifications stop working after the game is deleted?
Chances are, you have removed the system component associated with MIUI Notification Center. Restore it through: Settings Reset (Settings β†’ Additional β†’ Settings Reset) Fastboot (will save data if you don’t format userdata).