Safe Mode on Xiaomi: How to Turn on and Out Right

Why You Need Safe Mode on Xiaomi and When to Use It

Safe Mode on Xiaomi, Redmi and POCO smartphones is a diagnostic mode that loads a system with a minimum set of drivers and disables all third-party applications. It becomes an indispensable tool when the device starts to β€œglut”: spontaneously reboot, slow down or issue errors like com.android.phone stopped. In 80% of cases, the culprit of such problems are recently installed programs that conflict with the MIUI firmware.

Specific scenarios when to boot into Safe Mode:

  • πŸ”„ Xiaomi smartphone is cyclically restarted (bootloop) after installing an update or application.
  • 🐒 The system is slowing down, although in Settings β†’ Battery no background processes.
  • πŸ“± The screen is blocked by arbitrary gestures (virus or launcher failure).
  • πŸ”Š The sound is lost or distorted after connecting the headphones.
  • πŸ“Ά Mobile network or Wi-Fi is disabled immediately after connection.

It’s important to understand that Safe Mode doesn’t delete data or reset settings; it just temporarily disables all user applications, leaving only system services, and it can reveal whether problems are related to software or hardware (such as a damaged battery or memory module).

πŸ“Š How often do you use safe mode on Xiaomi?
Never tried.
1-2 times a year
Only in critical failures
Regularly for diagnosis

Method 1: Classic input via power buttons (works on 90% of models)

It’s a versatile method that works on most Xiaomi devices, from the Redmi Note 4X (2017) to Xiaomi’s flagship 14 Ultra (2026).The algorithm is the same for all MIUI versions, including MIUI 14 and HyperOS.

  1. Turn off the smartphone with a long press on the power button (10-15 seconds) until the screen goes out.
  2. Hold the power button until the Mi logo appears (usually 3-5 seconds).
  3. As soon as the logo appears, immediately press and hold the Volume Down button.
  4. Do not let go of Volume Down until the bottom left corner of the screen says Safe Mode (usually 10-20 seconds).

If the screen is locked with a password, unlock it – the standard pattern lock or PIN works in Safe Mode. Please note: on some models (for example, POCO F5), a watermark Safe Mode at the bottom of the screen may appear instead of the inscription.

Holding the power button until the Mi logo appeared

Immediately after the logo pinched Volume Down

Volume Down has not let go 15+ seconds

The screen reads "Safe Mode"

-->

⚠️ Note: On HyperOS devices (e.g. Xiaomi) 13T Pro) the retention time of Volume Down can be increased to 25 seconds. If the inscription does not appear, try again, holding the button longer.

Method 2: Sign in via the Recovery Menu (for advanced users)

If the smartphone does not respond to buttons or is stuck on the logo, you can log into Safe Mode via Mi Recovery. This method is suitable for devices with an unlocked bootloader or custom firmware, but requires caution - improper actions in Recovery can lead to a data reset.

Instructions:

  1. Turn off the phone (hold power + Volume Up for 15 seconds when you freeze).
  2. Press Power + Volume Up at the same time and hold until the Mi Recovery menu appears.
  3. In the menu, select Reboot to Safe Mode (navigation – volume buttons, choice – power button).
  4. Confirm the reboot by pressing Yes.

If there is no Reboot to Safe Mode option (relevant to older versions of MIUI), try:

1. Select "Advanced" β†’ "File Manager".


2. Go to /data/property/.




3. Find the file persistant.properties and edit the line:




ro.boot.safemode=1




4. Save and restart.

⚠️ Note: Editing files in Recovery without backup can cause data loss. On HyperOS devices, this method may not work due to the changed partition structure. /data.

What happens if Recovery does not open?
If only a black screen or Mi logo appears after holding Power + Volume Up, it is possible: 1. bootloader is blocked (on new Xiaomi models you need to unlock through Mi Unlock Tool). 2. Recovery section is damaged (you need to flash through Fastboot). 3. Volume Up button is faulty (try using ADB).

Method 3: Use ADB (for developers and power users)

If you have access to ADB (Android Debug Bridge), you can enable Safe Mode via command, which is useful when physical buttons don't work or the device is connected to a PC.

Step-by-step:

  1. Enable USB Debugging in Settings β†’ About Phone β†’ MIUI version (click 7 times, then go back to Additional β†’ For Developers).
  2. Connect your smartphone to your PC through USB-cable (original!).
  3. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devices


adb shell am broadcast -a android.intent.action.BOOT_COMPLETED --es safemode 1




adb reboot

Once you restart, the device will automatically log in to Safe Mode. To return normal mode, do:

adb shell am broadcast -a android.intent.action.BOOT_COMPLETED --es safemode 0

The advantage of this method is the ability to remotely control (for example, if the sensor screen is not working).However, on devices with HyperOS and MIUI 14+, additional debugging confirmation on the smartphone screen may be required.

1. Install the latest Xiaomi USB Drivers.

2. switch USB connection mode to File Transfer (MTP).

