How to remove the LTE icon on Xiaomi phone: all ways of 2026

Why does Xiaomi display an LTE icon and can it be removed?

The LTE (or 4G) icon in Xiaomi’s status bar appears automatically when you connect to a fourth-generation mobile network. For most users, this icon is useful β€” it signals high Internet speed. However, some owners of Redmi, POCO or Mi smartphones want to hide it: some people think it is superfluous, some people find it in the interface, and some people have it duplicated with other indicators (for example, with active Wi-Fi).

In this article, we will discuss all the current ways to remove the icon LTE on Xiaomi phones under control MIUI 12–15, including methods without root rights and with them. 4G-network (transition to 3G/2G) β€” It's not a solution, because it's going to slow down the Internet, and our job is to hide only the visual indicator, and keep the functionality.

Before you start, check your firmware version: Settings path β†’ About phone β†’ MIUI version. This depends on the availability of some methods. Also note that on Android One models (such as Mi A1/A2), some methods may not work due to β€œclean” Android.

Method 1: Hiding through status bar settings (without root)

The easiest method is to use the built-in MIUI options to customize the notification bar. Unfortunately, it doesn't work on all firmware versions, but it's worth a try:

  1. Open the Settings β†’ Screen β†’ Status Line.
  2. Find Show Network Type (or Network Indicator in older versions).
  3. Turn off the switch next to the option.
  4. Restart your phone to apply the changes.

If there is no such item, then your version of MIUI does not support this function, in which case move on to the next method.

⚠️ Note: On some models (Redmi Note) 10 Pro, POCO X3 Pro) after disabling this option, the indicator of all network types (including 3G/2G). Check the mobile internet after the changes.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi (Note/Pro series)
POCO (F/X/M)
Mi (11/12/13)
Other

Method 2: Using Developer Mode (Hidden System Icons)

If the standard settings didn’t work, you can try hiding the icon through developer mode, which works on most Xiaomi devices, but requires carefulness:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version (you will receive a notification "You became a developer").

Settings β†’ Additional β†’ For Developers

Debugging

Enable debugging over USB

Status line

Hide network indicators

Show network indicators

Some firmware (MIUI 14+) may call this item differently, such as: Indicator settings β†’ Network type. If you don't have an option, try updating your firmware or use the following method.

πŸ’‘

Before activating the developer mode, make sure that the phone has a password or graphical key installed.This is a MIUI security requirement to access advanced settings.

Method 3: Applications for customization (without root)

If the system methods don't work, you can use third-party applications, which don't require root rights, but they're limited.

  • πŸ“± Nacho Notch – allows you to hide system icons, including LTE. It works by overlaying on top of the standard interface.
  • πŸ”§ Energy Bar - originally designed to display the charge band, but has the function of hiding individual indicators. Requires settings resolution Overlay over other applications.
  • 🎨 Hex Installer is for power users, and it allows you to modify your system. APK-files, for example, SystemUI.apk), But it requires backup and precision.

Warning: applications like Hex Installer can crash SystemUI (constant interface reboots) only if you are confident in your actions and have made a backup.

AnnexRoot is required.Risk to the systemEfficiency
Nacho Notch❌ No.Low.Medium (may not work on new MIUIs)
Energy Bar❌ No.Low.Low (cosmetic solution)
Hex Installer❌ No, but you need knowledge)High-pitchedHigh (when used correctly)

Method 4: Edit SystemUI with ADB (without root)

This method is suitable for users who do not want to get root rights, but are ready to work with ADB. It allows you to disable the display of the LTE icon through commands:

β˜‘οΈ Preparation for work with ADB

Done: 0 / 4

Instructions:

  1. Connect your phone to your PC and open the command line in the folder with the platform-tools.
  2. Enter the command to check the connection: adb devices (should display the serial number of the device).
  3. Follow the command to hide the icon LTE: adb shell settings put global icon_blacklist "signal_strength_lte"
  4. Reboot your phone: adb reboot

