How to remove the icon VoLTE on Xiaomi Redmi: from simple ways to hidden settings

The VoLTE icon in Xiaomi Redmiโ€™s status bar can be annoying โ€” especially if youโ€™re not using 4G voice technology. Despite the usefulness of the feature (increased communication quality and quick dialing), many users want to hide this indicator to make room for other icons or just for aesthetic reasons.The problem is that standard MIUI settings often lack the option to disable the icon.

In this article, we will discuss 5 working methods, from basic (through the settings menu) to advanced (using ADB and engineering menus). All methods are tested on Redmi Note 10/11/12, Redmi 9/10 and flagships of the K series running MIUI 12-14. Importantly, some methods require developer or unlocked bootloader rights - we will warn about the risks in advance.

If you're not sure if you should turn off VoLTE at all, first check how this will affect your calls. In some regions, operators (such as MTS or Beeline) force the technology to activate, and turning it off can lead to connection problems, and we'll also tell you how to return the icon back if something goes wrong.

1. disable VoLTE via standard MIUI settings

Starting with the simplest method, which works on most Xiaomi Redmi models without any further manipulation, however, note that in the latest versions of MIUI 13-14, this path may be hidden or absent โ€“ it all depends on the firmware and region.

Instructions:

  1. Open the Settings app (cog icon).
  2. Go to section. SIM-maps and mobile networks.
  3. Choose yours. SIM-card (if there are several).
  4. Find VoLTE or Enhanced Calls (could be called 4G Calling in global firmware).
  5. Move the slider to the off position.

If there is no VoLTE item:

  • ๐Ÿ” Try searching by settings (the magnifying glass icon at the top of the screen) โ€“ type โ€œVoLTE".
  • ๐Ÿ“ฑ On some models (Redmi Note 8 Pro, Redmi) 9T) The option is hidden in additional settings โ†’ Mobile network โ†’ Type of network.
  • ๐ŸŒ In Chinese firmware (China) ROM) VoLTE can be called (high-quality calls).

โš ๏ธ Attention: Redmi with two SIM-Disabling VoLTE for one card can automatically deactivate the function for the second card. SIM post-mortem.

If it didn't work, don't worry. 60 percent of the time, on new MIUI firmware, it's blocked by the operator or the manufacturer, and we're going to go to more radical methods.

๐Ÿ“Š What kind of smartphone you Xiaomi?
Redmi Note 10/11/12
Redmi 9/9A/9C
Redmi K40/K50
POCO X3/X4
Other

2. Hiding the VoLTE icon through the Engineering Menu (MTK/Qualcomm)

The engineering menu is a hidden settings section that allows you to manage low-level smartphone settings.The method is suitable for devices on MediaTek chips (Redmi 9/10) and Qualcomm chips (Redmi Note 11/12), but requires caution: wrong actions can disrupt the network.

How to open the engineering menu:

  • ๐Ÿ“ž Phone code: ##4636## For MediaTek can work: ##36446337##
  • ๐Ÿ”ง In the menu that opens, select Phone Information (or Phone Information).
  • ๐Ÿ“ฑ Scroll down to the Set Preferred Network Type block.

The following steps depend on the processor:

Chip typeAction.Note
QualcommSelect LTE/TD-SCDMA/CDMA/EvDo/GSM/WCDMA (without mentioning VoLTE)Maybe turn it off. 4G-call-in
MediaTekClick Turn off VoLTE provisioning (if any)On some firmware, the option is missing
Anybody.Reboot your phone after the changesOtherwise, the settings may not apply.

โš ๏ธ Note: Redmi with Qualcomm Snapdragon (e.g. Redmi Note) 10 Pro) changing the Set preferred network type may cause network loss. If the connection is lost, return the setting to NR/LTE/TD-SCDMA... and reboot the device.

If the engineering menu does not open:

  • ๐Ÿ” Make sure you donโ€™t have Chinese firmware โ€“ codes are often blocked.
  • ๐Ÿ“ฑ Try entering the code through the Google Phone app (install from the Play Market if deleted).
  • ๐Ÿ”ง On some models (Redmi) K50) First, you need to activate the developer mode (7 taps according to the version). MIUI customized).

๐Ÿ’ก

Before you change the settings in the engineering menu, take a screenshot of the current settings, which will help you to get it back if the connection goes down.

3.Use of ADB-commands to disable the indicator

If the standard methods didnโ€™t work and the engineering menu didnโ€™t work, itโ€™s time to plug in the Android Debug Bridge (ADB), which requires a computer but works on 90% of Xiaomi devices regardless of the MIUI version. The main thing is not to turn off VoLTE completely, but only to hide its icon.