3. Use another USB-cable (preferably original).-->

Method 4: Forced entry when the system freezes

When Xiaomi is stuck on the boot screen or cyclically rebooted, standard methods may not work, and in such cases, a hardware reset and then login to Safe Mode will help.

Action:

  1. Turn off the device with a long press Power + Volume Up + Volume Down (15-20 seconds).
  2. Once the screen goes out, immediately press Power + Volume Down and hold for 10-15 seconds.
  3. Let go of the Power, but keep holding Volume Down until Safe Mode comes along.

If this method didn’t work, try the combination for Fastboot Mode:

1. Hold Power + Volume Down for 10 seconds.


2. In the Fastboot menu, select "Recovery Mode" with the Volume Down button.




3. In Recovery, select "Reboot to Safe Mode."

Xiaomi modelDoes Method 4 work?Notes
Redmi Note 10/11/12Yes.It may take 2-3 attempts.
POCO X3/X4/X5Yes.Hold Volume Down for at least 20 seconds
Xiaomi 12/13/14Partially.HyperOS only works through ADB.
Redmi 9A/9CNo.Use Method 1 or 3

How to get out of Safe Mode on Xiaomi

You can return your smartphone to normal mode in several ways, depending on how you logged in:

  • πŸ”„ Reboot: Just hold the power button and select Reboot. After the reboot, the device will boot in normal mode.
  • πŸ“± Through notification: Swipe down the notification bar and click Safe Mode enabled β†’ Turn it off (works on) MIUI 12+).
  • πŸ”§ Through ADB: Adb shell am broadcast command -a android.intent.action.BOOT_COMPLETED --es safemode 0.
  • πŸ› οΈ Forced: If the screen doesn't respond, hold power + Volume Up 15 seconds for a hard reboot.

If the problems persist after leaving Safe Mode, it means that their cause is not in third-party applications, but in:

  • Damaged firmware (requires flashing through Fastboot).
  • Hardware failure (for example, the dump of the memory chip).
  • Virus in system files (reset via Wipe Data in Recovery).

πŸ’‘

If after leaving Safe Mode, the phone spontaneously reboots again into safe mode, this is a sign of damage to the /data partition.Solution: factory reset or flash.

Frequent mistakes and their solutions

Even when you follow the instructions, you're going to have some common problems.

⚠️ Warning: If you log in to Safe Mode, you see the word No Command on the screen, it means that the recovery section is damaged. Solution: run the stock recavers through the Mi Flash Tool.

Problem.Possible causeDecision
There's no sign of a Safe Mode.Too early/late retention Volume DownRepeat by holding the button strictly after the Mi logo appears
The phone vibrates, but does not turn onBattery discharged or power cable damagedCharge the device for 30+ minutes, then try again
Safe Mode does not have access to settingsSystem launcher damagedInstall an alternative launcher via ADB: adb install launcher.apk
ADB does not see the deviceDrivers not installed or USB Debugging enabled in guest modeReinstall drivers and check debugging status in Settings β†’ For developers

If none of the methods worked, and the device is critically needed to be brought back to life, consider the option of firmware via Fastboot or contact the Xiaomi service center. Remember: on devices with a locked bootloader (most new models), independent firmware can lead to a breeze.

FAQ: Answers to Frequent Questions

Can you remove Xiaomi system applications in Safe Mode?
No, only user applications are removed in Safe Mode. System programs (e.g. Mi Browser, GetApps) are protected by superuser rights. To remove them, you will need to unlock the bootloader and Magisk or ADB with root rights.
Why is Safe Mode not running a mobile network or Wi-Fi?
This is normal behavior – in safe mode, all communication modules are turned off, except for the basic telephone function (calls)./SMS). To check the network, exit Safe Mode and test as normal. If the problem persists, reset the network settings to Settings. β†’ SIM-maps and mobile networks β†’ Resetting settings.
How to log into Safe Mode on Xiaomi with a damaged screen?
If the sensor is not working, but the image is visible: Connect the mouse on the OTG-Cable (most of Xiaomi supports cable) USB OTG). Use your mouse to navigate the menu. Log in to Safe Mode via ADB (If the screen is completely black but the device responds to buttons, use the Power combination. + Volume Down (Method 1).
Safe mode turns on itself after the reboot. What do you do?
This is a sign of file corruption /data/property/persistant.properties. Solutions: Recovery (Wipe Data). Refuse the device via Mi Flash Tool (select Clean All option). If the warranty is valid, contact the service - this may be a hardware fault of the memory controller. Don't try to edit the file manually - this can aggravate the problem.
Does Safe Mode work on Xiaomi with custom firmware (like LineageOS)?
Yes, but the mechanism may be different. On most custom firmware (including LineageOS, Pixel Experience) to enter Safe Mode, use: 1. Hold Power to Shut Down. 2. When you turn on, press Volume Down until the firmware logo appears. 3. Release Volume Down and immediately press again for 5 seconds. Some builds (such as Havoc-OS) may require editing the build.prop file.