How to completely disable the acceleration of games on Xiaomi: Game Turbo, MIUI-optimization and hidden settings

Xiaomi, Redmi and Poco are known for their aggressive approach to performance optimization โ€” especially when it comes to gaming. Built-in features like Game Turbo, MIUI Optimization, and hidden CPU limitations often work against gamers: artificially understate FPS, cause frame drawdowns and overheating. If you notice that games on your device are slowing down despite the powerful hardware, the problem is likely to be these โ€œimprovements.โ€

In this article, weโ€™ll break down all the ways to disable the acceleration of games on Xiaomi โ€“ from standard settings to hidden developer parameters and even manual editing of configuration files. Youโ€™ll learn how to fully deactivate Game Turbo, remove thermothrottle restrictions, and why itโ€™s sometimes best to use it. ADB-commands than regular menus. Instructions are relevant to MIUI 12/13/14 All modern models, including Xiaomi 13/14, Redmi Note 12, Poco F5).

Why Xiaomi is artificially slowing down games?

The manufacturer claims that Game Turbo and similar features improve the gaming experience, but in practice they do the following:

  • ๐Ÿ”ฅ Thermodrossing: Forced to reduce the clock speed of the processor when heated, even if the temperature is normal.
  • ๐ŸŽฎ Limitation FPS: block out 60 frames/sec (even if the screen supports the 90/120/144 Hz).
  • ๐Ÿ“ฑ Background optimization: Killing processes in multitasking, making games load longer.
  • ๐Ÿ”‹ Energy saving: activate performance-reducing modes "to save battery lifeยป.

For example, on the Xiaomi 12T Pro with a Snapdragon 8+ Gen 1 processor in games like Genshin Impact or Call of Duty Mobile, the FPS can sag from 90 to 45 frames โ€” and itโ€™s not the hardware thatโ€™s to blame, but the software limitations. Even after turning off the Game Turbo in the settings, some optimizations continue to work in the background.

โš ๏ธ Note: Some models (e.g. Redmi Note 11 Pro)+) After disabling Game Turbo, you may lose access to the graphics settings in games (resolution adjustment, textures). MIUI โ€” The manufacturer links these options to its software.

Method 1: Disable Game Turbo through standard settings

The easiest method is to deactivate embedded gaming services, but it doesnโ€™t work on all devices: on some models (like the Poco F4 GT), the Game Turbo is integrated into the system and doesnโ€™t have a separate switch.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search box, enter Game Turbo (or Game Accelerator in Russian).
  3. Select the app, click Disable (if the button is active) or Remove Updates.
  4. Reboot your smartphone.

If there is no button to disable, try:

  • ๐Ÿ”ง Go to Settings. โ†’ Special facilities โ†’ Gaming accelerators and deactivate all toggles.
  • ๐Ÿ“ฑ Some of the firmware needs to open security. โ†’ Acceleration โ†’ Game mode and turn it off there.

โ˜‘๏ธ Checking the Game Turbo shutdown

Done: 0 / 4

An additional step may be required on MIUI 14: go to Settings โ†’ Battery & Performance โ†’ Performance Modes and select High Performance (not Balanced or Energy Saving).

Method 2: Deactivate MIUI Optimization (requires ADB)

MIUI Optimization is a system package (com.miui.optimizer) that is responsible for background optimization, including restrictions on games. It can not be disabled through the standard menu, but can be blocked using ADB (Android Debug Bridge).

You'll need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools.
  • ๐Ÿ“ฑ Included Debugging by USB on a smartphone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then additionally โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ USB-cable (preferably original).

Steps:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
  3. Enter the command: adb shell pm disable-user --user 0 com.miui.optimizer
  4. Reset the device.

After that:

  • โœ… Lags will disappear when switching between games and other applications.
  • โœ… The game will be played in the background (will not be killed by the system).
  • โš ๏ธ There may be minor bugs in animations MIUI (For example, when you open the menu).

๐Ÿ’ก

If navigation gestures stop working after disabling com.miui.optimizer, return the settings with the command adb shell pm enable com.miui.optimizer and use an alternative method (see Method 4).

Method 3: Manual editing of configuration files (for advanced ones)

Some firmware (especially custom ones like Xiaomi.EU or PixelExperience) have game restrictions in their system files that can be changed manually, but that requires root rights or access to TWRP.

Key files and parameters:

File.WayWhat to changeThe effect
thermal-engine.conf/vendor/etc/thermal-engine.confMeanings cpu_thermal_limit and gpu_thermal_limitRemoves artificial clock frequency restriction during heating
game_config.xml/data/data/com.miui.gamecenter/shared_prefs/Parameter game_boost_enable falselyDisables all game "improvements"
build.prop/system/build.propAdd the line debug.performance.tuning=1Unlocks Hidden Performance Modes

Example of editing thermal-engine.conf (root required):

  1. Open the file in a text editor (e.g., Mixplorer with root access).
  2. Find the block: cpu_thermal_limit = 85 75 65 55 gpu_thermal_limit = 80 70 60 50
  3. Replace it with: cpu_thermal_limit = 105 100 95 90 gpu_thermal_limit = 100 95 90 85
  4. Save the file and restart the device.

