The System Menu Main Menu (or Recovery Mode, Fastboot, Safe Mode) on Android is a service mode that is usually hidden from the user's eyes. They get here by accident: after an unsuccessful update, pressing a combination of buttons when turning on, or a failure in the firmware. The main problem is that the interface of this menu is often in English, and the control buttons differ from the usual touch gestures.

In this article we will analyze all possible ways to exit the Main Menu on Android in 2026including universal methods for Samsung, Xiaomi, Google Pixel, OnePlus and other brands. We will separately dwell on the nuances for devices with an unlocked bootloader, custom firmware and phones that do not respond to the sensor. If your smartphone is stuck in a menu with the words reboot system now, fastboot mode or safe mode โ€”here you will find a solution.

1. How to determine which menu you are stuck in

Before you try to exit, you need to understand which one Main Menu you are dealing with. This determines the available options and exit methods. Here are the key signs:

  • ๐Ÿ”„ Recovery Mode: black screen with blue/green text, items reboot system now, wipe data/factory reset, apply update from ADB. Often controlled by the volume and power buttons.
  • โšก Fastboot Mode: caption FASTBOOT MODE or DOWNLOAD MODE (on Samsung), image of a robot Android with an open belly. Control - via PC and command fastboot reboot.
  • ๐Ÿ›ก๏ธ Safe Mode: at the bottom of the screen there is an inscription Safe mode, only system applications work. Exit - reboot or shutdown via notification.
  • ๐Ÿ“ฑ Factory Mode (on Samsung): white screen with green text, items Version, Barcode. The way out is to long-press the power button.

If there are no inscriptions on the screen, but only a brand logo (for example, Mi or Samsung) - most likely, the phone is stuck at the boot stage. In this case, it will help forced reboot (see section 3).

๐Ÿ“Š Which menu is your Android stuck in?
Recovery Mode
Fastboot/Download Mode
Safe Mode
Factory Mode
I donโ€™t know what it is

2. Universal method: reboot using hardware buttons

The most reliable method that works on 90% of devices is a forced reboot using physical buttons. Suitable for Recovery Mode, Fastboot (if it does not block the bootloader) and Safe Mode.

Instructions:

  1. Hold the button power (Power) 10โ€“15 secondsuntil the screen goes blank.
  2. If the phone vibrated, but the screen turned on again in the same menu, repeat the hold, adding a button volume down (Power + Vol Down).
  3. On some models (for example, Google Pixel) may require a combination Power + Vol Up + Vol Down.

โš ๏ธ Attention: On devices with defective battery holding the buttons for a long time can lead to a complete shutdown. If the phone does not respond after 3-4 attempts, connect the charger and repeat after 5 minutes.

Make sure the phone is charged at least 10%|

Disconnect all cables (USB, headphones)|

Try the Power + Vol Up combination if Power alone does not work|

If the screen blinks but does not turn off, hold the buttons until they vibrate-->

3. Exiting Recovery Mode (recovery menu)

Recovery Mode is a service menu for resetting settings, installing updates and diagnostics. There are several ways to exit it, depending on the phone model and firmware version.

Method 1: Standard reboot

In most cases, it is enough to select the item reboot system now:

  1. Use the buttons volume (Vol Up/Down) to highlight reboot system now.
  2. Press the button power (Power) to confirm.
  3. If the phone does not respond, hold Power 10+ seconds to force a reboot.

Method 2: For devices with custom Recovery (TWRP, OrangeFox)

If you have installed TWRP or another custom recovery:

  • ๐Ÿ”ง Select Reboot โ†’ System.
  • ๐Ÿ”„ If the system does not boot - try Reboot โ†’ Recovery (sometimes it helps to reset the menu settings).
  • โš ๏ธ Attention: In custom firmware, the item wipe can lead to data loss. Do not select it unless necessary!
