How to Remove the Game App from Xiaomi Phone: From Standard Methods to Hidden MIUI Features

Removing games from Xiaomi phones is a trivial task, and even after standard removal through the app menu, the device can still have cached data, temporary files, and even hidden folders that occupy precious space in memory, especially for heavy games like Genshin Impact, Call of Duty Mobile, or PUBG, which often leave behind gigabytes of β€œgarbage” after uninstalling.

Complicating the problem, MIUI firmware has its own nuances: some system applications can’t be removed without superuser rights, and games installed through Google Play or third-party sources can behave differently. In this article, we’ll look at not only basic deletion methods, but also advanced methods, from cleaning residual files to forced deletion through ADB and safe mode. You’ll also learn how to avoid common mistakes that can β€œresurrect” after a phone reboot.

Why Xiaomi’s standard game removal doesn’t always work

When you delete the game through the Settings menu β†’ Applications, system MIUI remove only the main APK-But most games today store additional data in three places:

  • πŸ“ Internal memory: folders Android/obb and Android/data β€” It stores graphics resources, levels and saves. For example, Genshin Impact can take up to a few hours. 15 GB in these folders even after deleting.
  • πŸ”„ Cash. MIUI: The system backs up application data that is not always automatically cleaned.
  • ☁️ Cloud Savings: If a game is linked to a Google Play Games or Mi Account, progress can be restored when it is re-installed.

In addition, some games (especially Chinese or pirated versions) install utility services that continue to run in the background even after the main application is removed, such as Free Fire or Mobile Legends, which can leave behind processes for push notifications or analytics.

πŸ“Š How often do you remove games from your Xiaomi?
Once a month
Only when memory ends
Never delete.
I'll delete it right after I pass.

Another trap is pre-installed games from Xiaomi (such as Mi Game Center or Game Turbo), which cannot be removed by standard methods, since they are part of the firmware, in which cases root rights or ADB use are required.

Method 1: Standard removal through the settings menu

It works for games installed through Google Play or manually (via APK).The instruction is relevant for all Xiaomi models, including the Redmi Note 12, POCO X5, Mi 11 and older devices on MIUI 12-14.

  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 remove. For convenience, you can use the search (the magnifying glass icon in the upper right corner).
  4. Click on the game name, then select Delete (or Uninstall).
  5. Confirm the action by pressing OK in the window that appears.

If the Remove button is inactive (grey), this means that the game is system-based and cannot be removed without additional rights.

Make sure the game is gone from the app menu|Check the folder. Android/obb for the presence of residual files|Clear the cache in the "Storage" section"|Reboot your phone to apply changes-->

Method 2: Delete via Google Play Store

If the game was installed via Google Play, it can be removed directly from the store, which is convenient because it allows you to manage applications remotely (for example, from a computer) and automatically clears part of the cache.

  1. Open the Google Play Store on your phone.
  2. Click on the profile icon in the upper right corner.
  3. Select Application and Device Management β†’ Management.
  4. In the list, find the desired game and click on it.
  5. Click Delete and confirm the action.

The advantage of this method is that Google Play automatically deletes the associated data from the account, which reduces the risk of game recovery when re-installed, but the files in the obb and data folders will still remain - they must be manually deleted (see method 3).

⚠️ Note: If you delete the game via Google Play from your computer (web version), make sure that the phone is connected to the Internet. Otherwise, the command to delete will not reach the device.

Method 3: Manually delete the residual game files

Even after you uninstall the game through the menu or Google Play, you still have tails on your phone, files that can take up gigabytes of memory, and you need to manually delete the following folders to completely clean your device:

folderWayWhat it keeps.Can I remove it?
obb/storage/emulated/0/Android/obb/[game name]Graphic resources, levels, large filesYeah, totally.
data/storage/emulated/0/Android/data/[game name]Save, setup, cacheYeah, but the saves will be lost.
media/storage/emulated/0/Android/media/[game name]Screenshots, videos, downloads from the gameYes.
cache/storage/emulated/0/Android/data/[game name]/cacheTemporary filesYes.

To find these folders:

  1. Open any file manager (e.g., Mi File Manager or Total Commander).
  2. Enable the display of hidden files (in Mi File Manager: Three Dots β†’ Settings β†’ Show hidden files).
  3. Go to /storage/emulated/0/Android and delete the folders associated with the game.

Important: The name of the game package (e.g. com.miHoYo.GenshinImpact) can be found on Google Play in the address bar or through the App Inspector app.

πŸ’‘

If the game was installed on a memory card, check the folders Android/obb and Android/data on SD-They can duplicate and take up space there.

Method 4: Remove through Safe Mode (for hard-fought games)

Some games (especially those that install background services) can be β€œfixed” to the system without being removed by standard methods, and in such cases, Safe Mode helps, which disables all third-party applications and allows you to remove even persistent programs.

