Xiaomi Redmi Note 10 Pro is one of the most popular mid-range smartphones, but even it is not immune to the typical problem of Android devices: background applications absorb RAM, drain the battery and slow down the system. Unlike βpureβ Android, MIUI firmware (especially versions 13 and 14) aggressively caches processes, which leads to artificial βhangβ interface in multitasking.
In this article, 5 proven ways to disable background activity on Redmi Note 10 Pro apps (sweet/sweetin models), including hidden developer settings, limitations through MIUI Optimization, and even radical methods for advanced users. We'll look at which apps can be safely "killed" and which ones should not be touched so as not to break system functions. All instructions are relevant for MIUI 14/13 based on Android 12/13.
Important: Some methods require unlocking the bootloader or ADB-We've marked them separately. If you're a beginner, start with the first three ways (they don't require root rights).
1. Manually shutting down background activity via MIUI settings
The easiest way is to use the built-in MIUI tools. It does not require additional programs and is suitable for most applications (except system ones).
Go to: Settings β Applications β Application Management
Select the app you want (like Facebook or TikTok) and follow the following steps:
- π Stop β temporarily suspends the application, but does not block auto-run.
- π« Disable Autostart β prevents the application from starting automatically when you turn on your phone or connect to the Internet.
- π΅ Limit background activity is the most effective item: the application will not be able to update in the background, but will work when manually run.
- π Limit battery use is useful for βgluttonousβ applications like Google Play Services.
β οΈ Note: Do not turn off background activity for system applications like com.miui.securitycenter or com.android.phone β this can cause malfunctions in the phone (lack of network, notifications or lock screen).
Unused messengers (Viber, Telegram)
Social networks (Instagram, Facebook)
Games (PUBG, Genshin Impact)
Fitness trackers (Google Fit, Mi Fit)
-->
2.Use of the battery and performance mode
MIUI has a hidden optimization mode that automatically limits background processes to save charge.
Go to: Settings β Battery and Performance β Battery Mode
Choose one of the options:
- π Balanced β moderate limitation of background processes (recommended for most users).
- πΏ Energy saving β aggressively shutting down background applications, but reduces productivity.
- β‘ High performance β background processes are not limited (not suitable for our task).
For maximum effect, select "Energy saving", but note that in this mode:
- Notifications may be delayed.
- Background synchronization of mail / messengers will be disabled.
- Some apps (like Google Maps) will stop tracking location in the background.
Balanced |Energy saving |High performance |I don't know what it-->
π‘ Useful tip: If you need to temporarily unlock background activity (for example, for a navigator), switch to Balanced Mode and return back after use.
3 Developer settings: Limiting processes
For power users, MIUI offers hidden options that allow you to severely limit the number of background processes.
- Go to Settings. β The phone.
- Click 7 times on the "MIUI version" (you will be notified "you became a developer").
- Return to the main settings menu and open a new Settings section β Additional β For developers.
Now find the following parameters and set:
- π’ Limit of background processes β Select "maximum" 2 "Process" (this is the best for Redmi Note) 10 Pro 6/8 GB RAM).
- π« Don't keep up β Turn it on (it'll forbid you). MIUI cache applications after closing).
- π Limit background processes β Include (additional limitation).
β οΈ Attention: Setting a limit in "No background processes" can lead to loss of notifications from messengers and system failures.Optimum value for Redmi Note 10 Pro β 2-3 process.
What happens if you install "No Background Processes"?
| Parameter | Recommended value | The effect |
|---|---|---|
| Limit of background processes | Maximum 2 of the process | Reduces the load on RAM, but saves notifications |
| Not to keep up the action | Included. | Applications are not cached after closing |
| Limit background processes | Included. | Additional Limitation for Aggressive Applications |
| Window animation | Off (0.5x) | Accelerates switching between applications |
4.Use ADB for deep optimization (no root)
If standard methods do not help, you can resort to ADB-This way, it doesn't require root rights, but it requires a computer and a computer. USB-cable.
π Preparation:
- Enable USB debugging in the developer settings (see previous section).
- Download ADB Tools on PC.
- Connect the Redmi Note 10 Pro to your computer and confirm the debugging permission.
π» Teams for optimization:
Disable AutoRun for a Specific Application (Facebook Example)
adb shell cmd appops set com.facebook.app START_FOREGROUND deny
Ban background activity for all user applications
adb shell cmd deviceidle force-idle
Limit your work in the background for Google Play Services (caution!)
adb shell cmd appops set com.google.android.gms RUN_IN_BACKGROUND ignore
View the list of applications with active background processes
adb shell dumpsys activity processesβ οΈ Note: Instructions for system applications (e.g. com.miui.home or com.android.systemui) may cause the interface to fail MIUI. Before experimenting, make a backup copy!
π‘
If so, ADB-commands the phone started to glitches, perform a reset via adb shell cmd settings reset global (does not delete data, only returns settings to factory settings).
5. Radical methods: disconnection via Greenify or root
If you are willing to go to extreme measures, consider:
- π± Greenify is a background freezer application that works without root, but with limitations (some applications are not blocked).
- π Magisk + Xposed β Full control over background processes, but requires unlocking the bootloader and installing custom Recovery (TWRP).
- ποΈ Debloating β Removing Xiaomi system applications that cannot be disabled by standard methods (e.g. Mi Video, Mi Music).
π§ Instructions for debloating through ADB (rootless):
# Remove Mi Video (replace with the desired application)
adb shell pm uninstall --user 0 com.miui.video
Removal of Mi Music
adb shell pm uninstall --user 0 com.miui.player
List of all system applications (to search for targets)
adb shell pm list packages -sβ οΈ Warning: Removing system applications may disrupt the work MIUI. For example, deleting com.miui.analytics will result in a loss of battery usage statistics.
π‘
Greenify is the safest solution for beginners, but even it requires caution: Donβt freeze system processes like android.process.media, which will cause errors in the phoneβs performance.
How to check that background applications are disabled
To make sure your actions have worked, use:
- MIUI Task Manager: Click on the "Recent Applications" button (square at the bottom of the screen) and swipe down - a RAM usage schedule will appear at the top of the screen. If the background processes are disabled, free memory should be >50%.
- ADB-Command: Perform adb shell dumpsys meminfo and check the Background Apps section β there should be no custom applications.
- CPU Monitor: Shows real-time CPU activity. If background processes are disabled, the graph will be "even" (no jumps).
π Normal performance for the Redmi Note 10 Pro (6/8 GB RAM):
- Free RAM: 1.5-2.5 GB (with background processes turned off).
- Using a CPU is simple: <5% (if more, something works in the background).
- Processor temperature: 30-40Β°C (with active background tasks can rise to 50Β°C).