How to view running apps on Xiaomi phone: all the ways for MIUI 12-14

On Xiaomi, Redmi, and POCO smartphones, background apps can consume battery power and RAM invisibly. If the phone is slowing down or quickly draining, the first thing to do is check which programs are currently running. In this article, we’ll take a look at all the available methods, from standard MIUI tools to hidden features for power users.

It's important to understand that simply closing all applications doesn't always solve the problem. Some system processes automatically restart, while others (like messengers) can run in the background by default, and we'll show you how to not only see the active processes, but also manage them correctly.

Method 1: Through the recent application panel

The fastest and most intuitive method is to use the multitasking bar, which works on all versions of MIUI (12 to 14) and does not require any additional settings.

  • πŸ“± Click the square button in the bottom navigation bar (or swipe up from the bottom edge of the screen and hold for a second).
  • πŸ” You will see a list of recent apps – here you will see all the programs you have recently launched.
  • πŸ“Š At the top of the screen you will see information about the load of RAM (for example, "Using 3.2 GB of 6 GB").

Note that this list shows not only the active applications, but also the completed applications that the system stores in the cache for quick launch. To close the program completely, swipe the card up or down (depending on the model).

πŸ’‘

If the multitasking panel doesn't open, check your gesture settings in Settings β†’ Display β†’ Full-screen display. Another type of navigation may be enabled.

Method 2: Using the Security Menu

MIUI has a built-in tool to monitor application activity, called Security, and you can see not only the programs that are running, but also their impact on performance.

  1. Open the Security app (the shield icon).
  2. Go to Accelerate (or Optimize in older versions).
  3. Click on Memory Management – here you will see a list of active processes indicating the consumption of RAM.
  4. To close unnecessary applications, click Clean (or Optimize).

This menu also includes an auto-clean feature that automatically closes the background when you lock the screen. To turn it on, activate the Auto-clean switch when you lock it.

πŸ“Š How often do you clean up background apps on Xiaomi?
Every day.
Once a week.
Only when the phone is slowing down.
Never.
Type of applicationRAM consumptionCan I close it?
System processes (e.g. com.android.systemui)100-500 MB❌ No (forced closure will cause failure)
Messengers (Telegram, WhatsApp)50–300 MBβœ… Yes (but notifications will come with a delay)
Games (PUBG Mobile, Genshin Impact)500 MB-2 GBβœ… Yes (recommended to close after the game)
Service Utilities (Mi Fit, Google Play Services)30–200 MB⚠️ Partially (can restart automatically)

Method 3: through the developer settings

For advanced users, you can view all processes, including system processes, through the developer menu.

Find the settings β†’ The phone.|7 times press the version MIUI|Back to Settings β†’ Additionally. β†’ For developers|Activate the switch at the top-->

After the regime is activated:

  1. Go to Settings β†’ Additional β†’ For developers.
  2. Find the Debugging section and select the Process List.
  3. All active processes, including hidden system processes (e.g. mediaserver or android.process.acore) will be displayed here.

⚠️ Warning: Shutting down system processes manually can cause a phone to run unstable or restart. Do this only if you know exactly what the process is for.

You can also see a PID (process identifier) and a UID (user identifier) in this menu, which is useful for diagnosing problems through ADB.

Method 4: Using third-party applications

If standard MIUI tools are not enough, you can install specialized utilities from Google Play, which provide advanced information about running processes, including:

  • πŸ“Š Detailed consumption statistics CPU, RAM and batteries.
  • πŸ” The ability to sort processes according to different criteria (for example, by work time).
  • ⚑ Functions of automatic closing of unnecessary applications on schedule.

Top.-3 monitoring:

  1. Greenify optimizes the work of background processes without manual closure.
  2. Developer Quick Settings – Adds the process control panel to the notification curtain.
  3. Simple System Monitor – shows real-time activity with graphs.

⚠️ Note: Some applications (such as Greenify) require root rights to work properly.

How to check if the app is spying on you?
If you see an unknown app with a strange name (e.g. com.sec.android.app.launcher on a non-Samsung device) in the process list, it could be malware. Check it out via VirusTotal or uninstall it if it's not from Google Play.

Method 5: via ADB (for power users)

If you want to get full control of the processes, you can use ADB (Android Debug Bridge), which is suitable for diagnosis or debugging, but requires connecting the phone to a computer.

  1. Install ADB on your PC (download Platform Tools from Google’s website).
  2. Connect your phone via USB and allow debugging (enable it in Settings β†’ For developers).
  3. Open the command prompt and type: adb shell ps-A This command will output all the processes running on the device.
  4. To close a particular process, use: adb shell kill [PID] (replace [PID] with a real identifier from the list).

With ADB, you can also get information about resource consumption for a particular application, such as a command to:

adb shell dumpsys meminfo com.android.chrome

It will show how much RAM Google Chrome uses.

πŸ’‘

Use ADB only if you understand the consequences. Incorrect commands can cause system failure or data loss.

What to do if your phone slows down even after the app is closed?

If the performance hasn't improved after cleaning the background processes, the problem may be deeper.

  • πŸ”‹ Battery condition: worn-out battery causes lags.Check battery health in Settings β†’ Battery β†’ Battery status.
  • πŸ—‘οΈ Memory occupancy: If the internal storage is less than 10%, the system starts to slow down.
  • πŸ”„ Updates: outdated version MIUI It may contain errors. Check for updates in Settings β†’ The phone. β†’ Updating the system.
  • πŸ› οΈ Cache reset: go to Settings β†’ Memory. β†’ Clean and select Clear Cache.

If nothing helps, try resetting to factory settings (don't forget to back up!).

  1. Open Settings β†’ About Phone β†’ Backup and Reset.
  2. Select Settings Reset.
  3. Confirm the action and wait for the reboot.

FAQ: Answers to Frequent Questions

Why do they open again after the app is closed?
This is normal MIUI behavior, as the system automatically restarts some processes (like Google Play Services or Mi Cloud) to work steadily. To limit background activity: Go to Settings β†’ Applications β†’ Application Management. Select the desired application and disable AutoRun.
How do you know which app consumes the most battery?
Open Settings β†’ Battery β†’ Battery usage. This shows a list of applications with percentage of charge consumption. Click on any one to see detailed statistics (e.g., running time in the background).
Can I completely turn off background activity?
No, it's not possible -- some system processes are required for the phone to work. However, you can limit the activity of third-party applications: In Settings β†’ Battery β†’ Battery Mode, select Energy Saving. Turn off Background activity for unnecessary programs in their settings.
Why do unknown names appear on the list of processes?
Many applications use technical packet names (e.g. com.facebook.katana for Facebook). To find out what the program is: Copy the packet name (e.g. com.miui.weather2). Type it into a search engine - usually the first results show which app it belongs to. If the package appears suspicious (e.g., contains random characters), check it with antivirus.
How to close system processes without risk?
Only processes that are: not Android, miui or com.qualcomm; not responsible for basic functions (calls, SMS, Wi-Fi); Appeared after installing third-party applications; Use Safe Mode for experiments (click off button β†’ Reboot in safe mode).