Brand Combination to exit Recovery Notes
Samsung Power + Vol Down (10 sec) On new models (2022+) it may be necessary Power + Bixby + Vol Up.
Xiaomi/Redmi/Poco Power (15 sec) or selecting reboot in the menu On Redmi Note 12 and newer sometimes it only works Power + Vol Up + Vol Down.
Google Pixel Power (7 sec) โ†’ Restart If it doesnโ€™t work, connect to a PC and use adb reboot.
OnePlus/Oppo/Realme Power + Vol Up (until vibration) On OnePlus 11 and newer may require confirmation through the lock screen.
What to do if there is no reboot item in Recovery Mode?

If it is not in the menu reboot system now, this may mean:

1. The partition is damaged boot - you will need to flash it via fastboot or Odin (for Samsung).

2. The device is in mode EDL Mode (on Xiaomi) - exit only through an authorized service center.

3. Power controller failure - the phone does not respond to buttons. In this case, only disassembling and disconnecting the battery will help (not recommended without experience!).

4. Exit Fastboot/Download Mode

Fastboot Mode (or Download Mode on Samsung) - mode for flashing via PC. You can exit it using both hardware buttons and commands.

Method 1: Power and volume buttons

Try these combinations:

  • ๐Ÿ“ฑ Samsung: hold Power + Vol Down 10-15 seconds until the screen goes dark.
  • ๐Ÿ“ฑ Xiaomi/Google/OnePlus: Power 10 seconds โ†’ after vibration, release and press again Power to turn on.
  • ๐Ÿ“ฑ Huawei/Honor: Power + Vol Up (until the logo appears).

Method 2: Commands via PC (if the buttons do not work)

