Safe Mode on Android is a diagnostic tool that automatically disables all third-party applications, leaving only system ones. It is activated when the OS malfunctions, app conflicts or incorrect updates. In most cases, users get into it accidentally - due to pressing buttons during a reboot or after a critical failure. But how exit safe modeif the phone freezes, does not respond to presses or reboots cyclically?
This article covers all possible scenarios: from standard shutdown through the menu to forced reset via ADB or hardware buttons. We will analyze the features for different manufacturers (Samsung, Xiaomi, Huawei, Google Pixel), explain why the mode can turn on by itself, and what to do if none of the methods work. Important: some methods require access to Settings or a computer - we have highlighted them separately.
If your smartphone is stuck in a reboot loop with the word "Safe Mode" in the corner of the screen, go straight to the section about hard reset. For all other cases, read in order.
Why did the phone go into safe mode?
Activating safe mode is not an error, but system protective measure. It works in several cases:
- ๐ Incorrect reboot: pressing the power button for more than 10 seconds or a key combination (for example,
Power + Volume downon Samsung). - ๐ฑ Application conflict: if the installed software interferes with the operation of the system (often after updates or rooting).
- ๐ Critical battery discharge: if the phone turned off at 0% and turned on in emergency mode.
- ๐ ๏ธ Firmware failure: after unsuccessful OS update or recovery via Recovery.
- ๐ฆ Virus activity: some malicious apps block normal loading.
The screen in safe mode usually displays the message "Safe mode" or "Safe Mode" in the lower left corner. All third-party applications (including launchers, widgets and services) are disabled, and the desktop background turns black or gray. This is normal - this is how the system shows that it only works with basic functions.
โ ๏ธ Attention: If safe mode is enabled every time you start the phone, the problem lies deeper - the firmware may be damaged or the power button is faulty. In this case, only flashing or repair will help.
Method 1: Standard shutdown via notification
If the phone responds to touches and boots in safe mode, first check Notification panel. On most devices (Android 8.0 and newer), a notification appears there asking you to exit the mode.
- Swipe down from the top edge of the screen to open the notification shade.
- Find a notification with text
"Safe mode is enabled"or"Safe mode is on". - Tap on it - a button will appear
"Turn off"or"Turn off". - Confirm the action and wait for the automatic reboot.
If there is no notification, try reboot the phone manually:
- Press the power button for 3-5 seconds.
- In the menu that appears, select
"Reboot"(or"Restart"). - After turning on, check if the message disappears
"Safe mode".
โ ๏ธ Attention: On some devices (Xiaomi Redmi, POCO), a standard reboot can reactivate safe mode. In this case, use button combination.
Charge the phone at least 30%|Check response to touches|Make sure the power and volume buttons are not pressed|Disconnect the charger (if connected)-->
Method 2: Hardware button combination
If the phone does not respond to touches or there is no notification about safe mode, try forced reboot through buttons. This method works on 90% of devices, including Samsung Galaxy, Google Pixel, OnePlus and others.
Instructions:
- Turn off the phone (press the power button for 10-15 seconds if it does not respond).
- After complete shutdown, press and hold
the power button. - As soon as the manufacturer's logo appears on the screen, press and hold the volume down button.
- Do not release it until the system is fully loaded (usually 20โ30 seconds).
For some models, the combinations are different:
| Manufacturer | Model | Button combination |
|---|---|---|
| Samsung | Galaxy S22/S23, A54, A34 | Power + Volume down (hold until loading) |
| Xiaomi | Redmi Note 12, POCO X5 | Power + Volume up (release when vibrating) |
| Huawei | P50, Mate 60 | Power + both volume buttons |
| Pixel 7/8 | Power (hold for 30 seconds, then release) | |
| OnePlus | 11, Nord 3 | Power + Volume up (until the menu) |
If the combination does not work the first time, try again, holding the buttons 5-10 seconds longer. On some devices (Sony Xperia), you may need to connect to charging during the procedure.
On phones with a faulty power button (for example, after a fall), the combinations may not work. In this case, connect the device to charging and try method c ADB.
Method 3: Disabling through system settings
If the phone boots in safe mode but responds to touches, you can try disabling it via Settings. This method is suitable for devices with Android 10 and newer, where there is a separate mode switch.
Step-by-step guide:
- Open the application
Settings(gear on the desktop or in application menu). - Go to section
SystemโAdvanced(on some firmwareSpecial opportunities). - Find an item
"Safe Mode"or"Safe mode". - Move the slider to position
"Off."and confirm the action. - Wait automatic reboot.
On phones Samsung the path may be different:
- ๐ฑ Open
SettingsโDevice Maintenance. - Tap on the three dots in the upper right corner and select
"Safe Mode". - Click
"Turn off"and restart the phone.
If there is no item "Safe Mode" in the settings, then your firmware does not support software shutdown. In this case, use button combination or ADB.
What to do if there is no "Safe Mode" item in the settings?
On some custom firmware (for example LineageOS or MIUI for older models) this item may be missing. In this case:
1. Try updating the firmware via Settings โ System โ Software update.
2. If there are no updates, use method with ADB or hard reset (with data loss).
Method 4: Disabling via ADB (for advanced)
If standard methods did not help, and the phone is still in safe mode, you can use Android Debug Bridge (ADB). This method requires a computer with drivers installed and USB debugging enabled.
What you will need:
- ๐ป Computer with Windows, macOS or Linux.
- ๐ USB cable (preferably original).
- ๐ฆ Installed ADB and Fastboot.
- ๐ง Enabled USB debugging on the phone (
Settings โ About phone โ Build numberโ tap 7 times, then return toSettings โ System โ For developers โ USB debugging).
Instructions:
- Connect the phone to the computer and enable debugging (the phone will display request).
- Open the command line (
cmdon Windows orTerminalon macOS/Linux). - Enter the command to test the connection:
adb devicesThe name of your device should appear.
- Execute the command to disable safe mode:
adb shell settings put global safe_mode 0 - Reboot the phone:
adb reboot
If after rebooting the mode is activated again, try an alternative command:
adb shell am broadcast -a android.intent.action.BOOT_COMPLETED
โ ๏ธ Attention: On some devices (Huawei, Xiaomi with a locked bootloader), ADB may do not have the rights to change system settings. In this case, only resetting to factory settings will help..
ADB is the most reliable way to disable safe mode if the phone responds to commands, but standard methods do not work. However, it requires preliminary configuration of USB debugging.
Method 5: Hard reset (if all else fails)
If the phone stuck in reboot loop is in safe mode or does not respond to any commands, the last option remains - hard reset via RecoveryThis method will delete all data from the device, so use it only as a last resort.
Instructions for most devices:
- Turn off the phone (if it does not respond, wait until the battery is low).
- Hold down the button combination to login Recovery Mode (usually
Power + Volume up, but for some models it differs - see the table below). - Hold the buttons until the logo appears Android or the recovery menu.
- In the menu Recovery use the volume buttons to select the item
"Wipe data/factory reset"and confirm with the power button. - After the reset, select
"Reboot system now".
Combinations to enter Recovery:
| Manufacturer | Combination |
|---|---|
| Samsung | Power + Volume up + Bixby (if available) |
| Xiaomi/Redmi/POCO | Power + Volume up |
| Huawei/Honor | Power + Volume up (hold 10 sec) |
| Google Pixel | Power + Volume down (then select from the menu Recovery Mode) |
| OnePlus | Power + Volume down |
After the reset, the phone will boot in normal mode, but all data (photos, applications, accounts) will be deleted. If you had it turned on backup to Google Account, some of the data can be restored after logging in.
โ ๏ธ Attention: On phones with a locked bootloader (Xiaomi, some models Samsung) reset via Recovery may require you to enter your account password Mi Account or Samsung Account. Make sure you have access to these accounts!
How to prevent accidental activation of safe mode?
If your phone regularly goes into safe mode for no apparent reason, check the following points:
- ๐ Power button status: if it freezes or does not work well, the phone may perceive the pressure as a command to activate the mode. The solution is to replace the button at the service center.
- ๐ฆ Conflicting applications: some apps (especially with rights). administrator) may cause crashes. Check recently installed applications and remove suspicious ones.
- ๐ Unstable firmware: if you use custom software (LineageOS, Pixel Experience), update it to the latest version.
- ๐ฆ Viruses: scan your phone with an antivirus (for example Malwarebytes or Dr.Web).
- ๐ Charging problems: if the phone turns on in safe mode only when connected to charging, check the cable and power supply.
To minimize risks:
- Regularly update the firmware via
Settings โ System โ Software update. - Do not install applications from unverified sources (outside Google Play).
- Periodically clear the cache via
Settings โ Storage โ Cache data. - Avoid rooting if you are not sure about its necessity.
If safe mode only turns on when connected to a computer, the problem may be in the drivers. Update ADB drivers or use the original one. USB cable.
Frequently asked questions
โ The phone is stuck on the logo after exiting safe mode. What should I do?
This is a sign of damaged system files. Try:
- Clamp
Power + Volume upfor 15-20 seconds to force a reboot. - If that doesn't help, reset via Recovery (see Method 5).
- On phones Samsung you can try to reflash the software via Odin (a computer is required).
โ Is it possible to exit safe mode without rebooting?
No, safe mode is a separate system boot mode. To disable it, a reboot (software or hardware) is always required (MIUI 14+) you can temporarily disable restrictions via Settings โ Accessibility, but this will not remove the mode completely.
โ Why did applications disappear after leaving safe mode?
This is normal: in Safe mode disables all third-party apps, but does not remove them. After a reboot they should appear again. If applications have disappeared, check:
- Folder
"Disabled"in the application menu. - Settings
"Applications"โthey may have been deactivated by the system. - If applications are deleted on their own, this is a sign of a malfunction Google Play Services. Update them via Play Market.
โ How to exit safe mode on a tablet Android?
The methods are the same as for smartphones:
- Try a standard reboot via the power button.
- Use the combination
Power + Volume Down(on Samsung Tab) orPower + both volume buttons(on Lenovo Tab). - For tablets with a keyboard (for example Samsung DeX), you may need to turn it off via
Settings โ Display โ Safe Mode.
If the tablet does not respond, connect it to a charger for 30 minutes - sometimes a low battery blocks exit mode.
โ Safe mode turns on by itself after each shutdown. What's the matter?
This is a sign of hardware or software malfunction:
- Hardware problem: malfunction of the power button (sticking, oxidation of contacts). buttons.
- Software problem:
- Partition damaged
/dataor/system- flashing the firmware will help. - Conflict with the application - try removing recently installed apps.
- Virus - scan the device with an antivirus in safe mode.
- Partition damaged
If the problem persists, do backup data and perform a full reset via Recovery.