Many users of Xiaomi brand smartphones are faced with the annoying Game Turbo function, which automatically starts when opening games. Although this tool is positioned as an assistant for optimizing productivity, in practice it often causes problems: it blocks notifications, covers the screen with unnecessary widgets, or, conversely, prevents calls from coming in during a match. What’s especially annoying is that the function is built deep into the system and does not have an obvious “Off” button in the standard application menu.
Disabling Game Turbo is necessary not only for those who want to return to the familiar interface, but also for users who have noticed a drop in FPS or strange artifacts in the graphics after the latest MIUI or HyperOS update. In this article, we will analyze in detail all existing methods of deactivating a service: from standard security settings to advanced methods via ADB for cases when the system resists changes.
Before taking radical measures, it is worth understanding that Game Turbo is not a separate application that can simply be removed, but a system add-on. It is tightly integrated with the shell MIUI and the new HyperOS. Therefore, the approach to solving the problem will depend on the specific firmware version and model of your device, be it budget Redmi or flagship Xiaomi 14.
Disable via the "Security" application
The simplest and safest method, which works on most current firmware versions, is to use the standard “Security” system application. This is where the main switch for the gaming accelerator functionality resides. You do not need root access or a connection to a computer.
Go to the smartphone menu and find the icon with the name Security (green shield). Inside the app, scroll down to the Tools or Utilities block. Find the item Game Turbo or Game acceleratorthere. By clicking on it, you will be taken to the interface for managing the list of games.
In the upper right corner of the screen you will see a gear icon - these are the module settings. Once you go there, you will find a switch "Add games automatically". Turn it off. This action will prevent new applications from appearing in the accelerator list, but will not remove existing ones. To remove existing games, return to the main Game Turbo screen and press the minus sign or hold the game icon to remove it from the list.
If, after deleting all games, the Game Turbo icon still appears at startup, try clearing the cache of the "Security" application in the smartphone settings.
It is worth noting that that in some regions or on older versions Android the interface may differ. If you don't find the gear, look for the "General Settings" item in the bottom menu. It is important to understand that complete removal of the service through this method is impossible; we only disable its activation.
⚠️ Attention: After updating the firmware, Game Turbo settings may be reset to factory settings. Periodically check the list of added games so that the system does not start taking control of your favorite shooters again.
Notification and overlay settings
Often users want not so much to disable optimization as to get rid of pop-up windows and control panels that block the view. Xiaomi developers have provided flexible settings for the behavior of the overlay, allowing you to leave the functionality but remove visual noise.
In the Game Turbo settings menu (via the gear, as described above), find the section Additional settings. Here are the switches responsible for displaying the sidebar. Disable the option "Sidebar"if you do not need quick screenshots or screen recording during the game.
Also pay attention to the notification block. The Do Not Disturb feature within Game Turbo can block incoming calls and messages, which is critical for many users. Uncheck the item Block notifications while gamingto stay connected.
- 📱 Turn off “Auto-Brightness” in the accelerator settings to prevent the screen from dimming in dark game scenes.
- 🔕 Disable vibration when touching if it prevents you from concentrating on the gameplay.
- 🚫 Uncheck the “Prohibit minimizing” checkbox if you are used to quickly switching between messengers.
If you use third-party launchers, such as Nova Launcher, the overlay settings may conflict with them. In this case, completely disabling Game Turbo via ADB (which will be discussed below) will be the only working solution for stable operation of the interface.
Removal via ADB for advanced users
For those who want to completely get rid of a system component com.miui.gamebooster, the only reliable way is to use USB debugging and ADB (Android Debug Bridge) utilities. This method requires connecting your smartphone to a PC and minimal technical skills, but it gives a guaranteed result.
First you need to activate the developer mode. Go to Settings → About phone and quickly click on the item "MIUI version" or "OS version" seven times in a row until the message “You have become a developer” appears. Then go to Settings → Advanced settings → For developers and turn on the toggle switch USB debugging.
Connect the phone to the computer with a cable. On PC, download ADB platform tools. Open a command line in the folder with ADB and enter the command to check the connection:
adb devices
A request for debugging permission will appear on the smartphone screen - confirm it. If the console displays the device serial number, the connection is successful. You can now run the command to remove the Game Turbo package:
adb shell pm uninstall -k --user 0 com.miui.gamebooster
What if the command returns a Failure [DELETE_FAILED_INTERNAL_ERROR] error?
This error often occurs on newer versions of HyperOS, where the package is more protected. Try using a command prompt with administrative rights or update the ADB platform to the latest version from Google. You can also try to remove the associated package com.miui.securitycenter, but this is risky.
After successfully executing the command, the application will disappear from the list of installed ones and its functions will no longer work. It is important to understand that this action can only be reversible by completely resetting the phone to factory settings, since it is impossible to restore a deleted system package using the standard method.
The specifics of disabling on different versions of MIUI and HyperOS
The interface and depth of integration of game services vary greatly depending on the version of the operating system. What worked on MIUI 12may be unavailable or moved to HyperOS. Developers are constantly changing the operating logic of system utilities.
On older versions of MIUI (up to 13 inclusive), Game Turbo was often a separate application that could simply be uninstalled through the app manager if it was not built into the kernel. B MIUI 14 functionality was moved deeper into the Security application, making access to settings more difficult.
With the arrival HyperOS the situation changed again. Now the game mode is often disguised as "Game Center", which can be pre-installed as a separate application from the GetApps store. In this case, you can delete it with a standard long tap on the icon, like a regular app.
| System version | Settings location | Possibility of complete removal | Risk of system failure |
|---|---|---|---|
| MIUI 12 / 13 | Security app | Only via ADB | Low |
| MIUI 14 | Settings → Accessibility | Via ADB or freezing | Average |
| HyperOS 1.0 | Game Center (separate application) | Standard removal | Minimal |
| Global ROM | Often missing or truncated | Not required | Not available |
⚠️ Attention: Settings interfaces may change with each security update. If you do not find the described items, check the official forum of your device model, as the localization of the menu may differ.
☑️ Check before deleting via ADB
Alternative methods: Freeze and Deactivation
If using command lines seems too complicated to you, and the standard shutdown does not help, you can use the method of “freezing” the application. This will require third-party utilities such as Titanium Backup (requires Root) or Ice Box (works without superuser rights, but requires setting up a device administrator profile).
The application Ice Box allows you to put the Game Turbo system process into a “frozen” state. In this state, the app does not start, does not consume resources and is not displayed in the list of active applications, but formally remains installed on the system. This is a compromise option between complete removal and simple disabling.
To work without root access in Ice Box you must provide device administrator rights through the menu Settings → Security → Device Administrators. After that, you can add Game Turbo to the list of frozen applications with one click. If necessary, you can just as easily unfreeze it back.
Another option is to use the application Activity Launcher. It allows you to find hidden system activities. With its help, you can try to find the hidden Game Turbo debugging menu, where sometimes there is a button to completely disable the service, which is not available in the normal interface. Enter applications in the search gamebooster and study the found activities.
Freezing an application is a safe alternative to deleting, allowing you to return functionality at any time without flashing the phone.
The impact of disabling on performance and battery
There is a common myth that disabling Game Turbo will certainly lead to a drop in FPS and an increase in heating of the smartphone. In fact, for most modern processors Snapdragon i Dimensity this booster is just a marketing add-on that does not provide a real increase in power, but only changes the priorities of the task scheduler.
In a number of tests, users noted that after disabling Game Turbo, battery life in games even increased. This is due to the fact that the background accelerator service itself consumes CPU resources to monitor the system and render the overlay. Without this load, the system operates more stable.
However, on budget devices with low amounts of RAM (3-4 GB), the forced memory clearing functions provided by Game Turbo can be useful. If you disable the service, make sure that there are not too many applications running in the background, otherwise the game may crash.
- 🔋 Disabling background services Game Turbo saves about 3-5% of battery charge per day.
- 🚀 A clean system without overlays often responds to touch input faster by a split second.
- 🌡️ The case temperature may drop by 1-2 degrees due to the absence of unnecessary software load.
If after disconnecting you notice that games are running worse, try manually setting high performance in the battery settings or use third-party applications to control the processor frequency if you have Root access.
Frequently asked questions (FAQ)
Will Game Turbo return after a factory reset or update?
Yes, when performing a full factory reset (Wipe Data), all system applications, including Game Turbo, will be restored to their original state. With a regular over-the-air (OTA) firmware update, the settings may be saved, but the module itself will be updated, and its behavior may change.
Is it possible to remove Game Turbo without a computer?
No using standard system tools, since it is a system application. Without a computer, you can use freezing methods through applications like Ice Box or try to find hidden settings through the Activity Launcher, but complete removal requires ADB or root access.
Why did screen recording stop working after disabling Game Turbo?
In some versions of MIUI, the functionality of screen recording during a game is strictly tied to the Game Turbo service. If you delete it via ADB, recording may stop working in games. In this case, you will have to use third-party applications to record the screen or restore the system package.
Is it safe to delete com.miui.gamebooster via ADB?
Yes, removing this package is safe for the main system (calls, Internet, camera). You won't get a "brick". The only risk is the loss of specific functions related to games, such as blocking notifications or quickly switching accounts.
How to distinguish a real Game Turbo from third-party garbage?
The real system Game Turbo has a package name com.miui.gamebooster. If you see an application with a similar name, but a different package name (for example, com.cleaner.game), this is third-party software that can be safely removed through normal application settings.