โš ๏ธ Warning: Incorrect editing of system files can lead to bootloop ( looped boot). TWRP or Xiaomi Backup.

๐Ÿ“Š Have you ever edited system files on Android?
Yes, through root.
Yes, through ADB.
No, I'm afraid to break my phone.
I tried it, but it didn't work out.

Method 4: Use of third-party utilities (without root)

If you don't want to mess with ADB or root, you can use specialized applications that don't have a 100% effect, but they help you to partially disable optimizations:

  • ๐Ÿ› ๏ธ Game Optimizer Disabler (requires) ADB Unlocking: Disables Game Turbo and MIUI Optimization with a single click.
  • โšก ForceDoze: Blocks background activity MIUI, Preventing the Killing of Games in Multitasking.
  • ๐Ÿ”ฅ Thermal Control (root): allows you to manually adjust thermothrottle thresholds.
  • ๐ŸŽฎ GFX Tool: Bypassing the restrictions FPS In games (not all titles).

Examples of the Game Optimizer Disabler:

  1. Download APK with XDA Developers.
  2. Connect your phone to your PC and execute the command: adb shell sh /sdcard/Download/disable_miui_optimization.sh
  3. Reset the device.

Some firmware (e.g. MIUI China) do not work with these utilities, requiring pre-deletion of com.miui.securitycenter via ADB.

Method 5: Resetting performance settings to factory

If you tried different methods and something went wrong (for example, the games started to lay even more), you can reset all optimizations to default values.

Instructions:

  1. Open Settings โ†’ About the phone โ†’ Reset settings.
  2. Select Reset App Settings (not a full reset!).
  3. Confirm the action.

After discharge:

  • ๐Ÿ”„ All permissions for games will be reset (you need to re-allow access to the microphone, storage, etc.).
  • ๐Ÿ“‰ Standard restrictions will return FPS and thermothrottle.
  • ๐Ÿ”ง I will have to re-engineer the game turbo and MIUI Optimization.
What if after the game was reset, the game was slowed down even more?
This means that you have previously disabled critical system services (e.g. com.miui.thermald).Restore them via ADB by command: adb shell pm enable com.miui.thermald If it doesn't help, complete a factory reset (with loss of data).

Additional Tips for Maximum Performance

Even after disabling all optimizations, you can still improve FPS and game stability:

  • ๐Ÿ”‹ Turn off the adaptive brightness, which puts additional strain on the processor, and set a fixed value (e.g., 70%).
  • ๐Ÿ“ถ Activate Aircraft Mode While Playing: Background Processes (e.g., Mi Cloud Synchronization) Steal Resources.
  • โ„๏ธ Use cooling: even after turning off the thermal throttle, overheating reduces performance.Buy a cooling case or play at temperatures below 25ยฐC.
  • ๐Ÿ”„ Update the drivers GPU: Some models (such as Xiaomi) 12S Ultra update via Fastboot gives an increase FPS 15%.

To check the results, use:

  • GameBench โ€“ Measuring FPS and Heat in real time.
  • Throttling Test CPU โ€“ shows whether the processor frequency decreases during load.
  • 3DMark is a benchmark for overall performance.

๐Ÿ’ก

Disabling Game Turbo and MIUI Optimization gives an increase in FPS by 20-40% in heavy games (for example, in PUBG Mobile from 45 to 60+ fps), but can reduce battery life by 10-15%.

FAQ: Frequent questions about turning off game acceleration

Can I turn off Game Turbo without ADB?
On most devices, it doesn't. Standard settings shutdown often doesn't work because the Game Turbo is integrated into the system. Except for some Poco models (like the Poco F3 GT), where there's a separate switch to Settings โ†’ Special Features.
Why did the games get warmer after the optimizations were turned off?
This is normal: without thermal throttling, the processor operates at maximum frequency, which increases heat generation. If the temperature exceeds 50 ยฐ C, use a cooling case or play in a cool room. On the Snapdragon 8 Gen 2, critical heating starts at 55 ยฐ C.
Will the optimizations return after the MIUI update?
Yes. After a major update (e.g., from MIUI 13 to MIUI 14), all changes are reset, you have to re-disable Game Turbo and MIUI Optimization. To avoid this, back up via TWRP before upgrading or use the script to automatically disable optimizations after the update.
Can you turn off the acceleration of games only for specific applications?
Technically, yes, but it's complicated. You need to manually edit /data/system/packages.xml (root required) and prescribe exceptions for game packs. It's easier to use the Island app (root) to isolate games from system optimizations.
Why canโ€™t the Xiaomi 13 Pro turn off the Game Turbo?
On flagship models (e.g. Xiaomi 13 Pro, 14 Ultra), the Game Turbo is hard-stitched into firmware and has no standard shutdown method.The only option is to use ADB to lock the com.miui.gamecenter package or install custom firmware (e.g. Xiaomi.EU without optimizations).