How to go to safe mode on Xiaomi Redmi: all the ways for modern models

Safe Mode on Xiaomi Redmi smartphones is a diagnostic tool that launches a system with a minimum set of drivers and disabled third-party applications, which helps to identify the causes of failures, from freezes and overheating to sudden reboots. For example, if you have a Redmi Note 13 Pro+ Started to brake after installing a new application, in 90% of cases the culprit will be deactivated in Safe Mode, which will allow you to remove it.

In this article, we present the latest ways to enter safe mode for all modern Redmi models (including the Note, K and K lines). POCO), It's also not something that's written in the standard instructions, like why some devices don't have the power button retention method, or how to exit Safe Mode if the phone is stuck on the logo. MIUI.

What is Safe Mode on Xiaomi Redmi and Why You Need It

Safe Mode is an Android boot mode where:

  • πŸ”Ή All third-party applications (including launchers, widgets and services) are disabled).
  • πŸ”Ή Only system components and pre-installed programs (e.g. Settings, Phone, Messages) work).
  • πŸ”Ή Autoboot and background activity of user applications are blocked.

Main use cases:

  • πŸ› οΈ Removing viruses or malware if the antivirus doesn’t cope in normal mode.
  • πŸ”„ Diagnostics of the causes of freezes – if the problem disappears in Safe Mode, one of the installed applications is to blame.
  • πŸ“± Recovery after a failed update or reset.
  • πŸ”§ Debugging system errors, such as when MIUI The process of com.android.systemui is stopped".

Important: In safe mode, some functions will be limited, such as:

  • ❌ Use Google Pay or other payment services (you need to load your system completely).
  • ❌ Connecting to some corporate entities VPN (Due to limitations on third-party certificates).
  • ❌ Run games or applications with high rights requirements (e.g., Termux with root access).
πŸ“Š Why do you use the safe mode most often?
Remove viruses
Looking for the cause of the brakes.
I am restoring my phone after a crash.
Never used it.
Other

Method 1: Standard login via the off menu (works on 90% of models)

This is the most versatile method that is suitable for most Redmi smartphones, including:

  • πŸ“± Redmi Note 12/11/10 (All modifications, including Pro, Pro+).
  • πŸ“± Redmi K50/K60 newer models.
  • πŸ“± POCO X5/X6, POCO F5.

Instructions:

  1. Hold the power button (on/off) until the menu appears.
  2. In the window that appears, press and hold the "Switch off" (or "Switch off power") button for 3-5 seconds.
  3. There will be a suggestion to go to safe mode - confirm by pressing "OK".
  4. The phone will reboot and the bottom left corner of the screen will be marked "Safe Mode".

β˜‘οΈ Preparation for the entrance to Safe Mode

Done: 0 / 4

If this method didn't work:

  • πŸ”‹ Check if the battery is discharged (at level) < 5% Safe Mode may not be available).
  • πŸ”„ Try repeating the action 2-3 times – sometimes the system does not respond the first time.
  • πŸ“΅ Make sure there is no touch lock on the screen (for example, because of a cover or protective film).

⚠️ Attention: On some firmware MIUI (For example, the global version for Redmi 9A) Holding the "Stop" button may cause a forced reboot instead of logging into Safe Mode.

Method 2: Enter through hardware buttons (for hung phones)

This method will be useful if:

  • πŸ“΅ The screen does not respond to touch (but the phone is turned on).
  • πŸ”„ The system hung on the logo. MIUI or in a reboot cycle.
  • 🚫 The power button does not work (but the combination with volume works).

Instructions:

  1. Turn off the phone (if it is on, hold the power button for 10-15 seconds before turning it off).
  2. Press and hold the power button.
  3. As soon as the Redmi logo appears on the screen (or MI), release the power button and immediately press the Volume Down button).
  4. Hold Volume Down until the phone boots into Safe Mode (it says "Safe Mode").

Visual diagram:

Action.ButtonRetention time
InclusionPowerBefore the logo came along
Transition to Safe ModeVolume DownFull loading.
Getting out of Safe ModePower (reboot)β€”

If the phone doesn't respond:

  • πŸ”‹ Check the battery charge - when < 10% of hardware buttons may not work.
  • πŸ”Œ Connect the charger and try again in 5 minutes.
  • πŸ› οΈ If the buttons are physically damaged, try Method 3 (via the scalp). ADB).

⚠️ Note: On Redmi models with MediaTek processor (e.g. Redmi) 10C or POCO M4 Pro) button combination may be different. If the method didn't work, try holding Volume Up + Power instead of Volume Down.

Method 3: Log in via ADB (for advanced users)

This method is suitable if:

  • πŸ–₯️ You have access to a computer with drivers installed ADB.
  • πŸ”§ Debugging is on. USB developer-setting.

Step-by-step:

  1. Connect Redmi to your computer via USB-cable (preferably original).
  2. Open the command line (cmd) or the terminal (on the macOS/Linux).
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to go to safe mode: adb shell am broadcast -a android.intent.action.BOOT_COMPLETED Next: adb shell settings put global safe_mode 1
  5. Reboot your phone: adb reboot

If the team didn't work:

  • πŸ”Œ Check if the debugging is included USB In Settings β†’ The phone. β†’ Version. MIUI (Press 7 times, then return to the Additional Settings β†’ For developers).
  • πŸ–₯️ Install the latest Xiaomi drivers USB Drivers from the official website.
  • πŸ”„ Try another command: adb shell reboot -p (Sometimes it works on custom firmware).
