How to completely remove the acceleration of games on Xiaomi Redmi: 5 working ways

The game acceleration feature (or MIUI Game Turbo) on Xiaomi Redmi smartphones was supposed to improve the gaming experience, but often leads to the opposite effect: overheating, lags, forced FPS restriction or even blocking background processes. If you notice that games began to slow down after the MIUI update, this mechanism is to blame. Unlike standard performance modes, Game Turbo aggressively optimizes resources, which interferes with the normal operation of not only games, but other applications as well.

In this article, youโ€™ll find 5 proven ways to disable or remove game acceleration on Redmi Note 10/11/12, POCO X3/X4 and other models โ€“ from simple MIUI settings to manually removing system packages via ADB. Weโ€™ll also look at why removing Game Turbo completely can cause camera or speakers to crash on some firmware, and how to avoid it.

โ€”โ€”โ€”

1.What is the acceleration of games in Xiaomi and why it should be turned off

The Game Turbo feature, or โ€œGame Accelerator,โ€ is Xiaomiโ€™s proprietary technology that automatically activates when games are launched.

  • ๐ŸŽฎ Optimizing the processor and graphics for smooth FPS
  • ๐Ÿ“ต Blocking notifications and calls during the game
  • ๐Ÿ”‹ Improved energy distribution to extend operating time
  • ๐ŸŒก๏ธ Temperature control to prevent overheating

However, in practice, users face problems:

  • ๐Ÿข Artificially restricting performance (e.g. fixation) FPS 30 instead of 60)
  • ๐Ÿ”• Forced disabling of background applications (such as Discord or Spotify)
  • ๐Ÿ”ฅ Overheating due to constant operation of processor cores at maximum frequency
  • ๐Ÿšซ Conflicts with root rights or custom firmware

The owners of Redmi budget models (for example, Redmi 9A or POCO M3) are particularly hard hit, where the Game Turbo takes up to 20% of the CPU resources even in simple games like Brawl Stars or Clash Royale.

โš ๏ธ Attention: On some firmware MIUI 13+ Disabling Game Turbo can cause Mi Video Enhance (video enhancement) or Ultra Battery Saver to malfunction. MIUI In Settings โ†’ The phone.

๐Ÿ“Š Youโ€™ve noticed performance issues in Xiaomi games?
Yeah, games are slowing down.
Yes, but only after the MIUI update.
No, it's working fine.
I don't play the phone.

โ€”โ€”โ€”

Method 2: Disable Game Turbo via standard MIUI settings

The safest method is to deactivate the accelerator through the settings menu, which is suitable for most Redmi and POCO models on MIUI 12-14.

Instructions:

  1. Open the Settings. โ†’ Special facilities.
  2. Scroll down and select the Game Accelerator (or Game Turbo).
  3. Turn off the slider Enable the game accelerator.
  4. Return to the main settings menu and go to Applications โ†’ Application Management.
  5. Find Game Turbo in the list, open it and click Disable (if the button is active).

If the Game Accelerator is not in Special Options, try an alternative route:

  • ๐Ÿ” Open the Settings. โ†’ Battery and productivity โ†’ Performance modes.
  • ๐ŸŽฏ Choose Balanced or Battery Saving mode (this will turn off automatic optimization for gaming).

โš ๏ธ Note: On some firmware (for example, MIUI 14 for the Redmi Note 12 Pro+) disabling Game Turbo through settings is reset after restarting. ADB root-access.

โ˜‘๏ธ Preparing for Game Turbo shutdown

Done: 0 / 4

โ€”โ€”โ€”

3. Method 2: Remove Game Turbo via ADB (no root rights)

If the standard shutdown doesnโ€™t work, you can uninstall com.miui.gameturbo via Android Debug Bridge (ADB). This method does not require root rights, but requires a computer and USB-cable.

Step-by-step:

  1. Download and install ADB Tools on PC.
  2. Enable USB Debugging on your phone: Settings โ†’ About Phone โ†’ MIUI Version (click 7 times) Settings โ†’ Additional โ†’ For Developers โ†’ Debugging on USB
  3. Connect your phone to your PC and open the command prompt (cmd) in the folder with adb.exe.
  4. Enter the commands in turn: adb devices adb shell pm uninstall --user 0 com.miui.gameturbo

If the pm uninstall command doesnโ€™t work, try an alternative:

adb shell pm disable-user --user 0 com.miui.gameturbo

Once completed, restart your phone. The Game Turbo package will be disabled for the current user (not completely removed).

Xiaomi modelDoes it support removal through ADB?Notes
Redmi Note 10/11โœ… Yes.You may need to re-execute after the MIUI update.
POCO X3/X4โœ… Yes.MIUI 13+ sometimes requires a root
Redmi 9/9Aโš ๏ธ Partially.Possible errors when disabling the package
Redmi K50โœ… Yes.Use Disable-user instead of Uninstall

๐Ÿ’ก

If, after the execution, ADB-Game Turbo commands are still activated, check for updates for the com.miui.gameturbo package in Settings โ†’ Annexes โ†’ Application management. Sometimes the system automatically restores it.

โ€”โ€”โ€”

4. Method 3: Completely remove Game Turbo with root rights

To completely remove the system package com.miui.gameturbo will require root rights (for example, through Magisk), this method is suitable for advanced users and allows you to permanently get rid of the accelerator.

Instructions:

  1. Install Root Explorer or any other file manager with root support.
  2. Go to /system/priv-app/GameTurbo or /system/app/GameTurbo
  3. Remove the GameTurbo folder or rename it to GameTurbo_bak.
  4. Reboot the phone.

