How to permanently remove the offers of games on the phone Xiaomi: the complete guide

Game ads and annoying hot-news notifications from Xiaomi are one of the most annoying features of MIUI firmware and the new HyperOS. Even after buying a premium model like Xiaomi 14 Ultra or the budget Redmi Note 12, users are facing aggressive promotion of mobile games through system banners, the Game folder on the desktop and pop-ups. In this article, we will examine all the ways to disable these offers โ€“ from standard settings to hidden features that are not written in the official documentation.

The problem is compounded by the fact that Xiaomi has integrated gaming services into the system level: they work even after resetting and are not blocked by standard restrictions for applications. For example, the Game folder (com.miui.gamecenter.sdk) can reappear after updates, and notifications about โ€œfree giftsโ€ in Genshin Impact or Honor of Kings come through the system Push service, not through Google Play. We tested all methods on current versions of firmware (MIUI 14.0.8 and HyperOS 1.0) and selected only working solutions.

Why is Xiaomi showing game offers?

The root of the problem lies in Xiaomiโ€™s business model: the company monetizes its smartphones not only through sales, but also through affiliate programs with gaming studios, and here are the key mechanisms that are responsible for displaying ads:

  • ๐ŸŽฎ Game Center is a system application (com.miui.gamecenter) that collects data about gaming activity and shows โ€œrecommendationsโ€ on the desktop.
  • ๐Ÿ“ข MIUI Push Service is a notification service that bypasses Androidโ€™s restrictions and delivers ads even if youโ€™ve disabled notifications for all apps.
  • ๐Ÿ”„ Cloud synchronization โ€“ after authorization in Mi Account, the ad settings can be reset to factory when updating the firmware.
  • ๐Ÿ’ฐ Partnering with Tencent, NetEase, and other publishers is why you see banners for specific games like this. PUBG Mobile or Free Fire.

Importantly, on models for the Chinese market (with the firmware "China ROM"), it is almost impossible to turn off game advertising without root rights - it is hard sewn into the system as part of the "Xiaomi ecosystem", owners of global (Global ROM) and European (EEA ROM) versions are more fortunate: they have access to privacy settings that are not in Chinese builds.

Another nuance is personalized advertising, where if you've ever run a game through Game Turbo or downloaded an APK from unofficial sources, the system will show you "relevant" offers, for example, after you install the PPSSPP emulator, banners with games for PSP may appear.

Method 1: Disconnect via MIUI/HyperOS settings

To start with, the most obvious method is standard settings, which are suitable for users who do not want to dig into system files or install additional utilities, and the instructions are relevant for MIUI 12-14 and HyperOS 1.0+:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search box, enter Game Center (or "Game Center" in Russian).
  3. Select the com.miui.gamecenter.sdk app (or com.xiaomi.gamecenter on older versions).
  4. Click Disable (if the button is inactive, click Stop first).
  5. Confirm the action in the pop-up window.

After that, the Game folder will disappear from the desktop, but notifications may continue to come through the Push service to block them:

  1. Go back to Application Management and find MIUI Push Service (com.xiaomi.xmsf).
  2. Go to Notifications and turn off all switches.
  3. Then click Storage โ†’ Clear the cache and Clear the data.

โš ๏ธ Note: On some models (e.g, POCO F5 redmi K60) If you turn off Game Center, you may lose access to Game Turbo, a proprietary mode for gamers with performance optimization. If you actively play heavy games (such as Genshin Impact or Call of Duty Mobile), this method is not suitable for you.

No Game folder on the desktop |

There are no banners in the notification curtain |

Game Center app disabled in settings|

Cash. MIUI Push Service cleaned up-->

Method 2: Blocking through ADB (no root rights)

If standard settings donโ€™t work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to turn off system applications without obtaining root permissions.This method works on all Xiaomi models, including the POCO X5 Pro and Redmi 12, but requires a connection to a computer.

You'll need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฑ Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times to press the version โ†’ return to โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ› ๏ธ Utility. ADB Tools by Google.

