Mail Pulse (or Mail.Ru Pulse) is often a source of irritation for owners of Xiaomi, Redmi and POCO smartphones. This pre-installed app not only sends annoying notifications about news and advertising, but also consumes battery power in the background, slows down the system and collects user data. Despite the fact that Mail Pulse is integrated into the MIUI firmware at the system service level, it can be turned off β in whole or in part β without root rights.
In this article, we will analyze all the current methods: from standard removal through settings to use. ADB-We'll focus on the nuances for different versions. MIUI (12-14) and smartphone models, and the implications of each method.If you're tired of constant alerts or want to optimize your device performance, read on.
What is Mail Pulse and why you should turn it off
Mail Pulse is a news and advertising aggregator from Mail.Ru Group, which Xiaomi pre-installes on its devices under partnership agreements. The app works on the principle of personalized feed: analyzes your interests, search history and even geolocation to show βrelevantβ content.
- π± Intrusive notifications β even if youβve never opened the app, it sends push messages about βhot newsβ or promotions.
- π Battery consumption β the service runs in the background, consuming up to 5-10% of charge per day (according to AccuBattery data).
- π’ Slowing down the system β especially noticeable on budget models (Redmi) 9A, POCO M3), where com.mail.pulse takes up to 200 MB of RAM.
- π΅οΈ Data collection β according to the privacy policy, the application transfers information about your actions to third parties.
It is important to understand that Mail Pulse is not a virus β it is legal software, but its behavior often resembles bloatware (malicious preinstalled software).On the 4PDA and Mi Community forums, users note that even after manual removal, an application can recover after a MIUI update.
β οΈ Note: On some models (Xiaomi) 12T, Redmi Note 11 Pro+) Mail Pulse is linked to the com.xiaomi.mipicks system process. its forced shutdown could cause disruptions MIUI.
Method 1: Disabling notifications and background activity
If you donβt want to remove the app completely, but want to get rid of intrusive alerts, you can restrict it, which works on all versions of MIUI (including MIUI 14) and does not require root access.
Instructions:
- Open Settings β Applications β Application Management.
- In the search box, type Mail Pulse (or Mail.Ru Pulse).
- Slip on the app and select Notifications.
- Turn off the Display Notifications switch.
- Go back and select the Battery β Background Activity.
- Set a Limit or Prohibit (depending on the MIUI version).
This does not remove the app, but significantly reduces its impact on performance, but Mail Pulse will continue to collect data about your activity unless additional permissions are revoked.
Whether notifications are disabled in the application settings
Is background activity limited?
Have geolocation access rights been removed (if any)
Is Auto Start Disabled in Battery Settings-->
Method 2: Removal via ADB (without root)
To completely remove Mail Pulse without obtaining root rights, you can use ADB (Android Debug Bridge), which is suitable for most Xiaomi, Redmi and POCO models, but requires a connection to a computer.
Step-by-step:
- Download and install Platform Tools (the official tool from Google).
- Turn on USB Debugging on your smartphone: Settings β About Phone β MIUI version (tap 7 times to activate Developer Mode), then go back to Settings β Additional β Developers β Debugging on USB.
- Connect the phone to your PC and type in the command line (cmd): adb devices Make sure the device is identified (serial number should appear).
- Follow the command to delete: adb shell pm uninstall --user 0 com.mail.pulse If an error occurs, try the alternative command: adb shell pm disable-user --user 0 com.mail.pulse
| Team team. | Action. | Applicability |
|---|---|---|
| pm uninstall --user 0 | Complete removal for the current user | It works on 90% of Xiaomi devices |
| pm disable-user --user 0 | Disconnection (the application remains in the system, but does not work) | If the first team didn't work out |
| pm hide | Hiding from the menu (does not delete) | Demands. MIUI 12+ and ADB-access |
β οΈ Attention: On some firmware (MIUI Global for Xiaomi 13) after the update of the Mail Pulse system can recover.
π‘
Before using ADB, back up your data via Settings β System β Backup. In rare cases, incorrect commands can cause a failure.
Method 3: Using applications to remove system programs
If ADB seems complicated, you can use specialized utilities such as App Inspector or System App Remover (require root rights), which allow you to remove pre-installed applications in a few clicks.
Algorithm of action:
- Install one of the apps from Google Play (such as App Inspector).
- Provide root access (if required).
- Find the Mail Pulse list (com.mail.pulse).
- Select the option to Delete or Freeze.
The advantage of this method is the visual interface and the ability to remove several unnecessary applications (for example, Mi Browser, Mi Music).
- π Root is required on new models (Xiaomi 14, Redmi) K60) Getting root harder because of the bootloader lock.
- π οΈ Failures are possible β removing system components can disrupt the work MIUI.
Through settings (disabling notifications)
ADB-team
Root-rights applications
Reset to factory settings
I haven't decided yet.-->
Method 4: Reset to factory settings (extreme case)
If none of the methods worked, and Mail Pulse continues to appear after the updates, there is a radical solution, hard reset, which will delete all data from the device, including accounts and files, so use it only as a last resort.
How to reset:
- Create a backup of important data (photos, contacts, messages).
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data and confirm the action.
- After the reboot, do not restore data from a MIUI backup β this can return Mail Pulse.
Important: on some firmware (MIUI China), even after a reset, Mail Pulse can be installed automatically via the Mi App Store.
- π΅ Turn off auto-update apps in Mi App Store settings.
- π Check the list of installed apps immediately after the first phone setup.
What if Mail Pulse is back after the reset?
Method 5: Blocking through DNS or Firewall
If Mail Pulse cannot be removed, you can block its access to the Internet, which will stop the notifications and ads from downloading, but the application itself will remain on the system.
Lockdown options:
- Through built-in firewall MIUI: Go to Settings β Connections & Sharing β Data Use. Find Mail Pulse and turn off Mobile Data and Wi-Fi.
This method doesn't delete the application, but it makes it useless. Minus - Mail Pulse will continue to take up space in memory and may try to connect to the network bypassing the lock.
π‘
Firewall locking is the safest way to do so if you donβt want to risk system stability.It doesnβt require root rights and is easily revoked.
Frequent Mistakes and How to Avoid Them
When you try to disable Mail Pulse, you often encounter typical problems, and here are the most common ones and how to solve them:
- π "The app has recovered after the update" β This is because of Xiaomi's policy of returning remote system applications. Solution: disable auto-update MIUI or use MIUI EU.
- π "ADB can't see the device" β Make sure that the debugging is enabled USB and installed Xiaomi drivers on your PC. Try using another cable (original).
- π "It's not possible to root" β On new models (Xiaomi) 13/14, Redmi K50) The bootloader is locked. You have to wait to unlock it. 7β14 days after the account was attached to the Mi.
- β‘ "After removal, weather widgets stopped working" β Mail Pulse is sometimes linked to system services.Restore it through ADB command: adb shell cmd package install-existing com.mail.pulse
If you are not sure about your actions, it is better to start with the safest method - disabling notifications (Method 1 (ADB, root requires understanding of the consequences.
β οΈ Attention: On some firmware (MIUI China Stable) Forcibly removing system applications may result in the blocking of Mi Account due to a breach of the license agreement.