Why the Background Apps Are Eating Up Your Xiaomi Resources
Have you noticed that even after the application is closed, it continues to consume battery power and slow down the system? This is a typical problem of MIUI, Xiaomi's proprietary shell, where many programs default in the background. The manufacturer adjusts the system so that often used services (messengers, social networks, system utilities) remain active for quick access. But this approach has the opposite side: accelerated battery discharge, overheating of the processor and slowing the interface.
The problem is particularly acute on budget models (Redmi 9A, Poco M3) and devices with 4/64 GB of memory, where every megabyte of RAM counts. Even flagships like Xiaomi 13 Pro are not insured: background activity of Google Play Services, Mi Cloud or Facebook can eat up to 15-20% of charge a day for no apparent benefit. In this article, we will examine all ways to disable unnecessary processes, from standard MIUI settings to hidden functions for power users.
Method 1: Limit background activity through battery settings
The easiest method is to use built-in optimization tools. Xiaomi offers three levels of limitations, but by default many applications are in โNo Limitsโ mode, allowing them to consume resources even when they are folded.
To change that:
- Go to Settings โ Battery and Performance โ Battery Management.
- Select the category "Applications" (or "Battery Use" in older versions of MIUI).
- Tapping the right application (for example, TikTok or AliExpress).
- In the "Background Activity" section, set "Limit" or "Strict Limitations".
Make sure the app doesnโt have important notifications (e.g. messengers)
Check if it is used for geolocation (taxi, delivery)
Turn off auto-update for apps you rarely use
Save data (e.g. unsaved drafts in Word or Notes)
-->
โ ๏ธ Note: Some system applications (e.g., com.miui.securitycenter) cannot be restricted through this section. MIUI.
Method 2: Manually Closing Applications Through Multitasking Menu
Many users mistakenly believe that swipe up the multitasking menu completely shuts down the application, but in fact MIUI just folds it, leaving the background processes active, to force the program to stop:
- Open the multitasking menu (swipe up from the bottom edge of the late screen).
- Find the card of the desired application and make a long tap on its icon.
- In the menu that appears, select "Application Information".
- Click "Stop" (or "Forced Stop" in English firmware).
This method works for most third-party applications, but does not affect system services, such as Mi Video or Mi Browser can automatically restart after a stop.
MIUI 12
MIUI 13
MIUI 14
Another version
I don't know.
-->
Method 3: Using Charge Saving Mode to Mass Shutdown
If you need to extend your phoneโs life (e.g., when traveling), activate Extreme Charge Saving mode, which automatically suspends all background processes except for basic functions (calls, SMS, alarms).
How to turn on:
- Press the power button to open the shutdown menu.
- Slip on "Ultra battery saver" (or "Ultra battery saver").
- Select applications that are allowed to be kept active (maximum 3-5 pieces).
| Savings regime | Limits background processes | Impact on notifications | It's working without recharging. |
|---|---|---|---|
| Balanced | Partially (for unused applications only) | Notifications are coming with a delay | Up to 12 hours. |
| Extremely extreme. | Completely (except for selected) | SMS and calls only | Up to 24 hours. |
| Manual (via ADB) | Selectively (configured by the user) | Depends on the settings. | Unlimitedly. |
โ ๏ธ Attention: In Extreme Savings mode, background data for Google Play Services is disabled, which can disrupt Google Pay, Gmail and other services.
Method 4: Disable Auto-Run Applications (Hidden Setting)
Many apps (Facebook, Instagram, AliExpress) are automatically triggered when you turn on your phone or connect to the Internet.
- Go to Settings โ Applications โ Application Management.
- Slip on the three dots in the upper right corner and select "Stop".
- Turn off the switches in front of unnecessary applications.
On some models (Redmi Note 10 Pro, Poco X3 Pro), this section may be called โDefault Launchโ or โSpecial Permissions.โ If you donโt find an item, search by settings (the magnifier icon at the top of the screen).
Why is auto-starting dangerous for the battery?
Method 5: Using ADB for deep shutdown (for advanced)
If standard methods donโt work, you can use USB debugging (ADB), which allows you to completely block background activity even for system applications, but requires a connection to a computer.
Instructions:
- Turn on Developer Mode (7 times tap on MIUI Version in Settings โ About Phone).
- Activate "Debugging by" USB" In Settings โ Additionally. โ For developers.
- Connect your phone to your PC and execute the command: adb shell cmd appops set <package> RUN_ANY_IN_BACKGROUND deny For example, for Facebook: adb shell cmd appops set com.facebook.katana RUN_ANY_IN_BACKGROUND deny
To find the application package, use the command:
adb shell pm list packages | grep "appendix name"๐ก
Before working with ADB, back up your data via Settings โ System โ Backup. Errors in commands can cause MIUI to crash!
Method 6: Disabling background data for individual applications
If the app does not have to use the internet in the background (such as Offline games or Flashlight), limit its access to mobile data and Wi-Fi:
- Go to Settings. โ SIM-maps and mobile networks โ Transfer of application data.
- Select the app from the list.
- Turn off the "Background Data" and "Unlimited Data" switches.
For Wi-Fi, repeat the steps in Settings โ Wi-Fi โ Additional โ Application Data Management.
- ๐ต Messengers (WhatsApp, Telegram): Do not turn off background data, otherwise notifications will stop coming.
- ๐ฎ Games (PUBG, Genshin Impact: You can safely limit them โ they donโt require a permanent connection.
- ๐ Stores (AliExpress, Wildberries): Background data is only needed to track orders.
- ๐ Google Play Services (Mi Analytics): Disabling them will improve autonomy, but may disrupt other services.
What to do if applications are spontaneously turned on again
Some programs (Mi Security, Clean Master, Facebook) have self-repair mechanisms.
- ๐ Restart after restarting the phone.
- ๐ฅ Automatically Update via Google Play.
- ๐ ๏ธ Restoring permissions through system services.
Decisions:
- Turn off auto-update in Google Play (go to the app settings โ Auto Update โ Never).
- Freeze the app via Titanium Backup (root rights required) or App Quarantine.
- Remove updates for system applications (in app information โ three dots โ โDelete updatesโ).
๐ก
If an application is critical to the system (e.g. com.android.phone), forced shutdowns can result in network loss or cyclical reboot.