How to permanently remove the SIM-card menu in the curtain Xiaomi: from simple settings to deep edits

Inscription Β«SIM-The β€œcard” or operator icon in the top curtain of Xiaomi annoys many users – especially if you only use one card or do without them at all (for example, on Wi-Fi tablets). Not only does this element take up space in the notification bar, but it can also accidentally activate when swipes open up an unnecessary menu of mobile network selection. Fortunately, there are several ways to hide it from standard settings. MIUI Prior to editing system files for advanced users.

In this article, we will discuss 5 working methods relevant to the MIUI 12-15 (including global and Chinese firmware versions) You will learn how to remove the menu SIM-Root-free cards, using ADB-What to do if the icon returns after the reboot.Separately, we will focus on the nuances for models with two SIMs (Redmi Note 12 Pro)+, POCO X5 Pro) and devices without physical slots (Xiaomi 13 Ultra with eSIM).

Why the menu SIM-The card appears in the curtain and can it be turned off forever

Badge SIM-Notification panel maps are part of the system interface MIUI, It's a very fast mobile network setup that duplicates the quick mobile network settings, and it comes up for three main reasons:

  • πŸ“± Active. SIM-Slot card (even if not used for calls/internet).
  • πŸ”„ Double. SIM-The mode on devices with two slots (for example, Redmi Note 11 Pro) 5G).
  • πŸ“Ά Automatic connection to mobile data without Wi-Fi.

In most cases, the menu can be removed, but there are nuances:

  • βœ… Nana MIUI 14+ (Global version) has a built-in option to hide through settings.
  • ⚠️ Chinese firmware (for example, for Xiaomi) 12S Ultra may be required ADB.
  • ❌ On some eSIM models (e.g. Xiaomi) 13T Pro) the icon will return after the update.
πŸ“Š What kind of smartphone you Xiaomi?
Redmi (Note/Pro series)
POCO (F/X/M)
Xiaomi (digital series)
Black Shark
Other

Before you start settings, check if the problem is temporary. SIM-The card appears due to a malfunction of the TeleService module (responsible for mobile communication).Reboot the device - if the menu disappeared, the reason was in the software.

Method 1: Disable via notification settings (without root)

The simplest method that works on MIUI 12-15 (Global and European versions) Suitable for users with menus SIM-The card appears as a notification, not as a permanent panel element.

  1. Open Settings β†’ Notifications and Status bar β†’ Notification management.
  2. In the list of applications, find Β«SIM-maps" (or com.android.phone).
  3. Turn off the β€œShow notifications” switch.
  4. Go back and restart your smartphone.

If the paragraph Β«SIM-No map on the list, try an alternative path:

  1. Put your finger on the badge. SIM-cards in a curtain for 2-3 seconds.
  2. In the window that appears, click β€œNotification Settings”.
  3. Turn off all permissions for this element.

β˜‘οΈ Preparation for deactivation of notifications SIM-map

Done: 0 / 4

Method limitation: On some firmware (e.g. MIUI 13 for POCO F4 GT), this only hides notifications, but does not remove the icon from the panel.

Method 2: Hiding through Control Panel (MIUI 14+)

In the new versions MIUI 14 and 15 there is an option to customize quick settings, which allows you to remove unnecessary items, including the menu SIM-Instructions:

  1. Swipe down to open the curtain and click on "Edit" (pencil icon).
  2. Find the tile Β«SIM-map" or "Mobile dataΒ».
  3. Drag it to the Unused section (bottom of the screen).
  4. Save the changes and restart the device.

If the tiles are not on the list, try an alternative path:

  1. Go to Settings. β†’ Control panel.
  2. Select "Tile settings."
  3. Turn off the slider next to Β«SIM-mapΒ».
What to do if the tile SIM-The map is not displayed in the editor?
So that means that the element is fixed at the system level. ADB (Method 4) or disable mobile data completely in the settings SIM-map.

Important: on some models (Redmi K50 Pro, Xiaomi 12 Lite) after the MIUI update, the tile may return, in which case you will have to repeat the procedure or use more radical methods.

Method 3: Disabling mobile data for SIM-map

If you do not use mobile Internet or calls, you can completely deactivate SIM-This automatically removes the menu from the curtain:

  1. Open the Settings. β†’ SIM-maps and mobile networks.
  2. Choose the right one. SIM-card (if two of them).
  3. Turn off the switches: πŸ“Ά Mobile data πŸ“ž Incoming calls πŸ“© SMS

Save the changes and restart the phone.

