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.
Method 1: Disabling the application (without deleting)
If you just need to hide the application and stop it, use the built-in MIUI settings:
- Open Settings β Applications β Application Management.
- 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:
- 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.stkIf the command fails, try an alternative package:
pm uninstall -k --user 0 com.miui.stkUSB 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.stkMethod 3: Removal with Magisk (for root)
If your Xiaomi has Magisk installed (root rights), you can remove the Sim Toolkit without any system consequences.
- 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:
- Install Titanium Backup from Google Play.
- Give root access.
- Find the Sim Toolkit (or com.android.stk) list.
- Press Freeze!
- Reboot the phone.
| Method | Root is required. | Removes completely | Risk to the system | Recovery |
|---|---|---|---|---|
| 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.