How to turn off the acceleration of games on Xiaomi Redmi Note: a complete guide with solutions for MIUI 14/13

Owners of Xiaomi Redmi Note smartphones (series) 10/11/12/Pro) Often faced with the problem of forced acceleration of games through built-in features MIUI. The system automatically increases productivity CPU/GPU, This leads to overheating, battery drains, and even artifacts in graphics, especially in heavy games like Genshin Impact, PUBG Mobile or Call of Duty: Mobile, where FPS leap 30 before 90 frames without apparent cause.

The reason lies in Game Turbo, Xiaomi’s proprietary mode, which allegedly β€œoptimizes” the gameplay, but in fact often works against the user. 5 Proven ways to disable acceleration: from standard settings MIUI Manually editing configuration files through ADB. I also want to explain why you should update to MIUI 14/13 The problem may come back and how to avoid it.

⚠️ Important: Some methods require unlocking the bootloader or root rights. If you're a beginner, start with the first three ways - they're safe and don't violate the warranty.

1. disable Game Turbo in MIUI settings

The easiest way is to deactivate the built-in optimization via the MIUI menu, which works on all Redmi Note models (including the Note 10 Pro, Note 11S, Note 12 Pro+) and does not require additional software.

Instructions:

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” In the search box, enter Game Turbo (or "Game mode" on Russian firmware).
  • βš™οΈ Select the application and click Disable (if the button is inactive, tap Stop, then Disable).
  • πŸ”„ Reboot your smartphone.

After that, the system will stop overclocking the processor automatically when you start games. However, on some firmware (for example, MIUI 14 for Redmi Note 12), the Game Turbo can turn on again after the update, in which case move to the next method.

πŸ“Š What Redmi Note model do you use?
Redmi Note 10/10 Pro
Redmi Note 11/11S/11 Pro
Redmi Note 12/12 Pro
Another model

2. performance adjustment through "Battery and performance"

MIUI hides some of the acceleration parameters in the power saving menu, where you can manually limit background activity and reduce the load on the processor.

How to do this:

  1. Go to Settings β†’ Battery and Performance β†’ Performance Mode.
  2. Choose Balanced (if it is β€œHigh Performance”).
  3. Activate the option to limit background activity for games (the list of applications can be edited manually).
  4. Turn on Adaptive Screen Update – this will reduce the load on the GPU in high FPS games.

πŸ’‘

If your firmware does not have Performance Mode, try updating MIUI to the latest version or using the method with ADB (Section 4).

⚠️ Attention: On the Redmi Note 10 and older when activated, the "Balanced" mode may fall FPS play-play 10-15%. If this is critical, try combining this method with manually adjusting the graphics in the game itself (e.g., in the game). PUBG Mobile set the chart to "Balanced" and framerate to 60 FPS).

3.Use of Developer Options (Developer Mode)

Android’s hidden settings limit background processes and disable unnecessary animations that eat up resources, a method that doesn’t remove acceleration completely, but reduces its impact on performance.

Algorithm of action:

  • πŸ› οΈ Activate Developer Mode: Go to Settings β†’ About the phone and 7 times tap on the version MIUI.
  • πŸ”§ Back to Settings β†’ Additionally. β†’ For developers.
  • πŸ“‰ Find and disconnect: πŸ”„ Windows animation (set off or set off) 0.5x) πŸ”„ Transition animation (similar to) πŸš€ Accelerate. GPU-rendering (turn off if the game is slowing down) πŸ”‹ Do not turn off the screen while charging (this reduces heating)
  • πŸ”„ Reset the device.

Window animations disabled|Expedited off GPU-rendering|Limited background processes (4 maximum)|Turned off "Do not turn off the screen when charging"-->

πŸ’‘ Tip: If after these manipulations the games began to lay down, return the settings Animation of windows / transitions to the 1x, But leave it off. Accelerate. GPU-Rendering is a common cause of artifacts in Genshin Impact.

4. Disabling acceleration via ADB (for advanced)

If standard methods don't work, you'll need to use ADB (Android Debug Bridge), which requires a computer but gives you complete control over system parameters.

