Why users want to get rid of the Game Center on Xiaomi
The Game Center is a standard app on Xiaomi, Redmi and Poco smartphones that automatically installs with MIUI firmware. On paper, it promises to optimize gameplay: block notifications, clear memory, and even record gameplay. But in practice, many users face aggressive advertising, background battery consumption, and unsolicited push notifications about βhot games.β
According to a 2023 Mi Community survey, 68 percent of Xiaomi owners in Russia turn off or delete Game Center in the first months of using the phone, reasons ranging from the banal βdonβt play mobile gamesβ to more serious claims: an app can arbitrarily turn on mobile data to download updates or even restart after resetting. Unfortunately, standard deletion through the app menu often doesnβt work β the system simply deactivates it until the next update.
In this article, we will discuss 5 ways to get rid of Game Center forever, including methods without superuser rights (root) and with them, you will also learn how to block the automatic return of the application after the MIUI update and what to do if the phone after manipulation stopped booting.
Method 1: Disconnect via settings (without deleting)
If you don't need radical measures, start with the safest option, which is to deactivate the application, which does not require root rights or disrupt the system, but has a disadvantage: after the update, the MIUI Game Center can be activated again.
Instructions:
- π± Open the Settings. β Annexes β Application management.
- π In the search bar, enter the Game Center (or Game Center in English firmware).
- βοΈ Click on the app, then select Disable (or Disable).
- β Confirm the action in the pop-up window.
Once disabled, the icon will disappear from the desktop and the background processes will stop, but the application files will remain in memory and will take up to 150-200 MB (depending on the version of MIUI).
π‘
To hide the disabled application from the list in the settings, use the "Show System" filter (turn it off).
Method 2: Removal via ADB (without root)
A more radical method is to remove the application package via ADB (Android Debug Bridge), which does not require superuser rights, but requires connecting the phone to a computer, the advantage is that the Game Center will be removed completely, not just disabled.
What you need:
- π» Computer with installed Xiaomi drivers and platform-tools package.
- π± Included Debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times tap to unlock the developer's settings).
- π USB-cable (preferably original).
Step-by-step:
- Connect the phone to your PC and type in the command line (cmd): adb devices Make sure the device is identified (serial number should appear).
- Run the command to remove Game Center: adb shell pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service For some versions of MIUI, an additional command may be required: adb shell pm uninstall --user 0 com.xiaomi.glgm
- Reboot the phone.
USB-tools enabled | Xiaomi drivers installed on PC| Phone connected in file transfer mode | Platform-tools package unpacked in C--> disk root
Important! On some models (Xiaomi 12 Pro, Redmi Note 11) the app may return after the MIUI update. To avoid this, block its update via Settings β Apps β Game Center β Remove updates (if the button is active).
What if the ADB canβt see the device?
Method 3: Remove with root rights (for power users)
If you have root rights (e.g., through Magisk), you can delete Game Center at the system file level, a method that ensures that the app wonβt return after updates, but caution is needed: wrong actions can lead to system failure.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/GameCenter or /system/app/GameCenter (the path may vary depending on the version of MIUI).
- Remove the entire folder or rename it (for example, in the GameCenter_bak).
- Reboot the phone.
The following is the Titanium Backup:
- π Find in the list of applications the Game Center.
- ποΈ Select Delete (not "Freeze!").
- β Confirm the action.
π‘
Removing system applications from root can disrupt MIUI. Always back up through TWRP before manipulation!
Warning: On some firmware (MIUI 14+), deleting Game Center may cause errors in Google Play services or problems with authorization in Mi Account. If there are failures after deleting, restore the folder from the backup.
Method 4: Blocking through Mi Account (for Chinese firmware)
Users of smartphones running Chinese firmware (China ROM) may find that the Game Center not only returns after updates, but also blocks the shutdown through settings, in which case, linking the device to Mi Account and then disconnecting through the cloud will help.
Algorithm of action:
- π Go to the Mi Account website and log in.
- π± Go to the Devices section β Your phone. β Application management.
- π Find the Game Center in the list and turn it off.
- π Synchronize settings on the phone (Settings) β Mi Account β Synchronization).
This method does not work on all versions of MIUI, but it can be useful for owners of Xiaomi Mi 11, Redmi K40 and other models with Chinese firmware. If the option is not available, try changing the account region to India or Russia (in profile settings).
Method 5: Flashing on custom firmware (extreme case)
If all previous methods failed, a radical solution remains to install custom firmware, such as LineageOS, Pixel Experience or Xiaomi.eu, which is devoid of most of Xiaomiβs standard applications, including Game Center.
What you need to know before the firmware:
| Parameter | Xiaomi.eu | LineageOS | Pixel Experience |
|---|---|---|---|
| Support for Game Center | β Deleted. | β Absent. | β Absent. |
| Requires unlocking of the loader | β Yes. | β Yes. | β Yes. |
| Data retained | β We need a clean installation. | β We need a clean installation. | β We need a clean installation. |
| Support OTA-update | β Yes. | β Yes. | β Yes. |
| The risk of a brick | π‘ Medium. | π’ Low. | π’ Low. |
The firmware process includes:
- Unlock the bootloader via the Mi Unlock Tool (can take up to 72 hours to wait).
- Installation of custom recavery (TWRP).
- Formatting data, cache, system sections.
- Installation of ZIP-archive with firmware.
Attention! Custom software firmware voids the warranty and may cause data loss. On some models (Xiaomi 13 Pro, Redmi Note 12), unlocking the bootloader blocks the use of banking applications (due to the lack of SafetyNet).
What to do if the phone does not turn on after removing the Game Center
In rare cases, incorrect removal of system applications can lead to a βbootloopβ or failure to boot. If after manipulation with the Game Center, the phone stopped working, follow this algorithm:
- Hard reboot: Press the power button for 10-15 seconds until the device shuts down. Then try turning it on again.
- Recovery Mode: Press Power + Volume up to get into the standard Recovery. Select Wipe data.
- Fastboot mode: If the phone doesnβt boot even to a recaveri, plug it into your PC and type: fastboot flash boot.img (where boot.img is the original firmware file for your model).
- Download the official firmware for your model from the Miui Download website and run it through the Mi Flash Tool in Clean All mode.
If none of the methods worked, contact Xiaomi Service Center and let them know that the problem occurred after the system update β this will increase the chances of free repairs under warranty (even if you removed the application).
π‘
Never delete system applications through a file manager without a backup! use TWRP Backup or Orange Backup to save the current firmware.