How to completely remove the game from Xiaomi Redmi: from the standard way to hidden MIUI features

Why are Xiaomi Redmi games not removed like other smartphones?

Owners of Xiaomi Redmi smartphones often find that removing games through the standard Settings β†’ Apps menu does not always work as expected.It’s all about the MIUI branded shell, which imposes restrictions on removing some applications – especially those that were pre-installed by the manufacturer or associated with Xiaomi services (for example, Game Turbo or Mi Game Center).

In addition, Redmi games can leave behind β€œjunk files” β€” cache, saves and temporary data that take up space in memory even after uninstallation. If you notice that after removing the game, the free space has hardly increased, this is the problem. In this article, we will discuss all possible ways to remove games with Xiaomi Redmi, including hidden MIUI functions and working with ADB for system applications.

Before you start, check:

  • πŸ“± Version MIUI: The menu paths may differ in MIUI 12, 13 and 14.
  • πŸ”’ Administrator rights: Some games (such as anti-cheat games) require additional permissions.
  • πŸ—‘οΈ Residual files: Even after deleting the game, its data can remain in folders /Android/obb/ or /Android/data/.

If you delete a game to make room, first check which files take up the most memory. Go to Settings β†’ Memory β†’ Memory Analysis. Here you will see not only games, but also junk files that can be manually cleaned.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi Note 10/11/12
Redmi 9/9A/9C
Redmi K40/K50
POCO X3/X4
Other

Method 1: Standard removal via MIUI settings

This is the simplest method that works for most user-installed games (non-systemic) and is suitable for MIUI 12-14.

Instructions:

  1. Open Settings (the gear icon on the main screen).
  2. Go to the Appendix section β†’ Application management.
  3. In the list, find the game you want to delete. If it is not, search (the magnifying glass icon in the upper right corner).
  4. Click on the game name, then select Delete.
  5. Confirm the action by pressing OK.

If the Remove button is inactive (grey), it means:

  • πŸ” The game is a system game (for example, Mi Game Center).
  • πŸ“¦ The game was installed as part of the Google Play package (e.g. Play Games).
  • πŸ”„ Application Protection is enabled on the phone (check in Settings). β†’ Special facilities β†’ Application protection).

β˜‘οΈ Preparing for the removal of the game

Done: 0 / 4

What if the game doesn't get deleted? Try alternative ways from the following sections. Also make sure you have enough rights: some games (like the anticheat Tencent Protector) block removal without root rights.

πŸ’‘

If the game is not removed through the menu, try first to clear its cache and data in the same Application Management section.

Method 2: Delete via Google Play Store

If the game was installed from Google Play, it can be removed directly through the app store, a method suitable for users who have disabled access to MIUI Settings (for example, on work phones with restrictions).

Step-by-step:

  1. Open the Google Play Store.
  2. Click on the profile icon in the upper right corner.
  3. Select Application and Device Management.
  4. Go to the tab Installed.
  5. Find the game in the list and click on it.
  6. Click Delete and confirm the action.

Advantages of this method:

  • βœ… It works even if the game is not displayed in Settings MIUI.
  • βœ… Automatically removes updates (if any).
  • βœ… Allows you to delete several games at the same time (checking them with ticks).

Limitations:

  • ❌ It does not work for system games (e.g. Mi Game Center).
  • ❌ Does not delete residual files in /Android/obb/.
  • ❌ It may not work if the game is set from APK (not from Google Play).

What if the game is not displayed on Google Play?
If a game has been installed from an APK or removed from a Google account, it will not appear in the Installed List, in which case use Method 1 or Method 3 (delete via file manager).

Method 3: Manually delete game files via file manager

Even after a standard deletion of a game, its files can remain in the phone's memory, and to completely clear them, you need to manually delete the data folders, which requires caution - do not delete the system folders so as not to disrupt the MIUI.

Where to look for residual files:

  • πŸ“ /sdcard/Android/obb/[Game Package name: Additional data (graphics, levels) is stored here).
  • πŸ“ /sdcard/Android/data/[The name of the game package ] - here save and cache.
  • πŸ“ /sdcard/Android/media/[title of the game package ] - media files (video, screenshots).

How to find the name of the game package:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Select the game and scroll down to the Package Information section.
  3. Copy the name (e.g. com.supercell.clashofclans).

Instructions for removal:

  1. Open the file manager (standard or Mi File Manager).
  2. Go to the Android folder on the internal drive.
  3. Delete the folders with the name of the game in obb, data and media.
  4. Clean the Recycle Bin (if the file manager uses it).

πŸ’‘

Deleting folders manually frees up to 30 percent of the space that the game's residual files used, especially for heavy-duty games like Genshin Impact or Call of Duty Mobile.

⚠️ Note: Do not delete folders with the names com.miui, com.android or com.google – these are system data without which you can use the name. MIUI may not work properly.

Method 4: Remove system games via ADB (for power users)

Some games on Xiaomi Redmi are system and are not removed by standard methods.

  • Mi Game Center (Xiaomi Games Center)
  • Game Turbo (game optimizer)
  • Quick Games (fast games on the main screen)

To remove them, you will need ADB (Android Debug Bridge), a tool for debugging Android through a computer, which is only suitable for users who are willing to work with the command line.

What you need:

  • πŸ’» Computer with Windows, macOS or Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“₯ ADB Tools by Google.
  • πŸ”§ Included Debugging by USB phone-on.

Step-by-step:

  1. Turn on USB Debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging.

File transfer

