Safe Mode on Xiaomi Redmi smartphones is a diagnostic tool that is automatically activated when a system or application crashes. In this mode, the device loads only with basic functions, disabling all third-party programs, most often users encounter it after a failed update, application conflict or mechanical damage (for example, a phone crash).
The problem is that the way out of Safe Mode isnβt always obvious: on some Redmi models (like the Redmi Note 10 Pro or Redmi 9A), standard power button retention doesnβt work. Moreover, if the phone is stuck in safe mode after resetting or firmware, a comprehensive approach may be needed β from rebooting to manually deleting system files. In this article, weβll look at all the current methods, including hidden MIUI features that are rarely mentioned in official documentation.
Why does Redmi phone boot in Safe Mode?
There are several reasons why Xiaomi has activated Safe Mode, and understanding them will help you avoid repeated failures:
- π Application Conflict: Installation of Incompatible APK Update of system software (e.g. Google Play Services) may cause automatic reboot in safe mode.
- π± Mechanical damage: A phone drop or moisture sometimes leads to the power button contacts being closed, which the system perceives as a command to enter Safe Mode.
- β‘ Failed Update: If the firmware MIUI interrupted (for example, due to battery discharge), the phone may freeze in diagnostic mode.
- π§ Manual turn on: On some Redmi models (for example, Redmi 8) long-term hold of the power button + Volume down force activates Safe Mode.
It is important to distinguish safe mode from other problems: if the screen displays the message Safe Mode in the lower left corner, this is it. If the phone just slows down or does not respond to touch, the cause may be different (for example, overheating of the Snapdragon or Mediatek processor).
Method 1: Standard Reboot (works 80% of the time)
The simplest method is a regular reboot, and most Redmi models (including the Redmi Note 11, Redmi 10, Redmi 9T) work the first time:
- Hold the Power button for 10-15 seconds until the screen goes out.
- Wait 30 seconds (donβt turn on your phone right away!)
- Press Power again for normal download.
If the Safe Mode label is still there after the reboot, try the alternative:
- π Turn off the phone completely (hold power). + Volume up 20 seconds).
- π΄ Extract. SIM-Memory card (if any) for 1 minute.
- π Turn on the device without cards β sometimes a conflict with the communication module causes a freeze in Safe Mode.
βοΈ Preparations for reset
β οΈ Warning: If the phone doesnβt respond to the power button holding, donβt try to disassemble it yourself β on Redmi models with a non-removable battery (for example, Redmi). K50) This can damage the display plume. Instead, try the way with a PC connection (described below).
Method 2: Disable via the notification menu (for MIUI 12-14)
The latest versions of MIUI (starting with MIUI 12) have the ability to exit Safe Mode via the notification panel, which works even if the phone doesn't respond to the power button:
- Swipe your finger down from the top of the screen to open the notification bar.
- Find the Safe Mode notification enabled (usually at the top of the list).
- Slip it and select Disable it.
If there is no notification, try an alternative path:
- π± Go to Settings. β Annexes β Application management.
- π In the search box enter Safe Mode.
- π« Select the option to Disable (if active).
Some firmware (e.g. Redmi Note 9 Pro with MIUI 11) may not have this item, so move on to the next method.
π‘
If the notification bar doesnβt open, try swiping from the top right corner of the screen β on some Redmi models, the gesture is different from the standard one.
Method 3: Reset your settings via Recovery Mode (if the phone is getting stuck)
If Redmi does not leave Safe Mode after the reboot and the standard methods do not work, it will require a Recovery Mode boot, which is suitable for all models, including the Redmi 7, Redmi 8A and newer ones.
Instructions:
- Turn off the phone (hold Power + Volume up 15 seconds).
- Press the Power + Volume combination up and hold until the Mi logo appears.
- From the Recovery menu, select Wipe & Reset β Wipe All Data (use volume buttons for navigation and power button for confirmation).
- Confirm the reset, wait for the process to be completed and restart the phone.
| Model Redmi | Combination for Recovery | Notes |
|---|---|---|
| Redmi Note 10/11/12 | Food + Volume up | Hold 10-15 seconds |
| Redmi 9/9A/9C | Food + Volume up | It may take 2-3 attempts. |
| Redmi K40/K50 | Food + Volume up | Some firmware works Power + Volume down |
| Redmi 8/8A | Food + Volume up + Volume down | All three buttons need to be pressed simultaneously. |
β οΈ Note: Recovery removes all data from your phone, including photos, contacts and apps. If your device is synced to Mi Account, some of the data (contacts, notes) can be restored after you log in. However, media files (photos, videos) will be lost irretrievably if there was no backup.
Method 4: Remove the problem application via ADB (advanced method)
If Safe Mode is activated because of a conflict with a particular application, but you don't know which one, you can use ADB (Android Debug Bridge) to diagnose, a technique that requires a PC and a little bit of technical skill, but allows you to save data on the phone.
Step-by-step:
- Download and install ADB Tools on your computer.
- Connect Redmi to the PC via USB-Cable (use the original cable from Xiaomi!).
- Turn on USB Debugging: Go to Settings β About Phone β MIUI Version. Tap the MIUI Version 7 times to activate Developer Mode. Go back to Settings β Additional β For Developers and enable USB Debugging.
adb devicesIf the phone is determined, do:
adb shell pm list packages -f | grep "/data/app"This command will display a list of all installed applications.
adb uninstall com.example.appReplace com.example.app with a real application package.
adb rebootIf Safe Mode turned off after removing the apps, the problem was that they were there. To avoid repeated crashes, install the apps again from an official source (Google Play or Mi App Store).
How to find the package name of the application?
Method 5: Manual deletion of file safe_mode (power-user)
In rare cases, Safe Mode remains active because of a corrupted system file, and some MIUI firmwares allow you to manually delete the file via ADB or root file manager.
Instructions:
- Connect your phone to your PC and activate ADB (as in the previous method).
- Enter the command to check for the presence of the file: adb shell ls /data/property/persist.sys.safemode If the file exists, delete it: adb shell rm /data/property/persist.sys.safemode
- Reboot the device: adb reboot
In such cases, it is recommended that:
- Contact the official Xiaomi service center (warranty repair is possible if the phone is not unlocked or has not undergone self-repair).
- If the warranty is over, find a proven service with good reviews (for example, on Yandex.Maps or 2GIS).
- Before visiting the service, make a backup copy of data via Mi PC Suite (if the phone is turned on at least somehow).
The cost of repairs in informal services varies:
| Type of malfunction | Average price (β½) | Duration of repairs |
|---|---|---|
| Replacement of the power button | 800β1 500 | 1-2 hours |
| Diagnosis of the motherboard | 500β1 000 | 1 day |
| Flashing through EDL | 1 500β3 000 | 2-3 hours |
| Battery replacement | 1 200β2 500 | 1 hour |