What to Disable in Xiaomi: 15 Hidden Features That Are Slowing Down Your Smartphone

Xiaomiโ€™s MIUI-based smartphones are famous for their plethora of features, from useful utilities to intrusive advertising and background processes that eat up battery power and slow down the system. Many Redmi, POCO or Mi users donโ€™t even realize that half of them can be safely turned off without breaking the phone. This article isnโ€™t about radical factory resets, but point optimization โ€” what exactly to turn off so that the phone runs faster, holds charge longer, and stops showing annoying ads.

Weโ€™ll look at both MIUI system features (application autorun, analytics, animations) and hidden settings that the manufacturer doesnโ€™t advertise. All instructions are tested on current firmware versions (2023-2026) and are suitable for most models, from the budget Redmi Note 12 to Xiaomi 14 flagships. Importantly, some items will require ADB rights or root access, but most are available through the standard menu.

We warn you that not all functions should be turned off randomly, for example, deactivating Google Play Services can break banking applications, and disabling Mi Cloud can deprive you of backup.

1. Advertising and Analytics: How to Remove Intrusive Banners in MIUI

One of the biggest annoyances Xiaomi owners have is that they're advertising in system applications, from the browser to the settings, and the manufacturer has integrated it at the firmware level, but you can turn off almost anything.

  • ๐Ÿ“ต Advertising in MIUI: Go to Settings. โ†’ About the phone, tap 7 times on the version MIUI, to activate Advanced Settings. Then to Settings. โ†’ Additionally. โ†’ Special facilities โ†’ Advertising services disable all sliders.
  • ๐Ÿ” Personalized Advertising: Deactivate Recommendations in the same menu MSA (Mobile Service Ads is a data collection system for targeted advertising.
  • ๐ŸŒ Xiaomi Browser: Open the App, Go to Settings โ†’ Additionally. โ†’ Advertising preferences and disable all items. Alternatively, install Google Chrome or Firefox.

If the ads continue to appear, check the firmware updates: in the latest versions of MIUI 14+, some ad modules have been removed at the request of European regulators. Older models (Redmi Note 9, Mi 9T) may require manual removal via ADB:

adb shell pm uninstall --user 0 com.miui.systemAdSolution

โš ๏ธ Note: Removing system packages through ADB This can cause the phone to work unstable. Before executing commands, make a backup through Settings. โ†’ Additionally. โ†’ Backup and reset.

๐Ÿ“Š What Advertising in Xiaomi Irritates You the Most?
In system applications
In the browser
In the notification panels
Settings menu.
I'm fine with it.

2. background processes: what prevents the phone to work quickly

MIUI aggressively caches applications in the background, which even after closing, they continue to consume RAM and battery power, especially on budget models with 4-6 GB of RAM (Redmi 10A, POCO M4 Pro).

  • ๐Ÿ”„ Auto-Run Applications: Go to Settings โ†’ Annexes โ†’ Application management โ†’ Autostart and disable autoboot for all programs except instant messengers and banking services.
  • ๐Ÿ“ฑ Battery Optimization: In Settings โ†’ Battery and productivity โ†’ Battery Consumption Management Select Energy Saving Mode for Unnecessary Applications (such as Games or Social Media).
  • ๐Ÿšซ Background Activity: In the settings of each application (Rights section) disable Background Activity and AutoRun.

For advanced users, you can use ADB to disable com.miui.analytics, which collects data about your phone usage.

adb shell pm disable-user --user 0 com.miui.analytics
FunctionWhat's he doing?Can I turn it off?Effects of consequences
Mi Push ServiceSends push notifications from XiaomiYes.Weather and news updates will stop coming MIUI
Xiaomi Service FrameworkSynchronization with the Mi AccountPartially.Cloud services may break down (photos, notes)
Security (Security)Virus scanner and optimizerNo.Vulnerability to malware

๐Ÿ’ก

If after disabling autorun, the application stopped sending notifications (for example, VKontakte or Telegram), add it to the exceptions in the Settings menu โ†’ Notifications โ†’ Priority Notifications.

3. Animations and visual effects: speeding up the interface

MIUI is known for its beauty -- smooth transitions, animations when opening apps, unlock effects -- and on weak smartphones (Redmi 9A, POCO C31), it slows down the interface.

  1. Activate Developer Mode: Settings โ†’ About Phone โ†’ MIUI version (shap 7 times).
  2. Return to Settings โ†’ Additional โ†’ For developers and find items: Scale of animation windows โ†’ Disable animation scale of animation transition โ†’ Disable animation duration of animator โ†’ Disable animation

To completely disable visual effects (including Always-on Display), use the command:

adb shell settings put global window_animation_scale 0


adb shell settings put global transition_animation_scale 0




adb shell settings put global animator_duration_scale 0

โš ๏ธ Note: On some models (Xiaomi 13, Redmi) K50) Turning off animations can lead to navigation gesture bugs. 1x.

โ˜‘๏ธ Optimization of animations in MIUI

Done: 0 / 5

4 System applications: what can be removed without consequences

MIUI comes with dozens of preinstalled applications that can't be removed by standard means, some of which can be deactivated or removed via ADB without breaking the system.

  • ๐ŸŽต Mi Music: a standard player that duplicates Google Play Music or Spotify.command: adb shell pm uninstall --user 0 com.miui.player
  • ๐Ÿ“– Mi Video: video player with ads. Alternative โ€” VLC or MX Player.command: adb shell pm uninstall --user 0 com.miui.videoplayer
  • ๐Ÿ“ฐ Mi Browser: Browser with integrated advertising. Command: adb shell pm uninstall --user 0 com.android.browser
  • ๐Ÿ“Š Cleaner: an unnecessary "optimizer" that only takes up space.Team: adb shell pm uninstall --user 0 com.miui.cleanmaster

