How to completely remove Game Turbo on Xiaomi: 5 proven ways

Xiaomiโ€™s Game Turbo app is positioned as a tool for optimizing gameplay: it blocks notifications, speeds up performance and even offers additional features like screen recording or FPS display. However, many users are faced with the fact that the utility works unstable โ€“ it runs itself in the background, eats up battery power, conflicts with other optimizers or simply interferes. Worse, on some MIUI firmware it can not be turned off by standard means.

If youโ€™re looking for a way to remove Game Turbo from Xiaomi โ€” whether itโ€™s Redmi Note 12, POCO X5 or Xiaomiโ€™s flagship 13 series โ€” this article will help. Weโ€™ll break down 5 methods, from securely disabling through settings to radically removing with ADB or superuser rights. Importantly, not all methods are universal โ€” their effectiveness depends on the MIUI version (12, 13 or 14) and the device model.

We warn you in advance that some manipulations may disrupt the stability of the system or lead to loss of warranty. If you are not sure about your actions, limit yourself to the first or second way.

๐Ÿ“Š How do you feel about Game Turbo on Xiaomi?
Useful function, I use it.
I'm intruding, but I'm patient.
I want to remove it completely.
I don't know what that is.
I don't have it.

1. disable Game Turbo via MIUI settings

The easiest and safest way is to deactivate the app in the settings menu, which won't delete it completely, but will prevent auto-start and background activity. MIUI 12-14 on most Xiaomi, Redmi and other devices POCO.

Open Settings โ†’ Applications โ†’ Application Management. In the search box, type Game Turbo (or Game Turbo on Russian firmware).

  • ๐Ÿ”„ Stop โ€“ suspend the service until the reboot.
  • ๐Ÿšซ Disable โ€“ Deactivate the application (confirmation may be required).
  • โš™๏ธ Auto-start โ†’ Turn off all permissions.
  • ๐Ÿ“ฑ Notifications โ†’ block all alerts.

On some firmware (e.g. MIUI 13 Global), the Disable option may be inactive. In this case, try an alternative route: Settings โ†’ Special Features โ†’ Game Turbo and deactivate the master switch.

โš ๏ธ Note: After disabling Game Turbo, some games may lose access to features such as screen recording or notification locking. If you use these tools, check their performance in advance.

2.Removal of Game Turbo Updates

Game Turbo is often updated via Google Play or MIUI System Updater, which can return its functionality even after you turn it off.

Do the following:

  1. Go to Settings โ†’ Applications โ†’ Application Management โ†’ Game Turbo.
  2. Slip on the three dots in the top right corner and select Remove Updates.
  3. Go back to the main Google Play menu, search for Game Turbo and click Delete (if the button is active).
  4. Block automatic update: in the application card in the Play Market, uncheck the Auto Update box.

If there is no Delete Updates, then the application is a system component and does not have separate updates.

๐Ÿ’ก

Before removing updates, clear the Game Turbo cache and data in the Warehouse menu to avoid conflicts with the remaining files.

3. Uninstallation via ADB (no root)

For users who are ready for more radical measures, Android Debug Bridge (ADB) removal is suitable, which does not require superuser rights, but requires connecting the smartphone to a computer.

You'll need:

  • ๐Ÿ–ฅ๏ธ Computer with installed Xiaomi and ADB-tools drivers.
  • ๐Ÿ“ฑ Included Debugging by USB on a smartphone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times tap the assembly number โ†’ return to โ†’ For developers).
  • ๐Ÿ”Œ USB-cable (preferably original).

After preparation, execute commands in the terminal (or CMD):

adb devices

(Your device should be displayed)

adb shell pm uninstall -k --user 0 com.miui.gameturbo

If the command is successful, the application will be removed for the current user, and to return it, you just need to reinstall it via the MIUI System Updater or reset the settings.

โš ๏ธ Note: On some firmware (for example, MIUI 14 China) the package may have a different name, for example com.xiaomi.glgm. Clarify the current name using the command adb shell pm list packages. | grep -i game.

What if the ADB canโ€™t see the device?
1. Check if the debugging is included USB and whether access is allowed for your computer (a request will appear on the smartphone screen). 2. Install Xiaomi drivers ADB/Fastboot Tools from the official website. 3. Try another one. USB-cable. 4. Reboot your smartphone and PC.

4. Complete removal with Magisk (root)

If you have a superuser (root) right, you can delete Game Turbo permanently, including all system files, which is suitable for experienced users, as incorrect actions can lead to the inoperability of MIUI.

You'll need:

  • ๐Ÿ“ฑ Device with unlocked bootloader and installed Magisk.
  • ๐Ÿ› ๏ธ App Systemizer or Universal Debloater (available in Magisk repository).
  • ๐Ÿ”ง Backup of data (in case of failure).

Instructions:

  1. Install Universal Debloater through Magisk Manager.
  2. Reset the device.
  3. Open the Debloater app and find it in the list of com.miui.gameturbo (or similar package).
  4. Tick it and press Uninstall.
  5. Reboot your smartphone.

An alternative method is to manually remove via ADB with root rights:

adb shell


su




mount -o rw,remount /system




rm -rf /system/priv-app/GameTurbo




