You upgraded your Xiaomi firmware โ your smartphone, TV or other device โ and instead of the promised improvements, you got a brick with lags, friezes and slow work? This problem is familiar to thousands of users, and it is not always associated with โcrooked handsโ or outdated hardware. Most often, system conflicts, unoptimized software or hidden settings that the manufacturer does not advertise.
In this article, we will not be spraying on general tips like โreset the deviceโ; instead, we will look at the specific technical reasons why Xiaomi is slowing down after the update, from errors in the Dalvik cache to conflicts with the Google Services Framework.
Warning: Some solutions will require manual intervention in system files or firmware rollbacks, and if youโre not ready for experimentation, skip sections marked โFor Advancedโ and focus on secure methods.
1.The main causes of brakes after updating
Updates to MIUI or Xiaomi TV OS firmware rarely go smoothly. Even if the device meets the official requirements, new versions of the software may contain unfinished optimizations or conflicting modules. Here are the key reasons why the system is starting to "dumb":
- ๐ Incomplete cache cleanup after update: Remains of old files conflict with new libraries.
- ๐ฆ Overflow of the section /data: newer MIUI Often increase the size of system files, but do not expand the allocated space.
- ๐ค Google Services Conflict: Particularly Important for Devices MIUI Global or firmware based on Android One.
- ๐ง Linux kernel errors: Some updates change the settings of the task scheduler (scheduler), which leads to freezes.
- ๐ก Incompatibility with communication modules: new drivers for Wi-Fi/Bluetooth They may work unstablely.
According to the XDA Developers and 4PDA forums, post-upgrade brakes are most often fixed on devices with 4GB of RAM or less, as well as models released more than 3 years ago. For example, Redmi Note 8 Pro (2019) or Mi TV 4S (2018) often suffer from lags after switching to MIUI 14 or TV OS 3.0, respectively.
โ ๏ธ Note: If the brakes appeared immediately after upgrading to the beta version of the firmware (for example, MIUI 15 Developer ROM), The problem is almost guaranteed to be related to the instability of the test software, in which case the only solution is to roll back to a stable version.
2.How to diagnose a problem: 5 steps
Before you reset or reflash the device, check what causes the brakes. Here's a checklist for the diagnosis:
Check the CPU boot in Settings โ About the phone โ System status
Open Settings โ Applications โ All applications and sort by using RAM
Run a performance test using AnTuTu Benchmark (compare with the results before the update)
Check the temperature of the processor with AIDA64 (overheating can cause trottling)
Make sure that at least 10% of internal memory is free (less than 5GB is the critical threshold)
-->
Pay special attention to background activity, for example, after updating to MIUI 14 Many users have noticed that the com.miui.analytics process consumes up to 20% of the CPU in the background. ADB:
adb shell pm uninstall --user 0 com.miui.analyticsIf the brakes only appear in specific scenarios (for example, when scrolling tape in TikTok or playing video in 4K), the problem is most likely related to the graphics accelerator drivers, in which case resetting the graphics settings will help:
- Go to Settings โ Additional โ Special features โ Graphics settings.
- Select Reset to factory settings (not to be confused with a full reset of the device!).
- Reset the device.
3. Cache cleanup and Dalvik: step-by-step instructions
In 80% of cases, the brakes after the update are associated with a contaminated cache โ especially the Dalvik cache, which is responsible for running Java applications.
Method 1: Recovery Mode (without root rights):
- Turn off the device.
- Press the Power button + Volume up until the Mi logo appears.
- From the recovery menu, select Wipe & Reset โ Wipe Cache.
- Confirm the action and restart the device.
Method 2: Through ADB (for Advanced):
adb shell
su
rm -r /data/dalvik-cache/*
rebootโ ๏ธ Attention: If after cleaning the cache, the device boots for longer than 10 minutes, do not interrupt the process! This is normal - the system restores the cache of applications).
For Xiaomi TVs (Mi TV series, Redmi TV) the process of cleaning the cache is different:
- Go to Settings โ Device โ Storage.
- Choose Clear Cache (not to be confused with Clear Data!).
- Dalvik resets will require ADB or factory reset.
๐ก
Cache cleaning is the safest way to remove the brakes, but it only helps if the problem isnโt related to damage to system files.
4 Conflicts with Google Services: How to Disable Unnecessary Processes
One of the most common reasons for Xiaomiโs brakes after the update is aggressive background activity on Google services, especially on devices with MIUI Global, which pre-installed both Mi Account and Google Mobile Services (GMS).
Problematic processes that can be safely disabled:
| Process | What's he doing? | How to turn off | Risks. |
|---|---|---|---|
| com.google.android.gms.persistent | Responsible for push notifications and synchronization | Through ADB or AppOps | Notifications will not be received from some applications. |
| com.miui.analytics | Collecting telemetry for Xiaomi | adb shell pm uninstall --user 0 com.miui.analytics | No risk. |
| com.xiaomi.midrop | Background file transfer over Wi-Fi Direct | In the application settings โ โStopโ | Quick file transfer will not work. |
| com.google.android.gsf | Synchronization of Google account | Disable synchronization in account settings | No updates will be made to calendars, contacts, etc. |
To disable via ADB, use the command:
adb shell pm disable-user --user 0 name packageFor example, to disable Google Play Services (not recommended for your primary account):
adb shell pm disable-user --user 0 com.google.android.gms๐ก
Before you turn off Google services, back up your data via Settings โ Google โ Backup. Some apps (such as Gmail or Google Photos) may stop working correctly.
5. Firmware rollback: when it is necessary and how to do it
If neither cleaning the cache nor disabling the background processes helped, the radical solution is to roll back on the previous firmware version.
- ๐ Productivity fell by more than 30% (according to AnTuTu).
- ๐ The device accidentally reboots or crashes into the bootloop.
- ๐ Battery discharges 2 times faster than before the update.
- ๐ฎ Games and heavy apps (Genshin Impact, Call of Duty Mobile) have become unplayable.
For Xiaomi smartphones, rollback is possible via Fastboot or Recovery.
- Download the full firmware package (not OTA!) for your model from en.miui.com.
- Install Mi Flash Tool (for Fastboot) or TWRP (for Recovery).
- Unlock Bootloader (unlocked).
Step-by-step instructions for rollback via Fastboot:
Detailed instructions for rollback via Fastboot
Important: Firmware rollback on Xiaomi TVs (such as Mi TV Q1 or Redmi Smart TV X) is only possible through a service center. Self-flashing via USB leads to a loss of warranty and can lock the device.
6. System optimization after update
If you do not want to roll back the firmware, but the brakes interfere with the work, try to optimize the system:
- โก Turn off animation: go to Settings โ The phone. โ Version. MIUI (Click 7 times to enable Developer Mode, then to Developer Settings โ You'll be able to show the scale of the animation. 0.5x or disconnect.
- ๐๏ธ Remove duplicate files: use Files by Google or SD Maid for garbage cleaning.
- ๐ Block background activity: in Settings โ Annexes โ Permits โ Autostart Turn Off Autostart for Unnecessary Applications.
- ๐ Reset network settings: Settings โ SIM-maps and mobile networks โ Reset network settings (helps with the Internet brakes).
For Xiaomi TVs, the following settings are relevant:
- Turn off Automatic App Update in Google Play.
- In Settings โ Device โ Developer Mode, enable Forced Use of the GPU (accelerates the interface).
- Limit background activity to Mi Home and Mi Remote if you donโt use a smart home.
If the device is still slowing down, try alternative launchers:
- Nova Launcher โ for smartphones (less lags when scrolling).
- ATV Launcher โ for TVs (replaces the standard PatchWall interface).
7. When to contact the service center
Not all problems can be solved by yourself. Contact the service if:
- ๐ฅ The device overheats above 60ยฐC to simple (check through) AIDA64).
- ๐ The battery is inflated or discharged for 1-2 hour (even after discharge).
- ๐ฅ๏ธ Artifacts appear on the screen (stripes, flickering) - this may indicate damage to the graphics chip.
- ๐ The device does not turn on after a failed update (requires soldering eMMC or firmware through the EDL).
The cost of repair in official Xiaomi services (in Moscow, 2026):
| Service | Smartphone | Television |
|---|---|---|
| Diagnostics | 500โ1000 โฝ | 1000โ1500 โฝ |
| Flashing through EDL | 1500โ3000 โฝ | 2500โ5000 โฝ |
| Battery replacement | 2000โ4000 โฝ | โ |
| Maternity board repair | 5,000 โฝ | 8,000 โฝ |
Before the service visit:
- Make a backup of the data (if the device is turned on).
- Check whether the warranty is maintained after independent manipulations with the firmware.
- Check if there is a recall campaign for your model (there was a massive recall for the Redmi Note 9 Pro, for example, due to issues with the MIUI 13 firmware).
๐ก
If the device is warranty, do not try to reflash it yourself - this will cancel the warranty obligations.