How to remove the VoLTE icon on Xiaomi: all ways (including hidden)

Why does the VoLTE icon bother users and can it be removed?

The VoLTE (Voice over LTE) icon in Xiaomi’s status bar appears in all subscribers whose carriers support 4G voice technology. For some users, this icon is a useful indicator of stable connection, for others, an extra element that occupies a place on the notification panel. Especially annoying owners of Redmi Note 11/12 and POCO X5, where the icon is displayed even when VoLTE is disabled in the settings.

The problem is, MIUI It doesn't provide a direct option to hide this icon through the standard menu, and the manufacturer considers it an important system indicator, similar to icons. 4G But there are workarounds, from simple tricks to settings. SIM-In this article, we will discuss all working methods, including those that do not require root rights.

It is important to understand that removing the icon does not affect the VoLTE technology itself. 4G-It's a network, just without visual reminders, but some ways can reset the network, and we'll give you a heads-up.

Method 1: Disabling VoLTE through settings SIM-map

The most obvious method is to deactivate the VoLTE function itself, which in most cases automatically removes the icon. MIUI 13/14/15:

  1. Open the Settings. β†’ SIM-maps and mobile networks.
  2. Choose yours. SIM-card (if there are several).
  3. Go to Network Type or Network Settings (the name may vary).
  4. Turn off the VoLTE switch (or Voice over LTE).
  5. Reboot the phone.

⚠️ Note: Some models (Xiaomi 13 Pro, Redmi) K60) After the VoLTE shutdown, the icon may remain. MIUI β€” In this case, proceed to the following methods.

πŸ“Š You use VoLTE for calls?
Yeah, always.
Only sometimes.
No, I did.
I don't know what it is.

If the VoLTE item is not on the menu, it means:

  • πŸ“± Your operator does not support the technology (check on the website of MTS, Beeline, Tele2 or MegaFon).
  • πŸ”„ You need to update the firmware (VoLTE appeared in the MIUI 12+).
  • πŸ“Ά SIM-card not activated for VoLTE (refer to the communication salon).

Method 2: Hiding through Status Icon Settings (MIUI 14+)

In new versions of MIUI, a hidden section for managing system icons has been added to the system.

  1. Open the Settings β†’ Screen.
  2. Scroll down and press the Status Line.
  3. Select Show Status Icons (or Manage Icons).
  4. Find VoLTE in the list and turn off the slider.

πŸ” If there is no point: So your version MIUI The alternative is to use the Developer Mode (about it below).

Check out the MIUI version (Settings β†’ About the phone)

Backup your settings (Settings β†’ Additional β†’ Backup)

Make sure that SIM-The card supports VoLTE

Turn off automatic network definition (Settings β†’ Mobile Network β†’ Network Selection β†’ Manual)

-->

On some firmware (MIUI 13 for Redmi Note 10), this section may be called differently:

MIUI versionThe path to settingsTitle of paragraph
MIUI 12Settings β†’ Screen β†’ Status StringNotification badges
MIUI 13Settings β†’ Notifications β†’ Status signsSystem badges
MIUI 14/15Settings β†’ Screen β†’ Status StringShow status badges

Method 3: Using the Developer Mode

If standard settings don’t work, you can try to disable the icon through the developer menu, which works on 80% of Xiaomi devices, but you need to be careful:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Click 7 times on the MIUI Version (you will be notified "You are a developer").

Settings β†’ Additional β†’ For Developers

Debugging

USB debugging

Icon settings

System badges

VoLTE

Operator icons