Step-by-step:

  1. Download and unpack the platform-tools on your computer.
  2. Connect your phone to your PC and select File Transfer (MTP) mode.
  3. Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools.
  4. Enter the command to check the connection: Adb devices should appear the name of your device.
  5. Run the command to disable Game Center: adb shell pm uninstall -k --user 0 com.miui.gamecenter.sdk
  6. Then turn off MIUI Push Service (optional but recommended): adb shell pm uninstall -k --user 0 com.xiaomi.xmsf
  7. Reboot the phone.

โš ๏ธ Note: After updating the firmware disconnected through ADB To avoid this, repeat the procedure after each major update (for example, when switching from a new application to a new one). MIUI 14 on HyperOS.It is also not recommended to use this method on devices with an unlocked bootloader - this can cause malfunctions in the Mi Account.

๐Ÿ’ก

If the adb device command doesnโ€™t find your phone, try reinstalling the drivers. ADB use another USB-Windows sometimes helps install drivers through Universal ADB Driver.

Method 3: Using apps to block ads

If you don't want to mess with ADB, you can use third-party utilities that block ads at the DNS level or via a VPN. We tested several solutions and selected the most effective ones for Xiaomi:

AnnexType of lockdownEffectiveness against gaming advertisingCons
BlokadaLocal VPN + DNS lockโญโญโญโญ (Blocks 90% of banners)It may conflict with banking applications
AdGuardLocal VPN + filtersโญโญโญโญโญ (It also blocks push notifications)Paid version for full functionality
DNS66DNS-level lockingโญโญโญ (Does not block the Push service)A complex setup for beginners
NetGuardFirewall without rootโญโญ (Blocks only network requests)Do not block local advertising in MIUI

The most effective solution is AdGuard.

  1. Open the app and turn on the protection.
  2. Go to Filters โ†’ Add a filter and select: AdGuard Base filter AdGuard Mobile Ads filter EasyList China (to block Chinese ads)

HTTPS filtering

Reboot the phone.

Blokada is a good free alternative, but it doesnโ€™t block notifications from MIUI Push Service. Combine it with disabling Game Center through settings (Method 1) for maximum effect.

AdGuard|Blokada|DNS66|NetGuard|I don't use it.|Other-->

Method 4: Manual removal of system APKs (for advanced ones)

This method requires unlocked bootloader and root rights, but it gives you a 100% guarantee of getting rid of gaming advertising, suitable for users who are willing to sacrifice a guarantee for the sake of cleanliness. We tested on Xiaomi 13 Pro with HyperOS 1.0 firmware.

You'll need:

  • ๐Ÿ”“ Unlocked bootloader (instructions on the official website).
  • ๐Ÿ› ๏ธ Installed Magisk (to obtain root).
  • ๐Ÿ“ฑ File Manager with support for root (for example, Root Explorer or Root Explorer) FX File Explorer).

Step-by-step:

  1. Install Magisk Manager and get root rights.
  2. Open the file manager and go to /system/priv-app/.
  3. Find and delete the following folders: GameCenter (or GameCenterSdk), Xmsf (this is MIUI Push Service), MiuiDaemon (optionally, responsible for background tasks)

/system/app/

GameTurbo

Settings โ†’ Storage โ†’ Clean the cache

Reboot the phone.

โš ๏ธ Attention: Removal of system APK This can cause your phone to run unstable, especially if youโ€™re using features like Game Turbo or Second Space. โ†’ Additionally. โ†’ Backup and reset on some models (e.g, POCO F4 GT) Removing GameTurbo results in loss of support for physical triggers for gaming.

What if the phone does not turn on after removing the APK?
If after deleting system files, the phone is stuck on the Xiaomi logo or went to bootloop, try: 1. Log in Fastboot (press Power + Vol Down). 2. Connect to your PC and restore deleted files via the command: fastboot flash system.img (you need an original firmware image for your model). 3. If it does not help, perform a full reset via fastboot erase userdata.

Method 5: Reset Advertising Settings via Mi Account

Few people know, but Xiaomi stores customized ad settings in its cloud account Mi Account. Even if you turn off all the banners on your phone, they can reappear after resetting or changing the device. To avoid this, you need to manually reset the ad profile:

  1. Open the Mi Account page in your browser and log in.
  2. Go to Account Management โ†’ Confidentiality.
  3. Find the Personalized Ads section (or Ad Preferences in English).
  4. Turn off all switches and click Reset Advertising ID.
  5. On your phone, open Settings โ†’ Google โ†’ Advertising and reset Advertising ID.