What you need:

  • ๐Ÿ’ป Computer with Windows/Mac/Linux.
  • ๐Ÿ“ฑ USB-Type C Cable (original so there are no connection issues).
  • ๐Ÿ”ง Developer mode enabled and debugging by USB phone-on.
  • ๐Ÿ“ฅ Utility. ADB (download from the official website).

Step-by-step:

  1. Connect the phone to your computer and select File Transfer mode.
  2. Open the command prompt (cmd in Windows or Terminal in Mac/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices should appear the name of your device.
  4. Use the command to hide the VoLTE icon: adb shell settings put global volte_icon_show 0
  5. Reboot your phone: adb reboot

If the icon is still there, try the alternative command (works on MIUI 13+):

adb shell settings put global hide_volte_icon 1

โš ๏ธ Attention: On some firmware (MIUI 14 for Redmi Note 12) these commands can reset after the system update. To fix the result, use the Shizuku app. + AppOps to block system alerts (instructions in the next section).

If the ADB issues a device unauthorized error:

  • ๐Ÿ”‘ The phone will be asked for debugging permission - confirm it.
  • ๐Ÿ“ฑ Reconnect the cable and repeat the command adb devices.
  • ๐Ÿ”ง Make sure that the developer settings include the option to Allow debugging by USB (safe-haven).

Enable Developer Mode (7 taps on "MIUI Version") | Activate USB debugging in developer settings | Download ADB to your computer | Connect your phone with the original cable | Allow debugging on your phone-->

4. Disable VoLTE notifications via Shizuku + AppOps

If ADB You don't help or you don't want to connect your phone to your computer, so you can go around the corner and block the system notifications about VoLTE. API without root and AppOps (for permission management). MIUI 12-14 and does not require unlocking the bootloader.

Instructions:

  1. Install Shizuku from Play Market and follow the activation instructions (required) ADB once-in-a-lifetime).
  2. Install AppOps (such as this version).
  3. Open AppOps, search the System UI (or com.android.systemui) application in the list.
  4. In the Operations section, find NOTIFICATION_LISTENER or POST_NOTIFICATION.
  5. Turn off permission for VoLTE-related notifications.