⚠️ Attention: POCO F4/F5 Xiaomi 12T After disabling the icon through the developer mode, other system icons may disappear (for example, NFC Or Bluetooth. In this case, only resetting the settings will help.

πŸ’‘

Before you change your developer settings, take a screenshot of the current settings, which will help you get it back if something goes wrong.

If there is no Settings section, try an alternative path:

  1. In the developer menu, find the Flag: settings_system_nav_bar.
  2. Enter the value of 1 and restart the phone.
  3. After the reboot, check for a new section in Settings β†’ Screen.

Method 4: ADB-commands to hide the icon (without root)

For advanced users, there is a method using ADB (Android Debug Bridge doesn't require superuser rights, but it does require a computer and a computer. USB-Instructions:

  1. Install ADB Tools on your PC.
  2. Connect the phone to your computer and allow debugging over USB.
  3. Open the command prompt (Windows) or terminal (Mac/Linux) in the folder with ADB.
  4. Enter the commands in turn: adb shell settings put global icon_blacklist volte
  5. Reboot the phone.

πŸ”§ If it doesn’t work: Try an alternative command for MIUI 14+:

adb shell settings put system icon_blacklist volte

What if the ADB can’t see the device?
1. Check if the debugging is included USB (Settings β†’ For developers). 2. Install Xiaomi drivers from the official website (https://new.c.mi.com/global/miuidownload/index). 3. Try another one. USB-cable (preferably original). 4. Switch the connection mode from β€œCharging” to β€œFile TransferΒ».

Some firmware (MIUI 13 for Redmi 9A) may require additional commands to apply changes to:

adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state true


adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state false

This will temporarily turn on/off flight mode, which will force the system to update the icons.

Method 5: Edit system files (root only)

If you are willing to take drastic measures and have root rights, you can delete the icon by editing system files, a method suitable for experienced users, as careless actions can lead to a bootloop.

Instructions:

  1. Install Root Explorer or FX File Explorer with root support.
  2. Go to /system/media/theme/default/
  3. Find the files: stat_sys_volte_1.png stat_sys_volte_2.png stat_sys_volte_3.png

.bak

stat_sys_volte_1.png.bak

Reboot the phone.

⚠️ Attention: On Xiaomi 11T Pro and Redmi. K50 After this intervention, all the operator icons may disappear, and to return them, you will have to return the original files or refashion the device.

πŸ’‘

Editing system files is an extreme method. Always back up the original files before changing them!

Alternative path for new MIUI versions: /product/media/theme/default/

or

/vendor/overlay/

These folders can store duplicate icons.

What do you do if nothing helps?

If all of these methods fail, there are still a few options:

  • πŸ”„ Reset Network Settings: Go to Settings β†’ SIM-Maps and mobile networks. Select Network Reset. Confirm and restart your phone.

This will remove all stored Wi-Fi networks and mobile internet settings, but sometimes helps to reset the β€œstuck” icons.

Firmware update:

Settings β†’ About the phone β†’ System update

Installation of custom firmware:

Pixel Experience

LineageOS

If the problem has occurred after the MIUI update, you can try to roll back to the previous version using the Mi Flash Tool. However, this is an extreme measure, since it requires a complete flashing of the device.

πŸ’‘ Tip: Before you take radical action, check if the VoLTE icon is part of the themes, sometimes it is removed by changing the theme to Settings. β†’ Screen. β†’ Theme.

FAQ: Frequent questions about VoLTE on Xiaomi

Can I remove the VoLTE icon without root?
Yes, in most cases, methods 1-4 help (disabling the function, setting icons, ADB-Root is only required for editing system files.
Why does the VoLTE icon remain after the VoLTE shutdown?
This is a MIUI bug that's associated with icon caching. Try: Turn on/off flight mode, restart your phone, reset your network settings (see section above).
Does hiding the badge affect the quality of communication?
No, it's a purely visual change. VoLTE technology will work regardless of the icon's display.
Which Xiaomi models don’t have VoLTE badges removed?
The most common problems are the Xiaomi 13/13 Pro (MIUI 14+) Redmi Note 12 Pro+ POCO F5 Pro On these devices, only ADB or root helps.
Can I return the badge if it disappears after the experiments?
Yes, for this: Restore the original icon files (if you edited them). ADB: adb shell settings delete global icon_blacklist. Reset your phone settings to factory.