To boot in Safe Mode:

  1. Press the power button on your phone.
  2. In the menu that appears, click and hold the option β€œSwitch off power (or turn off)” until a request to switch to safe mode appears.
  3. Confirm the transition by pressing OK.

After downloading in safe mode:

  • πŸ” Check if the game icons have disappeared from the main screen.
  • πŸ—‘οΈ Remove the game through Settings β†’ Applications (as in method 1).
  • πŸ”„ Restart your phone in normal mode.

⚠️ Warning: Safe Mode shuts down all third-party apps, including launchers and widgets. Don't be alarmed if the interface looks different - after the reboot everything will return to normal.

What to do if the safe mode is not turned on?
If the phone doesn't respond to the power button holding, try an alternative: 1. Turn off the device. 2. Press Power and Volume at the same time. 3. Hold them until the MIUI logo appears, then let them go. 4. In the recovery menu, select Safe Mode (if available). If that doesn't work, it's possible that your Xiaomi model has Safe Mode turned off at the firmware level.

Method 5: Forced removal via ADB (for power users)

If the game is not removed by any of these methods, the last option is to use Android Debug Bridge (ADB), which requires connecting the phone to the computer and knowing the basic commands, but it is guaranteed to remove even system applications.

What you need:

  • πŸ–₯️ A computer with installed Xiaomi drivers and ADB.
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press to unlock the developer mode, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-cable (preferably original).

Step-by-step:

  1. Connect the phone to your computer and allow debugging over USB.
  2. Open the command prompt (cmd) or PowerShell on your computer.
  3. Enter the command to check the connection: adb devices If the phone is recognized, you will see its serial number.
  4. Find out the name of the game package (for example, through App Inspector or Google Play).
  5. Enter the command to force removal: adb shell pm uninstall --user 0 title.packet.games For example, for PUBG Mobile: adb shell pm uninstall --user 0 com.tencent.ig

If the command is successful, you'll see a message, "Success." Then restart the phone.

πŸ’‘

Method ADB Deletes the game only for the current user (flag) --user 0). To remove it completely (including other users) you will need root rights.

What to do if the game reappears after deleting

Sometimes games come back to life after a phone reboot or MIUI update, for three reasons:

  1. Auto Update via Google Play: If the game was linked to an account, it can automatically install again.To avoid this, open Google Play, find the game in the library and click Remove from the list.
  2. Service processes: Some games (such as Garena Free Fire) install background services that reinstall the main application, in which case only removal via ADB or Safe Mode will help.
  3. Viruses or Adware: If the game has come on its own, there may be a malicious app installed on the phone. Check the device with Malwarebytes or Dr.Web Light.

If the problem is repeated, follow the following steps:

  • πŸ” Check the list of installed applications for suspicious programs (for example, com..update or.game.helper).
  • πŸ›‘οΈ Turn off auto-update apps in Google Play (Settings) β†’ Auto-update of applications β†’ Never).
  • πŸ”„ Reset your Google Play Services settings (Settings) β†’ Annexes β†’ Google Play Services β†’ Warehouse β†’ Clear the data).

FAQ: Frequent questions about removing games on Xiaomi

Can you remove pre-installed games from Xiaomi (e.g. Mi Game Center)?
Without root, you can't completely delete system games, but you can disable them: Go to Settings β†’ Applications. Find the right game (like Mi Game Center). Press Disable (button will become active if the game is system), this hides the game from the menu and stops its background processes, but does not free up memory.
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: Use ADB (method 5) with the command adb shell pm list packages | grep "game" to find hidden packages. Check the Android/obb and Android/data folders for game files. Install a third-party launcher (such as Nova Launcher) that can show hidden applications.
Is it safe to remove obb and data folders manually?
Yes, but with reservations: Delete only the folders with the names of the games you uninstall. An error can cause other applications to fail. Do not delete the folders of system applications (for example, com.android.*). After cleaning, restart the phone so that the system updates the cache. If in doubt, use applications like SD Maid or Files by Google for safe cleaning.
How to remove the game along with saves to start over?
To erase all game data, including saves: Delete the game in the standard way (method 1 or 2). Clear the Android/data/[packet name] and Android/obb/[packet name] folders. If the game syncs with your account (Google Play Games, Mi Account, Facebook), go to the game settings in your account and delete saves. For some games (for example, Clash of Clans), you need to further clear the data in Google Play Games: open the application, find the game in the list and click Dele data.
Why did the phone slow down after the game was removed?
This is paradoxical, but it happens for two reasons: Background processes: some games leave behind services that continue to consume resources. Check Settings β†’ Battery β†’ Battery Use for suspicious processes. Memory fragmentation: after you delete large files (for example, 10 GB games), fragmentation can occur. The solution is to restart the phone or use built-in optimization (Settings β†’ About Phone β†’ Optimization). If the problem does not disappear, try to clear the system cache (Settings β†’ Storage β†’ Cache Data).