How to see what applications are running on Xiaomi: all the ways for MIUI 12-14

On Xiaomi, Redmi and POCO MIUI-enabled smartphones, running apps continue to run in the background, consuming battery power and RAM. But how to find them quickly? In this article, weโ€™ll look at all the current ways to test active processes, from the standard multitasking menu to the hidden tools of the developer.

It's important to understand that background apps and cached processes are not the same thing: the former are actively consuming resources (for example, music players or instant messengers), and the latter are simply stored in memory for quick launch, we will show how to distinguish them from each other and what to do if the smartphone begins to slow down due to overloaded multitasking.

The instructions in this article are relevant for MIUI 12, 13 and 14 (including global and Chinese versions), as well as for most models, from the budget Redmi Note 12 to the flagship Xiaomi 14 Ultra. If your smartphone runs on pure Android (for example, POCO F5 with HyperOS), some methods may differ - we will mention this too.

1. Standard multitasking menu (gesture or button)

The quickest way to see a running app is to call up the menu of recent tasks, and most Xiaomi smartphones use a gesture to do this:

  • ๐Ÿ‘† Swipe your finger up from the bottom of the screen and hold for 0.5 seconds (don't let go right away!). โ˜ (square.
  • ๐Ÿ“ฑ If you POCO F4/F5 or Redmi K60 With HyperOS, the gesture may differ: swipe up with a pause in the middle of the screen.
  • ๐Ÿ”„ This menu only displays custom applications (the ones you ran manually) and you can't see the system processes here!

To close the unnecessary application:

  1. Spend the application card upwards (on MIUI 14) or press the cross โœ• (on MIUI 12/13).

๐Ÿ’ก

On some models (such as the Xiaomi 13T), the multitasking menu supports horizontal scrolling โ€“ swipe left/right to see all open apps, even if they donโ€™t fit on the screen.

โš ๏ธ Closing all apps through Clear All is not always helpful! MIUI Automatically optimizes background processes, and forced termination can, on the contrary, increase battery consumption at the next start.

2. Battery section โ€“ Hidden list of active processes

If you need to see all the processes, including system, go to the battery settings:

  1. Open the Settings. โ†’ Battery.
  2. Slip on the consumption chart (at the top of the screen).
  3. Select the Battery Usage (or Battery Usage) tab.
  4. Press three points. โ‹ฎ In the upper right corner and select Show full details).

Here you'll see:

  • ๐Ÿ”‹ Applications with the highest consumption (including background).
  • โฑ๏ธ Time of activity of each process.
  • ๐Ÿ“Š Percentage of use CPU (Only on some models, such as the Xiaomi 12 Pro).
Type of processIs it displayed in the multitasking menu?Seen in the Battery section?Can I be forced to close?
User applications (WhatsApp, Chrome)โœ… Yes.โœ… Yes.โœ… Yes (via menu or settings)
System Services (Google Play Services)โŒ No.โœ… Yes (extended mode)โš ๏ธ Partially (only via adb)
Cache processes (closed but in memory)โŒ No.โŒ No (only in Developer Options)โŒ No (runs the system)
Background tasks (synchronization, backup)โŒ No.โœ… Yes (in the section "Details")โš ๏ธ You can turn off in the application settings
๐Ÿ“Š How often do you check running apps on Xiaomi?
Every day.
Once a week.
Only when the phone is slowing down.
I never check.

3. Developer menu: advanced process monitoring

For power users, MIUI has a hidden developer menu where you can see all the active processes in real time, including system processes.

Settings โ†’ About the phone โ†’ MIUI version (shap 7 times in a row)

After activation:

  1. Back to Settings โ†’ Additionally. โ†’ For developers.
  2. Find the Debugging section and turn on Do not turn off the screen (to make it easier to monitor).
  3. Use the Running Services (or Running Services).

On this menu you will see:

  • ๐Ÿ“Œ Active annexes (with indication of the PID memory).
  • ๐Ÿ”„ Background processes (including system processes, e.g. com.miui.home).
  • ๐Ÿ—‘๏ธ The ability to forcefully stop any process, but be careful!).
What happens if the system process is stopped?
Forced shutdown of processes like android.process.media or com.google.android.gms can cause the interface to crash, lose communication with Google services, or even reboot the phone.

โš ๏ธ Attention: The developer menu displays all processes, including those critical to the work MIUI. Stopping unfamiliar services (such as miui.daemon) can cause a smartphone to crash, and only use this feature if you know exactly what you're doing!

4. With the help of third-party applications (for advanced users)

If standard MIUI tools are not enough, you can install third-party monitoring tools.

  • ๐Ÿ› ๏ธ Greenify -- allows you to freeze background applications, saving power. ADB unlocks the extended functions.
  • ๐Ÿ“Š Simple System Monitor - This is a simple system monitor. CPU, RAM Real-time networking (requires Android 10)+).
  • ๐Ÿ” Process Manager (from Spica Apps) โ€“ analogue of the task manager Windows, but for Android.

Example of setting up Greenify:

  1. Install the app from Google Play.
  2. Enable Aggressive Hibernation Mode in the settings.
  3. Add apps that you need to โ€œsleep downโ€ (like Facebook or TikTok).
  4. Connect to your PC and execute a command to unlock advanced features: adb -d shell pm grant com.oasisfeng.greenify android.permission.WRITE_SECURE_SETTINGS

