How to remove safe mode on the phone Xiaomi: all the ways of 2026

Safe Mode on Xiaomi smartphones is a diagnostic mode that automatically disables all third-party applications, leaving only system services. Its activation can occur after a failed update, an app malfunction or even accidental keystrokes when rebooting. If your Redmi Note 12, POCO X5 or Mi 11 screen says "Safe Mode" in the bottom corner - do not panic: it is not a virus or a breakdown. In 95% of cases, the problem is solved in a few steps without contacting the service center.

However, many users have difficulty trying to get the phone back to normal. Xiaomiโ€™s official documentation often goes unnoticed: for example, that some models with MIUI 14+ may not work as standard reboot method due to changes in the core of the system. This article covers all the current methods of exiting Safe Mode, including the rare cases when the mode is turned on cyclically after each reboot.

If your smartphone is stuck in safe mode after installing custom firmware or rooting, do not try to reset through recovery without backing up: this can lead to a device "brick" on models with a locked bootloader (for example, Xiaomi 13T Pro).

1. Standard Reboot - The First Step

In 70% of cases, the exit from safe mode on Xiaomi is a simple reboot, but there are important nuances:

  • ๐Ÿ”„ The classic way: press the power button for 10-15 seconds until the turn off menu appears. Select "Reset" (not "Switch off!") on some models (POCO F4, Redmi K50) You may need to hold the button until the logo appears and vibrations occur. MI.
  • โšก Forced reboot: If the phone doesn't respond to presses, press the power button + This simulates battery extraction (relevant for models with a fixed battery).
  • โณ Waiting: If the mode is activated again after the reboot, wait 5-10 minutes - sometimes the system itself returns to normal after the background processes are completed.

On devices with MIUI 13/14, a notification may appear after the reboot, "System Diagnostics Completed." That's OK, just swipe it left.

โš ๏ธ Warning: If after 3 restarts in a row, the safe mode does not turn off, do not continue trying - this may indicate damage to system files.

๐Ÿ“Š Your Xiaomi smartphone is a series of?
Redmi
POCO
Mi
Black Shark
other

2. Check buttons and hardware failures

Safe mode on Xiaomi is often activated due to sticking volume buttons, especially for Redmi 9A, POCO M3 and Mi A3 models, where buttons lose tactile responsiveness over time.

  1. Visually inspect the buttons for physical damage or moisture.
  2. Press the volume up and the volume down 10 times โ€“ they should clearly click without jamming.
  3. Try tapping gently on the button area (like a screwdriver handle), then restart the phone.

If the buttons are really stuck, you can temporarily solve the problem programmatically:

adb shell input keyevent 24 # Volume-up simulation


adb shell input keyevent 25 # volume down simulation

These commands send virtual taps, which can wake the system up, and they require the USB debugging mode enabled (activated in Settings โ†’ About Phone โ†’ MIUI version โ€“ press 7 times).

Xiaomi modelTypical cause of stickingDecision
Redmi Note 8/9Dust under the buttonsBlow with compressed air or disassemble for cleaning
POCO X3Oxidation of contacts after moistureDry in rice for 24 hours or use silica gel
Mi 10/11Wear of the button membraneReplacement of a button in the service (~1500 rubles)

๐Ÿ’ก

If the volume buttons do not work at all, try connecting the headphones with the remote โ€“ sometimes this allows you to emulate the presses through the audio jack.

3. Removal of problematic applications

Safe Mode is automatically activated if the detects system conflicts with the application, especially if it:

  • ๐Ÿ“ฑ Use root rights (e.g. Magisk, Lucky Patcher).
  • ๐Ÿ”„ Modifies system files (e.g., Xposed Framework, themes for the system) MIUI).
  • ๐Ÿ›ก๏ธ It is a deep integration antivirus (e.g. 360 Security, Cheetah Mobile).
  • ๐ŸŽฎ Emulators or cheat programs for games (GameGuardian, SB Game Hacker).

To find the culprit:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Sort the list by installation date (the last ones installed are most often to blame).
  3. Remove suspicious programs, then restart the phone.

If you canโ€™t uninstall the app in Safe Mode (button is inactive), use ADB:

adb uninstall com.package.name

You can find out the package name through the command:

adb shell pm list packages | grep "appendix name"

โš ๏ธ Note: On Xiaomi models with MIUI 14+ Some system applications (e.g., com.miui.securitycenter) cannot be removed, which will lead to a reboot cycle. MIUI Wiki.

Remove the last 3 installed applications |

Check applications with root access |

Disable device administrators in security settings|

Try to remove the cache of system applications (Settings) โ†’ Memory. โ†’ Clear the cache)-->

4. Reset settings (without data loss)

If previous methods didn't work, the next step is a soft reset, which doesn't affect user data (photos, contacts), but returns system parameters to factory values, which helps when safe mode is called:

  • โš™๏ธ Incorrect settings MIUI (For example, after manually changing the parameters via #4636##).
  • ๐Ÿ”ง Conflict in Application Resolution Settings.
  • ๐Ÿ“ก Problems with network profiles (especially after a change) SIM-map).

Instructions for Xiaomi:

  1. Go to Settings โ†’ About the phone โ†’ Reset settings.
  2. Select "Reset All Settings" (not to be confused with "Reset to Factory Settings"!).
  3. Confirm the action with a password / pattern lock.
  4. After the reboot, check if the "Safe Mode" label has disappeared.

On some firmware (MIUI Global for POCO F5), this item may be called "Restore Default Settings." If you don't have an option, use an alternative path:

