Owners of Xiaomi, Redmi and Poco smartphones often face intrusive notifications and pop-ups from the built-in game optimizer.This system component, known as Game Turbo or Security, is designed to improve performance, but in practice often annoys users with its aggression.
Complete removal of the system application without root rights is impossible with standard Android methods, since it is part of the firmware. MIUI However, there are proven ways to deactivate its features, hide the icon or completely remove the package through the ADB-team, returning the system to cleanliness and control.
In this article, we will look at all the available solutions, from simple disabling notifications to advanced removal via computer, and you will be able to choose the method that best suits your level of technical training and specific device model.
Why Game Turbo Can't Just Be Deleted Through Settings
Many users try to find the “Delete” button in the application management menu, but without success.This is due to the fact that the Game Turbo is a system component integrated into the MIUI shell. The operating system marks such applications as protected, prohibiting them from uninstallation in the usual way to avoid critical errors.
Trying to simply disable an app through the standard settings menu is often impossible, as the corresponding button may be inactive (darked), a standard practice for Android smartphone manufacturers, which thus ensure the operation of pre-installed services.
⚠️ Warning: Forced removal of system components without backing up can cause system instability.Before any manipulations begin, make sure you have a Mi Account and access to recovery.
However, there are workarounds: ADB (Android Debug Bridge) allows you to send commands directly to the system without the GUI restrictions, giving the user permissions close to root access, allowing you to delete even protected packets.
An alternative to completely removing features is to deep disable features through the settings of the application itself or using specialized tools like Xiaomi ADB/Fastboot Tools, which allow you to either completely erase the application or simply stop receiving notifications from it.
Preparing a smartphone to remove system components
Before you start removing or disabling Game Turbo, you need to configure your smartphone correctly. Without enabling developer mode and debugging over USB, none of the advanced methods will work.
First, activate the hidden menu. Go to Settings → About Phone and find the MIUI Version (or OS Version) string, and click on it 7-10 times in a row until the message “You’re a developer” appears.
Then you should turn on the debugging itself. Go to Settings → Advanced Settings → Developer. Find the USB Debugging and activate it. The system can warn you several times about the risks - confirm the action.
- 📱 Make sure the smartphone has a lock screen on and a password or pattern lock is set.
- 🔌 Prepare quality. USB-A cable that can transmit data, not just charge the device.
- 💻 Install the drivers. ADB on your computer if you plan to use the command line.
- 🔋 Charge the device to at least 50% to avoid suddenly shutting down during the process.
It is also important to check if the option is not included «USB-Debugging (security settings)" It's in the same developer menu. If you plan on just disabling apps through the interface, you can skip this item, but for complete removal through the interface. ADB often required.
☑️ Check before removing Game Turbo
Method for disabling notifications and functions without deleting
If your goal is not to delete the app, but to stop seeing annoying pop-ups and banners, you can just adjust the settings. This method is safe and does not require a connection to a computer.
Open the Safety app (green zipper icon), which is the host for Game Turbo. Go to Accelerate Games or click on the joystick icon. In the upper right corner, find the settings icon (cog).
Inside the settings menu, turn off all items related to “Enhanced Performance”, “Memory Cleanup” and “Network Acceleration” and it is also recommended to turn off the “Floating Window” and “Sidebar” options so that they do not appear in games.
| Function | Recommended action | Impact on the system |
|---|---|---|
| Sidebar. | Shut down. | Remove the call menu during the game |
| Notifications | Banned | Stops pop-up messages |
| Cleaning up memory | Shut down. | Prevents the closure of background applications |
| Banning calls | Set up | Remains in control of the “Do Not Disturb” regime |
You can also restrict the rights of the app itself. Go to Settings → Apps → All apps, find Game Turbo (or Screenshots / Security if there is no separate item), go to Notifications and uncheck all the boxes. This is guaranteed to save you from visual noise.
💡
For complete silence from Game Turbo, also turn off the auto-start app in the “Permissions” → “Auto-Start” section.
Remove Game Turbo via computer and ADB
The most effective way to get rid of the intrusive component is to completely remove its packet through ADB. This method requires having a computer (Windows, macOS or Linux) and running simple commands.
First, download and install Platform Tools (the official toolkit from Google) or use a graphical shell, such as Xiaomi ADB/Fastboot Tools. Connect your smartphone with a cable to your PC. On the phone screen, a request for debugging permission will appear - click "Allow".
Open the command prompt (Terminal or CMD) in the ADB folder and enter the command to check the connection:
adb devicesIf your device's serial number is on the list, the connection is successful. Now you need to know the exact name of the package responsible for the game accelerator. Usually it's com.miui.gamebooster, but the names may differ from one version of MIUI.
⚠️ Note: Removing system packages through ADB It is irreversible without flashing or resetting to factory settings.
To delete, enter the following command:
adb shell pm uninstall -k --user 0 com.miui.gameboosterOnce you have successfully executed the command, you will see the message "Success": the application will disappear from the installed list, and its processes will stop loading with the system. If you need to return everything as it was, use the command cmd package install-existing com.miui.gamebooster.
Use of specialized utilities for uninstallation
For those who are afraid of working with the command line, there are convenient graphical interfaces. One of the most popular tools is the Xiaomi ADB/Fastboot Tools program from developer Szaki. It automatically identifies the connected device and offers a list of system applications to remove.
After connecting your smartphone and running the utility, go to the Debloat tab. In the list, find Game Turbo, MIUI Daemon or Analytics. The program will tell you which packages are safe to remove and which should not be touched.
The advantage of these utilities is that they often have a built-in batch name database, which eliminates the error when you type a command manually, you just tick the right item and click the Uninstall button.
- 🛠 The program will download the necessary drivers and ADB-file.
- 📋 Visual list of all installed system applications with descriptions.
- 🔄 Ability to quickly restore remote components.
- 📊 Additional features: cache clearing, region change, ad removal.
Another option is to use management apps directly on your phone, such as Package Disabler or App Manager, but they still need to activate debugging. USB and possibly grant special permissions through ADB-Adb shell pm grant.
What to do if your computer can’t see your phone?
Possible problems and solutions
Users may encounter a number of difficulties in removing or disabling Game Turbo, and often the app recovers itself after a system update or reboot.
If the icon is missing but the notifications are still there, it may be running in the background of another system component, so try to find and disable MIUI Daemon or Security Center, but be careful.
In some versions of HyperOS, the packet name may have changed. Use the adb shell pm list packages | grep game command to find the current package name for your model, which will remove the component that is responsible for the game functions.
⚠️ Note: After removing Game Turbo, some games may stop running in full screen mode or may disappear screen recording features while playing.
If you notice an unstable interface or frequent reboots after deleting, the only solution is to perform a full reset (Wipe Data) through the Recovery menu, which is why backing up important data before removing system components is a must.
Also, when you update your firmware over the air (OTA), remote system applications can be restored, in which case the removal procedure will have to be repeated again.
Frequently Asked Questions (FAQ)
Is it safe to completely remove Game Turbo on Xiaomi?
Can the Game Turbo come back after its deletion?
Does removing the accelerator affect performance in games?
How to find the exact name of the package if the standard one doesn’t work?
💡
Removing Game Turbo via ADB is the only way to get rid of system debris completely, but it requires carefulness and compliance with safety instructions.