On Xiaomiβs MIUI-enclosed smartphones, the list of apps running is not always obvious: the manufacturer hides the standard Android task manager by offering its own solutions instead.This causes confusion among users, especially after switching from other brands. Depending on the firmware version (MIUI 14 or MIUI 15) and the smartphone model (Redmi, POCO, Xiaomi 13/14), the ways of viewing active processes may differ.
In this article, weβll look at all the current techniques, from standard gestures to hidden developer functions, not only how to open a list of running applications, but also how to analyze their impact on performance, close background processes without harming the system, and which applications can be safely stopped to save battery life.
1. Standard method: gesture or button "Recent"
The most obvious method is to use a system gesture or a virtual button, which is a feature that works the same way on most modern Xiaomi smartphones (starting with MIUI 12), but there are nuances:
- π± For touch-based smartphones (no physical buttons): swipe up the screen and hold for 0.5 seconds in the middle of a move.
- π For devices with physical buttons (e.g., Redmi Note 10 or POCO X3): single press on the square button (right of HomeΒ»).
- βοΈ If the gesture does not work: check the settings in Settings β Display. β Full-screen display β Navigation gestures. Possibly enabled navigation buttonsΒ».
In the menu that opens, you'll see the app cards sorted by the time of last use.
- π« Close the application β swipe the card up or click the cross (if it is displayed).
- π Secure the application β click on the app icon and select βSecureβ (useful for navigators or players).
- π View information β hold the app icon to go to βApplication InformationΒ».
π‘
If the list of recent apps is lagging or hanging, try clearing the system cache in Settings β Apps β Application Management β Three dots (menu) β Clear the cache of all applications.
2. Through "Security" and "Optimization" (hidden task manager)
MIUI hides the advanced task manager in the Security section, which shows not only open applications, but also background processes that consume resources.
- Open the Security app (the shield icon).
- Go to Optimization (or Acceleration in older versions).
- Click Clean - the system will show a list of active processes indicating battery consumption and RAM.
- For a detailed analysis, tap on the item More Detailed (if available).
On this menu you will see:
| Type of process | Description | Can I close it? |
|---|---|---|
| Annexes | Active programs (e.g. Telegram, Chrome) | Yeah, but some people might reboot. |
| Background processes | Application services (e.g. Google Play sync) | Not recommended β notifications may be broken |
| Systemic processes | MIUI Critical Services (e.g. com.miui.securitycenter) | No - the risk of unstable work |
π‘
Closing system processes through Optimization can cause sensors to fail (e.g., proximity sensor or NFC).
3.Use of Developer Mode (for experienced users)
If standard methods don't show you the full list of running processes, the developer mode will help, and it opens up the Running Services tool, which displays all active processes, including hidden system processes.
1. Go to Settings β About Phone β MIUI version.
2. Slap on the item "Version MIUI" 7 times in a row.
3. Return to the main Settings menu and a new section for developers will appear.Now open up:
Settings β For developers β Services β Working Services
Here you'll see:
- π Process name (e.g. com.android.chrome for browser).
- π Activity time (how long the process is running without stopping).
- π§ Memory usage (in megabytes).
- π Status (Foreground in the foreground, Background in the background).
What if there are too many processes in the βworking servicesβ?
Once a day | Several times a week | Only when the phone is slowing | I never check-->
4. ADB commands for advanced users
If you need to get a list of running applications remotely (for example, for debugging) or automate the process, use ADB (Android Debug Bridge), which requires connecting your smartphone to your PC and enabling debugging mode over USB.
Major teams:
# Show all running applications (packages)
adb shell dumpsys activity activities | grep "mFocusedActivity"
Show all working services
adb shell dumpsys activity services
Close the application by packet name (e.g. Facebook)
adb shell am force-stop com.facebook.katanaAdvantages of the method:
- β‘ Accuracy β reveals even hidden system processes.
- π₯οΈ Remote control β you can execute commands from PC.
- π Logistics β results can be saved to a file for analysis.
Install Xiaomi drivers on PC|Enable debugging on USB developer-setting|Download the platform ADB Google|Connect the phone to USB (file transfer)-->
β οΈ Attention: The am force-stop command forcibly stops the process, which can lead to the loss of unsaved data in the application (for example, an unsent message in the messenger).
Part of the task monitoring annex
If the built-in MIUI tools seem inadequate, install specialized utilities from Google Play. They offer advanced features such as:
- π Consumption schedules CPU/RAM real-time.
- π Notifications about the launch of suspicious processes.
- π Search by packet name (useful for identifying unknown services).
Recommended annexes:
| Annex | Features | Reference |
|---|---|---|
| Greenify | Background applications hybridization, battery saving | Google Play |
| Simple Task Manager | Easy task manager with widget | Google Play |
| DevCheck | Shows detailed information about processes and iron | Google Play |
β οΈ Warning: Some memory cleanup applications (such as Clean Master) can impair performance by constantly restarting background processes. MIUI already has a built-in optimizer β additional utilities are often redundant.
6.Analysing battery consumption to identify hidden processes
If the phone is running out quickly but thereβs nothing suspicious about recent apps, check the battery usage statistics, which helps identify background processes that arenβt displayed in the standard task manager.
Instructions:
- Open Settings β Battery and Performance β Battery Use
- Click on the more detailed (or graphic icon).
- View the list of applications, sorted by charge consumption.
- Slip on a suspicious item - the system will show how long it worked in the background.
Signs of the problem process:
- π Expenditure >5% with minimal use.
- β³ The operating time in the background exceeds the active use time.
- π¨ Unknown name (e.g. com.sec.android.app.launcher on Xiaomi) is an anomaly).
π‘
If you see high consumption from the Android System process in the battery statistics, it may indicate a firmware problem. β SIM-maps and mobile networks β Resetting network settings.
Frequent Mistakes and How to Avoid Them
When working with the list of running applications, users often make mistakes that lead to unstable smartphone operation.
- Many people think that cleaning up all tasks will speed up the phone. In fact, MIUI is optimized to caching commonly used applications. Forced shutting them down leads to rebooting the next run, which wastes more resources.
- If you try to close a process, you see a message saying, βThis may lead to unstable work,β you should not ignore it, for example, stopping com.miui.home will cause the desktop to disappear before you restart.
- Apps like DU Speed Booster or CCleaner often mask ads as optimization and cause brakes themselves. MIUI already has a built-in optimizer - no additional utilities are needed.
β οΈ Note: On some Xiaomi models (e.g, POCO F5 or Xiaomi 13 Ultra) after forced shutdown of system processes, Face Unlock may be disabled before restarting.