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.
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:
- Open the Settings. β SIM-maps and mobile networks.
- Choose yours. SIM-card (if there are several).
- Go to Network Type (or Preferred Network Type).
- 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:
- Pull the notification curtain down and hold your finger on the Mobile Data icon.
- In the menu that opens, transfer the mobile data slider to the off position.
- 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 model | Does it support VoLTE? | Can I turn off LTE without root? |
|---|---|---|
| Redmi Note 11/12 | Yes. | Yes (via network type) |
| POCO X4/X5 | Yes. | Yes (but ADB may be required) |
| Xiaomi 13/14 | Yes. | Partially (depending on region) |
| Black Shark 5 | Yes. | 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:
- Open the phone app and enter the combination: ##4636##
- In the menu that opens, select Phone Information (or Phone Information).
- Scroll down to the Set preferred network type block.
- 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?
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:
- 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:
- Install a file manager with root support (such as Solid Explorer or Root Explorer).
- Go to /system/media/theme/default/com.android.systemui
- 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).