Step-by-step:

  1. πŸ’» Install. ADB Tools on PC.
  2. πŸ“± On the phone, activate the debugging by USB (Settings β†’ For developers β†’ Debugging by USB).
  3. πŸ”Œ Connect Redmi Note to your computer and type in the command line: adb shell pm uninstall -k --user 0 com.miui.photography (to disable unnecessary services) settings put global hidden_api_policy 1 (unlock API) settings put global force_high_performance False (disables forced overclocking)
  4. πŸ”„ Reboot the phone.

⚠️ Note: pm uninstall removes system applications. Do not use it for com.miui.securitycenter or com.android.settings, this will lead to system failure.

id="spoiler-adb"
List of safe to remove MIUI packages: com.miui.analytics (statistics collection) com.miui.bugreport (error reports) com.miui.daemon (background tasks) com.miui.miservice (MIUI services) com.xiaomi.midrop (Mi Drop) com.xiaomi.scanner (Scanner) Do not delete: com.miui.securitycenter, com.android.homesettings, com.miui.
ADB Team TeamThe effectRisks.
settings put global force_high_performance falseDisables forced overclocking of the CPU/GPULow (re-entering may be required after updating)
pm disable-user com.miui.gamecenterBlocking Game TurboMedium (can be returned after resetting)
settings put global hidden_api_policy 1Unlocks hidden settingsHigh (unstable operation of some applications)

5. Manual editing of the build.prop file (requires root)

This is the last resort for users with an unlocked bootloader and root right, and allows you to permanently disable acceleration at the kernel level, but if you do the wrong thing, it can lead to a device blink.

Instructions:

  • πŸ“² Install a root-enabled file manager (such as Root Explorer or Solid Explorer).
  • πŸ“„ Cross the path. /system/build.prop And back up the file.
  • ✏️ Open the file in the text editor and add at the end of the line: debug.performance.tuning=false ro.config.nocheckin=1 persist.sys.game.controller.forcetouch=0
  • πŸ’Ύ Save the changes, set rights 644 (rw-r)--r--).
  • πŸ”„ Reboot the phone.

⚠️ Attention: After update MIUI The build.prop file will reset to factory settings. To avoid this, use the Magisk module to automatically apply patches.

πŸ’‘

Editing build.prop is the most effective way, but it requires root and is dangerous for beginners. If you are not sure, use methods 1-3.

6. Alternative solutions: cooling and software

If you do not turn off the acceleration, you can reduce its consequences:

  • ❄️ Use cooling stands (e.g. Black Shark Cooling Fan) to reduce the temperature 5-10Β°C.
  • πŸ“‰ Install control applications FPS: Game Bench – Monitors performance. 3C Toolbox – limits clock frequency CPU. Greenify – suspends background processes.
  • πŸ”‹ Replace the thermopaste (relevant for Redmi Note 10 Pro and older, where overheating is critical).

πŸ’‘ Lifehack: In games like PUBG Mobile or Call of Duty manually set the graphics to "Balanced" and FPS on 60 This will reduce the load on the 30-40% lacking in quality.

FAQ: Frequent questions about speeding up games on Redmi Note

πŸ”Ή Why Game Turbo is still a game after it's turned off?
Probably the problem isn't acceleration, but thermal trottling. Check the CPU temperature with AIDA64. If it's above 70Β°C, clean the phone of dust or use a cooling stand.
πŸ”Ή Can you turn off the acceleration without root?
Yes, the first 3 methods (via MIUI, Developer Options and ADB settings) do not require root.
πŸ”Ή Will the acceleration return after the update? MIUI?
Yes, if you used methods 1-3. After a major update (for example, from MIUI 13 to 14), all settings are reset. To avoid this, fix the changes using ADB or Magisk.
πŸ”Ή Does the acceleration shutdown affect autonomy?
Yes, but positively! Without forced overclocking of the CPU/GPU, the battery in games lasts 20-30% longer. For example, in Genshin Impact on the Redmi Note 11 Pro+, the game time will increase from 2.5 to 3.5 hours.
πŸ”Ή Why in some games FPS still jumps?
This may be due to dynamic overclocking from the game manufacturer (e.g. Tencent in PUBG Mobile independently adjusts performance).Try using GFX Tools to fix FPS.