Xiaomi Redmi smartphones based on MIUI are known for their multitasking, but sometimes background processes begin to โbrakeโ the system, drain the battery or interfere with the operation of other programs. Many users mistakenly believe that it is enough to swipe an application from the multitasking panel โ but this does not always remove it from memory. In this article, we will discuss all working ways to completely close the background applications, including hidden settings MIUI, ADB commands and optimization through MIUI Optimized.
It's important to understand that Xiaomi aggressively caches apps for quick launch, so standard methods (like the Close All button) often don't work. We tested each method on Redmi Note 12 Pro+, Redmi 10C and POCO X5 Pro models -- the results are summarized in the comparison table below. If your phone has become slower to run or warm for no reason, the problem is probably in the background.
Why apps stay in the background even after swipe
MIUI has a smart caching system that keeps applications in memory even after they are closed through the multitasking panel, which is designed to speed up re-runs, but has the downside:
- ๐ Increased battery consumption โ background processes continue to use CPU/GPU.
- ๐ข Slowdown of the system โ especially noticeable on budget models with 4-6 GB of RAM.
- ๐ฑ Overheating of the device โ some applications (such as games or social networks) actively consume resources.
- ๐ซ Conflicts with other programs โ for example, messengers can block notifications.
Swipeing up in the multitasking bar doesn't kill the process, it just removes it from the list of recently opened ones. To actually close the application, you need to use one of the methods below, and some system services (such as com.miui.securitycenter) can't be completed without superuser rights - they work critically for MIUI.
Method 1: Closing through the multitasking panel (partial solution)
The most obvious but least effective method is suitable for temporary memory release, but does not guarantee complete closure of the process.
- Open the multitasking panel โ swipe up from the bottom edge of the screen and hold your finger.
- Find the desired application and swipe it up (on some models - sideways).
- For mass closing, click Close All (cross or button at the bottom of the screen).
โ ๏ธ Note: This method only works for custom applications.System services (e.g. Google Play Services or Google Play Services) MIUI Daemon) will automatically restart in a few seconds. To check if the application is closed, use the following: ADB or task manager (see Method 4).
โ๏ธ What to do if the application is not closed by swipe
Method 2: Task Manager (Hidden MIUI function)
MIUI hides a full task manager that shows all active processes, including system processes, to open it:
- Go to Settings โ Applications โ Application Management.
- Tap three points (โฎ) โ Task Manager.
- In the list, select the app and click Stop (or Force Stop).
This menu displays:
- ๐ User applications (can be stopped without restrictions).
- โ๏ธ System processes (some of them are blocked to stop).
- ๐ Services (e.g., synchronization of Xiaomi account).
โ ๏ธ Warning: Stopping system processes (e.g. com.android.phone) may cause mobile network loss or notification problems.Do not stop processes that start with android., miui. or com.qualcomm..
| Process | Can we stop it? | Effects of the stoppage |
|---|---|---|
| com.facebook.katana | Yes. | Facebook will stop sending notifications |
| com.android.vending (Google Play Market) | Yes. | Suspension of application updates |
| com.miui.securitycenter | No. | Blocking the MIUI security system |
| com.android.phone | No. | Loss of mobile communications |
| com.miui.gallery | Yes. | Gallery will stop indexing files |
Method 3: Forced closure through ADB (for advanced)
If the app persists with standard methods, you can use Android Debug Bridge (ADB), which requires connecting the phone to a PC, but is guaranteed to kill the process.
Instructions:
- Turn on Developer Mode: Go to Settings โ About Phone. Tap the MIUI version 7 times until the notification โYouโve become a developerโ appears.
USB debugging
Settings โ Additional โ For Developers
cmd
Terminal
adb shell am force-stop com.package.nameTo find out the name of the application package, use:
adb shell pm list packages | grep "keyword"Examples of teams:
- Close Facebook: adb shell am force-stop com.facebook.katana
- Close Instagram: adb shell am force-stop com.instagram.android
- Close MIUI Cleaner: adb shell am force-stop com.miui.cleanmaster
๐ก
If ADB does not recognize the device, install Xiaomi USB Driver drivers from the official website or use the universal Google USB Driver driver.
โ ๏ธ Note: Some apps (such as WhatsApp or Telegram) automatically restart after a few minutes due to the push notification mechanism).
Method 4: Use MIUI Optimized (Hidden Function)
MIUI Optimized is a built-in optimization tool that allows you to force the background processes to close and limit their activity.
- Open Settings โ Battery and Performance โ Battery Management
- Select Settings โ MIUI Optimized (on some firmware, the path may be different).
- Activate the option Optimize memory and set the mode Aggressive.
This menu also includes:
- ๐ Clear the cache of all applications with one tap.
- โณ Limit background activity for individual programs.
- ๐ Disable Auto-Run for Unnecessary Services.
On models with MIUI 14+, the path to MIUI Optimized can be hidden.
- Enter the optimized request in the settings search.
- Select MIUI Optimized (Hidden Settings).
What if MIUI Optimized is not on the menu?
Method 5: Disabling Autostart and Background Activity
Many apps automatically start when you turn on your phone or after you restart.
- Go to Settings โ Applications โ Application Management.
- Select the application you want (such as TikTok or AliExpress).
- Slip on Autostart and turn off the option.
- In the same menu, turn off Background Activity and Show Notifications (if not needed).
For mass shutdown of autostart:
- Go to Settings โ Battery and Performance โ Battery Management.
- Select App Selection and disable AutoRun for unnecessary programs.
โ ๏ธ Warning: Disabling Auto-Run for Messengers (WhatsApp, Telegram) will delay notifications until the first application opens. For critical services (banks, mail), it is better to leave auto-Run on.
๐ก
Turning off autostart is the most effective way to reduce background activity, but it can affect notifications and synchronization.
Method 6: Reboot the phone (radical method)
If none of these things work, and the phone keeps slowing down, you just reboot, and it clears all the RAM and kills all the processes, including the system.
How to Reboot Xiaomi Redmi correctly:
- ๐ Soft reboot: press the power button, select Reboot.
- ๐ Hard reboot (if the phone freezes): pinch the power + Volume up for 10-15 seconds.
After the reboot:
- ๐ Performance will temporarily increase due to cleaned memory.
- ๐ Battery consumption will normalize (background processes will stop consuming resources).
- ๐ Some applications can be restarted โ check auto-run (Method 5).
โ ๏ธ Attention: Frequent reboots (more than 1 time per day) can damage the file system on cheap models with eMMC memory (for example, Redmi). 9A Use this method only in extreme cases.