Settings โ†’ Additional โ†’ Recovery and Reset โ†’ Resetting network settings
What to do if the resetting of the settings did not help?
If a soft reset does not fix the problem, it indicates damage to the system files. In this case, you will need: 1. Fastboot phone (saves data, but requires a PC). 2. perform a hard reset via Recovery (deletes all data). 3. Contact the service for hardware diagnostics (possibly damaged flash memory eMMC).

5.Working with Recovery and Fastboot (for advanced)

If Safe Mode appears after each reboot, it is a sign of damage to the boot partition or system files.

Method 1: Clearing the cache through Recovery

  1. Turn off the phone.
  2. Press Power + Volume up before the Mi Recovery logo appears.
  3. Select a language, then go to Wipe & Reset โ†’ Wipe Cache.
  4. Confirm the action and restart.

Method 2: Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fastboot Fast Fastboot Fastboot Fast Fastboot Fast Fastboot Fast Fastboot Fast FastBoat Fast Fast Fast FastBoat

It will require:

  • ๐Ÿ’ป Computer with Mi Flash Tool drivers installed.
  • ๐Ÿ”— Official firmware for your model (download on Xiaomi website).
  • ๐Ÿ”Œ Cable USB Type-C (preferably original).

Step-by-step:

1 Unpack the firmware in a folder without Cyrillic.


2. Launch the Mi Flash Tool on behalf of the administrator.




3. Transfer the phone to Fastboot mode:




- Turn off the device.




- Press the food + Volume down until the hare appears in the hat-eared.




4. Connect the phone to the PC.




5. In the Mi Flash Tool, select the firmware folder and click "Refresh".




6.Push "Flash" and wait for completion (10-15 minutes).

โš ๏ธ Note: On Xiaomi models with a locked bootloader (Redmi Note 11, POCO M4 Pro) before the firmware, you must unlock the Bootloader through the official Mi Unlock application. Without this, the Mi Flash Tool will give the error "Couldn't load device".

๐Ÿ’ก

Fastboot flashing is the only reliable way to eliminate the safe mode caused by damage to the system partition /system or /vendor.

Hardware malfunctions and service center

If none of the software methods worked, the problem could be the hardware.Typical hardware reasons for Xiaomi's looped safe mode:

  • ๐Ÿ”‹ Battery Failure: Bloating or Voltage Drop Lower 3.5V (Relevant to old Redmis 4X, Mi 5).
  • ๐Ÿง  Flash memory damage: Bad blocks in the section /system (often after a failed update by air").
  • ๐Ÿ“ถ Problems with the antenna module: on some models (POCO X3 NFC) A failure in the communication module can trigger Safe Mode.

Diagnosis at home:

  1. Check the battery: - Turn off the phone and connect to charging. - If the charging indicator flashes red or the phone turns off at 20-30% charge - the battery is faulty.
  2. Test the memory: - Install the AIDA64 application (works in Safe Mode). - Go to Memory โ†’ Read/Write Test. - If the speed is below 50 MB/s or there are errors - the flash memory is damaged.

Cost of repairs in Xiaomi service centers (2026):

Type of malfunctionCost (โ‚ฝ)Duration of repairs
Battery replacement1 200โ€“2 5001 day
Flush-memory interlocking3 500โ€“6 0003-5 days
Diagnosis of the motherboard500โ€“1 0002-4 hours

If your Xiaomi is under warranty, do not try to repair it yourself - opening the case will void warranty obligations. mi.com/ru/service/center.

FAQ: Frequent questions about safe mode on Xiaomi

Can I use my phone in safe mode?
Yes, but with limitations: โœ… Calls are working, SMS, basics MIUI. โŒ Unavailable third-party applications (WhatsApp, Telegram, games). โš ๏ธ Some system features are disabled (e.g. Game Turbo or Second Space) and a long stay in Safe Mode can lead to the loss of unsaved data in applications (e.g. drafts in messengers).
Why does the safe mode turn on on itself?
Frequent causes: Volume button sticking (especially after the phone drops); conflict with MIUI update (e.g. after switching from MIUI 12 to MIUI 13); virus software masquerading as system applications (check through Settings โ†’ Security โ†’ Scan); file corruption /data/system/packages.xml (solved by flashing).
How to get out of Safe Mode if your phone doesnโ€™t respond to buttons?
If the screen doesn't respond to touch and the power/volume buttons don't work: Connect your phone to charge and wait for full discharge (before shutdown). Then charge to 100% and try to turn on. OTG-cable + Mouse โ€“ in safe mode, Xiaomi supports control through USB-If nothing helps, contact the service to flash through TestPoint (no buttons).
Safe mode appears after installing Magisk. What do you do?
It's standard behavior. MIUI when modifications to the system partition are detected: ๐Ÿ”ง Remove Magisk via Magisk App โ†’ Delete โ†’ Complete removal. ๐Ÿ”„ Check it out. boot.img via Fastboot (instructions: XDA Developers). ๐Ÿ›ก๏ธ Use Magisk Delta (the best compatible fork for Xiaomi). After removing the root rights, execute the command in the terminal: su --install && su --uninstall
Can I turn off Safe Mode via ADB?
Yes, but it's a temporary solution. captive_portal_detection_enabled 0 adb shell am broadcast -a android.intent.action.BOOT_COMPLETED These commands reset the network diagnostic flag, which sometimes triggers Safe Mode. However, after a reboot, the mode can return to the same.