How to permanently remove the pulse (heart) from the screen of the Xiaomi phone: official and hidden methods

Why Xiaomi has a pulse on the screen and can it be removed without consequences

The flashing heart-pulse in the upper right corner of the Xiaomi, Redmi or Poco screen is not a bug, but a feature. So the manufacturer signals the on-line Heart Rate Monitoring mode, which is activated automatically when using branded Mi Band headphones or fitness apps. However, not all users like this visual element: it distracts in games, interferes with watching videos and creates the illusion of a β€œbroken” matrix.

The main problem is that in newer versions of MIUI (14+), the standard switching off of the pulse through the settings often does not work due to Xiaomi’s policy of ecosystem integration. In this article, we will discuss all the current ways to remove the heart: from official (via the phone menu) to technical (via ADB and engineering menu), and explain why the pulse can appear again after the system update and how to avoid it.

Important: Some methods require developer rights or PC connectivity. If you’re a beginner, start with the simple ways (sections 2–3) and then move on to the complex ones (sections 4–6).

Method 1: Disconnect via MIUI settings (works on 60% of devices)

The safest method, but its effectiveness depends on the firmware version and phone model. Suitable for the Xiaomi 11/12/13 series, Redmi Note 10/11/12 and Poco F3/F4/F5 on MIUI 13-14. On older versions (MIUI 12 and below), this path may not be available.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, type "Heart Rate Monitoring" (or Heart Rate).
  3. Select the com.miui.heartrate app (could be called "Heart Rate").
  4. Click Disconnect β†’ Stop β†’ Confirm the action.

If the app is not listed, try an alternative path:

  • πŸ“± Settings β†’ Accounts and synchronization β†’ Mi Account β†’ Ecosystem services β†’ Turn off "Health Monitoring".
  • πŸ”„ Restart your phone, your pulse should disappear.

⚠️ Note: On some devices (e.g. Xiaomi 13 Ultra), this method will only work temporarily. MIUI The pulse may reappear.

πŸ“Š How often do you use the health monitoring features on Xiaomi?
Every day.
Sometimes.
Never.
I don't know what it is.

Method 2: Deactivation through "Special Capabilities" (hidden method)

This trick works on devices with MIUI 14 and later, where the pulse is tied to system accessibility services.

Step-by-step:

  1. Go to Settings β†’ Special Opportunities β†’ Improve visibility.
  2. Scroll down and find the "Show Heart Rate" item.
  3. Turn off the slider. If you don't have a paragraph, go back to the main Special Opportunities menu and search for your heart.
  4. Reset the device.

If you don’t have an option, try this workaround:

Disable notifications in the Mi Fit app|Delete the data of the application com.xiaomi.midrop|Disable sync with Mi Band in Bluetooth settings|Reset network settings (affects ecosystem synchronization)-->

On the Poco X3 Pro and Redmi K40, this method works 80% of the time, but may need to be shut down again after a reboot.

Method 3: Use ADB-Teams (for advanced users)

If standard methods don't work, you'll have to connect to your phone via ADB, which is Google's official tool, but requires command line skills, and the advantage of the method is that your heart rate disappears forever, even after the updates.

What you need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ“‹ Installed Xiaomi and ADB-tools drivers.
  • πŸ”Œ USB-cable (preferably original).
  • βš™οΈ Initiated Debugging Mode USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times to tap according to the version β†’ return to additional settings β†’ For developers).

Instructions:

  1. Connect the phone to the PC and confirm the debugging permission.
  2. Open the command line (or Terminal) and type:
adb shell pm uninstall -k --user 0 com.miui.heartrate


adb shell pm disable-user --user 0 com.xiaomi.heartratemonitor

  1. Reset the device.

If the commands don’t work, try an alternative:

adb shell settings put global heart_rate_monitor_enabled 0

⚠️ Note: On some devices (Xiaomi) 12S Ultra, Redmi K50 Pro) these commands can cause the system application MiuiSystemUI to crash. If the screen starts to glitch after execution, follow the command adb shell pm enable com.miui.home and restart the phone.

What if the ADB can’t see the device?
1. Make sure that the debugging is enabled by USB 2. Check the drivers: download Mi. PC Suite or install the driver manually through Device Manager. 3. Try another one. USB-cable (not all cables support data transfer). 4. Switch the connection mode on the phone from Charging to File Transfer".

Method 4: Editing system files (requires root or TWRP)

This is the most radical method that is guaranteed to remove the pulse, but is only suitable for users with an unlocked bootloader and installed Magisk or TWRP. Wrong actions can lead to bootloop ( looped boot).

You'll need:

  • πŸ”“ Unlocked bootloader (official instructions Xiaomi).
  • πŸ› οΈ Installed Magisk Manager or Custom Recovery (TWRP).
  • πŸ“„ Backup copy of the system partition (required!).

Instructions for Magisk:

  1. Download the Disable MIUI Heart Rate Monitor (check compatibility with your version of MIUI).
  2. Install the module through Magisk Manager and restart.

Instructions for TWRP:

  1. mount /system partition in TWRP.
  2. Move to the /system/priv-app/HeartRateMonitor and rename the folder to HeartRateMonitor_bak.
  3. Delete files: /system/etc/permissions/com.miui.heartrate.xml, /system/framework/heartrate.jar (if any).
  4. Clear the Dalvik cache and restart.
