How to Remove the Game App on Xiaomi Redmi: From Standard Methods to Hidden MIUI Features

Removing unnecessary games with Xiaomi Redmi seems like a simple task โ€” until you encounter system limitations MIUI, preinstalled applications or errors like โ€œDelete impossible.โ€ Even after clicking โ€œDeleteโ€ some games continue to take up space in memory, display in the menu or automatically update through Google Play. In this article, we will discuss all working methods, from basic to advanced, including deleting through ADB, disabling updates and cleaning residual files.

Redmi is a feature that often blocks the removal of pre-installed games (such as Mi Game Center or Game Turbo), and we will show you how to circumvent these restrictions without root rights, as well as what to do if the game is not deleted due to an error "Application deactivated by the administrator." All instructions are relevant for Redmi Note 12/13, Redmi 10/11 and other devices on MIUI 14/15 (including global and Chinese versions of firmware).

If you tried to remove the game in the standard way, but it continues to take up space, the problem is not in your actions, but in the MIUI architecture. The system often leaves โ€œdeadโ€ application files in /data/app or /system/priv-app folders that are not visible to the user. Below you will find solutions for all scenarios, from regular games from Google Play to built-in Xiaomi services.

1. Standard removal through MIUI settings

To start with, the simplest method that works for most games installed by the user (not system) is important: it is not suitable for pre-installed applications like Mi Game Center or Game Turbo, and their removal is blocked at the firmware level.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the list, find the game you want to remove (use a search at the top of the screen).
  3. Slip the game name โ†’ click Delete (or Uninstall).
  4. Confirm the action in the pop-up window.

If the Delete button is inactive or not, the application is protected by the system, in which case, move on to the following methods. Also note the Clear Data button, which does not delete the game, but frees up space by removing the cache and saving.

No active gameplay processes in Task Manager |

The game is not added to Game Turbo mode)|

Notifications from the game in Settings โ†’ Notifications |

Updates checked MIUI (Sometimes bugs are fixed in new versions)-->

The "Impossible Deletion" error? Often occurs because the game is assigned by the device administrator to unblock:

  1. Go to Settings โ†’ Passwords and Security โ†’ Device Administrators.
  2. Find the game in the list and disable its administrator rights.
  3. Repeat the removal attempt.

2. Delete via Google Play (if the standard method doesn't work)

Sometimes games installed through Google Play are not removed through MIUI settings, but they can be uninstalled directly from the store.This method is also useful if you want to cancel the automatic game update.

Step-by-step:

  • ๐Ÿ“ฑ Open the Google Play Store and go to profile (icon in the upper right corner).
  • ๐Ÿ” Select Application and Device Management โ†’ tab Installed.
  • ๐ŸŽฎ Find the game in the list and tap it.
  • ๐Ÿ—‘๏ธ Click Remove (or Deinstall).

If the removal button is missing, check:

  • ๐Ÿ”„ The game is not system (pre-installed by Xiaomi).
  • ๐Ÿ“ฅ You do not have an active download or update of this game.
  • ๐Ÿ”’ Google Account is not limited to organization policies (relevant to work phones).

Through the MIUI settings|

Through Google Play|

Through third-party utilities |

Never delete games.-->

Important: Once removed via Google Play, some games may remain on the Installed List marked Deactivated, which means that the application files remain on the system. To delete them completely, use the ADB method (section 4).

3. disabling pre-installed games (without deletion)

System games like Mi Game Center, Game Turbo or Quick Games canโ€™t be removed without rooting, but they can be disabled so they donโ€™t take up RAM or appear on the menu, and this method is also suitable for games that arenโ€™t deleted due to errors.

How to turn it off:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find a system game (such as Mi Game Center).
  3. Slip it โ†’ click Disable (or Deactivate).
  4. Confirm the action in the pop-up window.

What the blackout does:

  • ๐Ÿ“ด The game disappears from the app menu.
  • ๐Ÿ”„ Background processes and notifications are terminated.
  • ๐Ÿ“ฅ Some RAM (but not internal) is released!).
  • ๐Ÿ”„ Game updates via Google Play are blocked.
What happens if you turn off Game Turbo?
Disabling Game Turbo does not affect game performance, but removes special MIUI features for gamers: - FPS and CPU/GPU temperature monitoring is turned off. - The ability to block notifications during play disappears. - Quick gestures for screenshots and screen recording do not work. - Game mode no longer optimizes battery consumption. - If you do not use these features, the shutdown is safe.

โš ๏ธ Note: Disabled applications remain in the deviceโ€™s memory and can take up to 100-300 MB (depending on the game). ADB root-access.

4. Delete via ADB (for system games and residual files)

A method for advanced users to remove any game, including system games, without rooting rights. You need a computer and USB debugging enabled.

