Home > Tips and Tricks

Locked Bootloader, OEM Unlock Off, Stuck in Fastboot Mode [Fix]

In this guide, we will show you the steps to unbrick your device when the bootloader is locked, OEM Unlock is disabled, and it is stuck in Fastboot Mode. Stepping into custom development for flashing custom ROMs, recoveries, or gaining administrative privileges by rooting brings in a truckload of goodies. However, on the flip side, it does have a few risks attached to it as well.

In this regard, one of the most common issues is the device getting stuck in the Fastboot Mode. In general cases, you could easily flash the stock firmware via Fastboot Commands or using tools like Mi Flash Tool, Pixel Flasher, Fastboot Enhance, etc. However, there is one major requirement that you should have checked beforehand- the bootloader should have been unlocked before you ended up in this scenario.

But if that is not the case couldn’t we just use the fastboot flashing unlock OR fastboot oem unlock command to unlock the bootloader? Unfortunately, not. This is because you will first have to enable the OEM unlock toggle before executing the said commands. So how could one unbrick the device when the bootloader is locked, OEM Unlock is disabled, and it is stuck in Fastboot Mode? Let’s check it out.

Unbrick Guide: Locked Bootloader, OEM Unlock Disabled, Stuck in Fastboot

locked bootloader fastboot mode

As of now, there is just one way out: flash the stock firmware via ADB Sideload. Sideloading firmware doesn’t require an unlocked bootloader and hence you will be able to easily fix the corrupt partitions on your device. So without further ado, let’s show you how this could be carried out. [NOTE: If you own a OnePlus device, then you could additionally use the MSM Download Tool. For that, please check out our detailed guide on How to Unbrick any OnePlus Device via MSM Download Tool].

Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.

STEP 1: Install Android SDK

First and foremost, you will have to install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform-tools folder, which will be used throughout this guide.

install adb platform tools windows

STEP 2: Download Firmware

  1. Download the firmware [OTA Image is recommended] for your device from the official site or a trusted unofficial source.
  2. Once downloaded, transfer it to the platform-tools folder on your PC.locked bootloader fastboot mode
  3. Likewise, rename the file to update, so that the complete name becomes update.zip.
  4. This renaming is done just to make the file name easier to type in Command Prompt.

Boot to Recovery Mode

  1. As of now, your device will be booted to Fastboot Mode, so let’s boot it to stock recovery.
  2. For that, launch CMD inside the platform-tools folder and execute the below command:
    fastboot reboot recovery
  3. Your device will now boot to the Recovery Mode. [If you’re stuck at the No Command screen, then check out the linked guide to exit that mode].locked bootloader fastboot mode

STEP 5: Install Firmware on Locked Bootloader via ADB Sideload

  1. Use the Volume keys to highlight the “Apply Update from ADB” option and press the Power key to confirm it.
    locked bootloader fastboot mode
  2. You should now see a message along the following lines on your device.
    locked bootloader fastboot mode
  3. Now head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
  4. Type in the following command in the CMD window to verify the ADB Sideload connection:
    adb devices

    locked bootloader fastboot mode

  5. If you get the sideload keyword in the Command Prompt, then the connection stands successful and you may proceed ahead.
  6. So go to the CMD window (that you have opened inside platform-tools) and type in the below command to install the OTA file:
    adb sideload update.zip
  7. The installation process will now begin and could take a few minutes.
  8. Once done, use the Volume keys to select the Reboot System Now option and press the Power key to confirm it.

That’s it. These were the steps to unbrick your device when the bootloader is locked, OEM Unlock is disabled, and it is stuck in Fastboot Mode. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution at the earliest.


Share: