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:
- Open the Settings app (cog icon).
- Go to Passwords and Security section.
- Select the emergency item SOS (or SOS-messages on some models).
- Turn off the slider Send SOS-message.
- 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:
- Swipe your finger down to open the notification panel.
- Find a notification with the text SOS Mode activated or Sending emergency messages.
- 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:
- Open the Settings. β The phone.
- Tap 7 times on the MIUI version to activate Developer Mode.
- Return to the main settings menu and select Additional β Reset.
- Select Reset application settings (not Reset to factory!).
- 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?
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 0Method 2: Through SQLite Editor (root required):
- Install the SQLite Editor app from Google Play.
- Open the database /data/data/com.android.providers.settings/databases/settings.db.
- Find the global table and change the values: emergency_sms_enabled β 0 emergency_sos_enabled β 0
Reset the device.
| Method | Root is required. | Risk of failure | Efficiency |
|---|---|---|---|
| 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:
- Install the Button Test app from Google Play and check the reaction of the power button.
- 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.
- 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:
- Download the official firmware for your model from en.miui.com.
- Unpack the archive in a folder with Fastboot tools.
- Connect your phone to Fastboot (Power + Volume Down)
- 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).