A frozen smartphone on Android is a situation familiar to many. The screen does not respond to touches, the power and volume buttons do not work, and the device is frozen at the logo or black screen. In such cases reboot via computer often becomes the only way to bring the gadget back to life without contacting a service center. But how to do this correctly, without aggravating the problem?

In this article we will analyze all the current methods - from simple commands through ADB to working with Fastboot i Recovery Mode. You will learn how to reboot Samsung, Xiaomi, Google Pixel other devices, even if they are completely locked. And also find out in what cases rebooting via PC can lead to data loss and how to avoid it.

Why the smartphone does not reboot with buttons - the main reasons

Before connecting the device to the computer, it is worth understanding why standard methods do not work. Here are the most common reasons:

  • ๐Ÿ”„ Software failure โ€” an error in the operation of Android or a specific application that caused the interface to freeze.
  • ๐Ÿ“ฑ Hardware conflict โ€”incompatibility of the firmware with the hardware (often after unofficial updates).
  • ๐Ÿ”‹ Power problems - low battery or faulty charging controller.
  • ๐Ÿ› ๏ธ Corruption of system files - for example, after unsuccessful rooting or resetting.
  • ๐Ÿ”’ Locking the bootloader โ€”on some devices (for example Huawei) this may prevent even a forced reboot.

If the screen responds to touches, but the buttons do not work, try soft reboot through the power menu (hold the power button 10โ€“15 seconds). If the device is completely โ€œdeadโ€, you cannot do without connecting to a PC.

โš ๏ธ Attention: On devices with MediaTekprocessors (many models Xiaomi, Realme, Oppo), a forced reboot via Fastboot may lead to a reset IMEI. Before the procedure, make sure that you have a backup copy of this parameter.

Preparing the computer: what you need to reboot Android via PC