Alternatively, you can use the command via ADB with root access:

adb shell


su




mount -o rw,remount /system




rm -rf /system/priv-app/GameTurbo

โš ๏ธ Note: Removing system packages can lead to unstable operation MIUI, Especially on firmware with HyperOS. Before deleting, backup through TWRP Or OrangeFox.

What if the game turbo has lost the sound in the game?
On some models (Redmi Note 11 Pro+, POCO F4), the com.miui.gameturbo package is associated with audio drivers. In this case: 1. Install an alternative ViPER4Android package for audio recovery. 2. Or return the GameTurbo folder back, but disable it via ADB with pm disable-user. 3. Update the firmware to the latest version of MIUI (new versions remove dependency).

โ€”โ€”โ€”

5. Method 4: Retrace to the old version of MIUI (if the acceleration appeared after the update)

If Game Turbo issues started after the MIUI update (e.g. version 12 to version 13), you can return the old firmware, which is suitable for users who have not previously had performance problems.

How to make a pullback:

  • ๐Ÿ“ฅ Download the archive with the desired version MIUI For your model from the official Xiaomi website.
  • ๐Ÿ”„ Rename the file to update.zip And put it in the root folder of the phone.
  • ๐Ÿ”ง Go to Settings. โ†’ The phone. โ†’ Updating the system.
  • ๐Ÿ–ฑ๏ธ Click on the three dots in the upper right corner and select Select the firmware file.
  • โš™๏ธ Confirm the installation and wait for the completion (the phone will restart several times).

Important: When you roll back to an older version of MIUI, all data will be erased. Pre-backup through Settings โ†’ Additional โ†’ Backup and Reset.

MIUI versionGame Turbo availabilityCan I turn it off through the settings?
MIUI 11 and belowโŒ No.โ€”
MIUI 12โœ… Yes.โœ… Easy.
MIUI 13โœ… Yes.โš ๏ธ Partially (required) ADB)
MIUI 14 / HyperOSโœ… Yes.โŒ Only through the ruth.

โ€”โ€”โ€”

6. Method 5: Use of third-party utilities (for advanced users)

If standard methods do not help, you can use specialized utilities for Xiaomi, which allow you to jam system processes:

  • ๐Ÿ› ๏ธ App Ops โ€“ Allows you to disable Game Turbo permissions without root rights (required) ADB).
  • ๐Ÿ”ง DisableServiceTool โ€“ utility to disable system services (root needed).
  • ๐Ÿ“ฑ MIUI Hidden Settings โ€“ Opens access to hidden settings MIUI, including disabling game optimization.

Example of App Ops:

  1. Download App Ops from XDA Developers.
  2. Run the utility and find Game Turbo in the list of applications.
  3. Turn off permissions: android.permission.FOREGROUND_SERVICE android.permission.BIND_NOTIFICATION_LISTENER_SERVICE android.permission.PACKAGE_USAGE_STATS
  4. Reboot the phone.

โš ๏ธ Note: Using third-party utilities may violate Xiaomiโ€™s security policy and result in blocking certain features (such as Mi Pay or Face Unlock.

๐Ÿ’ก

The most reliable way is to combine the pm disable-user (ADB) and the com.miui.gameturbo cache, which minimizes the risk of system failure.

โ€”โ€”โ€”

7 How to Check if Game Acceleration Is Really Shut Down

To make sure that Game Turbo no longer impacts performance, follow these steps:

  • ๐Ÿ“Š Start the game and open the settings. โ†’ Battery and productivity โ†’ CPU usage: If the Game Turbo is not displayed in the list of active processes, the accelerator is disabled.
  • ๐ŸŽฎ Check it out. FPS using the GameBench utility or built-in counter (in games like PUBG Mobile or Call of Duty: If the value is not fixed on 30 frames, optimization is disabled.
  • ๐Ÿ” Use the team. ADB to check the status of the package: adb shell dumpsys package com.miui.gameturbo The output must be the line disabled.

If the game is still slowing down after the Game Turbo shutdown, the problem may be:

  • ๐Ÿ”‹ Trottling the processor due to overheating (check the temperature through the AIDA64).
  • ๐Ÿ—‘๏ธ Filled cache (clean through Settings) โ†’ Warehouse).
  • ๐Ÿ“ฑ Background RAM consumption by other applications (use Greenify for hibernation).

โ€”โ€”โ€”

FAQ: Frequent questions about speeding up games on Xiaomi Redmi

โ“ Can I turn off Game Turbo without a computer?
Yes, but not on all firmware. On MIUI 12-13, try the path: Settings โ†’ Special features โ†’ Game accelerator. If you don't have a point, you'll need ADB or root.
โ“ Why Games Are Getting More Warm After Game Turbo?
This is normal: Game Turbo artificially limited the performance to lower the temperature. After shutdown, the processor runs at full power. If the overheating is critical, use a cooling stand or lower the graphics settings in the game.
โ“ Will the Game Turbo return to factory settings after resetting the phone?
Yes. When reset, all system packets are recovered. To avoid this, immediately follow the command adb shell pm uninstall --user 0 com.miui.gameturbo.
โ“ Can you turn off acceleration only for specific games?
Officially, no. But you can use App Ops to limit Game Turbo permissions to just selected applications. android.permission.GET_TASKS For games where no accelerator is needed.
โ“ Does the Game Turbo shutdown affect autonomy?
Depends on the script: ๐Ÿ”‹ If you play without recharging, the operating time can be reduced by 5-15% (the processor is not limited to the same). โšก If you played while charging, it won't make any difference. To save the battery, use the Saving Charge mode in the settings.