Critically, do not delete system services like com.miui.home or com.android.phone, which will lead to a phone brique. A full list of safe packets to remove can be found on the XDA Developers forum for your model.

How to restore a remote system application?
If after removal through ADB the phone began to work unstable, return the package with the command: adb shell cmd package install-existing com.name.packet If this does not help, you will need to flash through Fastboot.

5.Battery savings: Hidden MIUI settings

Even in Power Saving mode, MIUI continues to expend charge on background tasks, to extend the time without recharging:

  1. Turn off Adaptive Brightness: It uses the light sensor all the time. Better set the brightness manually in Settings โ†’ Display.
  2. Limit it. 5G/4G In the background: go to Settings โ†’ SIM-maps and mobile networks โ†’ Transfer of data โ†’ Data transfer mode and select Only 3G background-problem.
  3. Turn off Wi-Fi in sleep mode: in Settings โ†’ Wi-Fi โ†’ Additional โ†’ Connect to Wi-Fi while sleeping, select Never.

For models with AMOLED-screens (Xiaomi 12 Pro, Redmi) K60) Activate a dark theme and set a black wallpaper โ€” this reduces battery consumption by 10-15%. Also check which applications drain the battery the most: Settings โ†’ Battery and productivity โ†’ Battery utilization.

๐Ÿ’ก

The most effective way to save charge is to turn off the Constantly Active Display (AOD) and reduce the screen refresh rate to 60Hz (if supported).

6. Communication and Network: What to Disable for a Stable Internet

Mobile Internet or Wi-Fi issues in Xiaomi are often related to default network settings. Hereโ€™s what you can optimize:

  • ๐Ÿ“ถ Autoconnection to open Wi-Fi: in Settings โ†’ Wi-Fi โ†’ Additionally, disable Autoconnection to open networks โ€“ this will prevent connection to unsafe points.
  • ๐Ÿ”„ Switching between SIM-cards: if you use two SIM, In Settings โ†’ SIM-map โ†’ Double settings SIM Turn off automatic data switching.
  • ๐ŸŒ Roaming Services: in Settings โ†’ SIM-map โ†’ Deactivate automatic roaming if you are not traveling.

To solve problems with a bad signal, try manually selecting the network in Settings โ†’ SIM-map โ†’ Network type (e.g., only LTE If your phone often loses connection, check your settings. APN your operator.

7.Security and privacy: what's worth disabling

MIUI collects more data than many users realize, to limit surveillance:

  1. Turn off Send Diagnostic Data: in Settings โ†’ About Phone โ†’ User Reviews Deactivate All Sliders.
  2. Block Location Access: in Settings โ†’ Privacy โ†’ Permits โ†’ Location Disable Access for Unnecessary Applications.
  3. Delete your history in Mi Cloud: Settings โ†’ Xiaomi Account โ†’ Mi Cloud โ†’ Sync, clear up data you donโ€™t want to store in the cloud.

If you use Google services, check your sync settings in Settings โ†’ Accounts โ†’ Google. Turn off backup of unnecessary data (such as Call History or SMS).

8.Other Chips: Hidden MIUI Functions

MIUI has some useful but hidden features, such as:

  • ๐Ÿ”‘ Hidden Menu of Engineering Settings: Enter the dialer ##4636## to access network and battery information.
  • ๐ŸŽฎ Gamer mode: in Settings โ†’ Special facilities โ†’ Gamer mode can turn off notifications and block gestures during the game.
  • ๐Ÿ“ก Signal amplifier: C Settings โ†’ SIM-map โ†’ Signal amplifier (not available on all models).

For POCO owners: This lineup features a unique Turbo mode that speeds up performance in games. Activated in Settings โ†’ Battery and Performance โ†’ POCO Turbo Mode.

๐Ÿ’ก

Not all hidden MIUI features are documented. For example, the Xiaomi 13 Ultra has an undisclosed Professional Camera mode with advanced RAW settings, which is enabled via the engineering menu.

FAQ: Frequent questions about disabling features in Xiaomi

Can I turn it off? MIUI-shell and put a clean Android?
Technically yes, but it requires unlocking the bootloader, installing a customized recap (TWRP) and firmware LineageOS or Pixel Experience.The process is risky: you lose the warranty, and on some models (Redmi Note 11 and newer) the camera or fingerprint sensor may break.For most users, it is easier to disable unnecessary MIUI features, as described above.
Why are applications not updated after autorun is disabled?
Some apps (like Google Play Store or WhatsApp) require background activity to check for updates. Add them to exceptions in Settings โ†’ Battery and Performance โ†’ Managing battery consumption by selecting No Limits mode.
How to return a remote system application via ADB?
If you have removed the system application and the phone has become unstable, try to return it with the command: adb shell cmd package install-existing com.name.pack If this does not help, you will need to flash through Fastboot or Mi Flash Tool.
Why did the navigation gestures disappear after the animations were turned off?
On some models (Xiaomi) 12, Redmi K50) Turning off animations is in conflict with the gesture system. 1x For the following parameters: adb shell settings put global window_animation_scale 1.0 adb shell settings put global transition_animation_scale 1.0 Then restart the phone.
What MIUI functions cannot be disabled under any circumstances?
Critical system services, the disabling of which will lead to the inoperability of the phone: com.miui.home - launcher (desktop) com.android.phone - phone calls com.android.settings - settings of the system com.miui.securitycenter - security center (includes antivirus and permissions) Also it is not recommended to disable Google Play Services - this will break the work of most applications.