How to remove safe mode on Xiaomi phone: a step-by-step guide

Safe Mode on Xiaomi smartphones is a diagnostic tool that automatically disables all third-party applications and leaves only system services. It usually activates after an OS malfunction, an incorrect update or an application conflict. If your Redmi, Poco or another Xiaomi phone boots in this mode, do not panic: in 95% of cases, the problem can be solved independently without contacting the service center.

In this article, weโ€™ll look at all the current ways to get out of safe mode on devices with MIUI 12/13/14 (including HyperOS), and explain why a phone can get stuck in this mode. Weโ€™ll focus on the nuances for popular models: Redmi Note 12/13, Xiaomi 13/14, Poco X5/F5 and others. If the standard reboot didnโ€™t help, we have backup methods using hardware buttons and even ADB.

Before you start, check that the โ€œSafe Modeโ€ notification should be displayed on the lock screen or at the bottom of the desktop. If it is not available, but the phone is not behaving stable, the problem may be another one, such as a virus or damage to system files.

1. Standard Reboot - The First Step

In 70% of cases, safe mode on Xiaomi is switched on accidentally (for example, after pressing the buttons when rebooting) and turned off with a simple restart.

  • ๐Ÿ”„ Hold the power button for 10-15 seconds until the off menu appears.
  • ๐Ÿ”ƒ Select โ€œRebootโ€ (or โ€œRestartโ€) and confirm the action.
  • โณ Wait for a full reboot (can take up to 2 minutes on weak Redmi models) 9A).

Important: If the mode is activated again after the reboot, it means that the problem lies deeper โ€” perhaps in a conflicting application or corrupted cache data, in which case move on to the following methods.

โš ๏ธ Note: On some models (Poco) F4, Xiaomi 12T) You can ask for a pattern lock after you reboot, even if you didn't have one before. It's okay to type in any pattern and unlock the phone.

๐Ÿ“Š How often does your Xiaomi go into safe mode?
Never had.
1-2 times a year
After the MIUI updates
Often, once a month.

2. Forced shutdown through buttons (Hard Reset)

If your phone doesn't respond to the sensor or freezes in safe mode, use hardware reset, which works even when the screen is locked:

  1. ๐Ÿ“ฑ Turn off the phone with a long power button hold (20)+ seconds).
  2. ๐Ÿ”˜ After the vibration of the shutdown, press the power button. + volume up 10 seconds.
  3. ๐Ÿ› ๏ธ Release buttons when the Mi logo appears (without waiting for the Fastboot menu).

This way simulates a cold reset and resets the temporary session data, and if the mode is still active after that, the problem may be related to:

  • ๐Ÿ“ฆ A damaged application cache (clean in the next section).
  • ๐Ÿ”„ Failed update MIUI (need to be reflashed).
  • ๐Ÿฆ  A virus masquerading as a systemic process.

๐Ÿ’ก

If the phone is not turned off by long hold, remove SIM-card and memory card, then try again. Sometimes peripherals block the correct shutdown.

3.Cache clearing via Recovery Mode

If a safe mode appears in a cyclical fashion, the culprit is often a corrupted cache of system or user applications, and its cleaning does not delete personal data, but requires entering Recovery mode.

Instructions for Xiaomi with MIUI Recovery (not to be confused with Fastboot!):

  1. ๐Ÿ”„ Turn off the phone.
  2. ๐Ÿ”˜ Press the power button. + Volume up, hold until the menu with Mi Bunny appears.
  3. ๐ŸŒ Select the language (if you have a choice), then tap "Wipe & Reset".
  4. ๐Ÿงน Select "Wipe Cache" (not "Wipe All Data"!).
  5. โœ… Confirm the action and wait until the completion (it will take 1-3 minutes).
  6. ๐Ÿ”ƒ Reboot your phone via Reboot".

On HyperOS models (such as Xiaomi 14 or Redmi K70), the path may be different: instead of โ€œWipe Cacheโ€, look for โ€œClear Cache Partitionโ€.

Xiaomi modelThe path to clearing the cacheNotes
Redmi Note 10/11/12Wipe & Reset โ†’ Wipe CacheMenu in English
Poco X3/X4/X5Advanced โ†’ Wipe Cache PartitionSwipe confirmation required
Xiaomi 13/14 (HyperOS)Clear โ†’ Cache PartitionNew interface without Mi Bunny
Redmi 9/9A/9CWipe Data โ†’ Wipe CacheMenu in Chinese (see the character)

