How to completely remove the app "Menu" SIM-maps on Xiaomi: from disconnection to uninstallation ADB

Annex β€œMenu” SIM-*Sim Toolkit (or Sim Toolkit) STK) It is automatically installed on all Xiaomi smartphones when activated for the first time. SIM-For most users, it is useless, its functions are duplicated by standard Android settings, and notifications about β€œoperator services” are only annoying. β†’ The Remove button apps are often inactive, and disabling through the menu doesn’t remove it from the list.

In this article, 5 ways to get rid of the β€œmenu” SIM-Maps" on Xiaomi in 2026, including root-free and using methods ADB. We will explain why the application returns after resetting, how to hide it without deleting it, and what to do if the mobile network disappears after uninstallation. POCO on MIUI 12-14 and HyperOS.

Why "Menu" SIM-The cards cannot be removed in the standard way.

The Sim Toolkit application belongs to the category of system services that are integrated into the MIUI firmware.

  • πŸ”„ Restores after resetting to factory settings or upgrades MIUI.

Xiaomi does not provide an official way to remove the app, as it is considered part of the carrier’s mandatory service package, but there are workarounds ranging from simply disabling to completely uninstalling it via ADB or Magisk.

πŸ“Š You tried to remove the "Menu" SIM-maps before?
Yes, but without success.
Yeah, it worked.
No, I just turned it off.
I haven't tried.

Method 1: Disabling the application (without deleting)

If you just need to hide the application and stop it, use the built-in MIUI settings:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, enter β€œMenu” SIM-maps or Sim Toolkit.

βœ… Pros: does not require root rights, is safe for the system.

❌ Cons: The app will remain on the list, and its cache and data will take up space (usually 5-15 MB).

πŸ’‘

If the application appears again after disabling, check the settings SIM-Maps in the operator's menu (sometimes services) STK activated automatically when connected to the network).

Method 2: Removal via ADB (without root)

A full uninstallation without superuser rights would require USB debugging and a computer, a method that works on most Xiaomi models, but requires caution.

Steps:

  1. Turn on USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging.

Connect your phone to your PC

ADB Tools

Google's official package

Open the command line.

ADB

and enter:

adb shell


pm uninstall -k --user 0 com.android.stk

If the command fails, try an alternative package:

pm uninstall -k --user 0 com.miui.stk

USB debugging enabled

Installed drivers Xiaomi on PC

Download the ADB Tools package

The phone is connected in file transfer mode (MTP).

Backup copy of data created-->

⚠️ Attention: after deleting "Menu" SIM-maps** through ADB Some functions of the operator may be lost (for example, USSD-In this case, restore the application with the command:

cmd package install-existing com.android.stk

Method 3: Removal with Magisk (for root)

If your Xiaomi has Magisk installed (root rights), you can remove the Sim Toolkit without any system consequences.

  1. Open App Systemizer and search com.android.stk or com.miui.stk.

⚠️ Warning: Hiding the icon doesn't stop the Sim Toolkit background processes.The app will still consume resources and can send notifications.

Method 5: Locking through Titanium Backup (for root)

Titanium Backup allows you to not only delete, but also β€œfreeze” system services, which is useful if you want to test the consequences of deleting without risk.

Instructions:

  1. Install Titanium Backup from Google Play.
  2. Give root access.
  3. Find the Sim Toolkit (or com.android.stk) list.
  4. Press Freeze!
  5. Reboot the phone.
MethodRoot is required.Removes completelyRisk to the systemRecovery
Disconnection in settings❌ No.❌ No.βœ… No.Turn it back on
ADB❌ No.βœ… Yes.⚠️ Medium.Install-existing team
Magiskβœ… Yes.βœ… Yes.⚠️ Medium.Reinstallation of the module
Titanium Backupβœ… Yes.❌ Freezes.βœ… Low.Defrosting
Hiding at the launcher❌ No.❌ No.βœ… No.Bring back the icon

πŸ’‘

The safest method is to disable via settings or hide in the launcher. Complete removal (ADB/root) can disrupt the mobile network, especially on customized firmware.

Frequent mistakes and their solutions

When removing the "Menu" SIM-Maps"** Users are faced with typical problems. Here's how to solve them:

  • 🚫 Failure's mistake [DELETE_FAILED_INTERNAL_ERROR]Β» into ADB: Reason: Application is protected MIUI. Solution: Use the pm uninstall command --user 0 com.android.stk instead of the standard.
  • πŸ“΅ Mobile network missing after deletion: Return the application with the command cmd package install-existing com.android.stk and restart the phone. If it does not help, reset the network settings.
  • πŸ”„ The app returns after update MIUI: This is normal behavior, system applications are restored when you update the firmware. Repeat deletion through ADB.
Can I remove the "Menu" SIM-cards without a computer?
Yes, but with limitations: No root rights, you can only disable the app in the settings or hide its icon. With root rights, use Titanium Backup or System App Remover (available on Google Play). Complete removal without a PC is only possible on firmware with an unlocked bootloader.
Why does the app reappear after being deleted via ADB?
This is due to: Updates MIUI: System applications are restored when you install a new firmware version. Settings reset: factory reset returns all preinstalled services. Operator actions: some SIM-cardholders are forced to STK Solution: Re-run pm uninstall or use Magisk to block automatic installation.
Is it safe to remove the "menu" SIM-maps on Xiaomi?
For most users, yes, but there are nuances: βœ… This does not affect the functionality of the phone if you do not use the operator’s services (balance, rates, etc.). ⚠️ On some firmware (for example, for Xiaomi Redmi Note 10 Pro) deletion can break USSD-Requests (e.g. *100# for balance checks). πŸ”„ If there are problems, the application can always be restored through ADB or-reset.
How to remove the "Menu" SIM-maps on Xiaomi with HyperOS?
HyperOS (New Shell from Xiaomi) uses the same system packages as the MIUI 14. Instructions are no different: To disable: Settings β†’ Annexes β†’ Menus. SIM-map β†’ To disable, to remove through ADB: Same command pm uninstall -k --user 0 com.android.stk. Please note: HyperOS may require additional confirmation to debug USB (Enable debugging in the background in the developer settings).
Is there an alternative to removal?
If you don't want to take risks, try: Disable notifications: go to the app settings and stop showing notifications. Limit background activity: in the app menu, select Battery β†’ Limit background activity. Use a third-party launcher: for example, Nova Launcher allows you to hide system applications.