Modern Xiaomi smartphones, which are based on the shells of MIUI or the new HyperOS, are complex computing systems that sometimes require user intervention at a deep level. The concept of “reboot” in the environment of enthusiasts and ordinary users is often confused, since it can mean both a banal reboot of the operating system and entering special engineering modes for flashing or resetting. Understanding the difference between these states is critical to successful solving software problems.
In most household situations, when the device is stuck or not working properly, it is enough to run a standard Soft Reset. However, if the phone is “bricked”, does not load beyond the logo or requires a password reset, you will need more advanced methods, such as logging into Recovery Mode or Fastboot. These hidden partitions allow you to control the bootloader, install updates manually and diagnose the hardware.
In this article, we will discuss in detail all existing ways to enter reboot modes for Redmi devices, POCO We'll look at both software methods through settings and hardware button combinations that work even when the touchscreen is completely broken. ADB-Teams for Advanced Users.
Staff reset and forced rebuttal
The safest and most common way to reboot a device is to use the operating system's standard interface, a method known as Soft Reboot that correctly completes all background processes, clears RAM and reinitiates system services, and just press the power button and select "Switch off" or "Reboot" from the menu that appears.
However, if the system interface is completely (hang) and does not respond to touch, the standard path becomes inaccessible. In such cases, the hardware Hard Reset comes to the rescue. On most Xiaomi models, you need to hold the power button for 10-15 seconds. The vibrates device (vibrates), the screen goes out, and you restart.
💡
If the usual holding of the power button doesn’t help, try pressing the Volume Up and Power buttons for 15-20 seconds at the same time, which emulates the battery being removed on older devices.
It's important to distinguish between forced reboot and reset, and if the phone continues to vibrate after vibration, or if the Mi logo with cable appears on the screen, you've accidentally entered Fastboot mode, leaving it by holding the power button for a long time until the brand logo appears.
Use the "Advanced Settings" menu for reboot
In the shells MIUI 12/13/14 and HyperOS, there is a hidden engineering menu that provides access to functions that are not displayed in the usual interface. This is where you can find the option to reboot in various modes, including Recovery and Safe Mode.
To activate, you need to dial a special code ##6484#. Once you enter the last digit (or asterisk, depending on the firmware version), the system will automatically redirect you to the CIT (Customer Integration Test) menu. Here are the tests of all components of the smartphone, but we are interested in the ability to control the download.
What if the code doesn't work?
Navigation in the CIT menu is done via touchscreen, but on some models you can use volume buttons to move and power button to confirm the selection. You need to find the item associated with Reboot or Power Off, where the desired options will be hidden. Beware: randomly running iron tests (for example, a screen test or speaker) can change the calibration settings.
Log in to Recovery Mode via button combination
Recovery mode is a separate, minimalist programming interface written into a secure partition of a smartphone’s memory, which allows you to service the device regardless of the state of the main operating system, and enters this mode when the phone is turned off using a physical key combination.
The algorithm is universal for most Xiaomi, Redmi and POCO devices. First, you need to turn off the smartphone completely. Then, when the screen is out, you need to press the Volume Up button and the Power button simultaneously. Hold them until the Mi logo appears, after which the power button can be released, continuing to hold Volume Up.
☑️ Recovery login algorithm
In the Recovery menu, navigation is done only with volume buttons (up/down), and the choice of item is confirmed by the power button. The main menu usually contains items: Reboot (reboot), Wipe Data (data reset) and Connect with MIAssistant (mode for connecting to a PC). Selecting the Wipe Data item will delete all information completely, so use it with extreme caution.
⚠️ Note: The "Wipe Data" item in the Recovery menu permanently deletes all user files, photos and accounts. Use this feature only as a last resort if you forget your pattern lock or password, or if the system does not boot due to critical errors.
Fastboot Mode and its Differentiation from Recovery
Often, users looking for a way to make a rebut are caught in Fastboot mode, which is visually different from Recovery. The screen shows an image of a Androoid hare repairing a robot, or simply the inscription FASTBOOT on a black background, which is designed to low-level firmware through the computer using the Mi Flash Tool utility.
You can get into Fastboot by holding down the Volume Down and Power button when you turn on your phone. Unlike Recovery, there's no text menu for the average user. This is PC command standby mode. If you happen to be here, just hold the power button for about 15 seconds until the device vibrates and reboots as normal.
Fastboot comes in two types: regular and EDL (Emergency Download Mode). EDL is more difficult to activate (often requires opening the case and closing contacts on the board) and is used by service centers to restore dead phones. For the average user, logging into the EDL is not required and can be dangerous without special equipment.
Restart in Safe Mode (Safe Mode)
If the smartphone is unstable, constantly flying or warming, the problem can be hidden in a third-party application. For diagnostics, there is Safe Mode. In this state, only the basic operating system boots, and all applications installed by the user are blocked.
To enter this mode on modern versions of MIUI, you need to call the off menu (press the power button), and then press the “off” icon on the screen for a long time. A pop-up will appear with a suggestion to go to Safe Mode. Confirm the action and the phone will restart.
In the lower left corner of the screen, you'll see "Safe Mode," and if it's a perfect mode, you'll have a conflict between one of the apps you've installed, and you'll have to remove the recently installed programs to find the culprit.
Manage reboots via ADB and computer
For advanced users who have access to debugging USB (USB Debugging, the most powerful control tool is Android Debug Bridge (ADB). This method allows you to send commands to the rebut, recovery or bootloader directly from the computer, which is especially convenient for mass maintenance or fine-tuning.
To work, you need to install Xiaomi USB Driver drivers and Platform Tools package on your PC. Once you connect your phone with a cable and confirm debugging on your smartphone screen, you can execute commands in the command line, which gives you complete control over the state of the device, bypassing physical buttons.
💡
Use of the ADB allows you to restart the phone even if the volume or power buttons are physically broken, provided that the touchscreen and the power button are not properly rebooted. USB-port.
Below is a table of basic commands for managing a boot through ADB:
| Team team. | Action. | Requirements |
|---|---|---|
| adb reboot | Normal system reboot | Phone on, debugging via USB |
| adb reboot recovery | Transition to Recovery Mode | Phone on, debugging via USB |
| adb reboot bootloader | Going to Fastboot Mode | Phone on, debugging via USB |
| adb reboot sideload | Mode for installing firmware through ADB | The phone should be in Recovery. |
If the phone doesn’t turn on and USB debugging hasn’t been activated beforehand, ADB commands won’t work. In such cases, you can only rely on physical buttons and Fastboot mode. It’s also worth remembering that some commands may require Root rights to execute, although basic reboot commands are available on standard firmware.