How to Uninstall a Game on Xiaomi: 5 Ways to Delete It (Including System Apps)

Removing games on Xiaomi, Redmi or POCO smartphones often becomes a headache: apps stay in memory, take up space, and sometimes even recover after a reboot. Unlike standard Android removal, MIUI firmware has its nuances, from hidden system games to restrictions on uninstallation of preinstalled software. This article will help you understand how to completely remove the game from a Xiaomi device, including cases when it is not deleted in the usual way or returns after a reset.

We will cover all the current methods, from basic removal through the application menu to using ADB for system games. Particular attention will be paid to the problems typical of MIUI 14/15, where some games (for example, Mi Game Center or Xiaomi Game Turbo) can be integrated into the system and do not have a โ€œDeleteโ€ button. If you find that the game after removal reappears in the menu or takes up a place in memory, here you will find a solution.

1. Standard game removal via MIUI settings

Letโ€™s start with the simplest method that works for most custom games (e.g. Genshin Impact, PUBG Mobile, Free Fire) This method is suitable if the game was installed by you from Google Play or Mi App Store and its icon is displayed in the app menu.

In MIUI, the path to uninstallation may vary depending on the firmware version.

  • ๐Ÿ“ฑ Open the Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” In the search box, type the name of the game (for example, Call of Duty Mobile).
  • ๐Ÿ—‘๏ธ Click on the game in the list โ†’ Select "Delete" (if the button is active).
  • ๐Ÿ”„ Confirm the action by pressing OK in the dialog window.

If the Remove button is inactive or missing, it means that the game is system (preinstalled by Xiaomi) or was installed as part of the Google Mobile Services (GMS) package.

๐Ÿ“Š What Removal Method Have You Tried Before?
Through MIUI settings
Through Google Play
Reset to factory settings
I've tried nothing.

โš ๏ธ Note: Some games (such as Mi Game Center) may recover from standard removal when the next update is made. MIUI. To avoid this, you need to disable automatic update of system applications in Settings โ†’ The phone. โ†’ Updating the system โ†’ Settings (โš™) โ†’ Auto-update of applications.

2. uninstall via Google Play (if the game is installed from there)

If a game was downloaded from the Google Play Market, it can be removed through the store, which is convenient because it allows you to remove the game from all devices associated with your Google account.

Instructions:

  • ๐Ÿ›’ Open Google Play and go to Profile โ†’ Application and Device Management.
  • ๐Ÿ” Find the game in the list of installed applications.
  • ๐Ÿ—‘๏ธ Click on the basket icon ("Delete") next to the name.
  • โœ… Confirm removal.

The advantage of this method is synchronization with a Google account, but it does not work for Xiaomi system games or applications installed through a Google account. APK-file.

๐Ÿ’ก

If the game is not removed via Google Play, check if it is "systemic" for your Xiaomi model. For example, on Black Shark, some games are built into the firmware to optimize game mode.

3. Forced removal through "Security" (for MIUI)

MIUI has an inbuilt antivirus and application manager that sometimes allows you to remove what is not removed in standard ways, a technique that is especially useful for games that have been installed via APK or have suspicious behavior (for example, showing ads in the background).

How to remove the game through "Security":

  1. Open the Security app (the shield icon).
  2. Go to Scanning โ†’ Application Management.
  3. Find the game in the list and click on it.
  4. Select "Delete" or "Forced Stop" (if deletion is not available).
  5. Confirm the action.

If the game is not deleted, but there is an option to "Disable", use it - this will stop the background processes and free up RAM.

Close the game in Task Manager

Turn off auto-start in MIUI settings

Check if the game is a system game.

Make a backup copy of important data-->

4. Removal of system games via ADB (for power users)

If the game is built into firmware (such as Mi Game Center, Game Turbo or Xiaomi Game Services), it can not be removed in the standard ways, in which case Android Debug Bridge (ADB) โ€“ a tool for debugging Android, which allows you to manage system files.

โš ๏ธ Warning: Misuse of the right ADB This method can lead to unstable system operation or even a "brick" of the device.

Instructions for removing the system game through ADB:

  1. ๐Ÿ”ง Enable Developer Mode on Xiaomi: Go to Settings โ†’ About the phone. Press 7 times on the version. MIUI, until the notice "You've become a developer" appears. Go back to Settings. โ†’ Additionally. โ†’ For developers, activate debugging by USB.

ADB Tools

๐Ÿ“‹ Open the command line (Windows) or the terminal (macOS/Linux) file ADB.

adb devices

(Your device should be displayed.)

com.example.game

adb shell pm uninstall -k --user 0 com.example.game

To find out the exact game package, use the command:

adb shell pm list packages | grep'game'

This will display a list of all apps with the word โ€œgameโ€ in the name of the package.

How to find a game without ADB?
If you don't have access to ADB, you can find out the game package through the App Inspector app (available on Google Play). Open it, find the game in the list, and copy the value of the Package Name field.

