If you own a Xiaomi smartphone, youβve probably encountered Mail Pulse, a built-in email client that automatically activates on many of the brandβs devices, which not only takes up space in memory, but also sends regular notifications, consumes battery power, and can transmit data about your activity. Despite Mail Pulse being positioned as a convenient tool for working with mail, many users prefer to delete it or at least turn it off.
The problem is that standard removal through the app menu is often not available β Xiaomi classifies Mail Pulse as a system service that is protected from uninstallation. However, there are several working ways to get rid of it permanently or at least minimize its impact on the phone. In this article, we will discuss 5 methods: from simply disabling notifications to completely removing them through ADB (including bypassing restrictions on new versions of MIUI 14).
What is Mail Pulse and why should it be turned off?
Mail Pulse is Xiaomiβs branded email app pre-installed on most of the brandβs smartphones, designed to synchronize email (including Gmail, Yandex, Mail.ru and corporate inboxes) and send push notifications about new emails.
- π± System Status: The application is built into the firmware MIUI and not removed by standard means.
- π Intrusive Notifications: Even if you donβt use Mail Pulse, it may send promotional or service alerts.
- π Battery consumption: Background synchronization of mail increases power consumption.
- π‘οΈ Data collection: Like many Xiaomi system services, the app can transmit analytics about your activity.
In addition, Mail Pulse often duplicates the features of other email clients (like Gmail or Yandex Mail), making it redundant for most users.If you prefer alternative apps or don't use mail on your phone at all, disabling Mail Pulse will help save device resources.
β οΈ Note: Some Xiaomi models (e.g. Redmi Note 12 or X-ray) POCO X5) Mail Pulse is integrated into the com.android.email system process, and its complete removal can cause disruptions to other email clients.
Method 1: Disabling Notifications from Mail Pulse
The easiest and safest way to do this is to block notifications from the app, and it won't delete Mail Pulse, but it will eliminate annoying alerts. MIUI 12β14:
- Open the Settings β Applications.
- Find the Mail Pulse (or Mail) list.
- Go to the Notifications section.
- Turn off the display notification slider.
- (Optional) Disable background activity in the Battery section β Background Restriction.
This method does not require superuser rights and is suitable for all Xiaomi models, including Redmi, POCO and Mi. However, Mail Pulse will remain in the system and will consume minimal resources.
π‘
If after disabling notifications, the application continues to appear in the curtain, check the Settings β Notifications β Additional β System Notifications section and disable Mail Pulse separately there.
Method 2: Stop and disable the application through settings
If notifications are not enough, you can freeze Mail Pulse completely so that it does not run in the background.
- Go to Settings β Applications β Application Management.
- Select Mail Pulse (or Mail).
- Press Stop (forced stop)
- In the Memory section, click Clear Cache and Clear Data.
- Return to the main menu of the app and select Disable (if the option is active).
On some MIUI firmware, the Disable button can be blocked, in which case the developer mode will help:
- π§ Activate Developer Settings (7 times click on Version) MIUI In Settings β The phone).
- π Turn on the option to Disable. MIUI Optimization in the section For developers.
- π After rebooting the button Disable in the settings Mail Pulse will be active.
β οΈ Note: Disabling system applications through Developer Options may cause some features to function unstablely MIUI, For example, synchronization of Xiaomi account.
Method 3: Remove Mail Pulse via ADB (without root)
If previous methods didnβt work, you can remove Mail Pulse via ADB (Android Debug Bridge) without getting root permissions.This method works on most Xiaomi devices, but requires a connection to a computer.
You'll need:
- π» A computer with installed Xiaomi drivers and ADB.
- π USB-cable (preferably original).
- π± Included Debugging Mode by USB phone-on.
Step-by-step:
- Download and install Googleβs Platform Tools.
- Connect the phone to the PC and allow debugging (a request will appear on the phone screen).
- Open the command prompt (cmd) in the folder with ADB.
- Enter the command to check the connection: adb devices (Your device name should appear).
- Follow the command to remove Mail Pulse: adb shell pm uninstall --user 0 com.xiaomi.email For some models (e.g. POCO) an alternative command may be required: adb shell pm uninstall -k --user 0 com.xiaomi.email
If the command is successful, Mail Pulse will disappear from the app menu, but when the phone is reset to factory settings or firmware updates, the app may reappear again.
Enable developer mode | Allow debugging via USB| Install Xiaomi | Drivers Download Platform Tools | Connect phone with original cable-->
Method 4: Complete removal with Magisk (root required)
For users with an unlocked bootloader and Magisk installed, the most radical method available is to completely remove Mail Pulse from the system partition, which ensures that the application does not return after updates.
Instructions:
- Install Magisk Manager and get root rights.
- Download Universal Debloater or Xiaomi Debloater from Magisk repository.
- In the module settings, find Mail Pulse (com.xiaomi.email) and mark it for removal.
- Reboot the phone.
Advantages of this method:
- β The app is permanently deleted, even after updates MIUI.
- β No need to repeat the procedure.
- β You can also remove other unnecessary system applications.
β οΈ Note: Incorrect use of Magisk may result in a device blink (completely inoperable).Before removing system applications, back up via TWRP or MIUI Backup.
Disable notifications |Stop via settings |Delete via ADB|Remove from root via Magisk |I don't know, haven't tried-->
Method 5: Alternative method for MIUI 14 (bypassing restrictions)
Starting with MIUI 14, Xiaomi has tightened the protection of system applications, and standard ADB commands may not work, in which case the workaround through Shizuku and App Inspector will help:
- Install Shizuku and App Inspector.
- Connect Shizuku via ADB (adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh command).
- In App Inspector, search for Mail Pulse and copy its Package Name.
- Use the command: adb shell pm disable-user --user 0 com.xiaomi.email
This method allows you to disable the application without deleting, which is safer for system stability. To return Mail Pulse, replace disable-user with enable.
What if the ADB canβt see the device?
Comparison of methods: which one to choose?
To choose the best way, evaluate your technical skills and goals:
| Method | Difficulty | PC required | Root is required. | Efficiency | Risks. |
|---|---|---|---|---|---|
| Disabling notifications | β | β No. | β No. | Low. | Minimum |
| Stopping through settings | ββ | β No. | β No. | Medium | Synchronization may be disrupted |
| Removal via ADB | βββ | β Yes. | β No. | Tall. | Maybe he will come back after the update. |
| Removal via Magisk | ββββ | β Yes. | β Yes. | Maximum | The risk of a blink on mistakes |
| Shizuku + App Inspector | βββ | β Yes. | β No. | Medium | Requires customization |
For most users, the best solution is to uninstall via ADB (method 3), which doesn't require root rights, but it does produce a lasting result. If you're not ready to connect your phone to a PC, start by turning off notifications and stopping the app.
π‘
On devices with MIUI 14 standard ADB-Use Shizuku or check the relevance of the package (sometimes the name changes to com.miui.email).