Xiaomi, Redmi and Poco are known for their performance in games due to built-in acceleration technologies such as Game Turbo and MIUI Turbo. However, these functions do not always work correctly: instead of smooth gameplay, users face camera twitches, FPS subsidence or device overheating. In some cases, the system aggressively restricts background processes, which causes messengers and music applications to โfly outโ during the game.
In this article, we will discuss all the current ways to turn off the acceleration of games on Xiaomi in 2026, including hidden developer settings, modification of configuration files and alternative optimization methods. Particular attention will be paid to models on MIUI 14/15 and HyperOS, where the logic of the Game Turbo has changed. If you notice that games began to slow down after updating or resetting, here you will find a solution.
Why Xiaomiโs Gaming Speed Can Be Intruding
Game Turbo and MIUI Turbo were originally designed to improve the gaming experience, but in practice they often do more harm than good.
- ๐ฅ Overheating of the processor: aggressive overclocking of cores leads to trottling (automatic frequency reduction) after 15-20 minutes of play.
- ๐ Subsidence FPS: system artificially limits performance to "smooth" the schedule of frames, which leads to jerks.
- ๐ซ Blocking background applications: messengers, music and even system services can be closed forcibly.
- ๐ Manual Settings Conflict: If you have manually set up graphics in the game (e.g., through a hand-held setting) GFX Tools, Game Turbo resets parameters.
For example, in PUBG Mobile or Genshin Impact, users often complain of a โsuspendโ image when the Game Turbo is turned on, although without it the game is more stable, and the paradox is that turning off acceleration sometimes increases FPS due to a more uniform load on the processor.
Method 1: Disable Game Turbo via MIUI settings
The easiest method is to deactivate the Game Turbo from the standard menu, which is suitable for most Xiaomi, Redmi and Poco models on MIUI 12-15 and HyperOS:
- Open Settings โ Applications โ Application Management.
- Slip on the three dots in the upper right corner and select Special Permits.
- Find the Game Turbo section (or Game Mode in HyperOS).
- Turn off the slider Enable Game Turbo.
- Reset the device.
On some firmware, the path may be different. For example, on Poco F5 with HyperOS, you need to go to Settings โ Additional โ Game Mode and turn off the option to Accelerate Games.
Slider turned off in Game Turbo| settings
Rebooted device |
The behaviour of the game (e.g, PUBG Or Genshin Impact)|
Notifications about โgaming modeโ are disabledยป-->
โ ๏ธ Note: On some models (e.g. Xiaomi 13 Ultra), Game Turbo is integrated into system services. its deactivation may cause the graphics driver to fail. If after deactivation the games stopped running, return the settings back and use alternative methods (see section 4).
Method 2: Configure MIUI Turbo through the developer menu
MIUI Turbo is a deeper optimization of a system that works at the kernel level, and its settings are hidden in the developer menu.
- Go to Settings. โ The phone.
- Tap 7 times on the MIUI version (or HyperOS build number) until you become a developer!
- Back to Settings โ Additionally. โ For developers.
- Find the MIUI Turbo section and disable the options: Accelerate Games Performance Optimization Aggressive Memory Management
If the developer menu does not have MIUI Turbo, it is blocked on your model, in which case only modification of system files (method 4) will help.
| Xiaomi model | MIUI Turbo is on the developer menu | Recommended method of disconnection |
|---|---|---|
| Redmi Note 12 Pro+ | Yes. | Method 2 (Developer menu) |
| Poco F4 GT | Yes (hidden under "Optimization") | Method 2 + Method 3 (ADB) |
| Xiaomi 13T Pro | No. | Method 4 (file editing) |
| Redmi 10C | Yes (stripped settings) | Method 1 (Game Turbo) |
Method 3: Disconnect via ADB (for power users)
If standard methods donโt work, you can turn off the acceleration of games via Android Debug Bridge (ADB), which requires connecting the phone to a PC and basic command line knowledge.
Instructions:
- Download and install ADB Tools on PC.
- Enable USB Debugging in the Developer menu (see Method 2).
- Connect your phone to your PC and type in the command line: adb shell pm uninstall -k --user 0 com.miui.gameturbo pm disable-user --user 0 com.miui.turbomode
- Reset the device.
These commands completely remove the Game Turbo for the current user. If you want to return the feature, use:
pm install-existing --user 0 com.miui.gameturbo
pm enable --user 0 com.miui.turbomode๐ก
Before using ADB, back up your data via Settings โ Memory โ Backup. In rare cases, incorrect commands can cause a system to crash.
Method 4: Editing system files (requires root)
On some firmware (e.g. HyperOS for Xiaomi 14), game acceleration is hard-stitched into system files, and to turn it off, you will need root rights and a file manager with access to the root folder (e.g., Root Explorer or Mixplorer).
Algorithm of action:
- Get root access (for example, through Magisk).
- Open the file manager and go on the way: /system/etc/device_features/[your model.xml (e.g, tissot.xml For the Redmi Note 5).
- Find the lines: <bool name="support_game_turbo">true</bool> <bool name="support_miui_turbo">true</bool> and replace true with false.
- Save the file, set the rights 644 (rw-r--r---).
- Reset the device.
For example, on the Redmi Note 11 Pro+, after disabling the Game Turbo via ADB, some users encounter graphic artifacts in Genshin Impact.This is because the Adreno driver loses optimization.The solution is to manually install the latest version of the driver via Qualcomm Driver Updater.