rm -rf /system/app/GameTurbo




mount -o ro,remount /system

โš ๏ธ Warning: Removing system applications may disrupt the work MIUI, Especially if the Game Turbo is integrated into the firmware core (as on some devices). POCO). Before experimenting, check out reviews about your model on forums like XDA Developers.

โ˜‘๏ธ Preparing for Game Turbo removal via root

Done: 0 / 4

5. Alternative method: rolling back firmware

If none of the methods worked and the Game Turbo is critically intruding, consider rolling back to an earlier version of MIUI where the app is either missing or easily disabled, a method that is suitable for devices where the Game Turbo appeared in recent updates (for example, on the Redmi Note 11 after switching to MIUI 14).

How to do this:

  • ๐Ÿ” Find a stable firmware version for your model on the site MIUI Downloads.
  • ๐Ÿ“ฅ Download the.zip file and move it to the root folder of the smartphone.
  • ๐Ÿ”„ Go to Settings. โ†’ The phone. โ†’ Update the system, tap on three points โ†’ Select a firmware file.
  • ๐Ÿ› ๏ธ Confirm the installation and wait until the completion (the data will not be erased).

Cons of the method:

  • โŒ Loss of new features and security patches.
  • โŒ Risk of bugs if firmware is not optimized for your region.
  • โŒ There may be problems with some applications (for example, banking).

On some devices (such as the Xiaomi 12T), firmware rollback is blocked by the Anti-Rollback policy.

Comparison of Game Turbo removal methods

MethodDifficultyPC requiredRoot is required.Risk to the systemEfficiency
Disconnection in settingsโญโŒ No.โŒ No.โŒ No.โš ๏ธ Partial
Removal of updatesโญโญโŒ No.โŒ No.โŒ No.โš ๏ธ Temporary
ADB (no root)โญโญโญโœ… Yes.โŒ No.โš ๏ธ Low.โœ… Complete.
Magisk (root)โญโญโญโญโœ… Yes.โœ… Yes.โš ๏ธโš ๏ธ Medium.โœ… Complete.
Firmware rollbackโญโญโญโญโญโœ… Yes.โŒ No.โš ๏ธโš ๏ธโš ๏ธ High-pitchedโœ… Complete.

What if the Game Turbo is back after the update?

Even after successful removal, Game Turbo can recover from another MIUI update.

1. Block updates of system applications:

In Google Play, turn off Auto Update for Game Turbo.

- B Settings โ†’ The phone. โ†’ Update the system temporarily suspend the update check (if it is critical).

2. Use App Ops to restrict rights:

Install App Ops (requires ADB or root).

Find Game Turbo and disable all permissions, including AutoRun and Background Work.

3. Install custom firmware:

Projects like LineageOS or Pixel Experience donโ€™t include Game Turbo by default.

Disadvantage: loss of MIUI features (e.g. Second Space or Quick Ball)

๐Ÿ’ก

If Game Turbo is critical for gaming features (like recording screens in Genshin Impact), consider alternatives like AZ Screen Recorder or Mobizen.

FAQ: Frequent questions about Game Turbo on Xiaomi

โ“ Game Turbo turns on itself when you start a game. How to fix it?
It's standard behavior. MIUI. To disable Autostart: Go to Settings โ†’ Annexes โ†’ Application management โ†’ Game Turbo โ†’ Autoplay. Turn off all permissions to automatically start. In the game settings (in the Game Turbo itself), deactivate the option to automatically start when you open the game. If the item is not available, use it. ADB to block autorun: adb shell cmd appops set com.miui.gameturbo RUN_ANY_IN_BACKGROUND ignore
โ“ Can I remove the Game Turbo from the POCO F5 rootless?
Yes, but the effectiveness depends on the version of MIUI: On global firmware, try the method with ADB (section 3). In Chinese firmware (China ROM), the package can be called com.xiaomi.glgm - check using adb shell pm list packages | grep game. If nothing helps, turn off notifications and auto-start (section 1).
โ“ After the removal of the Game Turbo stopped working FPS-The counter and the screen recording?
Game Turbo in the in-game MIUI It's responsible for these functions: ๐ŸŽฎ FPS-Counter: Use Samsung's Game Tools (works on Xiaomi via APK) or FPS Meter from Google Play. ๐Ÿ“น Screen recording: set up AZ Screen Recorder or Mobizen (supports recording with internal sound on the MIUI For records with high FPS (60+ frame/s) may require root or custom core.
โ“ Will the reset to factory settings remove Game Turbo?
No, Game Turbo is a system application, and it will recover after reset. Moreover, on some devices (Redmi K50, Xiaomi 13 Pro), it can activate automatically after the first setup. If you plan to reset, pre-set: Create a backup data via Mi Cloud or TWRP. After reset, immediately turn off Game Turbo in the settings (section 1).
โ“ Is there an official way to remove the Game Turbo?
No, Xiaomi does not provide tools to completely remove system applications.The only โ€œofficialโ€ way is to disable through settings (section 1) or request support to add such an option in future updates. Xiaomi Community forums periodically appear petitions on this issue, but the company does not respond. Alternatively, use devices on Android One (for example, Xiaomi Mi A3), where there is no Game Turbo.