Home > Unbrick

How to Unbrick Pixel 7/Pro via Fastboot [2 Methods]

In this guide, we will show you two different methods to unbrick your Pixel 7/Pro devices via Fastboot Commands. There have been two new additions to the Pixel family and the anticipation surrounding them has already skyrocketed to new heights. This time around, users are more curious in verifying if the second iteration of the Tensor chipset does any good to these devices because its predecessor was literally filled with performance and stability bugs.

With that said, Pixel devices have always been known to be among the most active players in custom development, and this time around, things would be no different either. Be it for custom ROMs, custom kernels, or gaining administrative access by rooting your device via Magisk, the possibilities stand endless. However, this is just one side of the coin.

Carrying out these tweaks could prove to be risky and there’s always a risk of things going south. Fortunately, when it comes to Pixel devices, you could easily fix soft brick or bootloop it by flashing the firmware via Fastboot. And in this guide, we will show you how to do just that. So without further ado, let’s get started with the steps to unbrick your Pixel 7/Pro devices via Fastboot Commands.

How to Unbrick Pixel 7/Pro via Fastboot [2 Methods]

unbrick pixel 7 pro

The below instructions are listed under separate sections for ease of understanding. Make sure to follow the same sequence as mentioned. 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

install adb platform tools windows

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.

STEP 2: Download Pixel 7/Pro Firmware

  1. First off, grab hold of your device’s stock firmware [factory image] from below:
    Pixel 7 Pro [cheetah]: Download Link
    Pixel 7 [panther]: Download Link

    unbrick pixel 7 pro

  2. Once downloaded, extract it inside the platform-tools folder.

STEP 3: Boot Bricked Pixel 7/Pro to Fastboot Mode

You will now have to boot your device to the Fastboot Mode. In most cases, as soon as the device is soft-bricked it automatically gets booted to Fastboot. However, if your device is stuck in a bootloop, then let it drain the battery so that the device gets powered off. Then connect your device to the charger and as soon as you do so, press and hold the Power and Volume Down keys. Your device will be booted to Fastboot.

unbrick pixel 7 pro

Now, we are done with the prerequisites and could start the process to unbrick your Pixel 7/Pro. Regarding this, there are two different methods that you could opt for- Fastboot Script or Fastboot Command. In the Script method, the flash-all batch file will flash all the firmware files to their respective partitions.

On the other hand, in the Commands method, we will be manually flashing each file to its respective partitions. We have explained both these methods below, you may refer to the one that is in sync with your requirement.

STEP 4A: Unbrick Pixel 7/Pro via Fastboot Script

You will first have to decide whether or not you want to format your device. If you are unbricking your device, fixing bootloop, or performing an OS upgrade [such as from Android 13 to Android 14], then a reset is a must. On the other hand, if you are flashing the same OS version firmware, then you might skip the formatting [though we would still recommend it]. So depending on your need, you may refer to the required section.

With Data Format

  1. Just double-click on the flash-all.bat file and the flashing will start.unbrick pixel 7 pro
  2. Once done, use the below command to boot your device to the OS:
    fastboot reboot

Without Data Format

  1. To begin with, download and install Notepad++ on your PC.
  2. Then right-click on the flash-all.bat file and select Show More Options >Edit with Notepad++unbrick pixel 7 pro
  3. For example, if the command was:
    fastboot -w update image-filename.zip

    unbrick pixel 7 pro

  4. Then it will change to
    fastboot update image-filename.zip

    unbrick pixel 7 pro

  5. Once done, hit Ctrl+V to save the changes.
  6. Finally, launch the flash-all.bat file to start the flashing process.
  7. Once done, use the below command to boot your device to the OS:
    fastboot reboot

STEP 4B: Flash Firmware on Pixel 7/Pro via Fastboot Commands

  1. To begin with, extract the firmware inside the platform-tools folder.unbrick pixel 7 pro
  2. Then, rename the bootloader, image, and radio files as instructed below so that it becomes easier to type in the CMD window:
    • bootloader-codename-codename-x.x-xxxxxxx.img to bootloader.img
    • image-codename-xxxx.xxxxxx.xxx.xx.zip to image.zip
    • radio-codename-xxxxxx-xxxxx-xxxxxx-x-xxxxxxx to radio.img
  3. Next up, connect your device to the PC via a USB cable. Make sure it is booted to Fastboot Mode
  4. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
    command-prompt-inside-adb
  5. Now type in the following command in the CMD window to flash the bootloader file:
    fastboot flash bootloader bootloader.img
  6. After that, execute the below command to boot your device back to Fastboot Mode:
    fastboot reboot-bootloader

    unbrick pixel 7 pro

  7. Next up, flash the radio file using the below command:
    fastboot flash radio radio.img
  8. You will now again have to boot your device to Fastboot Mode, so use the below command for that:
    fastboot reboot-bootloader

    Flash Firmware Pixel 7 Pro

  9. Now, decide whether you want to format your device or not. Generally, it is recommended to perform a factory reset [and is a must in case of bricked or bootloop]. On the other hand, if you are only installing monthly security patches without any change in the Android version, then you may skip the format.
  10. We have listed both commands below, you may refer to the one that is in sync with your requirement
    FACTORY RESET: fastboot -w update image.zip
    WITHOUT RESET: fastboot update image.zip
  11. Once the flashing is complete, you may now use the below command to boot your device to the OS
    fastboot reboot

That’s it. These were the two different methods to unbrick your Pixel 7/Pro via Fastboot. 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: