On Xiaomi, Redmi and POCO smartphones with MIUI shell, app closure works differently than on pure Android. Many users face a situation where programs continue to hang in the background, draining the battery or occupying RAM. In this article, we will discuss all the current ways to close applications on devices with MIUI 14/15, including hidden functions and solutions to typical problems.
Itโs important to understand that Xiaomiโs system aggressively optimizes background processes, so simply swiping up from the recent menu doesnโt always mean closing down completely. Weโve tested all methods on Xiaomi 13 Pro, Redmi Note 12 and POCO F5 models โ the results are summarized in the performance comparison table below, and youโll also learn why some apps automatically restart 5-10 minutes after closing and how to fix it.
1. Standard closing through the recent menu
The most obvious way is to use the latest app bar, which is opened by swipe from the bottom up on most Xiaomi models with a pause in the center of the screen (on navigation button devices, double tapping a square).
To close the application:
- ๐ฑ Swipe up from the bottom of the screen and hold your finger for 0.5 seconds.
- ๐ Find the card of the desired application in the list of recent
- ๐ซ Swipe it up (on some models - right/left)
- โ For mass closing, click "Close All" (cross in upper right corner)
However, this method has limitations: MIUI does not kill the process completely, but only removes it from the list of recent ones. Many applications (especially messengers and social networks) continue to work in the background through services. Check this in Settings โ Applications โ Application Management โ [Select application] โ Memory use.
2. Forced stop through settings
To completely close the application and delete all its processes from memory:
- Open Settings โ Applications โ Application Management
- Select the desired application from the list
- Slip "Forced Stop" (button at the bottom of the screen)
- Confirm the action in the dialog window
This method is guaranteed to stop all the background processes of the application, but has side effects:
- โ ๏ธ Notifications from the app will stop coming
- ๐ The next time you start, the app will open longer.
- ๐ฅ Some functions (such as cloud sync) will have to be reconfigured.
๐ก
If the Forced Stop button is inactive, the application is system-based, and you need root or use permissions to disable it. ADB-team.
3. Use of the โNo Background Processesโ mode
MIUI has a hidden background activity restriction feature that is available through the developer menu to activate it:
- Go to Settings. โ The phone.
- Tap 7 times on the item "Version" MIUI" (A notice will appear saying, โYou have become a developer")
- Return to the main settings menu and open Additional settings โ Developer settings
- Find the option โLimit background processesโ and select โNo background processesโ
After activation of this mode:
- ๐ Battery consumption will be significantly reduced
- โก Applications will be closed immediately after folding.
- โ ๏ธ Background notifications (Viber, WhatsApp, etc.) will stop working.)
- ๐ฑ The phone can run slower when multitasking
What to do if there is no item "Developer Options"
4. Closing through Task Manager (Hidden Function)
Xiaomi hides an advanced Task Manager that shows all active processes.
- Open the menu of recent apps (swipe up with pause)
- Slap the icon "๐" (graph) in lower right corner
- Select the Active tab to view all working processes
- Click โCleanโ for mass closing or select specific applications
This menu displays:
- ๐ฑ User applications (can be closed)
- ๐ ๏ธ System processes (closing is not recommended)
- ๐ Google Services (closure may disrupt your account)
| Closing method | Efficiency | Impact on the battery | Retention of notifications |
|---|---|---|---|
| Swipe on the menu of recent | Low (20%) | Minimum | Preserve. |
| Forced stopping | High (90%) | Significant | Shutting down |
| Non-background mode | Average (60%) | Maximum. | Shutting down |
| Task Manager | High (85%) | Average. | Partially preserved |
| ADB-team | Absolute (100%) | Depends on the team. | Shutting down |
5. Advanced methods: ADB and root access
For power users who want to have full control of background processes, commands are available via Android Debug Bridge (ADB):
First, turn on the USB debugging:
- Activate the developer settings (as described above)
- Include โUSB Debuggingโ in Developer Settings
- Connect your phone to your PC and confirm your trust in your computer
The main commands for application management:
adb shell am force-stop com.package.name # Full stop
adb shell pm clear com.package.name # Data cleanup + stop
adb shell ps | grep 'package' # View active processesFor mass closing of all user applications:
adb shell am kill-allโ ๏ธ Attention: Use ADB-Teams for system applications can cause the phone to run unstable.Some teams demand root rights, which will void the warranty on Xiaomi devices.
6.Why apps spontaneously open
Many Xiaomi users face the problem of having closed apps reappear in recent menus after a while.
- ๐ค Auto-start (function) MIUI quick access)
- ๐ Push notifications (wake up the application)
- ๐ Background synchronization (data update)
- ๐ฑ Optimization MIUI (The system decides which applications to keep in memory)
To disable autostart:
- Go to Settings โ Applications โ Application Management
- Select a problem application
- Disable the options: "Autostart", "Secondary Start" "Show notifications"
To globally disable auto-start all applications:
- Open Settings โ Battery and Performance โ Battery Management
- Select "Applications Selection"
- Set the "Limited" mode for all applications
Make sure the app has disappeared from the recent menu | Check memory usage in the app settings | Turn off auto-start for problem programs |Reboot your phone to clear the cache-->
7.Memory optimization without manual closure
Instead of permanently shutting down apps manually, you can set up Xiaomi to auto-optimize:
Enable the function "Memory Cleanup":
- Go to Settings โ Battery and Performance
- Activate the option "Memory cleaning when blocking the screen"
- Set up exceptions for important apps (messengers, music services)
Current versions of MIUI (14/15) have built-in AI to manage memory, analyze your habits and automatically optimize background processes, and manually shutting down applications can even impair performance, as the system will have to re-download data the next time it opens.
๐ก
Regularly forced closure of applications on Xiaomi can lead to increased battery consumption due to constant process reboot.The optimal approach is to set up automatic optimization and add important applications to the exceptions.