How to delete phone numbers from SIM-Xiaomi maps: all working methods

Removal of contacts with SIM-cards on smartphones Xiaomi, Redmi or POCO It may seem like a trivial task, but in practice, users are faced with a number of nuances, unlike the internal memory of the phone, where contacts are synchronized with a Google Account or Mi Cloud, SIM-The card stores data in an isolated format, which requires a separate approach, and this problem is especially relevant for owners of devices with hybrid slots, where the card is used in a single format. SIM-The card is combined with a memory card – here the risk of accidental deletion of important data is higher.

In this article, we will discuss all the current cleaning methods. SIM-maps: from standard tools MIUI Advanced methods with the use of ADB You will learn how to avoid common mistakes (such as deleting system contacts instead of user ones), how to properly back up before cleaning, and what to do if the phone can’t see. SIM-Contacts after firmware updates. We will pay special attention to models with dual SIM (Xiaomi 13 Pro or Redmi Note 12, where the process has its own characteristics.

Why contact us SIM-Xiaomi card may not be removed?

Before we get to the instructions, it's important to understand why standard methods sometimes don't work.

  • πŸ”’ Protection MIUI: Starting with MIUI 12, the system blocks the direct recording of SIM-Map to prevent accidental deletion of data. This applies to Xiaomi models 11T, Redmi K50 newer.
  • πŸ“± Operator restrictions: Some mobile operators (for example, MTS or Beeline) block editing contacts on the Internet. SIM software-assisted.
  • πŸ› οΈ Faulty File System: If SIM-The card has been used for a long time without formatting, its memory may contain errors that prevent deletion.
  • πŸ”„ Synchronization conflict: If the contacts are duplicated between the two SIM Google Contacts, the system can protect them from changes.

For example, on POCO X5 Pro MIUI 14 Users Often Error β€œCannot Delete Contact” When Trying to Clear SIM This is because the default system tries to sync changes to the cloud, but SIM-Contacts do not support cloud sync. The solution is to disable sync before deleting (more on this in the next section).

πŸ“Š What kind of smartphone you Xiaomi?
Xiaomi (Flagship Series)
Redmi (budget/middle class)
POCO (Game/Production)
Another brand

Method 1: Remove via standard MIUI settings

The easiest method is to use the built-in MIUI tools. It is suitable for most models, including the Xiaomi 12 Lite, Redmi 10C and POCO M5.

  1. Open the Contacts app (an icon with a person’s silhouette).
  2. Click on the three dots in the top right corner and select Contact Management.
  3. Go to the SIM tab (may be called Card 1 or Card 2 for dual models).
  4. Select the desired contacts with a long press or click Select All.
  5. Slip on the basket icon (πŸ—‘οΈ) In the lower menu and confirm the removal.

If the removal button is inactive, check:

  • πŸ“Œ Write Rights: Go to Settings β†’ Annexes β†’ Application management β†’ Contacts β†’ Rights and turn on Warehouse and SMS.
  • πŸ”„ Turn off sync: Settings β†’ Accounts. β†’ Google β†’ Disable contact synchronization.
  • πŸ“Ά Reboot your phone in airplane mode (this will reset the operator’s temporary locks).

Disable sync with Google/Mi Cloud

Check the rights of the "Contact" application

Make a backup copy (export to VCF)

Reboot the phone

-->

On some firmware (e.g. MIUI Global 13.0.4), the menu may look different. If you don't have Contact Management, try an alternative route:

  1. Open the Settings. β†’ SIM-maps and mobile networks.
  2. Choose the right one. SIM-map and tap contact SIM.
  3. Hold your finger on the contact for selection, then press Remove.

πŸ’‘

If the contacts are not deleted by the packet, try to delete them one by one, and sometimes the system blocks bulk operations due to operator restrictions.

Method 2: Use of the "SIM Contacts" application

For devices with custom firmware (such as Xiaomi.eu or LineageOS) or older models (Redmi 4X, Mi A1), the standard menu may not be available, in which case the third-party SIM Contacts app (available on Google Play) will help.

Algorithm of action:

  1. Install the application and provide all the permissions you request (including SMS and storage access).
  2. Choose the right one. SIM-main-menu map.
  3. Press Export to VCF for backup (optional).
  4. Select the contacts and tap Delete.
  5. Confirm the action in the dialog window.

Advantages of this method:

  • πŸ” It works on any firmware, including Custom. ROM.
  • πŸ“Š Shows a busy/free memory SIM-map.
  • πŸ”„ Supports mass removal without restrictions.

⚠️ Attention: Applications for working with SIM-Contacts often request access to SMS. Install them only from official sources (Google Play) and check reviews. MIUI 14+ additionally enable permission to Change system settings in Settings β†’ Special rights.

Method 3: Clean SIM through ADB (for power users)

If standard methods don’t work and apps don’t work, the Android Debug Bridge (ADB) option is still available, which is suitable for tech-savvy users and requires a phone to be connected to a computer.

Preparation:

  1. Turn on Developer Mode on your phone: Settings β†’ About Phone β†’ MIUI version (click 7 times).
  2. Activate Debugging by USB in Settings β†’ Additional β†’ For developers.
  3. Install ADB Tools on your PC.

Cleaning instructions:

adb shell


pm list packages | grep -i sim # find a SIM package (e.g. com.android.simtoolkit)




am start -n com.android.simtoolkit/.SimContactsActivity # Open the SIM- Contact Menu




input tap 500 1000 # Press Emulation (coordinates may differ)



Use input commands to navigate the delete menu

To completely clean all contacts with SIM, you can use the command:

adb shell content query --uri content://icc/adn --where "1" --projection "name, number" # view contacts


adb shell content delete --uri content://icc/adn --where "1" # delete all contacts
ADB Team TeamDescriptionExample of inference
adb devicesChecking the device connectionList of devices attached1234abcd device
adb shell pm list packages | grep simSearch for packages to work with SIMpackage:com.android.simtoolkit
adb shell content query --uri content://icc/adnViewing contacts on SIMRow: 0 name=Ivan, number=+79123456789
adb shell content delete --uri content://icc/adnDeletion of all contacts1 rows deleted

⚠️ Attention: Misuse of the right ADB Before you execute commands, make sure that: The phone is debugging on. USB. Drivers. ADB You have created a backup of contacts (export to the PC) VCF). In the models with MIUI 13+ Additional confirmation on the phone screen may be required when executing commands.

