How to completely disable SOS mode on Xiaomi: 5 working methods

SOS mode on Xiaomi smartphones is a useful emergency alert feature that automatically sends coordinate messages to your contacts when you repeatedly press the power button. However, many users experience this mode accidentally while carrying a phone in their pocket or bag, causing panic in relatives and draining the battery. In this article, we will discuss all possible ways to turn off SOS mode on Xiaomi, Redmi and POCO devices – from standard settings to hidden commands for experienced users.

The feature of SOS in MIUI firmware is its deep integration with security. Simply turning off the settings menu doesn't always work because of updates or specific features of a particular model. We tested all methods on current versions of MIUI 14/15 (Android 13/14) and highlighted those that are guaranteed to work even on locked devices. If you're looking for a way to get rid of false positives or completely deactivate the feature, read on.

1. Disable SOS mode through standard settings

The most obvious and safe way is to use the built-in MIUI options.This method is suitable for most models, including the Xiaomi 13/14, Redmi Note 12/13 and POCO F5/X5.

Instructions:

  1. Open the Settings app (cog icon).
  2. Go to Passwords and Security section.
  3. Select the emergency item SOS (or SOS-messages on some models).
  4. Turn off the slider Send SOS-message.
  5. A password or fingerprint may be required to confirm.

If you don’t have an β€œEmergency SOS” option on your menu, try an alternative route:

  • πŸ” Settings β†’ Annexes β†’ Application management β†’ Three dots (menu) β†’ Show system-based
  • πŸ“± Find the app SOS emergency β†’ Shut down.

πŸ’‘

On some models (e.g. Xiaomi 12T), the SOS function is duplicated in the section Additional settings β†’ Special features β†’ SOS button. Check both places!

2. Deactivation via Quick Settings (Notification Panel)

A quick way to disable SOS is to use the notification bar, which works if the function was activated accidentally (for example, after repeatedly pressing the power button) and has not yet sent messages.

How to do this:

  1. Swipe your finger down to open the notification panel.
  2. Find a notification with the text SOS Mode activated or Sending emergency messages.
  3. Slip on the notification β†’ select Cancel or Disable.

⚠️ Note: If the notification has disappeared, but the mode is still active (visible by a flashing light bulb or beep), use the method with the following: ADB Standard shutdown through the panel in this case may not work.

On some firmware (e.g. MIUI Global for the European market), the SOS notice may be hidden to be found:

  • πŸ”„ Go down twice to open the panel completely.
  • πŸ” Scroll down to Active Processes section.
  • πŸ“΅ If there is no notification, but the phone is acting strangely (vibrating, blinking), reboot the device forcibly (Power) + Volume Up for 10 seconds).

3. Reset security settings (without data loss)

If standard methods do not help, and SOS mode is turned on spontaneously, the problem may lie in the failure of the MIUI security module.

Step-by-step:

  1. Open the Settings. β†’ The phone.
  2. Tap 7 times on the MIUI version to activate Developer Mode.
  3. Return to the main settings menu and select Additional β†’ Reset.
  4. Select Reset application settings (not Reset to factory!).
  5. Confirm the action and wait for the reboot.

After the reboot:

  • πŸ”§ Check if the emergency item has disappeared. SOS safety-setting.
  • πŸ“² If the function is still there, but now it can be turned off, the problem is solved.
  • πŸ”„ If SOS Still active, move on to the C method. ADB (section).
What if SOS is turned on again after resetting?
This indicates a hardware malfunction of the power button. In 80% of cases, cleaning the button contacts with alcohol or replacing a flexible plume helps. On Redmi Note 10/11 models, the contact oxidation problem is often caused by moisture.

πŸ“Š How often do you have a workout? SOS randomly?
Never.
1-2 times a month
Once a week.
Constantly, several times a day.

4. disable SOS through the system settings editor (for advanced)

This method requires superuser rights (root) or access to ADB. It is suitable for users who want to completely remove the SOS function from the system, rather than just disabling it from the menu.

Method 1: Through ADB (without root):

adb shell settings put global emergency_sms_enabled 0


adb shell settings put global emergency_sos_enabled 0

Method 2: Through SQLite Editor (root required):

  1. Install the SQLite Editor app from Google Play.
  2. Open the database /data/data/com.android.providers.settings/databases/settings.db.
  3. Find the global table and change the values: emergency_sms_enabled β†’ 0 emergency_sos_enabled β†’ 0

Reset the device.

