Have you noticed that your Xiaomi is slowing down or running out faster? One of the reasons is the background apps that continue to consume resources even when you're not using them. There are several ways in MIUI to see the full list of active processes, but not all of them are obvious to the average user.
In this article, weβll look at 5 proven methods to test working applications on Xiaomi, Redmi and POCO smartphones, from standard tools to hidden shell features, how to distinguish between really needed system processes and unnecessary software that can be shut down or disabled, and how to detect applications that masquerade as system and secretly consume battery power.
1. Standard Task Manager in MIUI
The easiest way is to use the built-in Task Manager, which is available on all versions of MIUI from 12 to 14.
- π± Click on the recent apps button (square in the bottom navigation bar)
- π Scroll up to the end of the open source list.
- π At the bottom of the screen will appear a panel with information about CPU load and use of RAM
- π« The Clean Everything button will close all user applications (but not system processes!)
Note that this menu only shows programs that you have manually run, and that back-end services (like Google Play Services or Mi Cloud) are not visible here, and that you need a different method.
π‘
If the recent apps button doesnβt respond, try swiping your finger up from the bottom of the screen and holding it for 1 second is an alternative way to call the menu.
In MIUI 14, the manager interface has changed: with prolonged clicking on the application icon, a context menu with options for Secure, Split screen and Application Information appears, the last point leads to the program settings, where you can see its permissions and resource consumption.
2. Section "Battery and performance" - hidden processes
To view all active processes, including system processes, go to:
Settings β Battery and Performance β Battery UseHere's a complete list of applications that are using up a charge, even those that are running in the background without you knowing. Click on any of them to see:
- π Timetable of battery consumption by hour
- π Number of automatic launches
- π‘ Use of mobile data and Wi-Fi
- π Restrict background activity button (not available for all applications)
Pay special attention to programs marked "Works in the background" or "High consumption", often messengers (WhatsApp, Telegram), social networks (Facebook, TikTok) or games with constant synchronization.
β οΈ Note: Do not turn off background activity for system applications called com.android... or com.miui... This can cause disruptions. MIUI, For example, notifications will stop coming or the weather will update on the home screen.
3. Secret menu "Processes" in the developer settings
For advanced users, there's a hidden tool called the developer mode process menu to activate it:
- Go to Settings. β The phone.
- Click 7 times in a row on the MIUI version
- Return to the main settings menu β a new section for developers will appear
Now open up:
Settings β For developers β ProcessesHere you will see all the running processes, including:
| Type of process | Description | Can I close it? |
|---|---|---|
| Annexes | User software (messengers, games, browsers) | Yes. |
| Services | Background tasks (synchronization, notifications) | Partially. |
| Cashed | Frozen processes for quick start-up | Yes. |
| Systemic | Critical processes of Android and MIUI | No. |
In this menu, you can manually stop any process, but be careful: shutting down system services can cause your phone to restart. For security, use the Stop All Cache Only button.
What to do if the process does not stop?
4.Using ADB for in-depth analysis
If you want to get a complete list of all running processes (including hidden ones), you can use the ADB tool (Android Debug Bridge), which requires connecting the phone to the computer, but will give the most detailed information.
Instructions:
- Connect Xiaomi to your PC and execute the command:
adb shell ps -A | findstr -v "defunct"This command will list all active processes with:
- π PID (processor)
- π USER (under which user is it launched)
- π» CPU and MEM (resource consumption)
- π NAME (name)
To close a particular process, use:
adb shell kill [PID]β οΈ Attention: Killing trials through ADB Do not close processes called surfaceflinger, zygote or system_server β These are critical components of Android.
βοΈ Preparation for work with ADB
5. Third-party monitoring utilities
If standard MIUI tools donβt suit you, you can install specialized apps from Google Play.
- π CPU Monitor β shows the processor boot in real time, indicating the culprits
- π Simple System Monitor β a widget for the notification panel with data about CPU, RAM nets
- π‘οΈ Greenify β suspends background processes to save battery (requires root for full functionality)
- π§ DevCheck β detailed information about all hardware and software components
When choosing a utility, pay attention to:
- π Russian language (not all programs support localization)
- π₯ Application size (some monitors consume a lot of resources)
- π° Presence of paid functions (in free versions functionality is often reduced)
Xiaomiβs MIUI 13/14 is particularly useful because it can display processes hidden by standard shell tools, such as the Mi Push Service, which is responsible for notifications but often works too aggressively.
6 How to distinguish normal processes from viruses
Sometimes malware is disguised as system applications, and here are some signs that should alert you:
- π€ Unknown process names such as com.android.update or system.xhelper
- π High consumption CPU (>30%) on a simple phone
- π Continuous mobile traffic activity (even when Wi-Fi is on)
- π± Appearance of unfamiliar icons in the notification panel
To check for suspicious process:
- Copy its name (e.g. com.qualcomm.qti)
- Search Google for what process [name] is on Xiaomi
- Check out VirusTotal (download) APK-Application file, if available)
Typical "legitimate" MIUI processes, which are often mistaken for viruses:
| Title of the process | What's he doing? | Can I turn it off? |
|---|---|---|
| com.miui.analytics | Collect anonymous statistics for Xiaomi | Yes (in privacy settings) |
| com.xiaomi.mipicks | Advertising service for content recommendations | Yes. |
| com.miui.cleanmaster | Optimizer of memory and garbage cleaning | No (responsible for automatic cleaning) |
| com.lbe.security.miui | Built-in antivirus and protection | Not recommended |
β οΈ Note: If you find a high-consumption com.android.vending process, itβs not a virus, itβs Google Play Market. It canβt be removed, but you can limit background activity in your Google account settings.
π‘
MIUI system processes are usually called "com.miui" or "com.xiaomi." All other processes with unusual names are worth checking for authenticity.