If the icon has not disappeared, try an alternative command:

adb shell settings put global icon_blacklist "data_connection_lte"

⚠️ Attention: Misuse of the right ADB It can cause a malfunction in the interface. MIUI 15 This method blocks all network indicators, including Wi-Fi, from being displayed. Create a backup using adb backup before experimenting.

Method 5: Complete removal with root rights (for experienced)

If you're ready to get root rights, you can delete the LTE icon at the system file level, which is 100% effective, but requires unlocking the bootloader and installing Magisk or SuperSU.

  • πŸ”“ Unlock the bootloader through the official Mi Unlock Tool (requires waiting 7-14 days for new Mi accounts).
  • πŸ“± Install custom restoration (TWRP) Get root rights through Magisk.
  • πŸ› οΈ Use Root Explorer or Mixplorer to edit a file /system/system/build.prop: ro.config.nocellicon=True (Add this line to the end of the file).
  • πŸ”„ Reboot the phone.

An alternative is to remove the icon through a modification of SystemUI.apk using tools like Apktool. However, this requires knowledge of APK decompilation and can lead to a bootloop when an error occurs.

What if the phone is not turned on after editing SystemUI?
If after modifying the system files, the phone is stuck on the MI logo, try: 1. Log in TWRP (press Power + Volume Up). 2. Restore the SystemUI.apk backup or flash the original file from stock firmware. 3. If there is no backup, perform a full reset (Wipe β†’ Advanced Wipe β†’ Dalvik, Cache, System, Data) and refuse the phone.

Frequent problems and solutions

When trying to remove the LTE icon, users often face the following difficulties:

  • πŸ”„ The icon returns after the reboot, meaning that the changes have not been applied at the system level. ADB-Try adding a command to the autoboot via Tasker or MacroDroid.
  • πŸ“΅ Mobile network disappears – you probably turned off not only the icon, but also the module itself. LTE. Restore network settings in Settings β†’ SIM-maps and mobile networks β†’ Access point (APN).
  • βš™οΈ System settings are not working, and this may be a conflict after installing Magisk custom modules.

If none of the methods worked, check:

  1. Update the firmware (update the MIUI to the latest version).
  2. Custom themes – Some design themes (MIUI Themes) redefine system icons.
  3. Safe Mode (press the power button β†’ Safe Mode) If the icon is lost, the third-party app is to blame.
Can I remove the LTE icon without losing the speed of the Internet?
Yes, all of the methods described hide only the visual indicator, without affecting the operation of the LTE module. Internet speed and communication stability will remain the same, except for manually disabling 4G in network settings (this will reduce speed).
Why did the LTE icon reappear after the MIUI update?
The firmware update resets many custom settings, including changes to SystemUI. To return to the previous look, repeat the actions from the method you chose (for example, repeat the steps from the same method). ADB-command or apply the theme).
Will the ADB work on the POCO F5?
Yes, POCO F5 (as with the other models on MIUI) supportive ADB-Icon-covering teams, but on new firmware (MIUI 15) additional permission may be required in the developer settings: Debugging by USB (security) β†’ Enable change of system settings.
Can I hide the LTE icon only on the home screen, but leave it in the curtain?
No, system indicators (including LTE) are displayed synchronously in the status bar and notification bar. Partial concealment is possible only through custom launchers (for example, Nova Launcher), but this is a cosmetic solution that does not affect the icon itself.
How to return the LTE icon if it disappeared after experiments?
If you've used ADB, Adb shell settings delete global settings icon_blacklist For root-right methods, remove the added line from build.prop or restore the original one. SystemUI.apk. In extreme cases, reset your phone settings to factory (Settings) β†’ The phone. β†’ Resetting settings).

πŸ’‘

The safest and most reliable way is to use ADB-It doesn't require root rights, it's reversible, and it works on most versions. MIUI (Except for highly customized firmware from telecom operators).