The radio modules in Xiaomi smartphones are the hardware components that are responsible for wireless communication: Wi-Fi, Bluetooth, NFC, GPS and mobile data. In some situations, users need to turn them off β whether to save battery power, improve security or eliminate interference. However, a complete shutdown of radio modules can lead to unexpected consequences, from loss of functionality to hardware failures.
In this article, we will look at all available methods, from standard MIUI settings to hidden commands through ADB and engineering menus, focusing on the Redmi Note 12, POCO X5, Xiaomi 13 and other current devices from 2023 to 2026, and learn which radios can be turned off safely and which are only at your own risk.
Why turn off the radio modules on Xiaomi?
The reasons for deactivating wireless modules range from banal to critical:
- π Battery savings: even in standby mode, radio modules consume up to 15-20% of charge per day (according to GSMArena tests on Xiaomi) 12T).
- π‘οΈ Security: Disabling Wi-Fi and Bluetooth protects against BlueBorne attacks or connecting to fake hotspots.
- π‘ Interference elimination: in areas with poor coverage (metro, basements), a constant search for the network drains the battery and heats the processor.
- π« Testing of equipment: for example, checking the work GPS mobile-free.
- π§ Repair or diagnostics: If the module is damaged, shutting it down may temporarily stabilize the device.
It is important to understand that a complete hardware shutdown of radio modules (through a soldering iron or flashing) deprives of warranties and can bring the smartphone down.
Method 1: Standard shutdown via MIUI settings
The safest and most reversible method is to use built-in system options, which is suitable for temporarily shutting down individual modules without risk to the device.
To turn off Wi-Fi or Bluetooth:
- Open Settings β Connections and Sharing.
- Transfer the Wi-Fi and Bluetooth sliders to the off position.
- To completely disable the mobile network, go to SIM cards and mobile networks β Mobile data.
To deactivate NFC (if the module is in the model):
- π± Go to Settings. β Connected devices β NFC.
- π Turn off the slider or uncheck the tick from the item Enable NFC.
Note that on some devices (e.g. POCO F4), the GPS option is hidden in the Settings menu β Privacy β Permissions β Geodata. You can turn off geolocation for all applications, but the GPS module itself will remain active at the hardware level.
βοΈ Preparation for disconnection of radio modules
Method 2: Engineering menu (for experienced users)
The engineering menu (#4636## or #36446337##) allows you to control radio modules at a low level, which works on most Xiaomi models, but requires caution - incorrect settings can lead to loss of communication.
Instructions:
- Open the Phone app and enter the combination ##4636##.
- In the menu that opens, select Phone Information (or Testing on some firmware).
- Scroll down to the Set preferred network type block β you can turn off the mobile network (select Turn off radio).
- To manage Wi-Fi, go to the Wi-Fi information tab and click Disable Wi-Fi.
β οΈ Note: On some models (Redmi 10, POCO M4) The engineering menu may be missing or blocked. RF Band Selection or Network Lock β This can lead to a loss of the network. IMEI!
What to do if the engineering menu is not opened?
Method 3: Disconnect via ADB (for advanced)
If standard methods donβt work, you can use Android Debug Bridge (ADB) β This is a tool for debugging through a computer, and it's a way to disable modules that don't have an interface in the computer. MIUI (for example, FM-radio 5G-modem).
Step-by-step:
- Install ADB Tools on your PC.
- Enable USB Debugging on your smartphone: Settings β About Phone β MIUI version (click 7 times to activate Developer Mode), then Settings β Additional β Developers β Debugging over USB.
- Connect your phone to your PC and execute on the command line: Adb devices (your device should appear).
- To turn off Wi-Fi, enter: adb shell svc wifi disable For Bluetooth: adb shell svc bluetooth disable
To get it back, replace disable with enable.
| Module | Shutdown command | Include team |
|---|---|---|
| Wi-Fi | svc wifi disable | svc wifi enable |
| Bluetooth | svc bluetooth disable | svc bluetooth enable |
| Mobile data | svc data disable | svc data enable |
| GPS | settings put global location_mode 0 | settings put global location_mode 3 |
β οΈ Warning: svc commands only work until the device restarts. Permanent shutdown will require editing system files, which requires root rights and can disrupt the operation. MIUI.
π‘
If after the shutdown through ADB The module does not turn back on, try restarting the smartphone or run the command adb shell am broadcast. -a android.intent.action.AIRPLANE_MODE --ez State False for Aircraft Resetting.
Method 4: Hardware shutdown (extreme case)
Physical shutdown of radio modules is a radical solution that is used in rare cases:
- π§ Repair or replacement of a module (for example, if a Wi-Fi antenna is damaged).
- π‘οΈ Extreme security measures (e.g. for devices used on closed networks).
- π΅ Electromagnetic compatibility testing (EMC).
This requires:
- Disassemble the smartphone (violated tightness and warranty).
- Find the appropriate chip on the motherboard (e.g., a Wi-Fi/Bluetooth module is usually labeled as Broadcom, Qualcomm WCN, or Murata).
- Solder out power contacts or cut tracks (sweeping station and experience with the SMD-component).
On Xiaomi models with a combined chip (for example, Qualcomm Snapdragon 8 Gen 2 in Xiaomi 13 Pro), physically disabling one module can disable other functions (for example, Bluetooth will turn off along with Wi-Fi).
π‘
Hardware shutting down radios is an irreversible process, and even if you restore contacts, there's no guarantee that the module will work correctly, and this method is recommended only for devices that aren't expected to be used in standard mode.
Consequences of radio modules shutdown
Before you deactivate wireless modules, assess the possible risks:
| Disengaged module. | Effects of consequences | The other side. |
|---|---|---|
| Wi-Fi | It is impossible to connect to wireless networks. | Some apps (such as Mi Home) will no longer work without the internet. |
| Bluetooth | You can not connect headphones, fitness bracelets, car systems. | On the POCO F3 and other models, the sound may disappear in the headset. |
| Mobile data | No access to 4G/5G, SMS, or calls (if completely disabled). | Redmi Note 11 may be time-trapped (network sync). |
| NFC | You canβt pay contactlessly or read tags. | Some models (Xiaomi 12 Lite) disable the Mi Pay function. |
| GPS | Navigators (Google Maps, Yandex.Maps) are not working. | System geolocation services (e.g. weather) may be disrupted. |
On devices with MIUI 14+, disabling radio modules may result in a No Network Connection notification that cannot be removed without at least one module (Wi-Fi or mobile data) being turned on.