Google Pixel phones generally get updates before other Android devices, but that’s not always the case. There are times when you may want to manually install a firmware update before it arrives over the air. We’ll show you how to sideload an OTA update on Pixels.

In order to do this, we’ll be using the Android SDK and running some commands Command Prompt on Windows 10 and 11 and Terminal on Mac. This is not a terribly difficult process, but if not followed correctly, it can permanently damage your device.

Note: This process does not wipe your Android device clean. It installs just like any other update. However, it’s a good idea to back up everything you might not want to lose if something goes wrong.

RELATED: How to Make Windows Terminal Always Open With Command Prompt on Windows 11

Get Everything Ready

Before we start the process, there are a number of things we need to get ready. The first thing you’ll need is ADB and “Platform Tools.” Follow the steps in our ADB guide to install the appropriate files and get it all up and running on your Windows or Mac computer.

RELATED: How to Install and Use ADB, the Android Debug Bridge Utility

Next, we need to turn on USB debugging on your handset. Enabling USB debugging on Pixels is a simple process that we’ve outlined in a separate guide.

The last thing we need is the OTA file for your device. This is the actual update that will be applied to your specific Google Pixel. You can find the latest OTA for your Pixel from Google’s website. The latest OTA will be at the bottom of each device’s list.

Warning: Be extra sure you are downloading the OTA for the correct Pixel device and mobile carrier.

Connect Device and Boot into Recovery Mode

Okay, now we can really get started. First, connect your Pixel phone to your Windows or Mac computer. You will immediately be asked to “Allow USB Debugging” on your smartphone. Select “Always Allow From This Computer” and tap “OK.”

Note: The “Allow USB Debugging” message might not appear the moment you plug your Pixel into your computer. If it doesn’t, continue following the steps below, and the notice should appear once you run the

How to Manually Update Your Google Pixel by Sideloading OTA

adb devicescommand.Advertisement

Next, on Windows 11 or 10, go to the folder where you downloaded the ADB files. Press Shift on your keyboard and right-click on your mouse simultaneously on a blank area and select “Open Command Windows Here”—or “PowerShell”—from the menu.

On Mac, open the Terminal app and typecd "folder destination"—replace “folder destination” with the location of where you saved the ADB files. For example, if the ADB and Platform Tools files were saved to your Downloads folder, you would type incd Downloads(capitalization matters).

In the command or Terminal window, make sure the computer can see the device with the following command. You will see a device listed if everything is working.

Note: On Mac, theadbcommand is./adb. Make sure you are using that command everywhereadbis mentioned in the steps below.

adb devices

Next, use this command to reboot the device into recovery:

adb reboot recovery

Sideload the OTA Update

Your Pixel will reboot following the last command, and you’ll see a screen with a sad Android robot lying on his back with a red exclamation mark. To open the hidden recovery menu, press the Volume Up button while holding the Power button.

Advertisement

Now use the Volume Down button to navigate to “Apply update from ADB” option, then press the Power button to select the option.

Go back to your computer and type the following command. Replace “updatefile.zip” with the name of your OTA file. If the OTA file isn’t in the same folder as your ADB files, you can drag it from the File Explorer on Windows or Finder on Mac into the Command Prompt or Terminal.

adb sideload updatefile.zip

You’ll see a completion percentage while the file is being pushed to your device. When it’s finished, the recovery menu will show up again on your phone, with the “Reboot system now” option already highlighted. Hit the Power button to restart your Pixel.

That’s it! Your Pixel phone will now be running the latest OTA update from Google. This is a much easier process than it used to be, thankfully. Hopefully, you don’t have to do it too often, though.

RELATED: How to Manually Check for System Updates on an Android Phone