Command line.

Windows

Terminal

macOS/Linux

ADB

adb devices

If the phone appears in the list, enter:

adb shell pm uninstall --user 0 title package game

For example, to remove the Mi Game Center:

adb shell pm uninstall --user 0 com.mi.gamecenter.sdk

If the command is successful, you will see a message Success.The game will be removed for the current user (not from the system completely).

⚠️ Attention: Misuse of the right ADB It can lead to data loss or disruption MIUI. Do not delete packets that you do not know what they are intended for, such as deleting com.miui.home will cause the home screen to disappear.

Package nameAnnexCan I remove it?
com.mi.gamecenter.sdkMi Game Centerβœ… Yes.
com.xiaomi.glgmGame Turboβœ… Yes (but you will lose your game optimization)
com.google.android.play.gamesPlay Games❌ No (disrupts Google Services)
com.tencent.igPUBG Mobile (Chinese version)βœ… Yes.
com.miui.cleanmasterSecurity (cleaner)❌ No (systemic)

Method 5: Disable the game (if deletion is not possible)

If the game can’t be removed (e.g., it’s system-based or Xiaomi-protected), it can be disabled, which hides it from the menu and stops background processes, but doesn’t free up disk space.

How to turn off the game:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select the game you want to disable.
  3. Click Disable (button will appear if deletion is not available).
  4. Confirm the action.

If you have disabled the game but want to return it, do the following:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Click on the three dots in the top right corner and select Show All Apps.
  3. Find the game that is disabled and click Enable.

How to Free Up After Remove Games from Xiaomi Redmi

Deleting the game is just the first step. To really make room, you have to clear:

  • πŸ—ƒοΈ Cache and data (even after deleting the game, they may remain).
  • πŸ“‚ Folders with downloads (screenshots, video from games).
  • πŸ”„ Garbage files (temporary files, logs).

Instructions for complete cleaning:

  1. Clear the system application cache: Go to Settings β†’ Memory β†’ Clean. Click Deep Clean and select unnecessary files.
  2. Remove downloads from games: Open the Gallery and delete screenshots/video from the Screenshots or Movies folder. check the Download folder for availability APK-game-play.

MIUI

  • Open the Security app (shield icon).
  • Press Cleanup and start the scan.
  • Delete unnecessary files (especially in the Residual Files section).

If after all the manipulations the place is not free, check:

  • πŸ” Hidden folders: Some games create folders in /storage/emulated/0/ with non-obvious names (e.g.,.nomedia).

πŸ’‘

After removing heavy games (such as Genshin Impact or Honor of Kings), it is recommended to restart the phone, which clears the RAM and resets the cache of system processes.

Frequent mistakes and their solutions

When you delete games on Xiaomi Redmi, users face typical problems, and let's look at the most common and ways to solve them.

Mistake.Reason.Decision
Remove button is inactiveSystemic or protected playUse Method 4 (ADB) or Method 5 (Disable)
The game is deleted, but the place is not vacated.Residual files in obb/dataDelete folders manually (see Method 3)
ADB does not see the deviceNot included debugging or no driversCheck the USB Debugging and install the Mi PC Suite drivers
The game reappears after the updateThe system application has recoveredTurn off automatic update in Settings β†’ About Phone β†’ System Update
"Failure to delete" errorThe game is used by another user (in multiplayer mode)Delete the guest profile in Settings β†’ System β†’ Multiplayer mode

If none of these methods worked, it may be that the game is integrated into MIUI firmware at the kernel level, in which case only the firmware will help to remove system applications (requires unlocking the bootloader and experience with TWRP).

⚠️ Warning: Flashing your phone will void warranty and may cause the device to break down.Do this only if you are confident in your actions and have made a backup of the data.

FAQ: Answers to Frequent Questions

Can I remove the Game Turbo without any consequences?
Game Turbo is a system application that optimizes performance in games. It can be removed via ADB (Method 4), but after that: The game control panel (FPS, temperature, notifications) will disappear. Some games may run slower (especially on weak Redmi models). The feature can return after the MIUI update. If you do not play heavy games (for example, PUBG or Call of Duty), deleting the Game Turbo is not critical.
How do you know if it is a system game or not?
Open information about the game in Settings β†’ Apps and look at: Remove button: if it's inactive, it's a system game. Memory section: System games usually take up little space (multiple MB). Packet name: if it starts with com.mi or com.xiaomi, it's probably a system game. SD-map.
What if after removing the game the phone started to slow down?
This can happen if: You deleted the system game that other processes depended on. Residual files conflict with other applications. Cache was not cleared after removal. Solutions: Reset the phone. Clear the cache to Settings β†’ Memory β†’ Clean. If the brakes started after working with ADB, try resetting to factory settings (Settings β†’ Phone β†’ Resetting).
Can I remove Google Play Games?
Google Play Games (com.google.android.play.games) is a system application that is linked to Google services. Deleting it will lead to: Errors in other games (no progress will be saved in the cloud), problems with authorization through Google, inability to install games from Google Play, we recommend that you disable notifications from Google Play Games instead of deleting or clear the cache.
How to remove a game if it doesn’t appear in the list of apps?
If the game is not visible in Settings β†’ Apps but takes up space, try: Check /Android/obb/ and /Android/data/ folders manually (see Method 3). Use a file manager with root rights (such as Root Explorer) if the phone is rooted. Check for the game in other profiles (if Multiplayer mode is enabled). Install a third-party application manager (such as App Inspector) that shows all packages installed.