โš ๏ธ Note: If there is no cache clearing point in the Recovery menu, your phone may be on custom firmware (e.g. LineageOS). ADB (Section 5) or contact the firmware developers.

4. Removal of conflicting applications

Safe mode is often activated due to a failure in the work of third-party programs, especially:

  • ๐Ÿ›ก๏ธ Antiviruses (Dr.Web, Kaspersky, 360 Security).
  • ๐ŸŽฎ Cheats for Games (GameGuardian, Lucky Patcher).
  • ๐Ÿ”ง Optimizers (DU Speed Booster, Clean Master).
  • ๐Ÿ“ฑ Launchers (for example, Nova Launcher or Microsoft Launcher).

To remove them:

  1. ๐Ÿ” Go to Settings. โ†’ Annexes โ†’ Application management.
  2. ๐Ÿ“Š Sort the list by installation date ("By time").
  3. ๐Ÿ—‘๏ธ Remove suspicious programs (click on the app) โ†’ "Delete").
  4. ๐Ÿ”ƒ Reboot the phone.

If you canโ€™t log in because of the freeze, use Safe Mode as a tool to remove:

  • ๐Ÿ“ฑ This mode only displays system apps and those installed from Google Play.
  • ๐Ÿ” Scroll through the list of apps โ€“ those that donโ€™t show up in Safe Mode and are potential culprits.

Check the date of installation of suspicious programs|Make a backup copy of important data|Remove the latest apps first|Reboot your phone after each deletion-->

5. Disable Safe Mode via ADB (for Advanced)

If all previous methods have failed and the phone is still in Safe mode, you can use Android Debug Bridge (ADB), which requires a computer and a little technical skill.

Step-by-step:

  1. ๐Ÿ’ป Install. ADB Tools on PC.
  2. ๐Ÿ“ฑ On the phone, turn on the debugging. USB: Go to Settings. โ†’ About the phone, tap 7 times on "Version." MIUI", to activate Developer Mode. Go back to Settings. โ†’ Additionally. โ†’ For developers, turn on "Debugging by" USB".

Xiaomi

Win + R โ†’ cmd

adb devices

If the device is displayed, enter:

adb shell settings put global safe_mode 0
adb reboot

Alternative command (if the first one fails):

adb shell am broadcast -a android.intent.action.BOOT_COMPLETED

โš ๏ธ Note: Some Xiaomi firmware (especially Chinese) ADB It can be blocked by default. In this case, before connecting to the PC, go to Settings. โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB โ†’ Allow debugging by USB and confirm the authorization.

What if the ADB canโ€™t see the device?
1. Install Xiaomi drivers USB Drivers from the official website. 2. Try another one. USB-cable (preferably original). 3. Turn on the phone File Transfer (MTP) notice-curtain. 4. Restart your PC and phone. 5. If you are using Windows, disable driver signatures (Win) + X โ†’ Command line (administrator) โ†’ bcdedit /set nointegritychecks on, then reboot).

6.Reset to factory settings (last chance)

If none of the methods worked, and the phone is constantly booting in safe mode, you'll have a full reset, which will delete all the data, so first:

  • ๐Ÿ“Ž Extract. SIM-card and microSD (if any).
  • ๐Ÿ”‹ Charge your phone to at least 50%.
  • ๐Ÿ“ Write down your Mi Account details (mail and password) โ€“ they will be needed after the reset.

Instructions for resetting via Recovery:

  1. ๐Ÿ”„ Turn off the phone.
  2. ๐Ÿ”˜ Press the power button. + Volume up, hold until Mi Bunny appears.
  3. ๐ŸŒ Select a language (if available).
  4. ๐Ÿงน Go to "Wipe & Reset" โ†’"Wipe All Data (or "Factory Reset").
  5. โœ… Confirm the action (it may be necessary to enter a password from Mi Account).
  6. โณ Wait until it is completed (it will take 5-10 minutes).

