On the screens of smartphones Xiaomi, Redmi and POCO Many users are faced with a annoying menu. SIM-A map that appears when you swipe down or in the Quick Settings section, and this menu not only takes up space in the notification panel, but it can also interfere with mobile switching or activating In-Air mode. MIUI (14, 15 or HyperOS) the ways to remove it vary β from standard settings to hidden commands for power users.
In this article, we'll look at all the current methods, including official and alternative methods, taking into account the features of firmware. ADB Or root access, so before you start, evaluate your technical skills. SIM-Check if the changes will violate the companyβs security policy.
Why the menu SIM-The map appears on Xiaomi and can it be removed completely?
Menus. SIM-card MIUI β It's a part of the system interface that's designed to be able to quickly manage mobile networks, and it appears for three main reasons:
- π± Two. SIM-Cards are active: the system offers a choice of the main card for calls / Internet.
- βοΈ Default settings: In some regions (e.g. India, China) the menu is included out of the box.
- π Update MIUI: After upgrading to a new version of the firmware menu can return even if it was previously disabled.
It is not possible to completely remove the menu without root rights β it is a system component, but it can be hidden or minimized. Since MIUI 14, Xiaomi has added the option to disable via settings, however, on some models (for example, Redmi Note 12 Pro+ or POCO F5) it is hidden deep in the menu.
- π οΈ Editing Configuration Files through ADB.
- π² Use of third-party launchers (e.g. Nova Launcher).
- π§ Modification of system APK (root).
β οΈ Note: On HyperOS devices (e.g. Xiaomi 14 or Redmi) K70) Standard methods may not work. Before experimenting, back up your data through Settings. β Memory. β Backup.
Method 1: Disconnect via standard MIUI settings (without root)
The safest method is to use the built-in system options, which is suitable for most models on MIUI 12-15 and HyperOS, but the path to settings may differ:
- Open the Settings. β Connections and sharing (or) SIM-maps and mobile networks).
- Select Control. SIM-cards (on some devices - Double card) SIM mobile).
- Slap the icon. βοΈ in the upper right corner or find the item Show the icon SIM-cards in the notification panel.
- Turn off the slider next to the option Show the menu SIM-maps or quick switching SIM.
If there is no such item, try an alternative path:
- Swipe down to open the notification panel.
- Keep your finger on the badge. SIM-cards (usually near Wi-Fi or mobile data).
- In the menu that appears, select Settings β Hide the icon.
Check the version of MIUI in Settings β About the phone
Make sure that SIM-Cards are recognized by the system (no errors")
Take a screenshot of the current mobile network settings (useful for recovery)
Turn it off. VPN Proxies β they can block changes-->
On some firmware (for example, the global version for Redmi Note 11), the option is hidden, in which case resetting the network settings will help:
- Go to Settings. β SIM-maps and mobile networks β Resetting network settings.
- Confirm action. Once the menu is restarted, the SIM may disappear.
β οΈ Note: Network reset will delete all stored Wi-Fi passwords and associated Bluetooth devices. Do not use this method if you are connected to a corporate network with certificates.
Method 2: Use of the ADB-Teams (for experienced users)
If standard settings donβt work, you can turn off the SIM menu via ADB (Android Debug Bridge), a method that works on most Xiaomi devices, but requires a computer and a developer mode enabled.
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β For Developers and turn on USB Debugging.
Connect your smartphone to your PC through USB-Cable (use the original cable for stability).
ADB Tools
adb
adb devices(Your device with a serial number should appear)
adb shellsettings put global multi_sim_quick_panel_enabled 0Reboot your smartphone.
To return the SIM menu, use the same command by replacing 0 with 1.
| Xiaomi model | Support ADB-method | Notes |
|---|---|---|
| Redmi Note 12 Pro/Pro+ | β Yes. | It runs on MIUI 14 and HyperOS. |
| POCO F5/F5 Pro | β Yes. | Reboot required after the team |
| Xiaomi 13/13 Pro | β οΈ Partially. | Maybe he will come back after the update. |
| Redmi 10A/10C | β Yes. | The global firmware is stable |
π‘
If the adb shell command doesnβt work, try to enter adb root first (some firmware requires superuser rights).
Method 3: Hiding through third-party launchers
If system methods don't work, you can mask the SIM menu with alternative launchers, which doesn't physically remove the menu, but makes it less visible.
The best options for Xiaomi:
- π Nova Launcher: allows you to hide system icons in the notification bar.Install via Google Play.
- πΉ Lawnchair: open launcher with gesture support and panel customization.
- π± Hyperion Launcher: Optimized for HyperOS devices.
Instructions for Nova Launcher:
- Set the launcher and assign it by default.
- Press your finger on the main screen β Settings β Notification panel.
- Turn off the option to Show system icons or add the SIM menu to the blacklist.
- Reset the device.
The downside of the method: when swiping down, the SIM menu may still appear in the system panel, but its icon will be hidden on the main screen.
Nova Launcher|Lawnchair|Standard. MIUI|Hyperion|Other-->
Method 4: Edit system files (requires root rights)
For users with unlocked bootloader and root access (Magisk) there is a radical method - editing the file systemui.apk. This method is risky: if an error is possible bootloop (cyclic reboot).
Step-by-step:
- Install Root Explorer or Mixplorer (with support for root).
- Go to /system/priv-app/SystemUI/SystemUI.apk.
- Copy the file to SD-map or cloud (backup copy!).
- Open the file in APK Editor (such as APKTool).
- Find a line with a mention multi_sim_panel or sim_switch_panel (usually res/values/strings.xml).
- Replace the value from true to false or remove the block of code.
- Save the changes, move the file back to /system/priv-app/SystemUI/.
- Set the correct rights: 644 (rw-r----).
- Reset the device.
β οΈ Note: On HyperOS, the path to the file may be different: /system_ext/priv-app/SystemUI/. Before editing, check the integrity of the file through md5sum.
What if the phone is not turned on after editing SystemUI.apk?
Method 5: Reverse firmware or switch to custom
If the SIM menu came after the MIUI or HyperOS update, you can return the previous firmware version, which is suitable for advanced users, since it requires unlocking the bootloader.
Instructions:
- Download the stable firmware version for your model from the official Xiaomi website.
- Unpack the.tgz file in the folder with the Mi Flash Tool.
- Turn your phone into Fastboot mode (Power + Volume Down).
- Connect to your PC and start the Mi Flash Tool.
- Select the firmware folder and click Flash (select the Clean all option for full cleanup).
Alternatively, install custom firmware (e.g. Pixel Experience or LineageOS) where the SIM menu is not available by default.
- π§ Loss of warranty (if the bootloader is unlocked).
- π± There may be bugs with the camera or sensors (especially on newer models).
- π Updates will have to be installed manually.
π‘
Firmware rollback is an extreme method. Before the procedure, check the compatibility of the MIUI version with your model on the XDA Developers forum.
Frequent Mistakes and How to Avoid Them
When trying to remove the SIM menu, users often face problems, and here are the most common solutions:
| Mistake. | Reason. | Decision |
|---|---|---|
| The menu returns after the reboot | Resetting MIUI settings | Repeat. ADB-command or disable automatic update of system applications |
| ADB does not see the device | Not installed drivers or debugging not included | Install the latest version of ADB and check for USB Debugging |
| The launcher doesn't hide the menu | Systemic constraint MIUI | Try Shizuku + AppOps to block system overlays |
| After editing SystemUI.apk there is no network | SIM configuration file damaged | Restore the original file or run the Magisk module to fix it |
On devices with HyperOS (Xiaomi 14, Redmi) K70) standard ADB-The teams may not work because of the system's changed architecture:
settings put secure sysui_qs_tiles default