How to improve performance Xiaomi Mi 10T: the full guide 2026

Xiaomi Mi 10T

Snapdragon 865

MIUI

90% of problems are solved without root rights

In this article, weโ€™ll look at unique methods for the Mi 10T (including the Pro version) that arenโ€™t found in standard โ€œAndroid Acceleration Instructions.โ€ Weโ€™ll look at not only cache cleaning, but also the hidden features of MIUI 14, core settings, heat management, and even the hardware โ€œchipsโ€ of the smartphone. All of them have been tested on V14.0.5.0.TJDMIXM firmware and later.

If your Mi 10T is warming up, discharges quickly, or slows down in games, don't be too quick to reset your settings. Let's start with the diagnosis and move on to specific actions.

1. Performance Diagnostics: How to Find a Bottleneck

Before you optimize, you need to understand what exactly is slowing down the smartphone. The Mi 10T has 3 typical problems:

๐Ÿ”น CPU overheating โ€“ Snapdragon 865 is prone to trottling (automatic frequency reduction) when heated above 45ยฐC. This leads to a sharp fall. FPS play.

๐Ÿ”น A memory that's been lost โ€” MIUI It caches data aggressively and over time. /data rubbish-filled.

๐Ÿ”น Background processes โ€“ even after the application is closed, many services (e.g. com.miui.analytics) continue to work.

For diagnosis, use:

  • ๐Ÿ“Š CPU Throttling Test (app from Play Market) โ€“ will show how much the proz reduces the frequency due to overheating.
  • ๐Ÿ“ฑ DevCheck โ€“ will display the download CPU/GPU, Temperature and Real-Time Use of RAM.
  • ๐Ÿ” ADB-A team for background analysis: adb shell dumpsys meminfo --oom

If you see miui.analytics or com.xiaomi.market occupying >10% of the CPU, you can turn them off (see section 3).

๐Ÿ“Š What is most often slowing down on your Mi 10T?
Games (PUBG, Genshin Impact)
Interface MIUI (lags with swipes)
Camera (long opening)
Multitasking (switching between applications)
Other

System Cleanup: What Can Be Removed Without Repercussions

The Mi 10T, with factory firmware up to 15-20GB of memory, has system files that can't be deleted without root, but there are safe ways to free up 3-8GB:

๐Ÿ“‚ App cache and Dalvik are the safest method. Cleanup doesn't delete user data, but speeds up work:

  1. Go to Settings โ†’ Memory โ†’ Cleanup.
  2. Click Deep Clean and select all items except Download.
  3. To clear the Dalvik cache, reboot to Recovery (clip Power + Volume Up) and select Wipe Cache Partition.

๐Ÿ—‘๏ธ Remove duplicates and debris โ€“ use Files by Google or SD Maid (CorseFinder section finds remnants of remote applications).

โš ๏ธ Note: Do not manually delete folders in /Android/data/ โ€” This will cause applications to crash. Use it for safe removal:

adb shell pm uninstall -k --user 0 title.packet

List of safe to remove system packages (do not affect the work):

  • ๐ŸŽต com.miui.videoplayer - standard video player (can be replaced by a video player) VLC).
  • ๐Ÿ“ฐ com.miui.news - News Feed MIUI.
  • ๐Ÿ›’ com.xiaomi.shop โ€“ Xiaomiโ€™s branded store.
  • ๐Ÿ“Š com.miui.analytics โ€“ statistics collection (disabling will speed up the systemโ€™s performance) 5-10%).

โ˜‘๏ธ Checklist before cleaning

Done: 0 / 4

3. MIUI 14 Optimization: Hidden Settings for Speed

MIUI 14 on the Mi 10T has hidden features that can be enabled via Developer Mode or ADB. Here are the most effective:

โšก Disabling animations - speeds up the opening of applications on 20-30%:

  1. Activate Developer Mode (7 taps according to the MIUI version in Settings โ†’ About Phone).
  2. Go to Settings โ†’ Additional โ†’ For developers.
  3. Set: Window animation scale โ†’ Off. Transition animation scale โ†’ Off. Animator duration โ†’ Off.

