How to turn off the acceleration of games on Xiaomi: the complete guide to set up the Game Turbo and MIUI Turbo

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.

๐Ÿ“Š Youโ€™ve been in trouble with Game Turbo?
Yeah, the games are starting to slow down.
Yeah, the phone's overheating.
Yes, background applications are closing.
No, I'm working fine.
I don't know what that is.

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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Slip on the three dots in the upper right corner and select Special Permits.
  3. Find the Game Turbo section (or Game Mode in HyperOS).
  4. Turn off the slider Enable Game Turbo.
  5. 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.

  1. Go to Settings. โ†’ The phone.
  2. Tap 7 times on the MIUI version (or HyperOS build number) until you become a developer!
  3. Back to Settings โ†’ Additionally. โ†’ For developers.
  4. 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 modelMIUI Turbo is on the developer menuRecommended method of disconnection
Redmi Note 12 Pro+Yes.Method 2 (Developer menu)
Poco F4 GTYes (hidden under "Optimization")Method 2 + Method 3 (ADB)
Xiaomi 13T ProNo.Method 4 (file editing)
Redmi 10CYes (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:

  1. Download and install ADB Tools on PC.
  2. Enable USB Debugging in the Developer menu (see Method 2).
  3. 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
  4. 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:

  1. Get root access (for example, through Magisk).
  2. 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).
  3. Find the lines: <bool name="support_game_turbo">true</bool> <bool name="support_miui_turbo">true</bool> and replace true with false.
  4. Save the file, set the rights 644 (rw-r--r---).
  5. 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.

Can I turn off Game Turbo without root and ADB?
Yes, most models only need to use Method 1 (disable via settings) or Method 2 (developer menu). ADB and root are only required for deep system modifications (for example, on Xiaomi 13/14 with HyperOS).
After the Game Turbo was turned off, the games became more slow.
This means that your model is heavily dependent on Xiaomi optimizations: Try: Return the Game Turbo and configure it manually (see Method 5). Update GPU drivers (e.g., via Qualcomm Driver Updater); use alternative launchers (e.g., Nova Launcher) to reduce system load.
Will a factory reset return the Game Turbo?
Yes, after resetting all system features, including Game Turbo and MIUI Turbo, back to factory settings. To avoid this, back up the folder before resetting. /system/etc/device_features/ (If you have root, or save a list of disabled services through ADB: adb shell cmd package list packages -d
How to check if the Game Turbo is actually offline?
There are several ways: Run the game and check for the Game Turbo icon in the notification bar. ADB-command: adb shell dumpsys package com.miui.gameturbo If there is a disabled line in the output, the function is disabled. CPU Monitor and see how the processor behaves while playing. Without the Game Turbo, the load will be distributed evenly.
Is there a risk of losing the warranty when you turn off Game Turbo?
No, if you use Method 1 or Method 2 (developer settings and menus) the risk only appears when using ADB (method 3) or root (method 4), as this requires unlocking the bootloader. Xiaomi officially does not deprive you of warranty for such actions, but in the case of hardware cuts, you can refuse repairs under warranty.