Step-by-step:

  1. ๐Ÿ–ฅ๏ธ Install. ADB Tools on PC.
  2. ๐Ÿ“ฑ On the phone, turn on: Settings โ†’ The phone. โ†’ Version. MIUI (Tap 7 times to activate Developer Mode. โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB (turn on).

File transfer

ADB

adb devices

(The name of your device should appear).

adb shell pm uninstall --user 0 com.name.packet

(Replace the com.name.pack with a real game package, such as com.xiaomi.glgm for Game Turbo).

How to find out the name of the game package:

  • ๐Ÿ” Install App Inspector from Google Play.
  • ๐Ÿ“‹ Open it, find the game in the list and copy the Package Name value.

๐Ÿ’ก

If the adb shell pm uninstall command is a Failure error [DELETE_FAILED_INTERNAL_ERROR], Try first to disable the application through the settings MIUI, then repeat the command.

โš ๏ธ Note: Removing System Games Through ADB It can lead to unstable work. MIUI, Especially if you delete Game Turbo or Security components, back up your data before experimenting!

5. Deletion of residual files after uninstallation

Even after the game is deleted, its files can remain in the device's memory, and they take up space in folders:

  • /storage/emulated/0/Android/data/[packet name] (cache and save).
  • /storage/emulated/0/Android/obb/[packet name] (additional data, often weighing 1-2 GB).
  • /data/data/[packet name] (system data, available only with root rights).

How to manually clean:

  1. ๐Ÿ“ Open any file manager (e.g. Mi File Explorer or Solid Explorer).
  2. ๐Ÿ” Go to the Android folder โ†’ data โ†’ obb.
  3. ๐Ÿ—‘๏ธ Find a folder with the name of the game package (for example, com.tencent.ig for the game). PUBG Mobile, and delete it.

For complete cleaning, it is also recommended:

  • ๐Ÿงน Run the built-in Cleanup utility (Settings) โ†’ Memory. โ†’ Clean up).
  • ๐Ÿ”„ Rebooting your phone will reset temporary files.
Type of filefolderCan I remove without ruths?How much space does it take?
Cash games./Android/data/[package]โœ… Yes.From 50MB to 1GB
Additional data (OBB)/Android/obb/[package]โœ… Yes.From 100MB to 2+GB
System data/data/data/[package]โŒ Just from the root.10MB to 500MB
Settings and saves/Android/data/[package]/filesโœ… Yes.From 1 MB to 200 MB

6.Blocking automatic installation of games

Sometimes games are installed automatically via Google Play (for example, if you have previously played on another device) or through Xiaomi services (Mi Game Center).

Disconnection in Google Play:

  • ๐Ÿ“ฑ Open the Google Play Store โ†’ profile โ†’ Settings.
  • ๐Ÿ”„ Select Auto-Update Applications โ†’ Never.
  • ๐Ÿ“ฅ In the Application and Device Management section, disable the option Automatically Install Recommended Applications.

MIUI blackout:

  • ๐ŸŽฎ Go to Settings. โ†’ Annexes โ†’ Mi Game Center.
  • ๐Ÿ”• Turn off the Automatic Download option (if available).
  • ๐Ÿ“ต B Settings โ†’ Notifications disable notifications from Mi Game Center.

๐Ÿ’ก

Even after you disable the autoset, some games may appear in the Quick Games folder.To delete them, hold your finger on the game icon โ†’ select Delete or Hide.

7 What to do if the game is not deleted in any way?

If none of the methods worked, the problem may be related to:

  • ๐Ÿ”’ Device Policies (Actual for Android Enterprise Work Phones).
  • ๐Ÿ› ๏ธ Damaged firmware (for example, after a failed update) MIUI).
  • ๐Ÿ” Active Administrator (the game can be linked to Find My Device or Mi Account).

Solutions for complex cases:

  1. ๐Ÿ”„ Resetting settings: Go to Settings โ†’ The phone. โ†’ Settings reset. Select Reset all settings (does not delete files, but resets application settings).
  2. ๐Ÿ“ฅ Firmware: Install the fresh version MIUI Fastboot or Recovery. Instructions are available on Xiaomi.eu.
  3. ๐Ÿ”“ Root Access: If youโ€™re risk-averse, get a root through Magisk and uninstall the game with Root Explorer.

โš ๏ธ Note: Some Redmi models (e.g. Redmi Note 10 Pro with a MIUI 13) after resetting, preset games can return.This is due to the Mi Cloud Restore function, which restores system applications. To avoid this, turn off backup in Settings before resetting. โ†’ Xiaomi account โ†’ Mi Cloud โ†’ Backup.

FAQ: Frequent questions about removing games on Xiaomi Redmi

โ“ Can I remove the Game Turbo without any consequences?
Game Turbo is a system application that optimizes games. Deletion through ADB is possible, but it will result in: No FPS monitoring and temperature; no ability to block notifications in games; loss of quick gestures for screenshots; if you do not use these features, deletion is safe; otherwise, it is better to disable the application (section 3).
โ“ Why does the game appear again after the game is deleted?
This is due to: Auto-updates via Google Play (disable in store settings); Restores from backup (e.g. when resetting settings or reflashing); Pre-installed services (some games, such as Mi Game Center, are restored by the system); Solution: disable auto-update, delete your Google account before resetting, or use ADB to completely delete.
โ“ How to delete the game if the โ€œDeleteโ€ button is inactive?
The game is likely to be a system or device administrator. Try: Uninstall Administrator (Settings โ†’ Passwords & Security โ†’ Device Administrators). Disable the application (Settings โ†’ Applications โ†’ Disable). Delete via ADB (Section 4).
โ“ How much space will be available after the game is removed?
Depending on the type of game: Common games (e.g. Candy Crush): 50โ€“200 MB. AAA-Projects (e.g. Genshin Impact): 2โ€“10 GB (including GB) OBB-System games (e.g. Mi Game Center): 100โ€“300 MB: To free up as much space as possible, delete not only the game itself, but also its data in folders. /Android/data and /Android/obb.
โ“ Can I get a remote game back?
Yes, if the game was installed via Google Play: Open Google Play โ†’ Library. Find the game in the list and click Install. System games (remote via ADB) will require firmware or restoration via Mi Cloud.