What is Game Turbo and why you need it on Xiaomi
If you own a Xiaomi, Redmi or POCO smartphone and actively play mobile games like Genshin Impact, PUBG Mobile or Call of Duty, then without the Game Turbo you lose up to 30% of performance. This proprietary game accelerator from Xiaomi optimizes the work of the processor, graphics accelerator and RAM specifically for gaming loads, minimizing lags and increasing FPS.
Unlike standard Android game mode, Game Turbo works at the MIUI/HyperOS firmware level, blocking background processes, optimizing core clock speeds, and even improving touch screen response. For example, in tests on Redmi Note 12 Pro+ with the accelerator enabled, the average FPS in Honor of Kings has gone from 58 to 89 frames โ the difference is palpable to the naked eye. But thereโs a caveat: on some models, the function is hidden or requires manual activation.
In this article, you will learn how to check your deviceโs compatibility, where to find hidden Game Turbo settings, and how to avoid typical installation errors. And if your model doesnโt support the official version, weโll show workarounds using ADB and third-party Magisk modules.
What Xiaomi smartphones support Game Turbo
Officially, Game Turbo is available on most Xiaomi devices released after 2019, but with reservations. Full support is available only on flagships and game series:
- ๐ฑ Flagship series: Xiaomi 13/14, Xiaomi 12S Ultra, Xiaomi Mix Fold 2/3
- ๐ฎ Game models: Black Shark 4/5, POCO F4/F5 GT, Redmi K50/K60 Gaming
- ๐ฐ Midsize: Redmi Note 11 Pro+/12 Pro+, POCO X5 Pro (with limitations)
On budget models (Redmi 10A, POCO M4 Pro), the feature may be missing or running in a stripped-down form. To see for sure if your smartphone supports the Game Turbo, check:
- Open the settings โ About the phone โ version of MIUI.
- If the firmware version is 12.5+ or HyperOS, the odds are high.
- Run any game and pull down the notification bar โ if there is a Gaming Accelerator button, the function is active.
If your device isnโt on the list, donโt worry: weโll show you how to install the Game Turbo via ADB or Magisk modules, even on unofficially supported models.
Preparation of the smartphone before installing the accelerator
Before you activate the Game Turbo, you need to follow a few critical steps, neglecting them can lead to game crashes or even overheating the device.
Update MIUI/HyperOS to the latest version
Clear the cache in the storage settings
Turn off the energy-saving modes
Close all background applications-->
1. Firmware update. The game accelerator is tightly integrated with the system, so running an outdated version of MIUI is fraught with bugs. Check the firmware's relevance in Settings โ About Phone โ System Update. If an update is available, install it, even if it weighs several gigabytes.
2. Clean up the system. Cluttered memory and cache can conflict with Game Turbo. Go to Settings โ Storage โ Clean up and delete unnecessary files. Pay special attention to the game cache โ it is better to clean manually through Settings โ Apps โ [Game name] โ Storage.
โ ๏ธ Warning: If you have Magisk modules or custom cores installed on your device, the Game Turbo may not start, in which case temporarily disable the root rights or return to the stock core.
Power Configurement: The game accelerator requires maximum performance, so turn off all power saving modes:
- ๐ Settings โ Battery โ Performance Mode (select High Performance)
- โก Disable Adaptive Charging and Battery Optimization for Games
Method 1: Activate Game Turbo through standard settings
If your device officially supports Game Turbo, you can turn it on in 30 seconds without any further manipulation.
- Open Settings โ Special features โ Game Turbo (on some firmware, the path may differ: Settings โ Additional โ Game Accelerator).
- Activate the switch to turn on Game Turbo.
- In the Accelerator Settings section, select: ๐ฏ Performance Mode: Extreme (maximum FPS but more heating) ๐ Monitor FPS: enable the Frame Counter in the corner of the screen ๐ Notification Lock: Turn off all pop-ups while playing
Save the settings and restart the device.
After the reboot, run any game โ a translucent panel with the Game Turbo button should appear in the upper right corner. Click on it to open additional options:
| Function | Description | Recommendation |
|---|---|---|
| 4D- vibration | Increases recoil when shooting or hitting | Turn on for shooters |
| Sensor locking | Disables random touches of the screen | Turn on for MOBA |
| Network optimization | Prioritizes the gameโs traffic | Always turn on |
| Screen recording | Keeps gameplay without lags | Turn on streaming |
โ ๏ธ Warning: On HyperOS firmware (e.g. Xiaomi 14), the path to settings may change. If you don't find the Game Turbo on the menu, try searching by settings (the magnifier icon at the top) and query the game accelerator.
๐ก
On flagship models (Xiaomi 13/14, Black Shark) in the Game Turbo, the hidden mode "Pro Gamer" is available - activated by triple tapping the accelerator icon in the notification panel.
Method 2: Install Game Turbo via ADB (for unofficially supported models)
If your smartphone doesnโt support Game Turbo out of the box, but runs on MIUI 12.5+ or HyperOS, you can force the function to activate via ADB. This method works on 80% of Xiaomi devices, but requires a computer and debugging over USB.
What you need:
- ๐ฅ๏ธ Computer with Windows/macOS/Linux
- ๐ฑ Cable USB (preferably original)
- ๐ง Utility ADB and Fastboot
- ๐ Included Debugging by USB smartphone
Step-by-step:
- Turn on Developer Mode on Smartphone: Go to Settings โ About Phone Press 7 times on MIUI Version before notification appears
- Return to Settings โ Additional โ For developers and activate: ๐ Debugging with USB ๐ Unlocking OEM (if any)
Connect your smartphone to your computer and confirm your trust in the device.
ADB
adb shell
settings put global force_game_turbo_enabled 1
settings put global game_turbo_white_list "com.tencent.tmgp.pubgmhd,com.activision.callofduty.shooter,com.miHoYo.Yuanshen"The latter team adds PUBG Mobile, Call of Duty and Genshin Impact to the whitelist. To add your game, search for its packet name via Google Play (it is indicated in the address bar).
Reboot your smartphone.
If the Game Turbo didnโt appear after the reboot, try an alternative method with the APK installation:
Alternative method with APK
โ ๏ธ Warning: On HyperOS devices (e.g., Xiaomi 14), the ADB commands may fail due to a modified system architecture, leaving only the Magisk method (described below).
Method 3: Installation via Magisk (for rooted devices)
If you have root rights and you have Magisk installed, you can install the Game Turbo as a system module, which is the most reliable method for unofficially supported models, but requires caution.
Conditions required:
- ๐ Unlocked bootloader (bootloader)
- ๐ ๏ธ Installed by Magisk (version 25.0+)
- ๐ฅ Module GameTurbo_Enabler (can be downloaded from XDA)
Instructions:
- Download the GameTurbo_Enabler.zip module for your version of MIUI/HyperOS.
- Open Magisk Manager and go to the Modules section.
- Click Install from Storage and select the downloaded file.
- After installation, restart the device.
- Check for Game Turbo in the settings or through the notification bar in the game.
On some firmware (e.g. MIUI 14 for Redmi Note 11), the module may conflict with system services. If after installation, you have lags, delete the module and use the method with ADB.
๐ก
If after installing Game Turbo games began to slow down, try to disable the function Optimize GPU in the accelerator settings - sometimes it conflicts with the drivers Mali/Adreno.
Optimize Game Turbo for maximum performance
The simple fact is, to turn on the Game Turbo is only half the battle, and to really get the most out of your Xiaomi, you need to set the accelerator right for a particular game.
- ๐ฅ Performance Mode: Balanced โ for long sessions (less heating) Extreme โ for short matches (maximum FPS) Custom โ manual clock setting CPU/GPU
- โก Network optimization: Enable Traffic Priority and Low Latency Mode for online gaming.
- ๐ฎ Sensor settings: Turn off navigation gestures in games to avoid random swipes.
For advanced users, if your device supports Performance Mode in the kernel (like the POCO F4 GT), you can further overclock the processor through the Kernel Adiutor app (root required).
โ ๏ธ Warning: Overclocking CPU/GPU on a Snapdragon 7xx/8xx without proper cooling results in trottling (automatic frequency reduction) after 15โ20 minutes of play. Use a cooling stand or limit acceleration to +10% of standard values.
If you play Genshin Impact or other resource-intensive games, we recommend you to play:
- ๐ผ๏ธ Set graphics resolution on Medium (the difference is minimal, and FPS will grow by 20โ30%).
- ๐ Turn off Vertical Sync (V-Sync) in the game settings.
- ๐ต Activate Airplane Mode before starting the game, and then manually enable Wi-Fi/ mobile data (this will turn off background processes).
Typical problems and their solutions
Even after installing the Game Turbo properly, users are plagued with bugs, and here are the most common problems and ways to fix them:
| Problem. | Reason. | Decision |
|---|---|---|
| Game Turbo is not included | Conflict with Magisk or Custom Core | Disable all Magisk modules and restart |
| Play slows with accelerator | Incorrect performance regime | Switch from Extreme to Balanced |
| FPS counter is not working. | Monitoring in settings is disabled | Activate Showing FPS in Game Turbo |
| Accelerator disappears after update | Resetting MIUI settings | Re-activate via ADB or Magisk |
If your problem isnโt on the list, try resetting Game Turbo to the standard:
- Go to Settings โ Applications โ Application Management.
- Find Game Turbo in the list and select Warehouse.
- Click Clear Data and Clear Cache.
- Reset the device.
If nothing helps, check the error log through ADB:
adb logcat | grep -i "game|turbo"This will show you what processes are in conflict with the accelerator.