How to view working applications on Xiaomi smartphones: all ways

Xiaomi smartphones based on MIUI or HyperOS often face the problem of β€œhanged” background processes that eat up battery power and RAM. But how to tell which applications are active right now? In this article, we will analyze all available methods, from the standard task manager to hidden developer tools.

It’s important to keep in mind that the interface may vary depending on the firmware version and model (Redmi Note 12, POCO X5, Mi 13 Ultra, etc.) But the basic principles remain the same. If you notice that the phone is slowing down or discharges quickly, check the list of applications that are working first.

1. Standard Task Manager (swipe up)

The fastest way is to use the built-in Task Manager. On most Xiaomi models, it opens with a swipe from the bottom up with a 1 second delay (not to be confused with a quick swipe to return to the home screen!).

In the window that opens, you will see:

  • πŸ“± Active apps – those that are currently running on the screen.
  • πŸ”„ Background processes – programs that work β€œin the shadows” (messengers, music players).
  • 🚫 Blocked – applications that cannot be closed (system services).

To close an unwanted app, simply swipe its card left or right, but remember: some programs (like WhatsApp or Telegram) will immediately restart if they have notifications or active chats.

πŸ“Š How often do you check your apps on Xiaomi?
Every day.
Once a week.
Only when the phone is slowing down.
Never checked.

2. "Last" section in the MIUI/HyperOS settings

If the swipe doesn’t work (e.g., on older versions of MIUI 12), use an alternative route:

  1. Open the Settings.
  2. Go to the Apps β†’ Recent (or recent) in HyperOS).
  3. Slip on the icon "Task Manager"** (the icon with three stripes).

An extended list is displayed here with the following:

  • πŸ•’ Activity time – how much the app was running on the screen.
  • πŸ“Š Memory usage – the amount of RAM that takes up the process.
  • πŸ”‹ Battery consumption – percentage of charge spent by the app.

πŸ’‘

If there is no Task Manager button in the Latest list, upgrade to MIUI 14 or HyperOS – in older versions this section was called β€œRun”.

3. Developer settings: hidden process monitoring

For advanced users, there's a way to see all the processes that work, including the system processes.

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version (or HyperOS Build Number). Enter your password if you need to.

Settings β†’ Additional β†’ For Developers

Services β†’ Working Processes

Here you will see a complete list with the following:

Type of processDescriptionCan I close it?
AnnexesUser programs (e.g. Chrome, Instagram)Yes.
ServicesBackground tasks (synchronization, notifications)Partially.
SystemicCritical processes of Android and MIUINo.
CashedFrozen processes for quick start-upYes.
What happens if the system is closed?
Closing processes marked system or android.* may cause the phone to restart, interface failure, or camera/network failure. MIUI will automatically restart critical services, but some features may not work properly until the reboot.

In HyperOS (starting with version 1.0.20.0), the Processes section is moved to Settings β†’ Applications β†’ Application Management β†’ Processes. If you don’t find this, update the firmware.

4.Use of ADB for deep diagnostics

If you need to get a full report on all the processes (for example, for debugging), use ADB (Android Debug Bridge), which requires connecting your phone to a PC.

Instructions:

  1. Install Platform Tools on your computer.
  2. Connect Xiaomi via USB and allow debugging (include it in Settings β†’ For developers).
  3. Open the command line in the folder with adb.exe and type: adb shell dumpsys meminfo For a list of all processes with memory detailing, use: adb shell ps -A

To see them, use the adb shell ps-A or apps like Simple Task Manager with root access.

How do you know which application is the most loaded processor?
There are two ways: in Settings β†’ Battery β†’ Battery use select the tab CPU (readily MIUI 13+). Use it. ADB-Team: Adb shell top -m 10 -t (top-up-10 loading CPU). If the system application (such as mediaserver) is to blame, try clearing the cache in Settings. β†’ Memory.
Can all processes be closed at once?
Quick: In Task Manager, click on the Close Everything icon (if any). Use ADB: adb shell am kill-all Reboot your phone, it will clear all user processes. Consequences: some applications (messengers, music players) will restart automatically. System processes (MIUI, Google Services) will remain active.
How to disable Xiaomi ad processes (e.g. msa or mipicks)?summary> These processes are responsible for displaying ads in system applications. To disable them: Go to Settings β†’ Applications β†’ Application Management. Find com.xiaomi.msa.global and com.xiaomi.mipicks. Click Disable ** (do not Delete!). Disable auto-run for these applications. After that, ads in MIUI will disappear, but some features (e.g. recommendations in Mi Video) may stop working.