MethodDifficultyNeed root?EfficiencyRisk of failure
MIUI settings⭐❌ No.60%Low.
Special facilities⭐⭐❌ No.70%Low.
ADB-team⭐⭐⭐❌ No.90%Medium.
Editing system filesβ­β­β­β­βœ… Yes.100%High-pitched

πŸ’‘

If you are not sure about your skills, don’t use root or ADB methods. Start with safe (1-2), and only if they don’t help, move on to more complex ones.

Method 5: Reset the Xiaomi ecosystem settings (last resort)

If you have a pulse after you connect to the Mi Band, Mi Smart Home, or any other device in the ecosystem, you can reset the sync, which will remove all the attached gadgets, but return the phone to a "clean" state without unnecessary services.

How to reset:

  1. Open Settings β†’ Accounts and Sync β†’ Mi Account.
  2. Select Ecosystem Device Management.
  3. Click Reset Ecosystem Data and confirm.
  4. Reboot the phone.

After discharge:

  • 🚫 Do not connect Mi Band or other fitness trackers unless you want your pulse to return.
  • πŸ”„ Turn off automatic synchronization in Settings β†’ Google β†’ Backup.
  • πŸ“΅ Uninstall Mi Fit, Zepp Life or Xiaomi Wear apps if you don’t use them.

⚠️ Note: On some devices (Xiaomi Mix 4, Black Shark 5), ecosystem resets can cause data loss in Mi Home and Mi Cloud apps.

Why your pulse returns after a MIUI update and how to prevent it

The main reason for the heart to reappear is the automatic recovery of system applications after an update. Xiaomi aggressively integrates its services, and even after manual removal, they can return via:

  • πŸ”„ Update MIUI airborne (OTA).
  • πŸ“₯ Install applications from the Mi App Store.
  • πŸ”— Synchronization with Mi Account or Mi Cloud.

How to prevent the return of the pulse:

  1. Turn off automatic updates: Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update β†’ Off.
  2. Block Application Recovery: In ADB, execute: adb shell pm uninstall-k --user 0 com.miui.daemon This will disable the background process responsible for restoring system applications.
  3. Use Magisk modules: Install Universal SafetyNet Fix or MIUI Optimizer, which block the forced installation of unnecessary services.

On Xiaomi 13T and Redmi Note 12 Pro+, users note that the pulse returns even after resetting to the factory settings, in which case only a complete flashing through Fastboot will help with the lock option disabling.

πŸ’‘

If you often experience a return of heart rate, create a task in Tasker or MacroDroid that will automatically turn off the com.miui.heartrate service when you boot your phone.

FAQ: Frequent questions about the pulse on the Xiaomi screen

πŸ” Why does your pulse flash red/green/blue? What does that mean?
The pulse color indicates the heart rate state according to the Mi Band or the built-in sensor: Green is a normal pulse (60-100 beats per minute); Yellow is an elevated pulse (100-120 beats / min); Red is a high pulse (over 120 beats / min) or a sensor error; Blue is a low pulse (less than 60 beats / min) or no data. If you do not use a heart rate tracker, the color indication may be random due to a malfunction of the light sensor.
πŸ“± My Xiaomi doesn't have a pulse, but there's another animation in the corner of the screen?
Most likely, this is: Notification Indicator (dot or bar) - turns off in Settings β†’ Notifications β†’ Notification Indicator. Charging Animation - Settings β†’ Battery β†’ Charging Animation. Do Not Disturb Mode - Swipe down the notification panel β†’ long tap on the bell icon. If the animation appeared after installing custom firmware, check the the theme settings in Topics β†’ My Themes β†’ Animation Effects.
⚠️ After the pulse was removed, the sensors in the Mi Band stopped working?
This is due to the shutdown of the system service com.xiaomi.hm.health, which is responsible for syncing with wearable devices.To return the functionality of the Mi Band, but take away the pulse: Turn back com.miui.heartrate via ADB: adb shell pm enable com.miui.heartrate Install the Hidden Settings for MIUI app and turn off the pulse display in the System UI Tuner menu. Alternative: use a third-party application for Band Mi Mi Band, such as Notify Master & Fitness or Mi Band - they are independent of Xiaomi system services.
πŸ”§ Can I remove my pulse without a computer?
Yes, but the choice of methods is limited: Through settings (Method 1-2 of this article). With the apps: Activity Launcher β†’ find Heart Rate Settings and turn off the display. App Inspector β†’ find the com.miui.heartrate process and stop it. Ecosystem reset (Method 5). Without a PC, you can't use ADB or edit system files, but in 70% of cases, standard methods are enough.
πŸ“² My friend's phone had a pulse that disappeared after the update, and I didn't?
The reasons may be as follows: Different versions MIUI: Nana MIUI Global pulse is turned off easier than on MIUI China EEA. Modified firmware: Perhaps a friend is using custom firmware (e.g. xiaomi.eu), where the pulse is turned off by default. Active health services: You may have Google Fit or Mi Health sync enabled, which force monitoring. Regional settings: On devices for China (CN ROM) Some system applications are protected from removal. Check the firmware version in Settings β†’ The phone. β†’ Version. MIUI Compare it to a friend's device. If the versions are different, upgrade or refashion to the same build.