How to disable or remove the game on Xiaomi Redmi Note: all methods (including system)

Games on Xiaomi Redmi Note smartphones are often a source of irritation: they consume battery power in the background, show annoying advertising or just take up precious space in memory. Especially annoying pre-installed games from MIUI that can not be removed by standard methods. In this article, we will analyze 5 proven ways – from simple (through settings) to advanced (using ADB), which will help get rid of unnecessary games forever or at least suspend their work.

It's important to understand that the methods vary in complexity and consequences, such as disabling through Settings. β†’ Applications are reversible and system removal APK-Files can cause malfunctions in the work MIUI. We will describe each option in detail, specify the risks and give recommendations for different versions of the firmware (from the MIUI 12 to MIUI If you are not confident in your abilities, start with the first three methods, they are safe even for beginners.

1. disable the game through the standard MIUI settings

The safest and fastest method is to use the built-in MIUI tools, which are suitable for most users and do not require super-user rights.

  1. Open the settings on your Redmi Note.
  2. Go to the Appendix section β†’ Application management.
  3. Find the game you want (use the search at the top if there are many apps).
  4. Slip the game name, then select Disable (or Remove Updates if the button is active).

If the Disable button is inactive (in gray), the game is system-based and blocked by the manufacturer, in which case move on to the following ways. Please note that the disabled application will remain in the phone's memory, but will no longer start and update.

β˜‘οΈ Preparing for the game shutdown

Done: 0 / 4

⚠️ Note: On some Redmi Note models 10/11 After you turn off the game through the settings, it can be activated again after you restart. MIUI Optimization. To avoid the problem, disable optimization in Settings β†’ Special facilities β†’ MIUI Optimization (reboot required).

2. Remove via Safe Mode (Safe Mode)

If the game doesn’t shut down in the standard way, try removing it in Safe Mode, a mode that only works with system applications, which is effective for stock games (such as Mi Game Center or Game Turbo), which are usually blocked.

To get into Safe Mode:

  1. Press the power button before the turn off menu appears.
  2. Slip and hold the "Switch Off" option (or Reboot on some models).
  3. Confirm the transition to Safe Mode (the screen will appear watermark).

In safe mode:

  • πŸ” Go to Settings. β†’ Apps and find the game.
  • πŸ—‘οΈ If the Remove button is active, press it.
  • πŸ”„ Reboot your phone to exit Safe Mode.

This method doesn’t work for all pre-installed games, but it helps remove many custom apps that are usually not uninstallable. If the game remains, move to the ADB method.

πŸ“Š What game are you trying to remove with Redmi Note?
PUBG Mobile
Genshin Impact
Mi Game Center
Another pre-set game
Game from Google Play

3.Use of ADB to remove system games

Removing embedded games (such as Mi Game Center 4.x or Game Turbo) will require a computer and an ADB (Android Debug Bridge) tool, which is suitable for advanced users, as the wrong commands can disrupt the system.

First, prepare the phone:

  1. Activate Developer Mode: Go to Settings β†’ About Phone and tap the MIUI version 7 times.
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect Redmi Note to PC via USB-cable (select File Transfer Mode).

Now, follow the commands in ADB:

adb devices

(Your device name should appear as a confirmation of your connection.)

adb shell pm list packages | grep 'game'

(This team will list all the packages associated with the games. Find the one you want, for example, com.xiaomi.gamecenter.)

adb shell pm uninstall -k --user 0 com.xiaomi.gamecenter

(Replace com.xiaomi.gamecenter with your game package name.)

After the command is executed, the game will disappear from the menu, but its files will remain in the system (parameter). -k Remove the cache for complete removal -k, But it can lead to mistakes.

What if the ADB can’t see the device?
1. Check if Xiaomi drivers are installed on your PC (download from the official website). 2. Try another one. USB-cable (preferably original). 3. In the developer settings, enable the option "Allow debugging by USB (Safe Mode)” 4. Restart your phone and PC. 5. If you use Windows, run the command prompt on behalf of the administrator.

⚠️ Note: Removing system packages through ADB It can lead to disruptions in work. MIUI, Especially if you remove dependent components (e.g., com.miui.gameturbo is responsible for game performance mode). TWRP.

4. Reset to factory settings (radical method)

If the games came after a firmware update or you tried a lot of things without success, the last option is a full reset, which will delete all user data, but return the phone to a "clean" state.

