Xiaomi, Redmi and POCO smartphone owners often face confusing processes in the Task Manager or notice pre-installed icons that are not removed in the standard way. Xiaomi games are not just entertainment software, but a deeply integrated system component of the MIUI or HyperOS shell, known as the Mi Game Center. Its main task is to aggregate game content, optimize performance during app launches and, unfortunately, impose advertising offers.
Many users confuse this service with a virus, especially when they see pop-ups or high traffic consumption in the background. However, it is not malware, but a regular element of the ecosystem that can and should be customized to your needs. Understanding the architecture of this application will allow you to clean the interface of unnecessary visual noise and prevent accidental downloads.
In this article, we will take a closer look at the functionality of the game center, explain why it returns so persistently after deleting, and provide step-by-step instructions for turning it off completely, learn how to distinguish between system process and third-party game, and get tools to control your device.
⚠️ Note: Complete removal of system components through ADB This may cause an unstable launcher.Before making changes to system packages, make sure you understand the risks.
What is Mi Game Center and Why You Need It?
Mi Game Center (or simply “Games”) is a digital platform developed by Xiaomi to distribute and manage entertainment mobile apps, and unlike Google Play, it is regionally tailored and often offers localized versions of popular titles that may not be available in your region or require specific server configurations.
The main function of the service is to provide the user with a single entry point for all gaming applications. When you run the game through this center, the system can activate a special Game Turbo mode, which redistributes CPU and RAM resources, blocks notifications and calls, providing maximum FPS. For casual users, this can be a convenient tool, but for pure Android enthusiasts it is an excess layer.
In addition, the app is responsible for updating game dependencies and verifying licenses for some pre-installed projects. It is through this channel that Xiaomi monetizes its devices, showing ads for new releases, offering in-game bonuses and promoting affiliate products. Disabling this service will not affect the operation of messengers or the browser, but may limit the functionality of some heavy games.
- 🎮 Aggregation: Collect all gaming apps in one folder for quick access.
- ⚡ Optimization: Automatic activation of high performance mode at startup.
- 🎁 Bonuses: Exclusive in-game currencies and items for shell users MIUI.
- 📢 Advertising: Imposing new games and affiliate offers through push notifications.
Differences between system process and user games
It's important to be able to distinguish between the service aggregator itself and the specific games you downloaded. In Task Manager, you can see a process called com.xiaomi.gamecenter or com.xiaomi.gamecenter.runner. This is the shell. It can consume resources even when you're not playing, as background services update recommendation lists and check for updates.
Custom games like PUBG, Genshin Impact or Candy Crush have their own separate data packets and processes.Removing Mi Game Center won't remove the games themselves from your device, but can remove shortcuts from a special game menu.The system process is often masquerading as "Framework Services" or "System Components," which baffles inexperienced users.
If you notice that the device is warming or discharged quickly, check the battery usage statistics. If a high percentage of consumption is in the Game or Game Center, and you are not playing at this point, then the background services are working incorrectly or aggressively collect telemetry, in such cases it is recommended to limit background activity.
💡
To accurately identify a process, enable the developer settings to display real-time processes or use third-party monitors like Greenify.
How to turn off ads and notifications in the gaming center
The most annoying part of using standard Xiaomi services is advertising, and fortunately, the built-in settings allow you to significantly reduce the amount of advertising without resorting to complex manipulation of the code, and the first step is to deaktivate personalized advertising in system applications.
To do this, go to Settings → Passwords and Security → Access to Personal Data (or “Privacy” in new versions). Find the msa (MIUI System Ads) list and turn off the slider. The system will ask you to wait 10 seconds and confirm the action. This action will turn off ads in many system applications, including the game folder.
Next, you need to configure the Game app itself. Open it, click on the profile icon or menu (usually three dots or stripes), and find the Settings section. You should turn off the Receive Notifications, Recommendations, and Automatic Update options, which will prevent pop-ups from showing you a new time killer.
| Setup parameter | Where to find out. | Recommended value | Impact |
|---|---|---|---|
| msa | Access to personal data | Off. | Removes ads in the system |
| Recommendations | Settings of the Game application | Off. | Hiding the news feed |
| Auto-update | Settings of the Game application | Only through Wi-Fi. | Saving traffic |
| Push notifications | Settings of the Game application | Off. | Removes pop-up banners |
⚠️ Warning: After the firmware update, the ad settings may reset to factory. Check msa after each major system update.
Remove Games and Services through Phone Settings
The standard removal method is suitable for most cases where the application is not critical to running the shell. If you want to remove the Game shortcut from the desktop, just press it and select Delete. However, this may not remove the application itself, but only its shortcut.
To completely remove the settings, go to Settings → Apps → All apps. Find the Game or Game Center list. If the Remove button is active, feel free to press. If only the Stop or Disable button is available, then the application is system-based and protected from removal in the normal way.
In some cases, especially on global firmware versions, the Game app may be disguised as GetApps or have a system name that is not obvious to the user. Carefully study the description of the application before deleting. If you accidentally delete an important component, it can be returned by resetting the application settings to factory ones.
☑️ Pre-deletion check
Complete removal via ADB (for advanced users)
If standard methods don’t work and you want to completely cut out the Mi Game Center from the system, you’ll need to use the Android Debug Bridge (ADB) toolkit, which is safer than rooting, since it doesn’t violate the integrity of the system partition, but only hides packages for the user.
To start, activate Developer Mode. Go to Settings → About Phone and quickly click 7 times on MIUI Version (or OS Version) until the notification “You’ve become a developer” appears. Then, in the “Additional” or “Extended Settings” menu, turn on “Debugging over USB”.
Connect your smartphone to your computer, install drivers and the SDK Tools platform. Open the command line and enter a command to check the connection:
adb devicesOnce you've confirmed the connection, you'll see a request for debugging permission on your phone screen. You'll agree. Then use the command to delete the packet. For a game center, the team usually looks like this:
adb shell pm uninstall -k --user 0 com.xiaomi.gamecenterYou may also need to remove adjacent packages, such as com.xiaomi.gamecenter.runner or com.xiaomi.migameservice. Be careful: removing the wrong packages can lead to a cyclical reboot.
List of safe to remove Xiaomi packages
Impact of gaming services on productivity and battery
The presence of a variety of background services associated with games can significantly affect the autonomy of the device. telemetry services constantly send data about the use of applications to Xiaomi servers, which consumes battery power and Internet traffic, especially on low-end models of the Redmi Note series with the least capacious batteries.
In addition, the heavy shells of gaming centers can conflict with third-party launchers, causing the interface to slow down. If you notice that the phone stutters when swipes or opening menus, try temporarily disabling or removing gaming services, in most cases, this returns the system to its former sharpness.
But it's worth noting that for avid gamers, Game Turbo's functionality, which comes in conjunction with the game center, can be useful. It allows you to capture frame rates and prevent interruptions. So before completely removing it, weigh the pros and cons: whether you need aggressive optimization or prefer pure Android.
💡
Removing Xiaomi gaming services can increase battery life by 10-15% by stopping background synchronization and advertising modules.