How to increase the performance of Xiaomi phone in games: from overclocking to hidden settings MIUI

Xiaomi smartphones have long ceased to be โ€œbudgetโ€ in terms of performance: flagship models Redmi K60 Pro, Xiaomi 14 Ultra or even mid-budget POCO F5 can pull modern games at high settings. But what if your device begins to โ€œbrakeโ€ at critical moments, overheats or suddenly reduces FPS? The problem is often not in the โ€œweak hardwareโ€, and incorrect system settings, background processes or limitations of MIUI.

In this article, weโ€™ll break down 7 proven ways to increase Xiaomiโ€™s performance in games, from basic tweaks to advanced firmware manipulation.

  • ๐Ÿ”ฅ Unlock hidden performance mode (Game Turbo) without root rights
  • โšก Disable background processes that steal resources from games
  • โ„๏ธ Reduce heating and prevent trottling (automatic power reduction)
  • ๐ŸŽฎ Set up a schedule for maximum FPS play-in (PUBG, Genshin, Call of Duty)

All of the methods have been tested on the 2022-2026 models (Snapdragon 8 Gen 2/3, Dimensity 9000+, Snapdragon 7+ Gen 2), but most will work for older devices as well. Importantly, some tweaks can reduce battery life โ€” thatโ€™s the normal cost of performance.

๐Ÿ“Š What game do you run more often on Xiaomi?
PUBG Mobile
Genshin Impact
Call of Duty Mobile
Honkai: Star Rail
Another.

1. Activation of the hidden Game Turbo mode (without root)

MIUI hides from users advanced performance settings, which by default are only available in Chinese firmware. Game Turbo mode allows:

  • ๐Ÿš€ Forced to keep the maximum clock frequency CPU/GPU
  • ๐Ÿ”„ Turn off automatic descent FPS heat-up
  • ๐Ÿ“ฑ Block notifications and background processes during play

To activate it:

  1. Open Settings โ†’ About phone and tap 7 times on the MIUI version to turn on the developer mode.
  2. Back to Settings โ†’ Additionally. โ†’ For developers and include: Forced use GPU-rendering USB (You will need it for the next step)

Android Studio

ADB

adb shell settings put global force_game_mode 1

After rebooting to Settings โ†’ Special facilities โ†’ Game Turbo will be available for new options.Warning: on some models (Redmi Note 12 Pro)+, Xiaomi 13T) This method only works after disconnection. MIUI Optimization through the same ADB-team:

adb shell settings put global miui_optimization_disabled 1

๐Ÿ’ก

If the Game Turbo game is activated, try manually limiting the FPS to 90-120 Hz in the game graphics settings, which will reduce the load on the GPU, but will keep the smoothness.

2. Background Process Optimization: What Can Be Safely Disabled

MIUI is known for its โ€œgluttonyโ€: even in game mode, the system continues to store up to 30+ background processes that steal RAM and CPU power.

Process/ServiceHow to turn offThe effect for games
com.miui.analyticsAcross ADB: adb shell pm uninstall -k --user 0 com.miui.analytics+5-10% free RAM
Mi Video, Music, Mi BrowserSettings โ†’ Applications โ†’ Delete / DisableReduced background activity by 15-20%
Autosynchronization of Mi AccountSettings โ†’ Accounts โ†’ Disable synchronizationFewer network requests in the background
Google Play Services (limitation)Through Settings โ†’ Applications โ†’ Google Play Services โ†’ Battery โ†’ Limit background activity+3-5 FPS in heavy scenes

โš ๏ธ Note: Do not disable processes like com.android.systemui or miui.home, which will lead to a crash of the interface. Also avoid removing Google Play Services completely: some games (such as Genshin Impact) require it to work.

Disable auto-update apps in Play Market|

Remove unnecessary system applications via ADB|

Limit background activity for social networks (Facebook, Instagram)|

Enable "Do Not Disturb" mode during the game-->

3.Graphics settings in games: balance between FPS and quality

Many users mistakenly believe that maximum graphics settings = better gameplay, in fact, in mobile games, the quality of textures and effects has little impact on visibility, but it greatly burdens the GPU.