Name of gamePackage name (package name)Type
Mi Game Centercom.xiaomi.gamecenter.sdk.serviceSystemic
Game Turbocom.miui.gameturboSystemic
Xiaomi Game Servicescom.xiaomi.gamecenter.sdk.service.persistentSystemic
PUBG Mobilecom.tencent.igCustomized
Genshin Impactcom.mihoyo.GenshinImpactCustomized

โš ๏ธ Note: After removing the system game through ADB function MIUI (For example, game mode or performance optimization may not work correctly. If you notice lags or errors, return the application with the command: adb shell cmd package install-existing com.example.game

5. Cleaning up game residues after removal

Even after the game is deleted, its files can remain in the device's memory.

  • ๐Ÿ“ Cache and data in the folder. /Android/obb/ (For example, heavy games like Call of Duty Mobile or Genshin Impact leave gigabytes of files here).
  • ๐Ÿ—ƒ๏ธ A folder with a save in /Android/data/.
  • ๐Ÿ”ง Settings in /data/data/ (requires root access).

How to completely clean the remains:

  1. ๐Ÿ“‚ Connect your phone to your PC or use a file manager (such as Mi File Explorer or Solid Explorer).
  2. ๐Ÿ” Go to the folder. /storage/emulated/0/Android/obb/ and delete the folder with the game name.
  3. ๐Ÿงน Clear the cache in Settings โ†’ Annexes โ†’ [Name of game] โ†’ Memory. โ†’ Clear the cache.
  4. ๐Ÿ”„ Reset the device.

For deep cleaning (if the game leaves processes in the background), you can use applications like SD Maid or Files by Google, which scan the system for junk files.

๐Ÿ’ก

Cleaning /Android/obb/ folder can free up to 5-10GB of memory if youโ€™ve played heavy games.

6 What to do if the game returns after deletion?

Some Xiaomi system games (such as Mi Game Center) can be retrieved after:

  • ๐Ÿ”„ Updates MIUI.
  • ๐Ÿ“ฑ Resetting to factory settings.
  • ๐Ÿ”ง Recovery through Mi Cloud.

How to prevent the return of the game:

  1. ๐Ÿšซ Turn off automatic updates to system applications: Settings โ†’ The phone. โ†’ Updating the system โ†’ Settings (โš™) โ†’ Auto-update of applications โ†’ Turn it off.
  2. ๐Ÿ”’ Freeze the application with the help ADB (if deletion is not possible: adb shell pm disable-user --user 0 com.example.game
  3. ๐Ÿ“ต Turn off sync with Mi Cloud: Settings โ†’ Accounts. โ†’ Mi Account โ†’ Synchronization โ†’ Deactivate "Annexations"

If the game returns to factory settings after reset, it means that it is sewn into the firmware, in which case only reflashing to the custom version of MIUI (for example, Xiaomi.eu), where the system games are removed by default, will help.

7.Alternative methods: disabling and hiding games

If deletion is impossible or risky, you can disable or hide the game so that it does not interfere with:

  • ๐Ÿ”• Disconnect: Go to Settings โ†’ Annexes โ†’ Application management. Choose a game. โ†’ "Note: The game will disappear from the menu, but its files will remain in memory.
  • ๐Ÿ‘๏ธ Hiding from the menu: Press the game icon on the home screen. Select Hide (if available). Or move to the Hidden Apps folder in the Hidden Apps folder. MIUI Launcher.
  • ๐Ÿ›ก๏ธ Block Notifications: Open Settings โ†’ Notifications โ†’ Notification management. Find the game and turn off all notifications.

These methods will not release memory, but will make the game invisible and prevent its background activity.

FAQ: Frequent questions about removing games on Xiaomi

โ“ Can I remove the Mi Game Center without ADB?
No, Mi Game Center is a system application and cannot be removed in standard ways.You can only disable it through settings or uninstall it with ADB (see section 4).
โ“ After removing the game, ADB She came back. Why?
This is due to automatic system applications recovery when you update MIUI. To prevent a refund, disable auto-update system applications in settings or freeze the package via ADB with the pm disable-user command.
โ“ How to remove a game if it doesnโ€™t appear in the app list?
It's probably hidden or system-based. Try: Find it through Settings โ†’ Apps โ†’ Show all apps. Use ADB to search by packet (adb shell pm list packages | grep'game'). Check /Android/obb/ and /Android/data/ for game files.
โ“ Will save the game when uninstallation?
Depends on the game: ๐ŸŽฎ Online games (e.g, PUBG Mobile, Free Fire: Keeping progress on the server โ€“ no deletion. ๐Ÿ’พ Offline games (such as Minecraft) store saves locally โ€” they will be deleted with the game if you do not back up. To save progress, copy the folder with game data from the game. /Android/data/[Game Package] on PC before Deleting.
โ“ Can I remove Game Turbo from Black Shark?
On Black Shark devices, the Game Turbo is part of the firmware and is responsible for game optimization: ๐Ÿ”ฅ Overheating of the device in games. ๐Ÿข Decrease in productivity. ๐Ÿšจ We recommend only disabling unnecessary functions in the Game Turbo settings, but do not delete it completely.