How to remove the SIM-card menu on Xiaomi: a complete guide with hidden features

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:

  1. Open the Settings. β†’ Connections and sharing (or) SIM-maps and mobile networks).
  2. Select Control. SIM-cards (on some devices - Double card) SIM mobile).
  3. Slap the icon. βš™οΈ in the upper right corner or find the item Show the icon SIM-cards in the notification panel.
  4. 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:

  1. Swipe down to open the notification panel.
  2. Keep your finger on the badge. SIM-cards (usually near Wi-Fi or mobile data).
  3. 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:

  1. Go to Settings. β†’ SIM-maps and mobile networks β†’ Resetting network settings.
  2. 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:

  1. 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 shell
settings put global multi_sim_quick_panel_enabled 0

Reboot your smartphone.

To return the SIM menu, use the same command by replacing 0 with 1.

Xiaomi modelSupport ADB-methodNotes
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:

  1. Set the launcher and assign it by default.
  2. Press your finger on the main screen β†’ Settings β†’ Notification panel.
  3. Turn off the option to Show system icons or add the SIM menu to the blacklist.
  4. 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:

  1. Install Root Explorer or Mixplorer (with support for root).
  2. Go to /system/priv-app/SystemUI/SystemUI.apk.
  3. Copy the file to SD-map or cloud (backup copy!).
  4. Open the file in APK Editor (such as APKTool).
  5. Find a line with a mention multi_sim_panel or sim_switch_panel (usually res/values/strings.xml).
  6. Replace the value from true to false or remove the block of code.
  7. Save the changes, move the file back to /system/priv-app/SystemUI/.
  8. Set the correct rights: 644 (rw-r----).
  9. 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?
If after replacing the file, the device is stuck on the Xiaomi logo, try: 1. Log in Fastboot (press Power + Volume down). 2. Connect to the PC and restore the original SystemUI.apk via the command: fastboot system system.img flash 3. If there is no backup, reflash the device through Mi Flash Tool (loss of data!).

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:

  1. Download the stable firmware version for your model from the official Xiaomi website.
  2. Unpack the.tgz file in the folder with the Mi Flash Tool.
  3. Turn your phone into Fastboot mode (Power + Volume Down).
  4. Connect to your PC and start the Mi Flash Tool.
  5. 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 rebootResetting MIUI settingsRepeat. ADB-command or disable automatic update of system applications
ADB does not see the deviceNot installed drivers or debugging not includedInstall the latest version of ADB and check for USB Debugging
The launcher doesn't hide the menuSystemic constraint MIUITry Shizuku + AppOps to block system overlays
After editing SystemUI.apk there is no networkSIM configuration file damagedRestore 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

FAQ: Answers to Frequent Questions

Can I remove the SIM menu on Xiaomi without root rights?
In most cases, standard settings are sufficient (Settings) β†’ SIM-map β†’ Hide the menu) or ADB-Ruth is only required for deep editing of system files.
Why did the SIM menu reappear after the MIUI update?
Xiaomi often resets custom settings when major updates. To avoid this, follow the command before updating: settings put global multi_sim_quick_panel_enabled 0 And fix it with Shizuku.
Will the ADB work on the POCO F6 Pro?
Yes, but the POCO F6 Pro (and other new models) may require pre-activation of the Wireless ADB in the developer settings due to HyperOS limitations.
How to return the SIM menu if you need it for work?
Turn it back on through: Settings β†’ SIM-map β†’ Show me the menu, or ADB-Team: settings put global multi_sim_quick_panel_enabled 1.
Is there a risk of losing data when you turn off the SIM menu?
No, if you use standard settings or ADB. The risk only appears when you edit system files (SystemUI.apk) or roll back firmware.