How to reset:

  1. Create a backup of important files (photos, contacts, messages).
  2. Go to Settings β†’ About the phone β†’ Reset settings.
  3. Choose to erase all data and confirm the action.
  4. After restarting, set your phone as new.

This method is guaranteed to remove all unnecessary games, but it has a significant drawback: you have to re-install all applications and configure the system. Use it only as a last resort.

MethodDifficultyPC requiredRisk to the systemEfficiency
Disconnection through settings⭐❌ No.⚠️ Low.βœ… High (for custom games)
Safe Mode⭐⭐❌ No.⚠️ Medium.βœ… Medium
ADBβ­β­β­βœ… Yes.⚠️⚠️ High-pitchedβœ…βœ… Very high.
Resetting settings⭐⭐❌ No.⚠️⚠️⚠️ criticalβœ…βœ…βœ… Guaranteed

5. Alternative ways: concealment and limitation of games

If you can't delete a game, you can hide it or limit it so it doesn't interfere with your phone. Here are some working options:

  • πŸ‘οΈ Hiding icons: Use launchers like Nova Launcher or POCO Launcher, where you can hide apps from the menu. MIUI This function is not.
  • 🚫 Background Limitation: Go to Settings β†’ Battery β†’ Battery Optimization, Find the Game and Choose Limit Background Activity.
  • πŸ“΅ Block notifications: In game settings (Settings) β†’ Annexes β†’ [play-name] β†’ Notifications) turn off all alerts.
  • πŸ”’ Startup Password: Install AppLock (from Xiaomi or third party) and block access to the game with a password.

These methods won’t physically remove the game, but they will make it less visible and prevent automatic launch, such as limiting the background to save battery power and blocking notifications will eliminate advertising.

πŸ’‘

If the game continues to run on its own, check it in Settings β†’ Special features β†’ Autoplay. Turn off the automatic start permission when you boot the system.

Frequent problems and their solutions

When trying to disable or delete games on Redmi Note, users encounter common errors.

Problem 1: The "Disable" button is inactive.

Solution: This means that the game is system-based. Use ADB (method 3) or try to disable it via Safe Mode (method 2). On some firmware, disabling MIUI Optimization (see the warning in the first section) helps.

Problem 2: After being deleted via ADB, the game returns after the MIUI update.

Solution: This is due to system applications being restored when you update. To prevent the game from returning, turn off automatic update checks in Settings β†’ About Phone β†’ System Update or use Magisk to block packet installation.

Problem 3: The phone stopped booting after the system game was removed.

Solution: If you delete a critical package (e.g. com.miui.securitycenter), you will have to refashion your phone via Fastboot or Mi Flash Tool. In the future, avoid removing packages called miui, android or google.

πŸ’‘

Before experimenting with ADB, always check the name of the game package on forums (such as 4PDA or XDA).Some system games (such as Game Turbo) can be safely removed, while others (such as Security Center) cannot.

Can I remove the game without root rights?
Yes, most of the ways in this article (except for removing system APKs altogether) don't require root. For preinstalled games, ADB is sufficient, which runs without superuser rights. However, some games (like Google Play Games) may require root to be completely removed.
Why does the game reappear after resetting?
This is due to the MIUI Cloud Backup feature, which restores applications after a reset. To avoid a problem, before a reset: Turn off sync to Settings β†’ Xiaomi Account β†’ Mi Cloud. Delete application backups to Settings β†’ Additional β†’ Backup and Reset.
How to find out the name of the game package for ADB?
There are several ways: ADB: Execute the command adb shell pm list packages -f | grep 'game'. App Inspector (available on Google Play) on sites like APKMirror. APK-For popular games Xiaomi: Mi Game Center: com.xiaomi.gamecenter Game Turbo: com.miui.gameturbo Quick Games: com.xiaomi.quickgames
Will the game work after the shutdown?
No. When the app is disabled, it stops working completely: it doesn't start, update, or consume resources, but its files remain in the phone's memory, and if you want to return the game, you can activate it again in Settings β†’ Applications.
Can I remove the game through TWRP?
Yes, if you have a custom recavery installed TWRP, You can: Download in TWRP (clamp down + Volume up. Go to Advanced. β†’ File Manager, find the folder. /system/priv-app/ or /system/app/ remove APK-game file (e.g, GameCenter.apk). Wipe the cache (Wipe) β†’ Dalvik Cache). ⚠️ This method requires caution – deleting the wrong files can lead to bootloop (a looped download).