How to unlock Bootloader of Google Pixel Smartphone

Updated on
WhatsApp Icon
Twitter Icon
Facebook Icon

In this article, we will guide you through the step-by-step process of unlocking the bootloader on any Google Pixel phone using ADB and Fastboot tools on a Windows computer.

Unlock Google Pixel Bootloader

What is Bootloader Unlocking?

The bootloader is a security feature on Android phones that blocks system changes. Unlocking it allows you to install custom ROMs, kernels, or root your phone. Keep in mind, this process will erase all your data and could void your warranty.

How to Unlock Google Pixel Bootloader

To start, make sure you have the Minimal ADB and Fastboot Tools and the ADB Driver. Before you begin, check that your device meets the requirements below.

Prerequisites

  • Charge your device to at least 40-50%.
  • A working Windows PC or laptop and a USB cable.
  • Take a complete backup of your device.
  • Download and install the ADB driver.
  • Download and install the Minimal ADB and fastboot Tools.

Disclaimer: androidmtk.com is not responsible for any damage to your device that may occur during or after following this guide. Please proceed with caution.

Steps to Unlock Bootloader on Google Pixel

  1. Enable Developer Options on your Google Pixel Smartphone.
  2. 💡How to enable Developer Options:

    1. Open Settings.

    2. Go to About Phone.

    3. Tap on the Built Number for 6-8 times until developers option is enabled.

  3. Enable OEM unlocking and USB debugging.
  4. 💡How to enable OEM unlocking and USB debugging:

    1. Open Settings.

    2. Go to Developer Options.

    3. Tap on the ON checkbox.

    4. Scroll down and Tap on the OEM unlocking and USB debugging checkbox to enable it.

  5. Connect your Pixel to the PC.
  6. Mobile USB Computer
  7. After you connect your device to the computer, you might see a popup asking to allow USB debugging on your phone. Tap Allow to continue.
  8. Open the Minimal ADB and Fastboot Tool. You can do this from the Start menu or by going to the C:\Program Files (x86)\Minimal ADB and Fastboot\ folder. When the window opens, you should see the following screen:
  9. minimal command window
  10. Write the following command: adb devices
  11. Google Pixel ADB Devices
    💡Pro Tip: The above command will help recognize/verify the connected Google Pixel Device on the computer.

  12. Write the following command: adb reboot bootloader
  13. Google Pixel Reboot Bootloader
    💡Pro Tip: The above command will boot your Google Pixel device into fastboot mode.

  14. Your device will reboot into the bootloader mode.
  15. Once your device is booted into the bootloader mode, give the following command: fastboot flashing unlock
  16. Minimal ADB Fastboot Flashing Unlock
    💡Pro Tip: The Above command will unlock the bootloader on your Pixel Device.

  17. You will now see a confirmation screen on your Google Pixel. Use the Volume Up button to highlight Yes, then press the Power button to select it.
  18. After the bootloader is unlocked, restart your device by pressing the Power button.
  19. During the restart, your phone will perform a factory reset and then start up normally.
  20. Congratulations! You have successfully unlocked the bootloader on your Google Pixel phone.

Notes

  1. Universal Method: The above method can be used to unlock the bootloader of all Google Pixel Devices.
  2. Platform Tools: If you are looking for the latest ADB and Fastboot Tools, then prefer using the official Google Platform Tool package.
  3. Pixel Firmware: If you are looking for the Google Pixel Stock Firmware (Flash File), then head over to the Google Pixel Stock Firmware page.
  4. USB Driver: If you are looking for the Google Pixel USB Driver, then head over to the Google USB Driver page.