This method is especially useful if you use multiple Xiaomi devices (like a smartphone and a Xiaomi Pad 6 tablet). Once you reset your ad profile, the new devices wonโ€™t get your old preferences.

โš ๏ธ Note: If you sign in to Mi Account on Chinese firmware devices (China) ROM), Resetting your advertising profile may not work on these versions MIUI Advertising is locally managed without synchronization with the cloud.

Additional tips for getting rid of advertising completely

Even after you turn off Game Center and block push notifications, ads can seep through other channels.

  • ๐Ÿ“ฑ Turn off Recommendations on your desktop: Press and hold the empty space on your desktop. Select Desktop Settings. Turn off Recommendations and Game folder".

Check the application rights:

  • Settings โ†’ Privacy โ†’ Special permissions disable notifications for suspicious applications (e.g., com.miui.systemAdSolution).
  • ๐ŸŒ Use an alternative launcher: Install a Nova Launcher or Lawnchair โ€“ they donโ€™t show system ads MIUI. After installation: Make an alternative launcher the default launcher.In the launcher settings, disable all widgets and folders from Xiaomi.
  • ๐Ÿ“ต Turn off mobile data for advertising services: C Settings โ†’ SIM-maps and mobile networks โ†’ Data transfer limit background traffic for com.miui.gamecenter and com.xiaomi.xmsf.

๐Ÿ’ก

The most reliable way is to turn off Game Center via ADB + block Push notifications in AdGuard + reset your ad profile to Mi Account, which gives you 99% protection from gaming ads.

FAQ: Frequent questions

Game Center's been gone after it was shut down. How do you get Game Turbo back?
If you have disabled Game Center through settings or ADB and Game Turbo mode is needed for gaming, do this: Install the APK Game Turbo manually (you can download from APKMirror). Or turn back the Game Center via ADB: adb shell pm install-existing com.miui.gamecenter.sdk Reboot the phone. On some models (e.g. Black Shark 5), the Game Turbo is a separate application and is independent of the Game Center.
Why did the gameโ€™s ads reappear after the firmware update?
When you upgrade MIUI or HyperOS, system applications (Game Center, MIUI Push Service) are restored to factory state. To avoid this: Before updating, back up the list of disabled applications via ADB: adb shell pm lists -d After updating, repeat the disabling commands (see Method 2). Or use AdGuard to permanently block ads at the DNS level. On HyperOS, the problem is less frequent, since the new firmware partially separates system and user data.
Can I turn off games without root and ADB?
Yes, but the efficiency will be lower. Combine the following methods: Disable Game Center through settings (see Method 1). Install AdGuard or Blokada to block network requests. Reset your advertising profile to Mi Account (see Method 5). Use an alternative launcher (Nova Launcher) that will reduce the amount of advertising by 70-80%, but will not completely remove it (Push notifications may continue to come).
Is it safe to remove system APKs through root?
Deleting system files is always fraught with risks, but if you follow the rules, the chances of โ€œbrickingโ€ the phone are minimal: ๐Ÿ”น Only remove those. APK, Directly related to advertising (GameCenter, Xmsf). ๐Ÿ”น Don't touch the files in /system/framework/ โ€” This can lead to bootloop. ๐Ÿ”น Before deleting, make a backup copy through TWRP or adb backup. ๐Ÿ”น On models with HyperOS, it is better to use pm uninstall via ADB, If you delete the phone, restore the firmware via Fastboot or Mi Flash Tool.
Why is there no Game folder on POCO F5, but there are notifications for new games?
On POCO devices (and some Redmi devices), the Game folder may be hidden, but the ads still show through: MIUI Push Service (com.xiaomi.xmsf) - sends notifications directly. GetApps (com.xiaomi.midrop) - the Xiaomi app store that promotes games. Thematic services (com.android.themes) - sometimes show banners in the the theme settings. To remove notifications: Disable notifications for GetApps in Settings โ†’ Apps. In AdGuard, add a rule for blocking agame.compi.