If the phone is connected to a computer:

  1. Install ADB and Fastboot (if not installed).
  2. Open the command line (cmd) in the folder with platform-tools.
  3. Enter the command:
    fastboot reboot
  4. If the phone is in Download Mode (Samsung, use:
    fastboot continue

    or (for older models) fastboot oem unlock โ†’ fastboot reboot.

โš ๏ธ Attention: On devices with a locked bootloader (bootloader), the command fastboot oem unlock will erase all data! Do not use it unnecessarily.

1. Cable (use original USB-Type C).

2. USB port (try USB 2.0 instead of 3.0).

3. Drivers (install Google USB Driver or Samsung USB Driver for your model).-->

5. How to exit Safe Mode

Safe Mode โ€”a diagnostic mode in which all third-party applications are disabled. They usually end up here after an application malfunction or an incorrect update. The easiest way to exit it is:

  • ๐Ÿ”„ Reboot: hold Power โ†’ select Restart (or Reboot).
  • ๐Ÿ“ต Turn off via notification: swipe down the notification panel โ†’ press Safe mode is on โ†’ Turn off.
  • ๐Ÿ”‹ For older Android (before 9.0): hold Power + Vol Down 5 seconds โ†’ an exit dialog will appear.

If the phone automatically boots into Safe Mode after each reboot, this is a sign:

  • ๐Ÿ› ๏ธ Damaged system application (try uninstalling the latest updates through Settings โ†’ Applications).
  • ๐Ÿ“ฑ Malfunction buttons volume (often on Samsung A52, Redmi Note 10).
  • ๐Ÿ”„ Unsuccessful update (solution - reset to factory settings).
๐Ÿ’ก

If Safe Mode turns on by itself, check the physical buttons - stuck Vol Down or Vol Up can call this mode upon boot.

6. Exit Factory Mode (service menu)

Factory Mode (or Test Mode) - a hidden menu for testing hardware components. They usually get here after entering secret codes. (for example, #0#) or accidentally pressing combinations on a switched off phone.

Exit methods:

  1. Hold the button power 10-20 seconds until the screen goes dark.
  2. If the phone responds to the sensor, find the item Exit or Reboot (usually at the bottom of the screen).
  3. On Samsung try entering the code *#7353# โ†’ select Exit.
  4. For Xiaomi and Redmi a combination may help Power + Vol Up + Vol Down (hold for 15 seconds).
โš ๏ธ Attention: Some items (for example, Factory Mode some points (for example, Clear eMMC) can completely erase data from the phone, including photos and contacts. Do not press anything other than Exit or Reboot!

7. What to do if no method works

If the phone does not respond to buttons, does not exit the menu after 5+ attempts, or is stuck on the logo, this is a sign of a serious failure. Possible causes and solutions:

Symptom Possible cause Solution
The phone vibrates, but the screen is black Display controller failure or firmware Connect to the PC and try the command fastboot reboot or adb reboot.
The buttons do not work, but the screen responds to touches Sticky hardware buttons or driver failure Use sensor for selection reboot or connect a USB keyboard via OTG.
Continuous loading to Recovery or Fastboot Damaged partition boot or system Reflash the phone via Odin (Samsung) or Mi Flash Tool (Xiaomi).
The phone gets hot and turns off Hardware failure (battery, motherboard) Contact a service center - independent repairs may worsen the problem.

If you suspect hardware failure (for example, after a fall or moisture), do not try to disassemble the phone yourself. Modern smartphones (especially Samsung Galaxy S23, iPhone 15 s Android mods, Xiaomi 14s) have fragile cables and sealed cases - unprofessional repairs often lead to total loss data.

How to understand that your phone needs a service center?

Contact specialists if:

- Phone does not turn on generally (no vibration, charging indication).

- Appear on the screen artifacts (stripes, flickering, distortion).

- After the reboot you again find yourself in Fastboot or Recovery.

- The phone overheats (above 50ยฐC) or turns off after 1-2 minutes of operation.

- There are errors on the screen like E:Failed to mount /system or Secure Fail: Kernel.

FAQ: Frequently asked questions about exiting the Main Menu on Android

My phone is stuck in a menu with the words "No Command" and a lying robot. What to do?

This is stock Recovery on devices with pure Android (for example, Google Pixel, Motorola). To exit:

  1. Hold Power + Vol Up 3-5 seconds.
  2. Release Powerbut continue to hold Vol Upuntil appears menu.
  3. Select reboot system now with the power button.

If that doesnโ€™t help, connect to the PC and enter:

adb reboot

After exiting Recovery, the phone asks for a PIN code, but the keyboard does not appear. How to unlock?

This is a known problem on Samsung and OnePlus after resetting via Recovery. Solutions:

  • Connect USB keyboard via an OTG adapter and enter the PIN.
  • If the keyboard does not help, do full reset via Recovery (item wipe data/factory reset).
  • For Samsung firmware via Odin with a checkmark can help Re-Partition.
Is it possible to exit Fastboot Mode without computer?

Yes, but not on all devices. Try:

  • On Xiaomi/Redmi: hold Power 20+ seconds (sometimes it only helps after charging is connected).
  • On Samsung: Power + Vol Down 10 seconds โ†’ after vibration, immediately press Vol Up.
  • On Google Pixel i OnePlus usually you canโ€™t do without a PC - you will need the command fastboot reboot.

If the phone unlocked (bootloader unlocked), you can try to log in Recovery via fastboot reboot recovery (if you have access to another device with ADB).

The phone turns off immediately after exiting the menu. What is the problem?

This is a sign of one of three failures:

  1. Dead battery (even if it shows 10-20%). Connect the charger for 30 minutes and exit again.
  2. Damaged firmware (especially if the update was interrupted before). data-i="302">or Fastboot or Odin.
  3. Hardware failure (for example, faulty battery contacts). Service diagnostics required.

If the phone turns on only in Fastboot โ€”check if the mode is activated OEM Unlock in the developer settings (this may block normal loading).

How to avoid getting into the Main Menu in the future?

To accidentally do not enter the service menus:

  • ๐Ÿ”ง Do not press volume buttons when turning the phone on/off.
  • ๐Ÿ“ต Do not enter random codes in the dialer (for example, ##4636## may cause a crash).
  • ๐Ÿ”„ Do not interrupt software update - this is a common cause of freezing in Recovery.
  • ๐Ÿ›ก๏ธ Install protection from accidental clicks in the accessibility settings.
  • ๐Ÿ“ฑ For Samsung disable download mode via Settings โ†’ Developer options โ†’ OEM Unlock (if you do not plan to flash phone).