How to completely disable or remove the game on the Xiaomi phone: all ways

Games on Xiaomi smartphones often take up precious space in memory, consume battery power in the background and distract with notifications. Even after standard removal, some applications leave behind cache, data or are not deleted at all due to the status of the system. In this article, we will analyze all the current methods from basic deletion through the menu to deep cleaning with ADB and disconnection through developer mode.

The MIUI firmware and the new HyperOS feature pre-installed games (such as Mi Game Center or Game Turbo) that canโ€™t always be removed by standard means. Weโ€™ll look at solutions for different scenarios: when the game is installed by the user, when itโ€™s built into the system, and what to do if the Remove button is inactive. All instructions are tested on current versions of the software (2026) and adapted for models from Redmi Note 12 to Xiaomi 14 Ultra.

1. Standard game removal via the settings menu

The easiest way is to remove the game as a regular app, a method that is suitable for custom games installed from Google Play or Mi App Store, as well as some system applications that Xiaomi allows to uninstall.

Instructions:

  • ๐Ÿ“ฑ Open the Settings menu โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” Enter the game name in the search bar (for example, PUBG Mobile or Genshin Impact).
  • ๐Ÿ—‘๏ธ Press the game. โ†’ Delete (if the button is active).
  • ๐Ÿ”„ Confirm the action if there is a request for deletion of data.

โš ๏ธ Note: If the Remove button is inactive and gray, the application is system or secure.

๐Ÿ“Š What game do you most often remove from your smartphone?
Social (for example, Royal Match)
Shooters (PUBG, Call of Duty)
MOBA (Mobile Legends, LoL)
Asphalt (Need for Speed)
Other

2. disable the game without deletion (for system applications)

If the game is built into firmware (such as Mi Game Center or Quick Games), it canโ€™t be removed completely without root rights, but you can turn it off, which will stop it from working, hide the icon from the menu, and prevent auto-start.

How to turn it off:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the right game through search.
  3. Stick to three points (โ‹ฎ) top-right โ†’ Select to disconnect.
  4. Confirm the action in the dialog window.
AnnexCan I remove it?Can I turn it off?Need an ADB?
Mi Game CenterโŒ No.โœ… Yes.โœ… For complete removal
Game TurboโŒ No.โœ… Yes.โœ… For complete removal
Quick Games (Game Center)โŒ No.โœ… Yes.โœ… For complete removal
Games from Google Playโœ… Yes.โŒ No.โŒ Don't.

โš ๏ธ Note: Disabled apps do not receive updates and may conflict with some features MIUI/HyperOS, For example, with Game Turbo mode. If you experience performance problems in games after you turn off, return the application to its original state through the same settings section.

3. Removal via ADB (for power users)

If the game is not deleted or disabled, you can use Android Debug Bridge (ADB), a tool for deep system management, which requires connecting the phone to the computer and enabling the developer mode.

Step-by-step:

Enable Developer Mode (7 times tap the MIUI version in your phone settings)

Activate USB Debugging in Settings โ†’ Additional โ†’ For Developers

Download and install ADB Tools on PC (e.g. Platform Tools)

Connect your phone to your PC via USB (select File Transfer Mode)

-->

After preparation, execute commands in the terminal (command line):

adb devices

(Your device name should appear โ€“ this is a confirmation of the connection)

adb shell pm uninstall -k --user 0 com.xiaomi.gamecenter

Replace com.xiaomi.gamecenter with the batch name of your game, which you can find out through the App Inspector app or the command:

adb shell pm list packages | grep 'game'

Important: Deleting system applications via ADB can cause the phone to run unstable. Create a backup before the procedure!

How to return the deleted application via ADB?
To restore the application, follow the command: adb shell cmd package install-existing com.xiaomi.gamecenter or reset the phone to factory settings (delete all data!).

4. Clearing the cache and game data before deleting

Even after the game is deleted, its files can remain in the phone's memory, and to free up space completely, you need to manually clear the cache, data and residual files.

How to clean:

  • ๐Ÿงน Go to Settings. โ†’ Annexes โ†’ Application management โ†’ select the game.
  • ๐Ÿ—ƒ๏ธ Press Warehouse. โ†’ Clear the cache and Clear the data.
  • ๐Ÿ” Use a file manager (such as Mi File Manager) to find folders with the game name: /storage/emulated/0/Android/data/ /storage/emulated/0/Android/obb/
  • ๐Ÿ—‘๏ธ Remove found folders manually.