Important: On phones with HyperOS (such as Xiaomi 14) you may need to:

  • ๐Ÿ“ง Confirmation of Mi Account through SMS email.
  • ๐Ÿ” Entering the old pattern lock (if installed).
  • ๐Ÿ“ก Connecting to Wi-Fi for activation.

๐Ÿ’ก

Factory reset removes ALL data, including photos, contacts and messages. If the phone is synced to a Google Account or Mi Cloud, some of the data (contacts, calendar) can be restored after logging in.

7.If nothing worked: hardware problems

In rare cases, a safe regimen can be a symptom of a physical malfunction:

  • ๐Ÿ”‹ Faulty battery (blown, low voltage).
  • ๐Ÿ’พ Damaged memory (eMMC or UFS).
  • ๐Ÿ”Œ Oxidized contacts on the motherboard.
  • ๐Ÿ“ฑ Fall or impact that damages components.

Signs of hardware problem:

  • ๐Ÿ”ฅ The phone is very warm even in safe mode.
  • ๐Ÿ”‹ Battery discharges in 1-2 hours without load.
  • ๐Ÿ“ต Frequent spontaneous reboots.
  • ๐ŸŽฏ The sensor is delayed or "self-pressed.

In such cases:

  1. ๐Ÿ› ๏ธ Contact the authorized Xiaomi service center (list on the official website).
  2. ๐Ÿ“„ Keep a check or warranty card โ€“ repairs under warranty can be free.
  3. โš ๏ธ Donโ€™t try to disassemble the phone yourself โ€“ it will deprive you of the guarantee!

For diagnosis at home, you can use applications:

  • ๐Ÿ”ง CPU-Z โ€” temperature and processor load check.
  • ๐Ÿ“Š AIDA64 โ€” memory-test.
  • ๐Ÿ”‹ AccuBattery โ€“ battery status analysis.

FAQ: Frequent questions about safe mode on Xiaomi

โ“ Why the phone turns on safe mode after the update MIUI?
This is a typical problem when updating "over the air" (OTA). Causes: ๐Ÿ“ฆ Conflict of old cache data with new firmware. ๐Ÿ”ง Incomplete update installation (for example, due to Internet interruption). ๐Ÿ“ฑ Incompatibility of third-party applications with the new version MIUI. Solution: Clear the cache through Recovery (section 3) or reset (section 6).If the problem recurs, roll back to the previous version. MIUI via Fastboot.
โ“ Can I use my phone in a safe mode?
Yes, but with limitations: โœ… Calls are working, SMS, camera, browser. โŒ Third-party apps (WhatsApp, Telegram, games, etc.) are not available.). โš ๏ธ Certain functions MIUI It can be disabled (e.g., Second Space or App Lock) and is not recommended for long-term use in this mode, it is only for diagnostics.
โ“ How to turn off Safe Mode on Xiaomi without a power button?
If the power button is broken, try it: ๐Ÿ”‹ Connect your phone to charge โ€“ sometimes it triggers an automatic reboot. ๐Ÿ”Œ Use it. ADB (section 5), if debugging has been included previously. ๐Ÿ“ฑ If the screen is working, activate โ€œRebootโ€ through Settings โ†’ The phone. โ†’ If nothing helps, contact the service to repair the button.
โ“ After resetting the phone, the again boots in safe mode?
This indicates damage to the system partition: ๐Ÿ“ฑ Failed firmware via Fastboot or Recovery. ๐Ÿ”ง Damage to the file system (ext4 or f2fs). ๐Ÿฆ  Virus embedded in system files. Solution: Frisk your phone through the Mi Flash Tool (instructions on the official website). Use the Fastboot for your model. If the firmware doesn't work, contact the service - memory may be damaged (eMMC).
โ“ How to Avoid Accidental Initiation of Safe Mode?
Safe mode on Xiaomi is usually turned on when: ๐Ÿ”˜ Power buttons clamping + volume down when loading. ๐Ÿ“ฑ Critical application failure (especially root rights). ๐Ÿ”„ Failed updates through OTA. Prevention: ๐Ÿ›ก๏ธ Do not install applications from unknown sources. ๐Ÿ”„ Clean the cache regularly in Settings โ†’ Warehouse โ†’ Cleanup. ๐Ÿ“ฑ Avoid pressing hardware buttons simultaneously.