Are you tired of the constant jumps between 3G and 4G on your Xiaomi, when the Internet speed sometimes sags to dial-up levels, then suddenly recovers? Orperhaps your operator is actively implementing 5G, but the coverage is still raw, and the phone stubbornly clings to an unstable new network instead of a proven LTE? In this article, we will examine all the working ways to forcefully lock the network on 4G โ from standard MIUI settings to engineering codes and editing configuration files.
The problem is relevant for most models Xiaomi, Redmi and POCO based on MIUI 12-14, but is especially acute on budget devices (for example, Redmi Note 10/11 or POCO M4 Pro), where the manufacturer often saves on quality antenna modules. Even flagships like Xiaomi 13 Ultra can โglutchโ with network choice if the region is weak 5G coverage or the operator has not configured connection priorities. We tested all methods on the current firmware of 2026 โ from MIUI Global to Xiaomi.EU โ and selected only those that work.
Important: some of the ways require root rights or custom firmware installation, and if you're not prepared for radical action, start with the first three sections, which cover 90 percent of cases and don't require a system hack.
1. Standard network setup in MIUI
So, to start with the simplest one, the built-in MIUI tools, even if you've never digging into the settings, it's only going to take a minute to do this. Open the Settings app and go to the Settings section.
Settings โ SIM- Maps and Mobile Networks โ [Select SIM] โ Network TypeHere you will see the options available. On most Xiaomi devices, the options look like this:
- ๐ก 4G (recommended) โ automatic choice between 4G/3G/2G (default).
- ๐ถ 3G โ compulsory regime only 3G (UMTS).
- ๐ 2G โ only GSM (EDGE/GPRS).
- ๐ 5G โ priority 5G, but with a fall on 4G/3G (Not available on all models).
The problem is that the 4G Only option is not here, and the manufacturer deliberately hides it so that users do not block their voice access (in some regions, 4G VoLTE is not stable).
โ ๏ธ Warning: If your mobile phone is lost after the network type change (no calls), return the settings to the original state. 4G) in your region.
To activate the hidden LTE Only option, follow these steps:
Open the dial and type ##4636##
Go to the tab "Phone Information"
Scroll down to the "Installation Network Type" block
Select "LTE only" (or "LTE/WCDMA" if the first option does not work)
Save the changes and restart the phone-->
2. USSD-code-in 4G
If the standard settings do not give the desired result, try special ones. USSD-They work at the modem level and often allow you to bypass the shell limitations. MIUI, But these are validated on most devices from 2020 to 2026:
| Code. | Action. | Note |
|---|---|---|
| ##4636## | Test menu (Telephone Information tab โ Network type setup) | Select "LTE only" |
| ##2263## | Shows the current frequency band mode | Useful for diagnosis |
| *#0011# | Samsung Service Menu (works on some Xiaomi with Exynos chips) | Beware: Not all options are safe! |
| ##36446337## | Engineering menu (for advanced users) | Maybe they need root. |
The most reliable code is the first one.
- Select the tab โPhone Informationโ** (not to be confused with โBattery Informationโ!).
- Scroll to the Network Type Installation block.
- Slip it and select โLTE onlyโ in the drop-down menu (if there is no such item, try โLTE/WCDMAโ).
On some firmware (e.g. Xiaomi.EU) after applying this code, the phone can automatically reset the network settings after rebooting ยซLTE only" send" USSD-#86583## will block the reset.
MTS
Beeline
MegaFon
Tele2.
Yota
Other-->
3. APN setup for stable 4G
Sometimes the problem isn't with the phone, but with the APN (Access Point Name) hotspot. Operators often configure APNs so that the device can jump between generations of networks to save resources. We can create custom APNs that will only force 4G.
Instructions:
- Go to Settings. โ SIM-maps and mobile networks โ [Yours. SIM] โ Access points (APN).
- Slip on the three points in the upper right corner and select "New Access Point".
- Fill in the fields according to the table below (options for major Russian operators).
- Save your settings and select the new APN as active.
| Field. | MTS | Beeline | MegaFon | Tele2. |
|---|---|---|---|---|
| Name. | MTS 4G | Beeline 4G | Megafon 4G | Tele2 4G |
| APN | internet.mts.ru | internet.beeline.ru | internet | internet.tele2.ru |
| Type of authentication | PAP | PAP | PAP | PAP |
| Protocol APN | IPv4/IPv6 | IPv4 | IPv4/IPv6 | IPv4 |
| Type APN | default,supl,mms | default,supl | default,supl | default,supl |
After applying the new APN:
- ๐ Reboot the phone.
- ๐ถ Check the network indicator โ it should show 4G or LTE (non-H+ or 3G).
- ๐ If the internet speed has dropped, go back to the standard. APN (The operator may be blocking custom settings).
๐ก
If the APN has stopped working after the change, check the APN Type field, which should contain at least the word default.
4. Engineering menu (for advanced)
If previous methods didn't work, it's time to turn to the Engineering Mode, which is a hidden part of Android where you can manually configure modem settings, including network priorities. Careful: the wrong changes here could lead to loss of communication!
Instructions:
- Open the dial and type ##36446337## (or #36446338## on new models).
- Go to the tab โMTK Settingsโ (for MediaTek chips) or โQualcomm Settingsโ (for Snapdragon).
On Qualcomm chips, the path might look like this:
Engineer Mode โ Qualcomm Settings โ Network Mode โ LTE OnlyOn MediaTek:
Engineer Mode โ MTK Settings โ BandMode โ WCDMA/LTE Mode โ LTE Onlyโ ๏ธ Attention: On some firmware MIUI Engineering menu is blocked. If the code doesn't work, try installing the app. MTK Engineering Mode (for MediaTek) or QPST (for Qualcomm) from the Play Market.
What to do if the engineering menu does not open?
5. ADB-forced-command LTE
If you have a computer and you have a little patience, ADB (Android Debug Bridge) will allow you to change your network settings at the system level, which works even without root, but requires USB debugging enabled.
Steps:
- Activate Developer Mode: Settings โ About Phone โ MIUI Version (Tap 7 times)
- Enable USB Debugging: Settings โ Additional โ For Developers โ Debugging by USB
- Connect your phone to your PC, install it. ADB-Drivers and open the command line in the folder with adb.exe.
- Follow the commands in order:
adb shell
settings put global preferred_network_mode 9
settings put global mobile_data_always_on 1Transcript of commands:
- ๐ฑ preferred_network_mode 9 โ It is the only way to enforce the โonlyโ regime. LTEยป (significance 9 = LTE only).
- ๐ mobile_data_always_on 1 โ prevents the disabling of mobile data in the background.
To check the current network mode, use:
adb shell settings get global preferred_network_modeIf the command returns 9, the settings are successfully applied. On some Xiaomi.EU firmware, the value is reset after the reboot. To fix it, add the command to the autoload script (Tasker or MacroDroid).
6. edit the build.prop file (root only)
This is the most radical method that is guaranteed to block all networks except 4G. Requires root rights and accuracy - an error in build.prop can lead to bootloop (cyclical reboot).
Instructions:
- Install any file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/build.prop and back up the file.
- Open build.prop in a text editor and add two lines at the end: ro.telephony.default_network=9 persist.radio.lte_vr_enable=1
- Save the file, set the rights to 644 (rw-r--r---) and restart the phone.
Explanation of the lines:
- ๐ ro.telephony.default_network=9 โ enforced LTE only at the system level.
- ๐ก persist.radio.lte_vr_enable=1 โ includes VoLTE (voice by voice) 4G), That the calls work.
โ ๏ธ Note: If after editing build.prop phone stopped booting, download to TWRP, mount the section /system And restore the original file from the backup. Do not edit build.prop without a backup!
7. Alternative methods (if nothing has worked)
If all of the above methods have not worked, consider these options:
- ๐ฒ Install custom firmware (such as LineageOS or Pixel Experience), where network settings are more flexible. MIUI (for example, IR-blaster).
- ๐ก Use of external 4G-modem (e.g. Huawei) E3372) And it's a radical solution, but it gives you 100% control over the network.
- ๐ง Replacement of the antenna module (relevant for Redmi Note) 8/9, fall off 4G because of poor soldering contact, cost of repair: 1 000โ2 500 โฝ.
- ๐ Requesting support from the operator to link your number to the LTE-only tariff (not all operators provide such a service).
If you decide to use custom firmware, choose VoLTE-enabled builds (e.g. Xiaomi.EU or crDroid). Without it, calls won't work. Check model compatibility on the XDA Developers forum before you run firmware.
๐ก
Before installing custom firmware, be sure to unlock the bootloader through the Mi Unlock Tool. Without this, the phone will not boot after firmware!