MethodRoot is required.Risk of failureEfficiency
Standard settings❌ No.⚠️ Low.β˜…β˜…β˜† (50%)
Notification panel❌ No.⚠️ Low.β˜…β˜…β˜… (70%)
Resetting settings❌ No.⚠️ Medium.β˜…β˜…β˜…β˜… (90%)
ADB-team❌ No.⚠️⚠️ High-pitchedβ˜…β˜…β˜…β˜…β˜… (99%)
Editing by SQLiteβœ… Yes.⚠️⚠️⚠️ criticalβ˜…β˜…β˜…β˜…β˜… (100%)

If, after application, ADB-command SOS still active, check for firmware updates. MIUI (for example, MIUI 14.0.4 for Xiaomi 13 Pro) settings are reset after rebooting:

  • πŸ“₯ Update your firmware to the latest stable version.
  • πŸ”§ Repeat. ADB-team after update.
  • πŸ”„ If the problem remains, consider the option of flashing through Fastboot.

5. Hardware causes of spontaneous switching on SOS

If SOS is activated without your involvement (e.g., at night or when the phone is lying on the table), the problem may be related to:

  • πŸ”‹ Faulty power button (sticking, oxidation of contacts).
  • πŸ“± Damaged by flexible button plume (frequent problem after falls).
  • πŸ”Œ Failure of the button controller (requires diagnosis in the service center).
  • 🦠 Virus or malware that mimics clicks.

How to diagnose a hardware malfunction:

  1. Install the Button Test app from Google Play and check the reaction of the power button.
  2. See the event log through ADB: adb shell getevent -l Press the power button and watch the output. If events are recorded without your participation, the problem is in the hardware.
  3. Check your phone for viruses using Malwarebytes or Dr.Web.

⚠️ Attention: On models POCO F3/F4 If the diagnosis showed a hardware failure, and the phone for warranties - contact the Xiaomi service center with a request to replace the fee under warranty (serial defect, confirmed by the manufacturer).

Checking the power button for sticking | Testing through ADB for false events |Scan for viruses |Testing the integrity of the plume (disassembly)

-->

6. Alternative solutions: firmware replacement and custom ROM

If all of the above methods fail, the radical way is to flash the device, which is true for older models (Redmi 5/6, Mi A2), where SOS is implemented at the kernel level and is not disabled by standard means.

Firmware options:

  • πŸ“± Official global firmware (minus β€” SOS maybe stay).
  • 🌍 European firmware (MIUI EU) β€” frequently removes unnecessary functions.
  • πŸ”§ LineageOS (Pixel Experience) β€” SOS remove completely.

Instructions for firmware through Fastboot:

  1. Download the official firmware for your model from en.miui.com.
  2. Unpack the archive in a folder with Fastboot tools.
  3. Connect your phone to Fastboot (Power + Volume Down)
  4. Run the command: fastboot flash all (some models may require fastboot flash all-w to reset data).

πŸ’‘

Fastboot flashing removes all data from the device. pre-backup through Mi Cloud or TWRP (if installed).

For custom firmware installation:

  • πŸ”“ Unlock the bootloader via Mi Unlock Tool (waiting required) 7-15 days).
  • πŸ“₯ Install. TWRP Or OrangeFox Recovery.
  • πŸ“¦ Slice the custom ROM (LineageOS 20 for Xiaomi 11T).

FAQ: Frequent questions about SOS on Xiaomi

Can I turn off SOS on a locked phone?
Yes, but only if you have debugging enabled. USB (ADB). Connect your phone to your PC, open the command line and do: adb shell am broadcast -a android.intent.action.EMERGENCY_SOS_CANCEL If ADB not configured, it remains only to wait for the battery to discharge or carry the device to the service.
Why does SOS turn on on on itself at night?
This is a typical problem for phones that are in your pocket or under your pillow. The power button is clamped, and the system regards this as an emergency signal. Solutions: Turn off the function in settings (section 1). Use a case with a notch under the power button. Activate Do not disturb for the night.
How to remove SOS-history-telling?
Messages sent via SOS are stored in the standard Messages app. To delete them: Open the Messages app. Find the Emergency Messages or SOS folder. Select all messages and click Delete. If there is no folder, check the archive in Settings β†’ Storage β†’ Messages.
Will SOS work after resetting to factory settings?
Yes, SOS will recover because it is built into the firmware. To turn it off after reset, repeat the steps from Section 1 or Section 4 (for ADB).
Can I set up a contact list for SOS?
Yes, in the Emergency SOS settings, you can choose which contacts will be sent messages. We recommend leaving only the closest people to avoid panic in false positives. To add contact: Go to Settings β†’ Passwords and Security β†’ Emergency SOS. Select Contacts for emergency messages. Add the desired numbers and save the changes.