How to completely remove the game on Xiaomi Redmi 9: a step-by-step guide

Removing unnecessary games from Xiaomi Redmi 9 is a challenge that every smartphone owner will face sooner or later. Even the most exciting projects lose relevance over time, taking up precious gigabytes of internal memory. But the uninstallation process is not always smooth: some applications refuse to be deleted by standard methods, leave behind junk files or are blocked altogether by system restrictions MIUI.

The features of Redmi 9 with its hybrid firmware based on Android 10/11 and the shell MIUI 12/13 add to the complexity. For example, pre-installed games from Xiaomi partners (like PUBG Mobile or Free Fire in some regions) can be protected from removal without additional manipulation. In this article, we will discuss all working methods, from basic to advanced, and also explain how to clean the system of residual files and avoid typical errors.

If you tried to delete the game through the icon on the desktop and received a message "Delete is impossible" or "Application deactivated", do not rush to reset your phone to factory settings. In 90% of cases, the problem is solved without radical measures - you just need to know the correct sequence of actions and nuances of working with MIUI.

Once a month |Only when I run out of memory |Never play the same |I delete immediately after I pass-->

1. Standard removal through MIUI settings

The most obvious and safe way to do this is to use the system’s built-in tools, which are suitable for most games installed by the user through Google Play or third-party sources (.apk).

Open the Settings menu β†’ Applications β†’ Application Management. This will show you the complete list of installed software, sorted alphabetically or sized. Find the right game, and you can use the search bar at the top of the screen for convenience.

Tapping the game name to open the card, and you'll see three key buttons here.

  • πŸ“₯ Stop – suspends the application, but does not delete it;
  • πŸ—‘οΈ Delete – complete uninstallation (may be inactive for system applications);
  • βš™οΈ Resetting – Clears the cache and data, but saves the program itself.

If the Remove button is active, click on it and confirm the action, and in some cases, the system will request a password from your Mi Account, which is an additional protection against the accidental removal of important applications.

πŸ’‘

Once you delete the game, check the Download and MIUI/Extra folder through any file manager, which can leave.obb files weighing up to several gigabytes.

2.Delete via Google Play Store

Not many people know, but Google Play stores the history of all installed apps, even those that were removed earlier.This is handy if you don’t remember the exact name of the game or want to check which programs take up space on the device.

Open the Play Store and go to the Profile section β†’ Application and device management β†’ Installed. This will show you a list of all the software, sorted by installation date or size. Find the right game and tap the basket icon (πŸ—‘οΈ Delete) next to its name.

The advantage of this method is:

  • πŸ” Size-sorting – you can quickly find the hardest games;
  • πŸ“Š Shows the date of the last update (useful for identifying abandoned projects);
  • πŸ”„ Automatic Cloud Sync – If the game was installed on multiple devices, it will disappear everywhere.

Note that if the game was installed from a.apk file rather than the Play Store, it will not appear in this list, in which case use the first method or specialized utilities (we will discuss them below).

3. Forced removal of system games

Some Redmi 9 games can be pre-installed and protected from removal, such as the Chinese versions of the firmware, which often feature Mi Game Center, Xiaomi Game Turbo, or partner projects like Garena Free Fire, which require super-user rights or workarounds to be uninstalled.

If you don’t have root rights, try the following method:

  1. Activate Developer Mode: Go to Settings β†’ About Phone and tap on MIUI Version 7 times.
  2. Go back to the basic settings and open a new section for developers.
  3. Find the option. USB-debug and turn it on.
  4. Connect your phone to your PC and use the Android Debug Bridge (ADB) to force removal.

The command to uninstall via ADB (introduced in the PC command line):

adb shell pm uninstall --user 0 com. title.packet

You can find out the exact name of the package using the App Inspector app (available in the Play Store) or the command:

adb shell pm list packages | grep 'game name'
What if the ADB can’t see the device?
1.Make sure Xiaomi drivers are installed USB Drivers (download from official website). 2. Try another one USB-cable (original from Redmi 9 preferred). 3. In the developer settings, enable Debugging by USB (Security settings) and confirm PC permission. 4. Restart both devices and reconnect.

Attention! Deleting system applications can cause MIUI to work unstable. Before the procedure, back up your data through Settings β†’ Additional β†’ Backup and Reset.

4. Cleaning of residual files after deletion

Even after a successful uninstallation, Redmi 9 games can still be:

  • πŸ—ƒοΈ Cache files in folders /Android/data/ and /Android/obb/;
  • πŸ“ Logs and temporary data in /data/data/ (root);
  • πŸ”— Symbolic references in system directories;
  • πŸ“‹ Register entries MIUI (For example, at Mi Game Center).