What if the ADB can’t see the device?
1. Check the cable – use the original USB-TypeC from Xiaomi. 2. Update ADB drivers through Device Manager (select β€œUpdate drivers” β†’ β€œSearch on this computer” β†’ specify the folder with the platform-tools). 3. Reboot the phone and PC. 4. On the phone in the β€œDevelopers” menu, turn on β€œDebug over USB (security options)” and confirm trust in this computer. 5. Try another USB port (preferably 3.0).

Method 4: Formatting SIM-maps (extreme method)

If none of these methods work, then the radical solution is complete formatting. SIM-This will delete all data, including messages and operator settings:

  • πŸ—ƒοΈ SIM-The card is filled to the limit (memory is filled").
  • πŸ”§ Contacts are damaged and not readable.
  • πŸ“΅ The card is not defined in some phones (except Xiaomi).

Instructions:

  1. Go to Settings. β†’ SIM-maps and mobile networks.
  2. Select the SIM you want and tap Additional Settings (or SIM settings).
  3. Find Reset SIM or Format SIM.
  4. Enter. PUK-code (if required) can be found on plastic media SIM or request from the operator.
  5. Confirm the action.

After formatting:

  • πŸ“± SIM-The map will be as new as the mobile Internet will need to be set up (APN).
  • πŸ”„ You may need to call the operator to activate the services (for example, MTS Connect or MegaFon Bonus).
  • ⚠️ Some operators block formatting - in this case, contact the communication salon.

πŸ’‘

SIM formatting is a last chance. If the card is physically damaged (for example, after contact with water), it is better to replace it in the operator's office. New SIMs (for example, eSIM or Nano-SIM from Tele2) have more memory and less often fail.

How to Recover Accidentally Remote SIM Contacts?

If you have deleted important numbers from SIM-Cards, chances of recovery depend on several factors:

Recovery methodConditionsEfficiency
Backup copy of VCFYou exported your contacts before you deleted them.100%
Synchronization with GoogleContacts have been synchronized previously80%
Programs like Dr.Fone.SIM-The card was not formatted after removal.30-50%
Appeal to the operatorYou have it. PUK-code10-20%

To recover from backup:

  1. Open Contacts β†’ Settings β†’ Import / Export.
  2. Select Import from the device and specify the.vcf file.
  3. Select the target storage (such as Phone or Google).

If there is no backup, try:

  • πŸ” Check the cart in Google Contacts (stored for 30 days).
  • πŸ“± Use applications like SIM Card Recovery (requires root rights on some firmware).
  • πŸ“ž Contact the operator’s salon with a passport – some (for example, Beeline) store call logs for the last 6 months.

Frequent Mistakes and How to Avoid Them

When working with SIM-contacts on Xiaomi, users often make the following mistakes:

  • πŸ”„ Remove your contacts from Google instead of SIM: Before cleaning, check that you are in the tab. SIM, Not Google or the Device.
  • πŸ“΅ Ignoring Backup: Always Export Contacts to VCF before mass operations. MIUI This is done in contact. β†’ Settings β†’ Exports.
  • πŸ”’ Operator lockdown: Some SIM (For example, corporate ones from MegaFon prohibit editing.
  • πŸ› οΈ Damage to contacts during update: After update MIUI (For example, 13 to 14) contacts can be duplicated. β†’ Annexes β†’ Contacts β†’ Clear the cache.

For example, on Xiaomi 13 Ultra after upgrading to the MIUI 14.0.3 Users complained about the disappearance SIM-Contacts:

  1. Reboot the phone.
  2. Turn it off and turn it on again. SIM-map.
  3. Reset network settings: Settings β†’ SIM-map β†’ Resetting network settings.

πŸ’‘

After removing the contacts, the phone stopped seeing SIM-If you take out the card, clean the contacts (e.g., with a pin-up) and paste it back in. On hybrid slot models (e.g., Redmi Note 11), check if the card is installed correctly - the metal contacts must be facing downwards.

Can I delete SIM contacts if my phone is locked?
No, it's not possible without standard methods to unlock the screen. SIM-I'll put it in another unlocked phone. ADB (if debugging is on USB) With the command: adb shell content delete --uri content://icc/adn In the models with MIUI 12+ This will require confirmation on the phone screen, which is impossible when blocking.
Why do contacts appear again after removal?
It's because of this: πŸ”„ Autosynchronize with Google or Mi Cloud. Turn it off in Settings β†’ Accounts. πŸ“± Duplication between SIM Check the tabs in the Contacts app. πŸ”„ Restore from backup. If you've recently dropped your phone, contacts may have been recovered from the backup. Solution: Before deleting, turn off sync and check all contact repositories.
How to delete contacts with eSIM on Xiaomi?
For eSIM (virtual) SIM-maps) process is similar: Open Settings β†’ SIM-maps and mobile networks β†’ Select eSIM profile and tap Contact Management. delete unnecessary numbers (the interface is identical to the physical one). SIM). On Xiaomi 13 Lite and POCO F5 eSIM-enabled applications can also be used by an operator (e.g., MTS Connect or Beeline eSIM) to manage contacts.
How many contacts can be stored on SIM-mapping?
Capacity depends on the type. SIM: Standard. SIM: 200–250 contact. Micro/SIM Nano: 250–500 eSIM: up to the eSIM 1000 contact (depends on the operator, SIM-map2 And Iota is backed up to 500 contact, and MTS - before 300. Check the free space in the Contact menu SIM β†’ Settings.
Can I transfer SIM contacts to internal memory without a computer?
Yes, for this: Open Contacts β†’ Settings β†’ Import / Export. Select Export with SIM and specify the purpose (Phone or Google). Confirm the transfer. On MIUI 14, the option to copy all contacts with SIM is also available when you first start the Contacts application.