How to completely remove games from the phone Xiaomi Redmi: from standard to system

Xiaomi Redmi smartphones often come with pre-installed games that take up precious memory space, consume battery power in the background and distract with notifications. Even after manual removal, some applications return after a system update or reset. In this article, we will discuss all possible ways to get rid of games, from standard methods through the phone’s menu to advanced solutions using ADB and superuser rights.

The thing about MIUI is that it aggressively integrates partner services, including games from Mi Game Center, Gameloft and other developers, and we'll not only show you how to remove these apps, but also explain why they come back, and how to permanently lock them into automatic installation through hidden system settings. The instructions are relevant for all Redmi models (from Redmi 9A to Redmi Note 13 Pro+) based on MIUI 12-14 and HyperOS.

1. Uninstall games through standard MIUI settings

The easiest way is to use the system’s built-in tools, which are suitable for custom games manually installed from Google Play or Mi App Store, as well as for some pre-installed applications.

How to do this:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” Enter the game name in the search bar (for example, PUBG Mobile or Mi Game Center).
  • πŸ—‘οΈ Click Delete (if the button is active). Only the option to Disable for system applications may be available.
  • βš™οΈ To completely delete the game data, go to the Warehouse before you do it. β†’ Clear the data.

⚠️ Note: Some games (such as Mi Pay or Mi Video) are disguised as system services, and cannot be removed via the standard menu, requiring superuser rights or ADB.

πŸ“Š What games are most often removed from Xiaomi Redmi?
Pre-installed (Mi Game Center, WPS Office)
Social (PUBG, Free Fire)
The Casual (Candy Crush, Gardenscapes)
Others

2. Disconnect games through "AutoStart" and background activity

If the game is not deleted, it can be locked at the system level so that it does not automatically start and consume resources, which does not free up memory, but stops background processes.

Instructions:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select the desired game and open the AutoRun section.
  3. Turn off all switches: Auto Start, Secondary Start and Background Activity.
  4. Go back and in the Notifications section, disable the display of alerts.

Auto-start disabled

Background activity is prohibited

Deleted data and cache

Notifications disabled

-->

⚠️ Note: Some games (such as Garena Free Fire) create background services with names like com.dts.freefireth).

3. Remove system games via ADB (no root)

Removing embedded games and services (such as Mi Game Center 4.x or Mi App Store) requires a computer and an ADB (Android Debug Bridge) tool, which does not require superuser rights, but requires debugging over USB.

Step-by-step:

  1. Turn on Developer Mode on your phone: Settings β†’ About Phone β†’ MIUI version (click 7 times).
  2. Activate USB Debugging in Settings β†’ Additional β†’ For developers.
  3. Connect your phone to your PC, install ADB Tools and execute the command:
adb shell pm uninstall -k --user 0 com.xiaomi.gamecenter

List of popular game packages for removal:

Game/servicePacket nameCan I remove it?
Mi Game Centercom.xiaomi.gamecenterYes.
Mi App Storecom.xiaomi.mipicksYes (but you will need to install manual updates)
WPS Officecn.wps.moffice_engYes.
Facebook App Managercom.facebook.systemYes (does not affect Facebook)
Netflixcom.netflix.mediaclientYes (unless you use it)

⚠️ Warning: Deleting com.xiaomi.mipicks will disable automatic updates to Xiaomi branded apps.To get the store back, you'll need to reset your phone or manually install it APK.

What if the ADB can’t see the device?
1. Make sure that Xiaomi drivers are installed (download from [official site](https://new.c.mi.com/global/miuidownload/index)). 2. Check that File Transfer (MTP) is selected from the USB Debugging menu. 3. Restart your phone and PC, then reconnect. 4. If Windows is used, try disabling the driver signature check via gpedit.msc (for power users).

4. Complete removal of games with root rights

If you have an unlocked bootloader and you have Magisk or another root manager installed, you can remove any games, including system ones, that don’t lend themselves to standard methods.

Instructions:

  • πŸ“² Install a file manager with root support (such as Root Explorer or Root Explorer). FX File Explorer).
  • πŸ” Go to the folder. /system/priv-app/ or /system/app/.
  • πŸ—‘οΈ Find folders with game names (e.g. GameCenter, MiPick) and delete them.
  • πŸ”„ Reboot the phone.

⚠️ Attention: Removal of system APK without backup, you may lose functionality, for example, deleting com.xiaomi.mipicks will disrupt your work. MIUI Updater. Always create a backup through TWRP change.

πŸ’‘

Before removing system applications, check their dependencies through the adb shell dumpsys package com.xiaomi.gamecenter command. This will show which services use this package.

5 How to prohibit automatic installation of games after resetting

Even after removal, games can return after updating MIUI or resetting, because of the service com.miui.systemAdSolution, which restores affiliate applications.

To disable this function:

  1. With ADB, execute the command:
adb shell pm disable-user --user 0 com.miui.systemAdSolution
  1. Turn off MIUI Recommendations in Settings β†’ Basic settings β†’ Recommendations.
  2. Disable background activity for com.miui.analytics and com.miui.daemon.

⚠️ Note: Disabling com.miui.systemAdSolution may disrupt some functions MIUI, For example, a weather widget or a news feed, in which case, return the settings with the command:

adb shell pm enable com.miui.systemAdSolution

6.Alternative methods: hiding and freezing games

If deletion is impossible or risky, you can freeze games with special utilities, which blocks their work, but does not delete files.

Popular tools:

  • 🧊 App Quarantine (requires root) – isolates applications in the sandboxΒ».
  • ❄️ Ice Box (without root) – Creates a virtual space to freeze.
  • πŸ”’ Shelter (based on Work Profile) – isolates games in a separate profile.

For use of Ice Box:

  1. Download the app from Google Play.
  2. Grant permission for Special Access in Android settings.
  3. Select the games and click Freeze.

πŸ’‘

Freezing games via Ice Box or Shelter is the safest way to disable pre-installed apps without risking system damage.

7.Relieving memory after deleting games

Deleting games is just the first step. To free up your memory as much as possible, do the following:

  • 🧹 Clear the cache through Settings β†’ Warehouse β†’ Clear the cache.
  • πŸ—‘οΈ Delete the remaining game files in folders: /Android/obb/ (file) /Android/data/ (preservation)
  • πŸ”„ Reboot your phone – it will reset temporary files MIUI.

For deep cleaning, use the SD Maid utility (requires root):

  1. Run the scan in the CorpseFinder section (search for dead files).
  2. Remove the game remnants in AppControl.

FAQ: Frequent questions about removing games on Xiaomi Redmi

❓ Can I remove the Mi Game Center without root?
Yes, through ADB, the adb shell pm uninstall -k --user 0 com.xiaomi.gamecenter. Once the reboot is over, the game center will disappear from the menu, but may return after the MIUI update.
❓ Why does the game appear again after the game is deleted?
This is the work of com.miui.systemAdSolution, which restores affiliate applications, disable it through ADB or use Ice Box to freeze.
❓ How to delete games if the Remove button is inactive?
So the game is system-based. Options: Use ADB (see section 3). Get root rights and delete manually. Disable via Settings β†’ Applications β†’ Disable.
❓ Can I remove Google Play Games?
Technically yes, but not recommended – it will disrupt other apps using Google Play services.
❓ How to return a remote game if you need it?
Recovery: Install APK manually (e.g. with APKPure) Reset your phone to factory settings. For system applications, execute adb shell cmd package install-existing com.xiaomi.gamecenter.