Background apps on Xiaomi smartphones are one of the most talked-about topics among users. Even after closing through the multitasking menu, many programs continue to work in hidden mode, consuming battery power, Internet traffic and RAM, especially on devices with 4-6 GB of RAM, where background processes can lead to slowdowns.
Compounding the problem is the MIUI shell, which aggressively caches apps for βquick launch,β which leaves instant messengers like WhatsApp or Telegram active hours after use, and games like Genshin Impact or PUBG Mobile continue to consume resources even when youβve folded them. In this article, weβll look at all the current ways to completely remove an application from the background, from standard MIUI tools to hidden settings for power users.
It's important to understand that simply swiping an application in the multitasking menu doesn't guarantee it's shutting down. MIUI defaults to leaving most programs frozen to speed up their re-runs. This saves a few seconds when you open it, but negatively affects autonomy. For example, tests show that turning off Facebook's background activity can extend a smartphone by 10 to 15 percent by reducing the processor's power consumption.
1. Standard Closing through the Multitasking Menu
The most obvious but least effective way, though, is to start with if the app is hanging or slowing down.
To close the program through multitasking:
- Click on the recent apps button (usually a latency swipe or a three-bar button).
- Find the card of the desired application.
- Write it up or down (depending on the MIUI version).
β οΈ Limitation: Most applications don't close completely, but go into "curtailed activity" mode, such as system services (Google Play Services), instant messengers and social networks, VK or Instagram will continue to update the feed in the background, unless you turn off auto-start (more about this in the next section).
Some models (Redmi Note 12 Pro+, Xiaomi 13 Ultra) have the option to Close Everything β a button in the form of a cross or a lettering at the bottom of the screen.
2. Forced stop through application settings
A more radical method is force-stop, which completely kills all the processes of the program, but has the nuance that some system applications (Mi Security, Mi Share) will restart automatically in a few minutes.
Instructions:
- Open Settings β Applications β Application Management.
- Select the app you want from the list (use search if itβs not at the top).
- Slip Forced Stop (in some versions of MIUI β Stop).
- Confirm the action in the pop-up window.
β οΈ Note: After a forced stop, some applications may:
- π Stop sending notifications (e.g., Telegram will not show new messages).
- β³ Start longer at the next opening (up to 5-10 seconds).
- π Consume more battery on first run (due to re-initialization of cache).
This method is suitable for heavy applications like TikTok, YouTube or games that actively use resources even when folded, for example, Genshin Impact in the background can consume up to 20% of the CPU against the background due to background download updates.
βοΈ Preparations for forced suspension
3. Disabling Autostart and Background Activity
One of the most effective ways to prevent applications from running in the background is to turn off auto-start and limit background activity, which won't remove the program from memory right away, but will prevent it from running on its own after a restart or on a schedule.
How to do this:
- Go to Settings β Applications β Application Management.
- Select your target app (like Facebook).
- Slip AutoRun and turn off the slider.
- Go back and select Limit Background Activity (or Battery β Background Activity in newer versions of MIUI).
- Set a limit on Strict or Limited (depending on the shell version).
π What does this method do:
- π΅ The application will not start when you turn on the smartphone.
- π Reduce battery consumption by 5-30% (depending on the program).
- πΆ Mobile traffic consumption will decrease (relevant for Google Play Services, Mi Cloud).
β οΈ Warning: After the autostart is disabled, some functions may not work properly:
- WhatsApp will stop showing notifications about new messages until you manually open it.
- Google Maps will not update location in the background (relevant for jogging).
- Mi Fit will stop syncing data with the Mi Band bracelet automatically.
What applications cannot be restricted?
4.Use of the "Distractless" (DND) mode
A little-known feature of MIUI is the Do Not Disturb (DND) mode, which not only turns off notifications, but also suspends background activity of selected applications, which is useful if you need to temporarily freeze messengers or games for several hours.
Activation of the regime:
- Open Settings β Notifications and Status bar β Mode "Without distractions".
- Select Rules Setting.
- Add apps that you want to restrict (e.g. Instagram, TikTok).
- Set a schedule or activate the mode manually.
πΉ Features of work:
- π The action time can be adjusted (for example, from 23:00 to 7:00 to save battery at night).
- π΅ Apps wonβt update content in the background, but will keep cache.
- π After leaving the regime DND background activity will recover.
This is a good way for users who want to temporarily suspend background processes without completely shutting them down, such as if youβre asleep and donβt want Viber or Skype to drain your battery with chat updates.
5. Cleaning the cache and application data
If the app is not only hanging in the background, but it's slowing down or making errors, it helps to clean up the cache and the data, which is a radical method that resets the program's settings to factory settings, but removes unnecessary background processes.
How to clean:
- Go to Settings β Applications β Application Management.
- Select a problem app (such as Chrome or Mi Video).
- Put the storage (or memory) in.
- Click Clear Cache (Delete Temporary Files).
- If necessary, select Clear the data (β οΈ This will remove accounts, settings and uploaded content!).
β οΈ Attention: cleaning up the data is equivalent to reinstalling the application:
- WhatsApp will have to re-enter your account and restore chats from the backup.
- Games (Clash of Clans, Brawl Stars) will reset saves if they are not tied to a Google Play account.
- Spotify or YouTube Music will remove downloaded songs.
π‘ Tip: Before clearing the data, check if your account is linked to Google or Xiaomi. For example, in Mi Fit, settings are synchronized with the cloud, and in Gallery, photos can only be stored locally.
π‘
If the app slows down again after cleaning up the data, try reinstalling it via Google Play or Mi App Store. Sometimes installing an older version helps (for example, for Redmi Note 9, it is better to use MIUI 12.5 rather than MIUI 14).
6.Use of ADB for deep background management
For advanced users who are ready to work with ADB (Android Debug Bridge), there is a way to completely turn off background activity even for system applications. This requires connecting a smartphone to a PC, but gives maximum control.
Instructions:
- Turn on the Developer Mode on your smartphone: Settings β About Phone β MIUI version (shap 7 times).
- Activate Debugging by USB in Settings β Additional β For developers.
- Connect your phone to your PC and open the command line (or Terminal on Mac/Linux).
- Enter the command to check the connection: adb devices must appear serial number of the device.
- To disable background activity for a specific package (e.g. com.facebook.katana for Facebook), use: adb shell cmd appops set com.facebook.katana RUN_ANY_IN_BACKGROUND deny
π Examples of commands for popular applications:
| Annex | Packet name | Team to turn off background |
|---|---|---|
| com.whatsapp | adb shell cmd appops set com.whatsapp RUN_ANY_IN_BACKGROUND deny | |
| com.instagram.android | adb shell cmd appops set com.instagram.android RUN_ANY_IN_BACKGROUND deny | |
| Mi Browser | com.android.browser | adb shell cmd appops set com.android.browser RUN_ANY_IN_BACKGROUND deny |
| Google Play Services | com.google.android.gms | adb shell cmd appops set com.google.android.gms RUN_ANY_IN_BACKGROUND deny |
β οΈ Warning: Disabling background activity for system applications (Google Services, Mi Security) may lead to:
- π Spontaneous reboot of the smartphone.
- π΅ Loss of functionality (e.g. Google Pay or Find My Device) will stop working).
- π Increased battery consumption due to constant restart attempts.
π‘
ADB-commands allow you to turn off background activity even for applications that do not allow you to do this through standard settings. However, this method requires caution and is suitable only for advanced users.
7. Alternative methods: third-party utilities and custom firmware
If the standard methods donβt work, you can use third-party utilities or switch to custom firmware, which is true for older models (Redmi 4X, Redmi Note 5), where MIUI is very restrictive to the user.
π§ Useful utility:
- π οΈ Greenify β suspends background processes without root rights (requires settings through ADB).
- π AccuBattery β shows which apps drain the battery in the background and allows you to limit them.
- π Servicely β Blocks the launch of unnecessary services (root is needed).
π± Custom firmware:
- LineageOS is pure Android without MIUI background processes.
- Pixel Experience is a firmware with Adaptive Battery feature that automatically limits rarely used apps.
- Xiaomi.eu is a modified MIUI with advanced settings for background processes.
β οΈ Attention: Installation of custom firmware:
- π Requires unlocking the bootloader, which will reset all data.
- π΅ This can lead to loss of warranty (on new models, Xiaomi will block unlock for 30 days).
- π Some features (Always-on Display, IR Blaster may not work properly.