Alternatively (if AppOps does not find the necessary permissions):

  • ๐Ÿ“ฑ Use the NotifyClean app to filter keyword notifications (enter โ€œVoLTE").
  • ๐Ÿ”ง In Settings โ†’ Notifications โ†’ Disable system alerts (can hide other important icons!).
  • ๐Ÿ› ๏ธ For MIUI 14 fits Hide VoLTE Icon module in LSPosed (requires Magisk).

โš ๏ธ Attention: Blocking notifications via AppOps can hide not only VoLTE, but also other system alerts (for example, low battery charge!

On some Xiaomi firmware (e.g. Redmi Note 11 Pro+ 5G with MIUI 13.0.6), the VoLTE icon is tied to the com.android.phone system application.In this case, only completely disabling the function through the engineering menu or firmware will help.

What if the mobile network is lost after the VoLTE shutdown?
If after manipulating the VoLTE settings, the phone stopped catching the network, follow the following steps: 1. Reset the device. 2. Manually select the operator in Settings โ†’ SIM-map โ†’ Choice of network. 3. Reset network settings: Settings โ†’ System system โ†’ Reset โ†’ Resetting Wi-Fi, Mobile Network and Bluetooth. 4. If nothing helps, return the VoLTE settings to the engineering menu (##4636##) The command is: adb shell settings put global volte_icon_show 1

5. Reset network settings (last resort)

If all previous methods failed and the VoLTE icon continues to interfere, you can try resetting the network settings, which will delete all saved connections (Wi-Fi, Bluetooth, mobile network), but often solves problems with displaying system indicators.

How to reset:

  1. Open Settings โ†’ System โ†’ Reset.
  2. Select Reset Wi-Fi, Mobile Network and Bluetooth settings.
  3. Confirm the action (you will need to enter a password or pattern lock).
  4. After restarting, set up the connection to the mobile network again.

What to do after the discharge:

  • ๐Ÿ“ถ Manually select the operator in Settings โ†’ SIM-map โ†’ Choice of network.
  • ๐Ÿ”„ Switch the network mode to Only 4G (If you don't need a VoLTE).
  • ๐Ÿ“ฑ Check if the icon appears again after 5-10 minutes (sometimes it comes back after synchronization with the network operator).

If the dumping didn't help:

  • ๐Ÿ”ง Try to update the firmware to the latest version MIUI โ€” in new assemblies sometimes correct bugs with the display of icons.
  • ๐Ÿ“ฒ Install custom restoration (for example, TWRP) and delete the file /system/media/theme/default/com.android.systemui (riskyly!).
  • ๐Ÿ› ๏ธ Contact Xiaomi Service Center โ€“ Perhaps the problem is at the firmware level and requires flashing.

โš ๏ธ Note: Resetting network settings does not guarantee removal of the VoLTE icon, but often helps if the problem is caused by a configuration conflict. SIM-The cards will have to be reset for each card separately.

๐Ÿ’ก

Network reset is a last resort: Before performing, save Wi-Fi passwords and Bluetooth device data, as they will be deleted.

6. Alternative methods: themes and launchers

If you don't really want to remove the VoLTE feature, but you just want to hide the visual display, you can go roundabouts. These methods don't affect the network, but mask the icon.

Method 1: Using a custom theme

  • ๐ŸŽจ Set a theme from the theme โ†’ Online that modifies the status bar (e.g. Pitch Black or Minimal) UI).
  • ๐Ÿ” In the description of the theme, check if it supports the hiding of system icons.
  • โš™๏ธ Some themes allow you to manually disable indicators in theme settings โ†’ Status lines.

Method 2: Third-party launchers

  • ๐Ÿ“ฑ Install a launcher with icon hiding support (like Nova Launcher or Hyperion Launcher).
  • ๐Ÿ”ง In the launcher settings, find the option to Hide status icons or Notification Dots.
  • โš ๏ธ Note: This only hides the icon on the home screen, not in the notification curtain.

Method 3: Apps for hiding icons

  • ๐Ÿ› ๏ธ Try Nacho Notch or Status Bar Customizer (require root or Shizuku).
  • ๐ŸŽฏ In these applications, you can manually specify which icons to hide (enter "VoLTE" in the filter).
  • ๐Ÿ“ฒ Nana MIUI 14 Hide Statusbar Icons for LSPosed.

Advantages of alternative methods:

MethodPlusesCons
Castomy themeIt does not require root, it is easy to apply.Not all topics support the cover-up of VoLTE
Third-party launcherQuick solution, lots of settings.He doesnโ€™t hide everywhere, he can fight MIUI.
Statusbar annexesExact icon managementRequires root or Shizuku, paid features

If you don't want to risk settings, these methods are the safest option, but they don't turn off the VoLTE function itself, they only mask the way it's displayed.

FAQ: Frequent questions about VoLTE on Xiaomi Redmi

โ“ Why VoLTE's call went missing after shutdown?
If you completely deactivate VoLTE (not only did you hide the icon) rather than just remove the indicator, the operator can block voice calls on the network. 4G. Solution: Return the VoLTE settings to their original state. Switch the network type to 3G/2G In Settings โ†’ SIM-map โ†’ Network type. Contact the operator - perhaps on your tariff VoLTE is mandatory.
โ“ Can I remove VoLTE without a computer?
Yes, there are three ways without a PC: through an engineering menu (codes ##4636## or ##36446337##). Using Shizuku + AppOps (no root) apps. By installing a custom theme that hides statusbar icons. However, ADB remains the most reliable method for removing the icon completely.
โ“ Will the VoLTE icon return after the update? MIUI?
It depends on the method you used: ADB-Commands: Often reset after major updates. Repeat the procedure. Engineering menu: Settings are saved if there was no network reset. Hiding via Shizuku: Remains active until permissions are reset. Cast theme: May fly off when you update the theme or firmware. We recommend that you check the status bar after the update and repeat the actions if necessary.
โ“ Does the VoLTE shutdown affect the quality of communication?
Yeah, but not always critical: ๐Ÿ“ž Without VoLTE, calls will be made to networks. 3G/2G, Which can worsen the quality of the voice. โšก The connection time will increase when called (without "quick dialing" on the 4G). ๐ŸŒ In some regions (for example, Moscow, St. Petersburg) operators (MegaFon, Television)2) We've already moved some of the base stations to VoLTE only, without which calls may not go through. Before you turn off, check how the communication works without VoLTE in your area.
โ“ Are these methods working on POCO and Black Shark?
Yes, most of the ways are suitable for other brands of the Xiaomi ecosystem: ๐Ÿ“ฑ POCO X3/X4/X5: All methods work because they are based on MIUI. ๐ŸŽฎ Black Shark 4/5: Developer mode activation is required, the other steps are identical. โš ๏ธ Nana POCO F-series (global firmware) engineering menu can be opened by another code: ##86583##. Exception: Black Shark with custom firmware (e.g. Black Shark) OS) may not work ADB-team MIUI.