How to remove the LTE icon on Xiaomi: all the ways from simple to advanced

The LTE/4G icon in Xiaomi’s status bar can be annoying β€” especially if you use mobile internet infrequently or prefer a minimalist interface. Unfortunately, there’s no direct option to turn it off in standard MIUI settings, but there are workarounds, from simple tricks with network modes to deep settings through ADB or even modifying system files.

Complicating the problem is that the manufacturer deliberately hides these options β€” probably so that users do not turn off mobile communication accidentally. However, for owners of Redmi Note 12, POCO X5 or flagship Xiaomi 14, we have prepared 5 working methods, including solutions for devices with unlocked bootloader and without root rights.

If you are looking for a way to simply hide the icon without disabling the connection itself, or want to completely deactivate it. LTE-So, the battery-saving module, and this article will give you a solution for your problem, so let's start with the safest options, and then we'll gradually move on to the advanced technologies.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi (Note/Prime series)
POCO (F/X/M)
Xiaomi (number series)
Black Shark
Other

1. Method: switching the network mode (without root)

The easiest method is to force the smartphone to 3G/2G mode, which will automatically hide the LTE icon. This method does not require superuser rights and is suitable for all versions of MIUI from 12 to 15. However, note: Internet speed will decrease, and in some regions communication may become unstable.

Instructions:

  1. Open the Settings. β†’ SIM-maps and mobile networks.
  2. Choose yours. SIM-card (if there are several).
  3. Go to Network Type (or Preferred Network Type).
  4. Set the value to 3G only or 2G only.

After the changes are applied, the LTE icon will disappear in 10 to 30 seconds. If there is no 3G option, then your carrier does not support this technology in your region - try other ways.

⚠️ Attention: In mode Only 2G You can't use mobile Internet at current rates, but this is only for calls./SMS.

  • βœ… Does not require rooting or ADB
  • βœ… It works on all Xiaomi models.
  • ❌ Reduces Internet speed
  • ❌ It can impair the quality of communication.

Method: disabling mobile data (radical method)

If you don’t need mobile internet at all, you can completely deactivate data transmission via the Internet. SIM-This will delete the badge. LTE/4G It saves battery power but cuts off access to the network outside of Wi-Fi.

How to do this:

  1. Pull the notification curtain down and hold your finger on the Mobile Data icon.
  2. In the menu that opens, transfer the mobile data slider to the off position.
  3. Alternative: Settings β†’ SIM-maps and mobile networks β†’ Mobile data (disable for the desired SIM).

For full effect, also disable VoLTE (voice through) LTE) customized SIM-This will prevent accidental connection to the network. 4G during calls.

πŸ’‘

If after disabling mobile data, the LTE icon is still displayed, reboot the smartphone - this will reset the cache of the network status.

Xiaomi modelDoes it support VoLTE?Can I turn off LTE without root?
Redmi Note 11/12Yes.Yes (via network type)
POCO X4/X5Yes.Yes (but ADB may be required)
Xiaomi 13/14Yes.Partially (depending on region)
Black Shark 5Yes.No (ADB required)