For devices with two SIM-map (POCO X4 Pro 5G, Redmi Note 11S) You can just keep one card active and deactivate the other card, and that reduces the amount of unnecessary elements in the curtain.

⚠️ Note: if you use eSIM (e.g. on Xiaomi 13 Lite), a complete disconnection of mobile data may cause the communication module to malfunction.

Method 4: Remove via ADB (for advanced users)

If standard methods do not help, you can turn off the menu. SIM-map ADB-This method works on all versions. MIUI, But it requires a computer connection.

What you need:

  • πŸ–₯️ Computer with installed ADB Tools.
  • πŸ“± Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press to unlock the developer mode, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ Cable USB (preferably original).

Step-by-step:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Execute the command to hide the menu SIM-Maps: adb shell settings put global sim_toolkit_ui 0
  5. Reboot your phone: adb reboot

If after rebooting the menu SIM-The cards are back, try an alternative command:

adb shell pm disable-user --user 0 com.android.stk

⚠️ Attention: on some firmware (MIUI 13 for POCO F3 GT) These commands can cause a mobile malfunction. Create a backup copy through Settings before execution. β†’ Additionally. β†’ Backup and reset.

πŸ’‘

If ADB Does not recognize the device, try reinstalling drivers through the Mi Flash Tool or using another one USB-port.

Method 5: Editing System Files (requires root)

The most radical method is to delete the system file responsible for displaying the menu. SIM-It requires root rights and only works on unlocked downloaders, suitable for users who are willing to sacrifice a guarantee for the sake of clean interface.

Instructions:

  1. Install Root Explorer or similar file manager with root support.
  2. Cross the path: /system/priv-app/Stk/Stk.apk or (for new versions) MIUI): /system/system_ext/priv-app/Stk/Stk.apk
  3. Rename the Stk.apk file to Stk.apk.bak (this will disable its execution).
  4. Reset the device.

If there are errors with mobile communication after the reboot, return the file to its original name.

MethodDifficultyRequired. root/ADBWorks after the updateRisk of failure
Disabling notifications⭐❌ No.βœ… Yes.❌ Low.
Control panel editing⭐⭐❌ No.⚠️ Partially.❌ Low.
Disconnecting mobile data⭐❌ No.βœ… Yes.⚠️ Medium (if you use eSIM)
ADB-teamβ­β­β­βœ… ADB⚠️ No, after the update)⚠️ Medium.
Editing system filesβ­β­β­β­βœ… Root❌ No.❗ High-pitched

πŸ’‘

The safest method is to disable notifications (Method 1). If it doesn't work, try editing the Control Panel (Method 2). ADB and root only if you're ready for possible crashes.

What to do if the menu SIM-The card returned after the update.

One of the most common frustrations of Xiaomi users is the return of hidden elements after the MIUI update, which happens because the system settings are reset to default values.

  1. Repeat the selected method (for example, turn off notifications again or follow the ADB-team).
  2. Reverse to the previous version of MIUI (if the update brought more bugs than good). To do this: Download the desired firmware from miuirom.org. Use Settings β†’ System Update β†’ Three dots β†’ Select a firmware file.

Install custom firmware

Xiaomi.eu

Pixel Experience

If you don't want to waste time re-setting, consider automating. With AutoJS, you can create a script that will disable the menu. SIM-cards after each reboot.

FAQ: Frequent questions about the menu SIM-maps on Xiaomi

Can I remove the menu? SIM-Xiaomi cards without root?
Yes, 80 percent of the time, this is possible with standard tools (Methods 1-3) or through ADB (Method 4). Root is only required for deep editing system files (Method 5).
Why After Disabling Mobile Data, the Icon SIM-maps remain?
This means that the menu is not tied to the mobile Internet, but to the module itself. SIM-Try Method 2 (Edit Control Panel) or Method 4 (ADB).
Will it work? ADB-firmware?
Yes, but on some Chinese versions. MIUI (For example, for Xiaomi 12 Pro Dimensity Edition may require additional command: adb shell settings put global sim_toolkit_ui_disabled 1
How to return the menu SIM-cards if needed for roaming?
If you have previously hidden the menu through ADB or root, do the reverse: ADB: adb shell settings put global sim_toolkit_ui 1 For root: rename Stk.apk.bak back to Stk.apk.
Is there a risk of losing contact after hiding the menu? SIM-map?
There is no risk with Methods 1-3. With ADB (Method 4) or root (Method 5), you may crash if you type commands incorrectly or delete critical files. Always back up!