How to Unlock Bootloader of Google Pixel 8a [Step by Step]
Google Pixel 8a is now nearly a year old, and if you find the default UI dull, you can install a custom ROM, root your device, or modify it. Unlocking the bootloader is the first step for these changes.
Pixel phones come with a locked bootloader for security, preventing unauthorized changes and protecting against theft. Unlocking is necessary to get full control of your device. This allows you to root, install ROMs, and use custom recovery.
How to Unlock Bootloader of Google Pixel 8a [Step by Step]
Here I will guide you to unlock the bootloader on Pixel 8a. Unlocking voids the warranty and also erases all data from your device, so back up your data first. You will also need ADB Fastboot drivers for this process. Once you understand the risks, you can proceed further.
Activating OEM Unlocking on Pixel 8a
Before unlocking, enable OEM unlocking in settings. This option is disabled by default. Follow these steps:
- Open Settings on your Pixel 8a.
- Scroll down and tap About Phone.
- Find Build Number and tap it seven times.
- A message will confirm developer options are enabled.
- Go back to Settings and open Developer options.
- Locate OEM Unlocking and enable it.
- Turn on USB Debugging for later use.
Now you can move to the next steps.
Unlocking the Bootloader of Pixel 8a
Follow these steps to unlock the bootloader:
- Turn off your Google Pixel 8a.
- Press and hold Power + Volume Down buttons.
- Release when the device enters Fastboot Mode.
- Connect your phone to your PC using a USB cable.
- Extract the platform tools folder on your PC.
- Open a command window in the platform tools folder.
- Windows: Type CMD in the location bar.
- Mac/Linux: Right-click and choose New Terminal.
- Check if your device is connected using:
- Windows: fastboot devices
- Mac/Linux: ./fastboot devices
- If detected, enter the unlock command:
- Windows: fastboot flashing unlock
- Mac/Linux: ./fastboot flashing unlock
- Your phone will show options. Use Volume keys to select Unlock.
- Press Power to confirm. The bootloader will unlock.
- This will erase all data and restart the device.
- Reboot using the command:
- Windows: fastboot reboot
- Mac/Linux: ./fastboot reboot
You have successfully unlocked the bootloader of your Pixel 8a. This method works for other Pixel models with new Android versions. With an unlocked bootloader, you can root or install a custom ROM. If you have any questions, ask in the comments.