What if the ADB can’t see the device?
1. Check the cable - use the original USB-Type C from Xiaomi. 2. Switch the connection mode on your phone from Charging to File Transfer. 3. Disable the antivirus on your computer - it can block ADB. 4. Try another one. USB-port (preferably) USB 2.0).

How to get out of Safe Mode on Xiaomi Redmi

In most cases, the Safe Mode exit is automatically after the restart, but sometimes the system can get stuck in this mode.

Method 1: Standard Resetting

  1. Hold the power button.
  2. In the menu, select "Restart".
  3. After restarting, the phone should return to normal.

Method 2: Forced Shutdown of Safe Mode

  • πŸ“΅ If the reboot doesn’t work, turn off your phone completely (hold the Power 10-15 seconds).
  • πŸ”‹ Wait 30 seconds, then turn it on again.
  • πŸ”„ If the problem persists, check if an application that compulsorily includes Safe Mode is installed (for example, some β€œoptimizers” or antiviruses).

Method 3: Through ADB (If the phone is not coming out of Safe Mode)

adb shell settings put global safe_mode 0


adb reboot

⚠️ Warning: If the phone boots again in this mode after leaving Safe Mode, the cause may be a corrupted firmware or a conflict of system files. In this case, it is recommended to reset to factory settings via Recovery Mode (hold Power). + Volume Up when switched on).

Frequent mistakes and their solutions

Even if you follow the instructions correctly, there can be problems, and let's look at the typical situations and how to fix them:

Problem.Possible causeDecision
There is no menu with the "Switch off" button.Jammed power button or touch screenUse Method 2 (hardware buttons) or connect charging
The phone is stuck on the logo. MIUI after entering Safe ModeSystem file conflict or damaged firmwareHold the Power. + Volume Up to log in to Recovery and run Wipe Cache
Safe Mode turns on on itself after restartingA damaged application or virusIn Safe Mode, remove suspicious apps or reset
ADB does not see the deviceThere are no drivers or debugging is not includedInstall Mi PC Suite or check the developer settings

If none of the methods helped:

  • πŸ› οΈ Check your phone for physical damage (such as moisture or a fall).
  • πŸ“‘ Update your firmware through Recovery Mode (download the latest version) MIUI For your model from the official Xiaomi website).
  • πŸ”§ Contact the service center if you suspect a hardware malfunction (for example, a damaged motherboard).

πŸ’‘

If Safe Mode is enabled after you install a specific application but you don’t remember which one, check the list of recently installed programs in Settings. β†’ Annexes β†’ Application management β†’ The latest.

Safe Mode vs Recovery Mode: What's the Difference

Many users confuse Safe Mode and Recovery Mode, although these are completely different modes with different features:

ParameterSafe Mode (Safe Mode)Recovery Mode
AppointmentDiagnostics of Application ProblemsSystem recovery, reset, firmware update
Access to user dataYes (but apps are offline)No (system operations only)
How to turn it onThrough the power menu or hardware buttonsHolding Power. + Volume Up when downloading
Do you need to unlock the bootloader?No.No (but some transactions require rights)

When to use Recovery Mode instead of Safe Mode:

  • πŸ”„ Reset your phone to factory settings (unless Safe Mode has solved the problem).
  • πŸ“₯ You need to install a firmware update manually (for example, if you OTA-update is not working).
  • πŸ—ƒοΈ You need to clear the partition cache (Wipe Cache Partition) to eliminate system lags.

Example: If your Redmi Note 12 Pro is updated to MIUI 15 is constantly restarting, and Safe Mode does not help, then the next step is to go to Recovery Mode and perform Wipe Data (reset).

πŸ’‘

Safe Mode for diagnosing software conflicts, Recovery Mode for restoring the system at the firmware level.

FAQ: Frequent questions about safe mode on Xiaomi Redmi

πŸ” Can you use the Internet and calls in Safe Mode?
Yes, basic functions (calls, SMS, Mobile Internet) works because they are system services, but some applications (e.g. Telegram or WhatsApp) may not run if they have been installed by the user.
πŸ›‘οΈ Does Safe Mode Help with Viruses?
Safe Mode shuts down third-party applications, so viruses masquerading as them will stop working, but if the virus has entered system files (for example, through a vulnerability in the system). MIUI), Safe Mode will not help – you will need a complete flashing.
πŸ“± Why on my Redmi? 9T The "Switch off" button retention is not working"?
On some budget models (e.g. Redmi) 9A/9C) and old versions MIUI (below 12.5) This method is off. Use the method. 2 (hardware buttons) or Method 3 (ADB).
πŸ”„ How to Reset Your Settings in Safe Mode If Your Phone Doesn't React?
If the touch screen is not working, but the phone is turned on: Connect USB-mouse-wise OTG-Adapter. Go to Settings. β†’ System system β†’ Settings reset. Select "Delete all data" and confirm. If that doesn't work, use Recovery Mode. + Volume Up when switched on).
πŸ”‹ Can I charge my phone in safe mode?
Yes, the charging is normal, and moreover, if the battery is discharged to the < 10%, it is recommended to connect the charger before entering Safe Mode to avoid sudden shutdown.