3. Method: Hidden MIUI settings (code ##)

MIUI has a hidden menu of engineering settings where you can turn off the display of the LTE icon without losing functionality. This method does not work on all firmware, but it is worth a try.

Steps:

  1. Open the phone app and enter the combination: ##4636##
  2. In the menu that opens, select Phone Information (or Phone Information).
  3. Scroll down to the Set preferred network type block.
  4. Select LTE only (if you want to leave LTE but remove the icon) or WCDMA only (for 3G).

On some models (e.g. Redmi 10), this menu may be missing or blocked, and if nothing happens after you enter the code, your firmware does not support this method.

What if the #4636## code doesn't work?
If the engineering menu doesn’t open, try alternative combinations: - ##225## (calibration check) - ##36446337## (hardware test) On some firmware, these menus may contain options to control the display of network icons.

4. Method: ADB-Teams (without root but with PC)

For advanced users, there is a way to disable the LTE icon via ADB (Android Debug Bridge), a method that does not require superuser rights, but requires a computer and enabled USB debugging.

Step-by-step:

  1. Turn on Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on the MIUI Version until the notification appears.

USB debugging

Settings β†’ Additional β†’ For Developers

ADB

adb shell settings put global preferred_network_mode 1

(where 1 is 3G mode, 2 is 2G, 7 is LTE only)

Critical detail: Some Xiaomi firmwares reset after the reboot. To record changes, use the command:

adb shell settings put global preferred_network_mode_persist 1

⚠️ Attention: Wrong ADB-commands may disrupt the communication module. Before experimenting, back up through Settings β†’ System system β†’ Backup.

Install Xiaomi drivers on PC|Download ADB Tools (platform-tools)|Enable debugging on USB|Make backup settings|Check the connection of the adb device team-->

5. Method: Modification of system files (requires root)

If you have a bootloader unlocked and you have Magisk installed, you can manually edit the system files that display the icons, which is the riskiest method, but gives you complete control over the interface.

Instructions:

  1. Install a file manager with root support (such as Solid Explorer or Root Explorer).
  2. Go to /system/media/theme/default/com.android.systemui
  3. Find the files: stat_sys_signal_4g_fully.png (icon LTE) stat_sys_signal_4g_inout.png (data icon)

.bak

Reset the device.

To restore the original icons, simply return the original files to their original names. This method works on all versions of MIUI, but requires caution - errors in editing system files can lead to bootloop.

πŸ’‘

Editing system files is an extreme method. If you're not sure what you're doing, use ADB or hidden settings.

Method: Alternative launchers and themes

If you're just annoyed by the visual part, not the fact that you're connected to LTE, you can disguise the icon with custom themes or launchers, which doesn't disable the connection, but makes the icon less visible.

Options:

  • 🎨 Set a theme from MIUI Theme Store with minimalist icons (e.g. Minimal) UI or Dark Mode Pro).
  • πŸ“± Use a third-party launcher like Nova Launcher or Hyperion – they allow you to hide the elements of the status bar.
  • πŸ–ΌοΈ Use Icon Pack with transparent network icons (like Whicons or Delta).

Limitation: Most themes can’t completely remove system icons (like LTE or 4G), but they can make them less catchy.

Frequent problems and solutions

Even after you do one of these things, you may have unexpected consequences, and here are the most common situations and solutions.

Problem 1: The LTE badge is gone, but the internet is down.

  • Check if the mobile data is disabled in the notification curtain.
  • Restart your smartphone – sometimes the communication module β€œhangs”.
  • If you've used ADB, Return the standard network mode command: adb shell settings put global preferred_network_mode 9 (where 9 β€” pick-up).

Problem 2: After the reboot, the LTE icon returned.

  • For ADB-Use the persist command (see Section 4).
  • If you have edited system files, check the access rights (should be rw-r----).
  • On some MIUI firmware, resets occur due to security policies - in this case, only root or custom firmware will help.

Problem 3: You can’t log into the engineering menu.

  • Try alternative codes (see spoiler in Section 3).
  • Update the firmware – on older versions of MIUI, the menu can be removed.
  • Use applications like MTK Engineering Mode (for MediaTek devices) or Qualcomm Service Menu (for Snapdragon devices).
Can I remove the LTE icon without losing the speed of the Internet?
Yes, but only on some firmware. ADB-command to hide the icon without disabling the module (requires knowledge of specific parameters); Apply the theme with transparent icons (not all devices will work); Install custom firmware (for example, Pixel Experience), where the display settings are more flexible. MIUI Without root, remove the icon completely, saving LTE, impossible.
Why did the mobile internet disappear after the LTE shutdown?
Chances are you've chosen 2G Only or 3G Only mode, which is not supported by your carrier. Solutions: Return network settings to Automotive mode. Check if the option is enabled Mobile data in the notification curtain. Reboot your smartphone - sometimes the communication module "hangs" when changing modes.
Will battery life be saved if LTE is turned off?
Yes, but not much. LTE consumes more power than 3G/2G, but the difference is about 5-15% depending on the model. A more noticeable savings will be: Turning off Mobile data in the background (Settings β†’ Applications β†’ Background Limitation). Putting your smartphone into charge saving mode. Using VoLTE instead of classic calls (paradoxically, VoLTE can be more energy efficient).
Can I remove the LTE icon on Xiaomi using apps from the Play Market?
No, most icon hider apps (like Hide Icon or Status Bar Custom) require root rights or don’t work on the same name. MIUI The exception is launchers like Nova Launcher, but they only hide icons on the home screen, not in the status bar β€” ADB-commands or hidden settings (see Sections 3–4).
Why does my POCO X3 show LTE as β€œ4G” and Xiaomi 12 as β€œLTE”?
This depends on: Firmware Region: global versions of MIUI use 4G more often, Chinese versions use LTE. Operator: some providers force the display network name. MIUI versions: new firmware (starting with MIUI 13) icons are unified to the standard 5G/4G/3G. To change the display, try changing the firmware region through Settings β†’ Additional β†’ Region (requires a reboot).