Have you noticed that Xiaomiโs smartphone is becoming more likely to drain, warm up or slow down?The reason is often because of background apps that continue to consume resources even when youโre not using them. Messengers, social networks, games and system services can stealthily โeatโ up to 30% of battery life per day if you donโt control their activity.
In this article, you will learn how to check the list of programs running in the background on any Xiaomi device (including Redmi, POCO, Black Shark), disable unnecessary processes and set up auto-cleaning. We will look at both standard MIUI tools and hidden features for power users. No root rights or complex manipulations - only proven methods relevant to MIUI 12/13/14 and HyperOS.
Why background apps are damaging your smartphone
Background software isn't always evil, like messengers like WhatsApp or Telegram have to stay active to get notifications, but many apps abuse this right:
- ๐ Battery discharge: According to Xiaomi, up to 15% of the power consumption in standby mode is due to background processes.
- ๐ข Slowing down: Each active application takes up a portion of RAM (RAM), resulting in lags.
- ๐ก Data traffic: Some programs (such as TikTok or Facebook) update content in the background, consuming mobile Internet.
- ๐ฅ Overheating: Constant CPU load can raise device temperature.
Especially critical situation on budget models Redmi (for example, Redmi Note 12 or POCO X5), where the volume of RAM is limited to 4-6 GB. Here each extra background application is felt immediately.
โ ๏ธ Warning: Disabling system processes (e.g. com.miui.securitycenter) may result in unstable operation MIUI. Do not remove or stop services with names beginning in Android. or com.miui..
Method 1: Through "Security" (Standard Method)
The easiest way to do this is to use the built-in Security app, which is available on all Xiaomi smartphones regardless of the MIUI version:
- Open the Security app (the shield icon).
- Go to Accelerate (or Optimize in New Versions)
- Click Background Applications (may be called Active Processes).
- A list of all programs running in the background will open before you, indicating the consumption of CPU and RAM.
To close the unnecessary application:
- Slip it on his name.
- Choose Stop or Disable Auto Start.
โ๏ธ Checking background applications through โSecurityยป
In MIUI 14 and HyperOS, the interface has changed a little: now active processes are displayed immediately on the main screen of the Acceleration section in the form of a pie chart. To see the full list, scroll down the screen.
Method 2: Through the Developer Settings
For advanced users, there's a more detailed method, the developer menu, which is hidden by default, but activates in 30 seconds:
- Go to Settings. โ The phone.
- Tap 7 times on the MIUI version (you will be notified โYou became a developerโ).
- Back to Settings โ Additionally. โ For developers.
- Find the Debugging section โ Limits of background processes.
Here you will see 4 categories of restrictions:
| Limitation | Max. background processes | Who's right for? |
|---|---|---|
| No restrictions. | Unlimitedly. | Not recommended (quick discharge) |
| Standard constraint | 4 process | Optimal for most people. |
| Limitation to 2 processes | 2 process | Battery savings (notification delays are possible) |
| Limitation to 1 process | 1 process | Maximum savings (risk of missing notifications) |
To balance performance and autonomy, select the Standard Limit. If you are critical to keep a charge (e.g., on a trip), set the Limit to 2 processes, but be prepared for some notifications to come with a delay.
โ ๏ธ Attention: In HyperOS, the path to the developer menu has changed: Settings โ The phone. โ HyperOS version (tap 7 times) The background partition is now called Background Activity.
Method 3: Through Task Manager (Fast Access)
If you need to urgently close the โgluttonousโ application, without digging into the settings, use the Task Manager:
- Press and hold the Home button (or swipe up and hold if you use gestures).
- At the bottom of the screen will appear a panel with active applications.
- Scroll to the left until the end, there will be a button to Clear everything or Close everything.
- For selective cleaning, swipe up the card of the unnecessary application.
This method doesn't show system processes, but it quickly frees RAM from user programs, such as closing games (Genshin Impact, PUBG Mobile) that continue to consume resources even after they are folded.
๐ก
To return the Menu button (three dots) in Task Manager, go to Settings โ Screen โ Navigation Panel โ Full-screen gestures and select โWith buttonsโ mode.
Method 4: Through ADB (for power users)
If standard methods don't work, you can use USB debugging (ADB) to see all the processes, including the hidden system processes.
- ๐ฅ๏ธ Computer with Platform Tools installed.
- ๐ฑ Included debugging by USB on a smartphone (Settings) โ For developers โ Debugging by USB).
- ๐ Cable USB Type-C (preferably original).
Instructions:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command line (cmd) in the folder with the platform-tools.
- Enter the command: adb shell dumpsys activity activities | grep "mFocusedActivity" It will show the current active application.
- For a complete list of processes, use: adb shell ps -A | grep -E 'u0_a[0-9]+' Here. u0_a โ These are user applications (without system).
To forcefully stop the process, do:
adb shell am force-stop com.package.name(Replace com.package.name with the real name of the package, such as com.facebook.katana for Facebook).
How to find out the name of the application package?
Method 5: Third-Party Monitoring Applications
If you need advanced statistics (e.g., CPU/RAM consumption timelines), install one of these applications:
- ๐ Greenify - "sedates" unnecessary programs without root rights. MIUI HyperOS.
- ๐ Servicely โ allows you to disable background services selectively (requires) ADB root).
- ๐ Simple System Monitor โ shows real-time process activity (similar to Task Manager for Windows).
Example of working with Greenify:
- Install the app from Google Play.
- Grant rights Special Access โ Battery Optimization (in MIUI settings).
- Add apps to the list of โsedationโ (e.g. AliExpress, Wildberries).
- Activate Aggressive Doze mode for maximum savings.
โ ๏ธ Note: Some applications (e.g., Servicely) may conflict with MIUI Optimization is Xiaomi's system process. If you've got lags after installation, turn it off. MIUI Optimization through ADB: adb shell pm disable-user --user 0 com.miui.powerkeeper
How to prohibit auto-launch applications
Even if you closed the application manually, it can start again in the background thanks to the auto-run function.
- Open Settings โ Applications โ Application Management.
- Choose the appropriate app (such as Instagram).
- Go to AutoRun and turn off the slider.
- Also, disable Background Activity and Notifications if they are not needed.
For mass shutdown of autostart:
- B Settings โ Apps click on three dots (โฎ) top-right.
- Select AutoRun.
- Sort the list by Last Start and disable the unnecessary ones.
On POCO F5 and other HyperOS devices, the path is a little different: Settings โ Applications โ Permissions โ Auto Run. You can also configure Over other windows and Change system settings โ these permissions are often used for hidden activity.
๐ก
Disabling auto-runs for 10-15 unnecessary apps can increase battery life by 15-20% (based on Xiaomiโs Redmi Note 13 Pro+ tests).