For complete cleaning, use the applications:

  1. SD Maid scans the system for junk files and suggests removing them.
  2. Files by Google – a built-in tool for finding large and unnecessary files
  3. CCleaner – Clears the cache and residual data (careful with settings!).

Manual cleansing through a file manager (e.g. Mi File Manager or Solid Explorer):

  1. Go to the Android β†’ data folder and find the folder with the name of the remote game;
  2. Remove it along with the content (proof of rights may be required);
  3. Repeat the same for the Android β†’ obb folder.

βœ… The game disappeared from the app menu

βœ… Cache folder removed from /Android/data/

βœ….obb files deleted (if any)

βœ… Free memory is tested in the settings β†’ Warehouse

βœ… Reboot the phone to apply changes-->

5. Solving typical removal problems

If the game is not deleted or the process is interrupted with an error, the reasons may be as follows:

Problem.Possible causeDecision
Remove button is inactiveApplication system or protected by MIUIUse ADB or disable via pm disable
The "Inadequate Rights" mistakeUser profile restrictions (e.g. guest mode)Sign in to your main account or get root
The game reappears after the rebootAuto Update via Mi App Store or Google PlayDisable auto-update in store settings
Deletion interrupted by 99%Damaged files or conflict with antivirusClear the Play Store cache and repeat

A special case is games installed through the Mi Game Center, which can be linked to a Xiaomi account and synced between devices, to get rid of them completely:

  1. Open Mi Game Center;
  2. Go to Profile. β†’ My games;
  3. Find the desired project and select Remove from the device;
  4. Turn off sync in your Mi Account settings.

Attention! If after removing the game, the phone starts to brake or overheat, check the active processes through Settings β†’ Battery β†’ Battery Use. Perhaps the system still has background services associated with uninstalled software. In this case, the cache reset via recovery mode (Volume Up + Power when booting).

6. Alternative methods for experienced users

If standard methods do not work, you can resort to more radical measures.Remember: these methods require caution and can affect the stability of the system.

Method 1: Using TWRP Recovery

This will require an unlocked loader and an installed custom Recovery.

  1. Download your phone to TWRP (Volume Up + Power buttons)
  2. Select Advanced β†’ File Manager.
  3. Go to /data/app/ and find the game folder (the name of the package).
  4. Delete the folder and restart.

Method 2: Deactivation by ADB

If the game is system and not deleted, it can be disabled for the current user without deleting files:

adb shell pm disable-user --user 0 com. title.packet

This hides the game from the menu and frees up RAM, but doesn’t delete files from the drive.

Method 3: Resetting to factory settings

Extreme measure if the game was part of the firmware and interferes with the system.

  • πŸ“± Create a backup through Settings β†’ Additionally. β†’ Backup;
  • πŸ” Make sure you know the username/password from your Mi Account (required after resetting);
  • πŸ“‘ Untie your device from your Google Account if you have used it FRP.

πŸ’‘

Before resetting to factory settings, be sure to delete your Google account in Settings β†’ Accounts. Otherwise, after the reboot, the phone may require data from the previous owner (FRP protection).

FAQ: Frequent questions about removing games on Redmi 9

Can I remove pre-installed games without root rights?
For example, Mi Game Center can be disabled via Settings β†’ Applications β†’ Disable, but Game Turbo will require ADB or superuser rights. For most affiliate games (such as Free Fire in Asian firmware), the command will be: adb shell pm uninstall --user 0 com.dts.freefireth Clarify the name of the package through App Inspector.
Why did the game not get away with memory?
Most likely, there are files left in folders: /Android/obb/[name packet] β€” this is where additional data is stored (up to 2-4 GB); /Android/data/[name packet] β€” cache and save; /MIUI/Extra β€” sometimes temporary files get here. Use Files by Google to search for large files or manually check these directories.
How to remove a game if it doesn’t appear in the list of apps?
The game is probably hidden or part of system software. Try: Check hidden applications through Settings β†’ Apps β†’ Show all applications; Use ADB to display a list of all packages: adb shell pm list packages -f If the game is system, deactivate it with a command: adb shell pm hide com. title.packet
Can I recover a remote game if I bought it?
If the game was purchased through Google Play, it will remain in your library. To restore: Open Play Store β†’ Library; Find the game in the list of previously installed; Click Install – license will remain. For games purchased outside the Play Store (for example, through the Mi Store), check the order history in your Xiaomi personal account.
Why do you keep getting notifications after the game is deleted?
It's connected to: πŸ”” Push services (e.g. Mi Push Service); πŸ“§ Residual background processes; πŸ”„ Sync through account (Google or Mi). Solution: Clear the cache of Google Play Services and Mi Push Service; Disable notifications to play Settings β†’ Notifications; Check active processes through Settings β†’ Battery β†’ Battery utilization.