To reboot your smartphone using a computer, you will need:

  1. USB cable (preferably original, since they are cheap cables may not transmit data).
  2. Drivers for your device - without them, the PC will not recognize the smartphone in the modes ADB or Fastboot.
  3. Developer tools:
    • ๐Ÿ–ฅ๏ธ Android SDK Platform-Tools (includes adb and fastboot).
    • ๐Ÿ”ง Alternative utilities: Minimal ADB and Fastboot, 15 Seconds ADB Installer.
  • USB debugging enabled (if the device is even slightly responsive).
  • If USB debugging was not enabled in advance, some methods (for example ADB) will become not available. In this case, all that remains is Fastboot or Recovery Mode.

    ๐Ÿ“Š What brand of your Android device?
    Samsung
    Xiaomi
    Google
    Huawei
    OnePlus
    Other
    Tool Does USB debugging be required? Works on a locked device? Risk of data loss
    ADB โœ… Yes โŒ No โš ๏ธ Minimal
    Fastboot โŒ No โœ… Yes โš ๏ธ Medium (if you execute write commands)
    Recovery Mode โŒ No โœ… Yes โš ๏ธ High (when reset)
    Special. utilities (for example, Odin) โŒ No โœ… Yes โš ๏ธ High (flashing)

    Method 1: Reboot via ADB (if USB debugging is enabled)

    If your device was previously activated USB debugging, the safest way to reboot is through ADB (Android Debug Bridge). This method does not require unlocking the bootloader and does not erase data.

    Instructions:

    1. Connect your smartphone to the PC via USB.
    2. Open the command line (cmd) in the folder with platform-tools (or add the path to it in the environment variables).
    3. Enter the command to check the connection:
      adb devices

      If the device is shown in the list, proceed further.

    4. Run the reboot command:
      adb reboot

      To force reboot (if the normal one does not work):

      adb shell reboot -p

    If after the command adb devices you see a message unauthorized, then a window should appear on the smartphone screen asking you to trust this computer. Without confirmation, the command will not work.

    The device is connected with an original cable|USB debugging is enabled in the developer settings|Drivers are installed (check in Device Manager)|Command line is running as administrator-->

    โš ๏ธ Attention: On some devices (for example, Samsung Galaxy s One UI) after a reboot through ADB protection may work Knox, which will lead to the certificate being reset. eFuse. This does not block the device, but voids the warranty.

    Method 2: Forced reboot via Fastboot

    Fastboot is a protocol that allows you to control the device at a low level, even if Android does not boot. Unlike ADB, it does not require enabled USB debugging, but it does require unlocked bootloader (on some devices).

    How to reboot your smartphone via Fastboot:

    1. Turn off the device (if it does not respond, hold the power button for 20-30 seconds).
    2. Hold the combination to enter Fastboot (depending on the model):
      • ๐Ÿ“ฑ Google Pixel, Nexus: Power + Volume Down.
      • ๐Ÿ“ฑ Xiaomi: Power + Volume Up.
      • ๐Ÿ“ฑ Samsung (with Bixby button): Power + Bixby + Volume Up.
  • Connect the device to the PC and check the detection:
    fastboot devices
  • Run the reboot command:
    fastboot reboot

    To force shutdown (if the device "stuck" in Fastboot):

    fastboot reboot-bootloader
  • If after the command fastboot reboot the device returns to Fastboot, this may indicate bootloader corruption. In this case, flashing will be required.

    What to do if Fastboot does not see the device?

    If the command fastboot devices returns an empty list, check:

    1. Are the drivers installed (there should be no exclamation marks next to Android Bootloader Interface).

    2 in the Device Manager. Are you using an original USB cable (cheap cables often do not transfer data to Fastboot).

    3. Try a different USB port (preferably USB 2.0since USB 3.0 sometimes conflicts).

    4. On some motherboards you need to disable the parameter Fast Charge in the BIOS for correct operation Fastboot.

    Method 3: Reboot via Recovery Mode (including reset)

    Recovery Mode - this mode recovery, built into Android. It allows you to reboot the device, reset settings or install updates. The method is suitable even if the smartphone is completely locked, but requires caution: incorrect actions can erase all data.

    How to log in Recovery Mode:

    • ๐Ÿ”„ Turn off the device (forcefully, if necessary).
    • ๐Ÿ”ง Press the combination of buttons (depending on the manufacturer):
      • Samsung: Power + Volume Up + Bixby.
      • Xiaomi/Redmi/Poco: Power + Volume Up (after vibration, release the power button).
      • Google Pixel: Power + Volume Down โ†’ in the menu select Recovery Mode.
      • OnePlus: Power + Volume Up.

    In the menu Recovery control is carried out with the volume buttons (up/down) and the power button (select). reboot the device:

    1. Select item Reboot system now.
    2. Confirm the action.

    If the device reboots cyclically or does not exit Recovery, this may indicate damage to the system partition. In this case, only flashing will help.

    ๐Ÿ’ก

    On some devices (for example, Samsung c One UI 5+) the menu Recovery may be hidden. To open it, after entering recovery mode, hold the power button for 5-7 seconds, then quickly release and press it again while increasing the volume.

    Method 4: Using specialized utilities (Odin, Mi Flash, SP Flash Tool)

    If standard methods do not help, proprietary utilities from manufacturers come to the rescue. They allow you not only to reboot the device, but also to reflash it and restore functionality after serious failures. However, this method requires caution: incorrect actions can turn a smartphone into a โ€œbrick.โ€

    Popular utilities:

    • ๐Ÿ“ฑ Odin โ€”for devices Samsung. Allows you to flash official and custom firmware, restore the bootloader.
    • ๐Ÿ“ฑ Mi Flash Tool โ€” for smartphones Xiaomi, Redmi, Poco. Supports modes Fastboot and EDL.
    • ๐Ÿ“ฑ SP Flash Tool โ€”for devices on MediaTek (Realme, Oppo, Tecno etc.).
    • ๐Ÿ“ฑ Fastboot Enhance โ€”a universal utility for working with Fastboot (supports reboot, unlock commands bootloader).

    Example of reboot via Odin:

    1. Download and install Odin (version must match the device model).
    2. Download the official firmware for your model from the website Samsung (file with extension .tar.md5).
    3. Turn on the mode on your smartphone Download Mode (press Power + Volume Down + Bixby).
    4. Connect the device to the PC, launch Odin and wait until a message will appear in the log Added!.
    5. Click BL, select the firmware file (for example, BL_****.tar.md5).
    6. Click Start โ€”the firmware process will begin, after which the device will reboot automatically.
    โš ๏ธ Attention: Firmware through Odin or similar utilities resets the counter Knox on devices Samsung, which cancels guarantee. In addition, unofficial firmware can block access to Samsung Pay and other services.

    Method 5: Emergency reboot via the Windows command line (without ADB)

    If disabled on your device debugging via USB, but Fastboot is not recognized, you can try to โ€œdeceiveโ€ the system using power management via USB port. This method does not work on all devices, but sometimes it helps to โ€œwake upโ€ a frozen smartphone.

    Instructions:

    1. Connect the device to the PC.
    2. Open Device Manager (devmgmt.msc).
    3. Find your smartphone in the section Portable devices or Other devices.
    4. Right click โ†’ Properties โ†’ tab Power management.
    5. Uncheck Allow the computer to turn off this device to save energy.
    6. Disconnect and reconnect the USB cable - sometimes this will force a reboot.

    If this method does not work, try disable and enable the USB port via Device Manager:

    1. B In Device Manager, find USB Controllers.
    2. Right-click on USB Root Hub โ†’ Disable the device.
    3. After 10 seconds, turn it on back.

    This method does not guarantee results, but in 10-15% of cases it helps to โ€œwake upโ€ a device that does not respond to buttons.

    What to do if none of the methods work?

    If all of the above methods did not produce results, the problem may be hardware. Here's what to check next:

    • ๐Ÿ”‹ Battery โ€”a discharged or swollen battery may block the device from turning on. Try connecting the charger for 30โ€“60 minutes, even if the indicator is not lit.
    • ๐Ÿ”Œ USB/Type-C port โ€”oxidation or damage to the contacts may interfere with connection to the PC. Try a different cable or clean the port with alcohol.
    • ๐Ÿ› ๏ธ Power button โ€”mechanical damage to the button will not allow you to turn on the device. As a temporary solution, you can try to โ€œshort-circuitโ€ the contacts of the button (disassembly is required).
    • ๐Ÿ”„ Firmware conflict โ€” if the device reboots cyclically, the bootsection may be damaged. The solution is flashing via Fastboot or EDL.

    If the smartphone does not respond to any manipulations, but an indicator (for example, a red LED) appears when connected to charging, this may indicate hardware failure of the power controller. In this case, only the service center remains.

    ๐Ÿ’ก

    If the device does not respond to Fastboot and does not charge, do not try to disassemble it yourself - there is a high risk of damaging the cables or the board. Contact a service that has diagnostic equipment (for example, DC Power Supply to check current consumption).

    FAQ: Frequently asked questions about rebooting Android via PC

    Is it possible to reboot Android via a computer without losing data?

    Yes, if use ADB (with USB debugging enabled) or Fastboot reboot. These commands do not affect user data. However, if the device requires a reset via Recovery or flashing, the data will be lost.

    Why does the PC not see the device in Fastboot mode?

    There are several reasons:

    • Drivers are not installed (download Google USB Driver or proprietary drivers for your model).
    • A low-quality USB cable is used (try the original one).
    • Port USB 3.0 may conflict - connect to USB 2.0.
    • On some motherboards you need to disable Fast Charge v BIOS.
    How to reboot Samsung if it is stuck on the logo?

    Try the following sequence:

    1. Hold Power + Volume Down 10-15 seconds to force shutdown.
    2. Press Power + Volume Up + Bixby to enter Recovery.
    3. Select Wipe cache partition (does not erase data, but clears the cache).
    4. Reboot the device via Reboot system now.

    If this does not help, you will need firmware via Odin.

    What is EDL mode and how to use it to reboot?

    EDL (Emergency Download Mode) - emergency mode for devices on Qualcomm, which allows you to flash a device even with a damaged bootloader. To log in EDL:

    1. Turn off the device.
    2. Close the contacts Test Point on the board (disassembly required) or use the command:
      adb reboot edl

      (if USB debugging is enabled).

    3. Connect device to the PC and use Mi Flash Tool (for Xiaomi) or QFil (for other brands).

    โš ๏ธ EDL can block the device if unofficial firmware is used (for example, on Xiaomi with blocked bootloader).

    How to avoid repeated Android freezes after a reboot?

    To minimize the risk of repeated crashes:

    • Update the firmware to the latest official version.
    • Delete unused applications, especially those running in the background.
    • Check the health of the battery (via AccuBattery or adb shell dumpsys battery).
    • Disable power-hungry functions (for example, Always On Display on AMOLED-screens).
    • Reset settings to factory settings, if failures recur.