Install ADB on PC| Enable debugging over USB in developer settings | Connect phone to computer | Execute adb command to unlock-->

Third-party applications are useful if:

  • ๐Ÿ”‹ You need to save battery on older models (Redmi Note 8 Pro, POCO X3).
  • ๐Ÿ›ก๏ธ You suspect that an app is spying on you (for example, constantly using the Internet).
  • ๐Ÿ”ง You are developing your own applications and need detailed statistics.

5. ADB teams: for technical specialists

If you're familiar with Android Debug Bridge (ADB), you can get a full list of running processes through the command line. This is the most accurate method, but requires a PC connection.

Instructions:

  1. Download the Google Platform Tools.
  2. Enable USB debugging in the developer settings.
  3. Connect your phone to your PC and enter in the terminal: adb devices (you should display your device).
  4. Execute the command to view active processes: adb shell ps -A | grep -E 'u0_a|system'

Transcript of the conclusion:

  • u0_a[Number: user applications (e.g, u0_a100 โ€” It's usually Chrome).
  • Systems are MIUI system processes.
  • PID is a unique process identifier (required for forced closure).

To close the PID process:

adb shell kill [PID]

โš ๏ธ Warning: Kill and Kill Teams -9 This can cause your phone to run unstable if you complete critical processes (such as surfaceflinger or zygote!

๐Ÿ’ก

ADB is the only way to see all the processes, including those hidden from the user in the standard MIUI interface. However, for ordinary tasks (for example, close Instagram), the multitasking menu will suffice.

6 Features on POCO and Redmi with HyperOS

POCO smartphones and the new Redmi (like the Redmi Note 13 Pro+) can run on HyperOS instead of MIUI.

  • ๐Ÿ”„ Gesture to call multitasking: swipe up with pause (like on "pure" Android).
  • ๐Ÿ“Š In the battery settings there is no tab Use of the battery - instead there is a battery โ†’ Use of applications.
  • ๐Ÿ› ๏ธ The developer menu is called Special Opportunities. โ†’ Developer parameters.

If your smartphone has been upgraded from MIUI to HyperOS, some features may work differently.

  • ๐Ÿ”‹ HyperOS does not have a separate โ€œSecurityโ€ section โ€“ application settings are moved to Settings โ†’ Annexes.
  • ๐Ÿ”„ Forced app stops now require confirmation PIN-Code (to protect against accidental actions).

For owners of POCO F6 or Redmi K70 with HyperOS, we recommend:

  1. Use Android 12+ gestures for multitasking (they are more responsive).
  2. Enable Memory Optimization in the developer settings for automatic back-end management.

7.Why do apps run themselves in the background?

Many Xiaomi users complain that private apps (such as Mi Video or GetApps) are reappearing on the active list.

  • ๐Ÿ”„ Autoruns โ€“ some applications (especially system ones) have the right to run automatically.
  • ๐Ÿ“ฑ Push notifications โ€“ messengers and social networks wake up when receiving messages.
  • ๐Ÿ”‹ Optimization MIUI โ€” The shell can "wake up" frequently used applications to speed up work.

How to fix it:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want (like Facebook) and turn it off: ๐Ÿšซ Auto-start ๐Ÿ”” Showing notifications ๐Ÿ”„ Background activity

Mi Browser

disconnection through ADB

adb shell pm disable-user --user 0 com.android.browser

Some models (such as the Xiaomi 13 Lite) have a hidden Deep Optimization feature that aggressively closes the background processes.

##4636## โ†’ "Battery Information" โ†’ Menu (โ‹ฎ) โ†’ "Optimization"

FAQ: Frequent questions about running apps on Xiaomi

โ“ Why there is no โ€œClose Everythingโ€ button in the multitasking menu"?
In MIUI 14 and HyperOS, the mass-closing function is hidden behind an additional swipe. Swipe your finger left across the multitasking screen and a Clean button will appear. Some models (such as the POCO X5) need to tap twice on the free space in the menu.
โ“ Can you see which apps are using the internet in the background?
Yes for this: Go to Settings โ†’ SIM-maps and mobile networks โ†’ Traffic. Put it on a chart and select the Applications. Sort the list by background traffic. For detailed statistics, use the NetGuard app (requires root or root). ADB).
โ“ How to prevent applications from starting at the start of the phone?
MIUI does not have an autorun lock feature built in for all applications, but you can: Disable autorun selectively in the settings of each application. Use Greenify with ADB rights (see section 4). HyperOS firmware has an option to limit background activity in battery settings.
โ“ Why does the app open again after closing?
It's typical for: ๐Ÿ”„ System applications (Mi Security, GetApps) โ€“ they are protected from closure. ๐Ÿ“ฑ Applications with administrative rights (e.g. antiviruses). ๐Ÿ”‹ Applications added to Secure Applications (set up in the battery section) Solution: disable protection for a particular application in Settings โ†’ Battery โ†’ Choice of applications.
โ“ Is there a difference between โ€œcloseโ€ and โ€œforced"?
Yes: Close (via the multitasking menu) - removes the app from the recent list, but it can restart. Forced to stop (in the application settings) - completes all processes, but can cause errors the next time you run. For most tasks, the first option is enough.