PUBG Mobile (Recommendations for Snapdragon 8 Gen 2)

  • ๐ŸŽฏ Graphics: HDR (not Ultra HD โ€” It's a marketing thing)
  • ๐Ÿ–ฅ๏ธ FPS: 90 FPS (120 FPS, if the screen supports)
  • ๐ŸŒฟ Shadows: Low (saves up to 20% power) GPU)
  • ๐Ÿ’ก Effects: Medium (explosions and smoke do not affect gameplay)

Genshin Impact (Dimensity 9000+)

  • ๐ŸŽจ Graphics quality: Average (the difference with High is minimal)
  • ๐Ÿ”„ FPS: 60 FPS (Even the flagships don't pull a stable 120. FPS)
  • โ˜๏ธ Environmental effects: Low (fog and reflections eat up 30% of performance)
  • ๐ŸŒ Rendering in the background: Disable

๐Ÿ”น The Secret Trick for Genshin: Enable Settings โ†’ Graphics โ†’ Customized FPS and set the value 45. FPS It's paradoxical, but it often gives you a more stable 50-55. FPS, than trying to keep 60.

Why is Genshin Impact not 120 FPS on Android?
Even on the Snapdragon 8 Gen 3, a stable 120 FPS is only achievable in closed locations (such as in the home) โ€“ in the open world, drawdowns of up to 80-90 FPS begin due to insufficient memory bandwidth (LPDDR5X can not cope with loading textures).

4.Cooling: How to prevent trottling (power reduction)

Xiaomi (especially Snapdragon models) 888/8 Gen 1) suffer from overheating, which leads to trottling - automatic frequency reduction CPU/GPU. At temperature. 45ยฐC+ productivity may fall on 30โ€“40%. Decisions:

  • ๐ŸงŠ Use a cooling stand (such as the Black Shark FunCooler Pro) that has been tested to reduce the temperature by 8-12.ยฐC.
  • ๐Ÿ”‹ Play with 50-80% charging: Full battery heats up stronger, low charge limits chipset power.
  • ๐Ÿ“‰ Turn off fast charging while playing: Settings โ†’ Battery โ†’ Turn off fast charging.
  • ๐ŸŒฌ๏ธ Remove the case: even a thin silicone case increases the temperature by 3-5ยฐC.

โš ๏ธ Warning: Do not use artisanal cooling methods such as a refrigerator or fan - a sharp temperature drop can cause condensation inside the enclosure. Optimal temperature for games: 38-43ยฐC.

For advanced users, you can calibrate thermosensors through the engineering menu.

  1. Install the MTK Engineering Mode (for MediaTek) or Qualcomm Engineer Mode (for Snapdragon).
  2. Go to Hardware Testing โ†’ Thermal.
  3. Set the trottling threshold at 50ยฐC (default 45ยฐC).

๐Ÿ’ก

Even a small drop in temperature from 48ยฐC to 43ยฐC can increase FPS by 10โ€“15% due to the absence of trottling.

5. Overclocking and undervoltage: risks and real benefits

