How to get out of Main Menu on Xiaomi Mi 8 Lite: 5 working ways

Xiaomi Mi 8 Lite is a popular smartphone with a hidden engineering menu (Main Menu or Engineer Mode) that allows you to access low-level settings of the device. However, many users face a problem: after accidentally entering this menu through service codes (for example, ##4636# or ##36446337##), the phone will no longer respond to standard commands, hang on the screen with technical parameters or completely block the interface.

In this article, we will discuss all possible ways to get from Main Menu to Mi 8 Lite, including software methods, hardware reset and alternative solutions. It is important to understand that actions in the engineering menu can affect the stability of the device – so follow the instructions carefully, avoiding changes in parameters that you do not know the purpose of.

1. Standard output: return button

The easiest way is to use standard controls. In most cases, the Main Menu on the Xiaomi Mi 8 Lite supports navigation through the hardware buttons:

  • πŸ”™ Press the physical Back button (below the left screen) once or twice. Some versions of the menu require you to hold it for 2-3 seconds.
  • 🏠 If the back button doesn't work, try pressing home** (center button.
  • πŸ”„ Combination of buttons Volume up + Power (hold 5 seconds) can force the phone back to the main interface MIUI, It does not guarantee the preservation of unsaved changes.

If the screen is not responsive to taps, check if the Sensor Only mode is activated (it can block hardware buttons), in which case, try connecting the device to charge - sometimes this will unlock the interface.

⚠️ Warning: Do not click on options with Factory Reset, Erase All or Reboot to Bootloader in Main Menu, this will result in a data reset or reboot to firmware mode, which will make it difficult to exit.

2. Reboot the device

If the buttons don't work, the next step is to force a reboot. On the Mi 8 Lite, it's like this:

  1. Hold the power button** (right) for 10-15 seconds until the screen goes out.

If you are back on Main Menu after the reboot, it means that the menu has been activated via build.prop or system file, which will require a deeper intervention.

πŸ“Š How often do you use the engineering menu on your smartphone?
Never opened it.
Only for diagnosis.
I regularly adjust the parameters.
I don't know what it is.
The way outImplementation timeRisk of data lossTools required
Back button1-5 secondsNo.β€”
Reboot.20–30 secondsNo.Power button
Reset via Recovery5-10 minutesYes (full reset)Volume buttons + power
ADB-team2-5 minutesNo.Computer, USB-cable

3.Exit via Recovery Mode

If your phone is stuck in Main Menu and does not respond to a reboot, try to enter Recovery Mode.

  1. Turn off the device (hold Power + Volume up 10 seconds).
  2. After turning off, hold Power + Volume up until the Mi logo and Recovery menu appear.
  3. Use volume buttons to navigate and select Reboot β†’ Reboot to System.

If Recovery displays Chinese, focus on the location of items: the first on top is a reboot to the system, the second is a reset (Wipe Data).

⚠️ Warning: Do not choose Wipe All Data unless absolutely necessary - this will delete all user files, including photos and apps. If the menu offers an Apply Update, ignore this item: it is designed to install firmware through the app. ADB Sideload.

β˜‘οΈ Preparing for exit via Recovery

Done: 0 / 4

4.Use of ADB-Teams (for advanced users)

If you have access to your computer and USB debugging is enabled (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times press Developer Mode** to unlock), you can exit Main Menu via ADB (Android Debug Bridge).

Instructions:

  1. Connect the Mi 8 Lite to your PC via USB-cable.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) and type: adb devices Make sure the device is identified (serial number should appear).
  3. Run the command to close the current window: adb shell am force-stop com.android.engineermode or reboot the phone forcefully: adb reboot

If the Main Menu was opened through a system call (for example, after entering) USSD-code), it may be necessary to reset the cache:

adb shell pm clear com.android.engineermode

What if the ADB can’t see the device?
Make sure that the debugging is enabled USB If the phone doesn’t respond, try reinstalling Xiaomi drivers on your PC or using another one. USB-cable (original).

5. Reset to factory settings (extreme case)

If none of these methods work, you'll have to reset hard, which will delete all the data, but it will put the phone back on track. For the Mi 8 Lite, the procedure is this:

  1. Turn off the device.
  2. Keep Power + Volume up until the Recovery menu appears.
  3. Select Wipe Data β†’ Wipe All Data (use volume buttons for navigation, Power for confirmation).
  4. After reset, select Reboot β†’ Reboot to System.

After a hard reset, the phone will require re-authorization in the Mi Account if previously there was a link. Without account data, it will be impossible to unlock the device!

πŸ’‘

Before resetting, try to extract SIM-card and memory card – sometimes this helps to bypass the locking of the engineering menu if the problem is related to a conflict of communication modules.

Alternative solutions and prevention

If you often encounter accidental login to Main Menu, consider the following measures:

  • πŸ”’ Set a password for Settings β†’ System system β†’ Additionally. β†’ Developer mode to restrict access to service codes.
  • πŸ“± Use blocking apps (such as AppLock) to block access to engineering menus for third-party users.
  • πŸ”§ Regularly update the firmware: in new versions MIUI Fixed bugs leading to accidental opening of Main Menu.

If the problem occurs after updating or installing custom firmware, go back to the official version via the Mi Flash Tool. Firmware instructions for the Mi 8 Lite (codename platina) are available on the XDA Developers forum.

πŸ’‘

The safest way to avoid problems with Main Menu is to not enter unknown service codes or change the settings in the engineering menu without understanding their purpose.

FAQ: Frequent questions

Can I log out of Main Menu without losing data?
In 90% of cases, rebooting or ADB-Am force-stop command: Data reset is required only in case of critical failures.
Why did the sound or network disappear after Main Menu?
The audio or modem settings have probably been changed in the engineering menu: return the settings in Hardware Testing β†’ Audio or Telephony to the default values, or reset the network in the MIUI settings.
The phone after Main Menu shows "No Command." What do you do?
This is a standard Recovery screen with no active commands. Hold Power + Volume up to 10 seconds to force reboot.
Can I turn off Main Menu permanently?
You can’t completely delete the engineering menu, but you can block access to it by disabling Developer Mode** or by deleting the EngineerMode application via ADB (root rights required).
Since Main Menu, the phone has been slowing down. What's the reason?
Most likely, the menu has changed the options of the processor or memory (for example, CPU Throttling), return the settings in Performance to the factory or reset the cache in Recovery (Wipe Cache Partition).