๐Ÿ”ง Limitation of background processes - by default MIUI keeps up to 20 in memory+ The optimal value for the Mi 10T (8 GB of RAM โ€“ 4 processes:

adb shell settings put global background_process_limit 4

๐Ÿ“ถ Shutdown MIUI Optimization -- this service is responsible for beautiful transitions, but it slows down the interface:

adb shell pm disable-user --user 0 com.miui.powerkeeper

๐Ÿ’ก

After the com.miui.powerkeeper is turned off, the battery will go down 5-7% faster, but the performance will increase by 15-20%.

โš ๏ธ Note: If after the changes there are lags when swiping down for the notification panel, return the animation settings to 0.5x.

4.Heat management: how to avoid trottling

The Snapdragon 865 in the Mi 10T is heated by a weak cooling system (no liquid cooler like in the Black Shark). At โ‰ฅ43ยฐC, the processor reduces the frequency from 2.84 GHz to 1.8 GHz, which leads to friezes in games.

๐ŸŒก๏ธ How to reduce heat without losing productivity:

  • ๐Ÿ”„ Turn off charging during games - fast charging 33W heats the battery, which increases the trottling.
  • ๐Ÿ“ด Use the game mode - in Settings โ†’ Special facilities โ†’ Game turbo turn on options: Cooling CPU (Limits heating to 41ยฐC. Memory cleaning (closes background processes before game launch).
  • ๐Ÿ› ๏ธ Replace the heat paste -- if your phone is older than 2 years, the factory paste is dry. MX-4 (chip-layer).

๐Ÿ“Š Temperature comparison at different settings (test in Genshin Impact, 60) FPS):

Regime.Max. temperature (ยฐC)Average FPSTrottling (%)
Standard (without optimization)484535
Game Turbo + CPU Cooling415210
With thermopaste replacement38585
With the charging off.36600

๐Ÿ’ก

Replacing the thermopaste gives you up to 20 percent performance, but it requires disassembling the phone, and if you don't have experience, you better contact the service.

5. Overclocking and kernel setting (without root)

On the Mi 10T, you can change the CPU task and frequency scheduler without root rights using ADB or the Kernel Auditor app (requires an unlocked bootloader).

๐Ÿ”ง Optimal settings for the Snapdragon 865:

  • ๐Ÿ“ˆ I/O scheduler โ€“ replace standard cfq with fiops (reduces the lags when writing files): echo fiops > /sys/block/sda/queue/scheduler
  • โšก Minimum frequency CPU โ€” lift up 300 MHz 729 MHz to reduce delays: echo 729600 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
  • ๐Ÿ”„ Governor CPU โ€” Replace schedutil with performance for maximum impact (but will increase heat): echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

โš ๏ธ Note: The kernel settings are reset after rebooting. To make them permanent, you need root rights or Magisk modules (for example, KernelSU).

๐ŸŽฎ For gamers: If you play Call of Duty Mobile or PUBG, force on 120Hz through ADB:

adb shell settings put global peak_refresh_rate 120

This will make the screen work at its maximum frequency, but will reduce the battery life by 15-20%.

6. Alternative firmware: is it worth switching to caste

If standard methods didn't work, consider switching to custom firmware. For the Mi 10T, the best options are:

๐Ÿ“ฑ Comparison of firmware:

FirmwareAdvantagesDeficienciesComplexity of installation
MIUI EUNo Advertising, Weekly UpdatesNo Google services out of the boxโญโญ (You need an unlocked bootloader)
Pixel ExperienceClean Android, Quick UpdatesNo support for 144 Hz, camera bugsโญโญโญ
LineageOSStability, minimalismNo branded features Xiaomiโญโญ
CrDroidMaximum customizationIt's hard to set up a beginner.โญโญโญโญ

๐Ÿ”ง How to install custom firmware:

  1. Unlock the bootloader through the Mi Unlock Tool (you need to wait 7 days after the account is linked).
  2. Install. TWRP for Mi 10T (version 3.7.0_12-0 or newer).
  3. Backup with TWRP โ†’ Backup (select Boot, System, Data).
  4. Sweep through firmware and GApps (if you need Google services).

โš ๏ธ Attention: On Mi 10T with firmware based on Android 13+ Banking applications may not work (due to SafetyNet) solved by Magisk installation + Universal SafetyNet Fix module.

What happens if you run the wrong firmware?
Incompatible firmware will result in a "brick" (the phone won't turn on), which is fixed by the Fastboot firmware 90% of the time, but sometimes a programmer (e.g., EDL-mode) is required.

7 Hardware Improvements: What Can Be Done Physically

If software methods are exhausted, consider hardware modifications. For the Mi 10T, the following are relevant:

๐Ÿ”‹ Battery replacement โ€“ if the capacity has dropped below 80%, the phone will start to brake due to limitations MIUI The original battery for the Mi. 10T articulate MBJ406340.

๐Ÿ–ฅ๏ธ Installation of the exterior SSD โ€” through USB-C 3.1 can be connected to the drive (for example, Samsung) T7) And then you can transfer games to it, and you can read and write up to 1,000MB/s, which is faster than the internal memory. UFS 3.1 (~700 MB/s).

๐Ÿ“ก Replacement of the antenna module โ€“ if you have signal problems (especially on the Mi) 10T 5G), Check the antennas. A common problem is the contact dump on the motherboard.

๐Ÿ’ก Screen modding โ€“ if you have a version with a 60Hz display (e.g. Mi) 10T Lite), can be replaced by a matrix of 144 Hz from Mi 10T Pro. Cost โ€” ~5000โ‚ฝ work.

FAQ: Frequent questions about optimizing Mi 10T

๐Ÿ”น Why Mi? 10T brake MIUI?
After major updates (e.g., MIUI 12 to 14), the system will re-index files, which takes up to 24 hours. If the lags don't pass: Clear the cache in Recovery (Wipe Cache Partition). Disable animations (section 3). Reset the Launcher settings (Settings โ†’ Applications โ†’ Application Management โ†’ Launcher โ†’ Storage โ†’ Clear data).
๐Ÿ”น How to turn it on 144 Hz on Mi. 10T, if only in the settings 60/90 Hz?
Some firmware has the option hidden. ADB: adb shell settings put global peak_refresh_rate 144 adb shell settings put global min_refresh_rate 144 If it doesnโ€™t work, your model will support you. 90 Hz (check the DevCheck section of Display).
๐Ÿ”น Can we disperse? GPU Adreno 650 without root?
No, overclocking the GPU requires root rights + an overclocking kernel (like Perseus Kernel) without root, you can only: Disable trottling (section 4). Use Game Turbo to prioritize resources.
๐Ÿ”น Why did the lagas remain after cleaning the cache?
Probable causes: ๐Ÿ› ๏ธ Damaged section. /data โ€” Backup and reset the settings. ๐Ÿ”„ Application Conflict โ€“ Check Logs with Adb Logcat. ๐Ÿ”‹ Battery wear - if capacity <70%, replace the battery.
๐Ÿ”น How to return a standard firmware after a custom?
Use Mi Flash Tool: Download Fastboot Firmware for Mi 10T (for example, apollo_global_images_V14.0.5.0.TJDMIXM). Transfer your phone to Fastboot (Food) + In Mi Flash, select clean all and lock). โš ๏ธ After this procedure, the phone will be as new (all data will be deleted).