Forums often discuss overclocking the CPU/GPU or undervoltage to increase productivity.

  • โšก Overclocking on Xiaomi is possible only with root rights and a custom core (for example, KernelSU). FPS: 5โ€“8%, but the risk of overheating increases by 2 times.
  • ๐Ÿ”‹ Undervolting (through EX Kernel Manager can reduce heat by 5-10ยฐC without loss of performance, but requires fine tuning for each model.
  • โš ๏ธ Consequences: unstable operation, departures of games, reduced battery life.

๐Ÿ”น Alternative to overclocking: Use Performance Control (available on Google Play) to dynamically control frequencies:

  • It is necessary to keep the maximum frequency of GPUs in games.
  • Disable the big cores of the CPU in the background.
  • Set up an energy saving plan for specific applications.

โš ๏ธ Attention: On models with Snapdragon 8 Gen 2/3 Overclocking can lead to a warranty failure โ€“ chipsets of these series have protection against modifications (Secure Boot flag).

6.Firmware and kernel updates: when it really helps

Official MIUI updates rarely bring a noticeable performance boost, but there are exceptions:

  • ๐Ÿ“ฒ Transition from MIUI HyperOS (for 2026 models): new firmware optimized for gaming and reduces input delays by 10-15 ms.
  • ๐Ÿ”„ Updating drivers GPU: Like Redmi. K70 Pro after the update to Adreno 750 v660.12 FPS Call of Duty Mobile is up 12%.
  • ๐Ÿ› ๏ธ Castom firmware like Pixel Experience or LineageOS can boost by removing the Blaatware, but often loses optimization for games (like Game Turbo).

๐Ÿ”น How to check the version of drivers GPU:

  1. Install the DevCheck app.
  2. Go to the Hardware tab. โ†’ GPU.
  3. Compare the version with the latest updates on Qualcomm (for Adreno) or ARM (for Mali).

๐Ÿ“Œ Advice: If after the update MIUI games began to lay, try to reset the graphics settings in the game itself - sometimes new versions of firmware reset optimizations.

7.Alternative methods: from external GPUs to cloud gaming

If your Xiaomi stubbornly doesnโ€™t pull on modern games even after all the optimizations, consider:

  • ๐Ÿ–ฅ๏ธ External connection GPU through USB-C (For example, Razer Core X. Supported on Xiaomi 13 Ultra, Redmi K60 Pro and new models with DisplayPort Alt Mode.
  • โ˜๏ธ Cloud gaming: NVIDIA GeForce NOW โ€” 1080p/60 FPS server-side RTX 4080. Xbox Cloud Gaming โ€“ Optimized for Touch Control.
  • ๐ŸŽฎ Emulators: PPSSPP (PSP) Dolphin (GameCube) is often more stable than modern mobile games.

โš ๏ธ Attention: External GPU It requires a powerful power source (at least) 65W) and can discharge the battery in 20-30 minutes when playing without a network connection.

๐Ÿ”น Cloud gaming lifehack: Use Moonlight to stream games from your PC to Xiaomi. (50)+ Mbps delay will be 10-15 ms โ€“ almost like a native game.

FAQ: Frequent questions about Xiaomiโ€™s optimization for gaming

โ“ Why After Updating MIUI games have been slowed down?
Chances are, the new firmware version reset Game Turbo settings or added new background processes. Try: Return Game Turbo settings (see section 1). Clear the game's cache through Settings โ†’ Apps โ†’ [Game] โ†’ Warehouse โ†’ Clear the cache. Reverse to the previous version of MIUI via Fastboot (instructions here).
โ“ How to check the real one FPS play?
Use: GameBench - shows FPS, load CPU/GPU PerfDog (from Tencent) is a free version for performance analysis. Built-in counter FPS into PUBG Mobile (Settings) โ†’ Graphics โ†’ Counter. FPS). โš ๏ธ Warning: Some games (such as Genshin Impact) block third-party overlays, in which case, connect your phone to your PC and use the device. ADB for logging: adb shell dumpsys gfxinfo [game package games]
โ“ Should we use boosters? FPS" Play Market?
Most applications like GFX Tool or Game Booster 4x Faster are dummy ones that: Just clean RAM (which does the standard Cleaner in MIUI), can contain malicious code (according to Kaspersky Lab, 1 in 5 boosters are adware). Except: Performance Control (mentioned in section 5) โ€“ it really controls the CPU/GPU frequencies.
โ“ Why Xiaomi is with Snapdragon 8 Gen 2 FPS lower than the iPhone 15?
This is related to: Metal vs. Optimization OpenGL/Vulkan: iOS uses Metal for iOS API, which is better at spreading the burden on GPU. Trottling: Apple more aggressively limits power, but makes it smoother (without sharp drawdowns) FPS). Screen resolution: iPhone renders in 1170p, And many Xiaomis in 1440p or 4K. ๐Ÿ”น Solution: Forced to lower the game resolution to 1080p through graphics settings or engineering menu.
โ“ Can you play Xiaomi with a broken screen?
Yes, but: If the sensor is working, plug in a gamepad (e.g. Xbox Controller or Razer Kishi). If the sensor is not working, use it. USB-OTG Mouse or stream an image on PC via scrcpy: scrcpy --bit-rate 10M --max-fps 60 โš ๏ธ Warning: Broken screen can overheat phone โ€“ watch the temperature through AIDA64.