โš ๏ธ Note: Do not delete folders with the names com.android. or com.xiaomi. โ€“ this can disrupt the system. Also avoid cleaning data in the Google Play Services or Mi Account applications โ€“ this will lead to sync errors.

๐Ÿ’ก

If the game continues to appear in the list of applications after removal, check Settings โ†’ Accounts โ†’ Google โ†’ Application Management. It may be linked to your Google account and synced automatically.

5. Block notifications and auto-start the game

If the game is not deleted, but you want to at least stop its activity in the background, turn off notifications and autoplay, which will reduce battery consumption and mobile Internet data.

How to turn it off:

  1. Notifications: Go to Settings โ†’ Applications โ†’ Application Management โ†’ Select the game. Tap Notifications โ†’ Turn off the slider.
  2. AutoRun: In the same game settings, find the Battery or AutoRun section. Turn off the AutoRun, Secondary Start and Background options.
  3. Mobile Data: In the Mobile Networks section (in the game settings), disable Background Data and Data Transfer.

These actions won't delete the game, but they will minimize its impact on the system, especially useful for games like Clash of Clans or Candy Crush, which send out constant notifications about events.

๐Ÿ’ก

Turning off auto-start and background activity can increase battery life by 10-15% when using your phone actively.

6. Resetting the phone to factory settings (last resort)

If the game caused a system failure (for example, after a failed update or virus attack), and other methods did not help, a complete reset remains. This will delete all data, including apps, photos and settings, so use the method only as a last resort.

How to reset:

  1. Back up important data via Settings โ†’ About Phone โ†’ Backup or manually copy files to your PC.
  2. Go to Settings โ†’ About the phone โ†’ Reset settings.
  3. Choose to erase all data and confirm the action.
  4. After the reboot, the phone will be like new โ€“ without games and unnecessary apps.

โš ๏ธ Note: On some Xiaomi models (e.g, POCO F5 or Redmi K60) You may need to re-link your Mi Account after resetting, and if you forget your password, restore it in advance at account.xiaomi.com.

7.Alternative methods: disabling through Safe Mode and third-party utilities

If the game interferes with the phone (for example, causing constant crashes or overheating), you can temporarily turn it off via Safe Mode (Safe Mode) or use third-party utilities like Debloater.

Safe Mode:

  • ๐Ÿ”„ Turn off the phone.
  • ๐Ÿ”˜ Press the power button until the logo appears. MI.
  • ๐Ÿ‘† Release the power button and immediately press Volume Reduction, hold until loading.
  • ๐Ÿ“ต In Safe Mode, remove or disable the problem game.
  • ๐Ÿ”„ Restart your phone in normal mode.

Third-party utilities:

To remove system games without ADB, you can use:

  • ๐Ÿ› ๏ธ Universal Android Debloater (works on PC, requires a connection to the Internet) USB).
  • ๐Ÿ“ฑ App Inspector (shows batch names of manual removal applications).
  • ๐Ÿ” SD Maid (cleanses residual files after uninstallation).

โš ๏ธ Note: Using third-party utilities may violate Xiaomiโ€™s security policy and result in blocking certain features, such as Mi Pay or Face Unlock, 4PDA).

Frequently asked questions

Can I remove the Game Turbo without any consequences?
Game Turbo is a system application that is responsible for optimizing games, and removing it can impair performance in heavy games (such as Genshin Impact or Call of Duty Mobile), it is better to turn it off through settings if you do not use game mode.
Why does the game reappear after removal?
This is due to automatic sync with your Google or Mi Account account. disable the autoinstallation of apps in your account settings or remove the game from the Google Play library.
How to find out the game name for ADB?
Install the App Inspector app from Google Play, open it and find the game you want in the list. The packet name will be listed in com.company.game. Alternatively, use the adb shell pm list packages | grep 'game' command.
Will Google Play Games work after the system games are removed?
Yes, Google Play Games is a separate service that is independent of Xiaomiโ€™s system games, but some features (like gameplay recording) may require Game Turbo.
Can I uninstall games on Xiaomi without a computer?
Yes, but only if the game is not system-based. For system applications (such as Mi Game Center) without ADB, you can only disable them through settings. Complete removal is possible only with ADB or root rights.