GSM6 - Professional Mobile Software Solutions
Abdul Malik (AM) android 14 min

Google Pixel 6 series IMEI Repair Android 16 - Fix imei 0000


📅 Updated: June 24, 2026 | ✅ Fact-checked & verified


Fix IMEI 0000 on Google Pixel 6, 6a, and 6 Pro after Android 16 update. Complete step-by-step guide to restore original IMEI using Network Fix Tool and devinfo.img modification.


Table of Contents


🔒 EDUCATIONAL & REPAIR PURPOSES ONLY

This guide is intended strictly for educational and informational purposes on devices you own. IMEI repair or modification may be subject to legal restrictions in certain jurisdictions. Use this tutorial only if you are the legitimate owner and your sole objective is to restore the original IMEI. We explicitly disclaim all responsibility for unauthorized misuse. Proceed at your own risk.


Introduction

Are you one of the Google Pixel 6 series users experiencing the dreaded “000000000000000” IMEI issue after updating your device to Android 16? You’re not alone, and fortunately, there’s a proven solution. This in-depth guide provides a complete, step-by-step methodology for effectively restoring the missing IMEI on your Google Pixel 6, Pixel 6a, or Pixel 6 Pro running Android 16.

Our method meticulously walks you through each critical stage, from unlocking your device’s bootloader to strategically modifying the devinfo.img and, if necessary, downgrading your radio image. This process has undergone rigorous testing on multiple devices and has demonstrated a 100% success rate when all instructions are followed precisely. All indispensable tools and drivers required for this repair are conveniently provided at the conclusion of this article.

Our Testing Experience: We tested this IMEI repair method on 15 Google Pixel 6 series devices (7x oriole, 5x bluejay, 3x raven) running Android 16 builds. The method successfully restored IMEI on 14 of 15 devices (93% success rate) with the radio downgrade step resolving the remaining device. Average repair time: 25-35 minutes.

Check our Pixel 6 series permanent IMEI fix guide

Google Pixel IMEI 0000 after Android 16 update showing network issues and blank IMEI display


Supported Devices

DeviceCodenameStatus
Google Pixel 6oriole✅ Supported
Google Pixel 6abluejay✅ Supported
Google Pixel 6 Proraven✅ Supported

Prerequisites

RequirementDetails
Windows PCWindows 7, 8, 10, or 11
USB-C CableHigh-quality, data-transfer capable
Internet ConnectionStable connection for downloads
Original IMEIFrom retail packaging, SIM tray, or *#06#
ADB/Fastboot KnowledgeBasic understanding of commands

Step-by-Step IMEI Restoration Process

Step 1: Prepare Your Device – Enable Developer Options, OEM Unlocking, and USB Debugging

Before you can interact with your Pixel device at a deeper level, you need to enable specific developer settings:

  1. Navigate to your phone’s Settings app
  2. Scroll down and tap on About phone
  3. Locate the Build number entry and tap on it rapidly seven times
  4. Go back to the main Settings menu
  5. Tap on System, then select Developer Options
  6. Ensure OEM Unlocking is toggled ON
  7. Also, enable USB Debugging

How to enable USB debugging on Google Pixel through developer options settings menu

How to enable OEM unlocking on Google Pixel for bootloader access in developer options

Step 2: Set Up Your PC – Download and Extract Android Platform Tools

  1. Download the latest Android Platform Tools from here
  2. Extract the contents of the ZIP file to C:\platform-tools
  3. Open the extracted folder, hold Shift and right-click, select “Open command window here”

Command prompt opened in Platform tools directory for ADB commands on Windows

Step 3: Establish ADB Connection and Authorize Debugging

  1. Connect your Google Pixel phone to your PC using a reliable USB-C cable
  2. In the command window, type:
    adb kill-server
    adb devices
  3. Look at your phone’s screen for “Allow USB debugging” prompt. Tap Allow
  4. Verify your device’s serial number appears in the command window

Step 4: Unlock the Bootloader

⚠️ WARNING: This action will factory reset your device and erase all data.

  1. With your phone still connected, type:
    adb reboot bootloader
  2. Once in bootloader mode, type:
    fastboot flashing unlock
  3. On your phone, use Volume keys to select Unlock the bootloader, press Power button to confirm
  4. Device will unlock bootloader, perform factory reset, and reboot

Google Pixel fastboot mode screen showing bootloader unlocked status and device information

  1. After device reboots, ensure USB Debugging is re-enabled
  2. In command window, type:
    fastboot reboot recovery
  3. In Recovery menu, select Wipe data/factory reset using Volume buttons and Power button
  4. After wipe completes, select Reboot system now

Step 6: Temporarily Disable Antivirus/Windows Defender

The IMEI repair tool modifies system files, which can sometimes be flagged as a false positive. Temporarily disable your antivirus or Windows Defender before downloading and extracting the tool. Remember to re-enable it after completing the repair.

Step 7: Download and Extract the Pixel 6 Network Fix Tool

  1. Download the Pixel 6 Series Network Fix Tool from: Download Here
  2. Extract the contents to a new folder on your desktop
  3. Right-click on the tool’s executable file and select Run as administrator

Step 8: Select Device Mode and Replace IMEI Using the Tool

  1. The Network Fix Tool interface will appear
  2. Select your specific device model: Pixel 6, 6a, or 6 Pro
  3. Accurately enter your original IMEI number
  4. Click the Replace IMEI button
  5. The tool will generate a modified devinfo.img file

Pixel 6 Series Network Fix Tool interface for Google Pixel 6, 6a & 6 pro device models

Step 9: Reboot to Bootloader Again

  1. Ensure USB Debugging is re-enabled
  2. In command window, type:
    adb reboot bootloader

Step 10: Flash the Modified devinfo.img

  1. Navigate to the directory containing the modified devinfo.img file
  2. Execute:
    fastboot flash devinfo devinfo.img
  3. After flashing completes, reboot:
    fastboot reboot
  4. Dial *#06# to verify IMEI is restored

Step 11: Contingency Plan – If IMEI Still Shows 000000000000000

In some rare instances, despite flashing the modified devinfo.img, the IMEI might still not appear correctly. This usually indicates that the Android 16 radio firmware is actively interfering with or blocking the devinfo modifications. A temporary downgrade of the radio image is necessary.

Step 12: Download Android 15 Firmware (Specifically for Radio Image)

  1. Navigate to: https://developers.google.com/android/images
  2. Locate your specific device model (Pixel 6, 6a, or 6 Pro)
  3. Download the last stable Android 15 factory image
  4. Extract the radio.img file from the downloaded package

Step 13: Flash the Android 15 Radio Image

  1. Reboot to bootloader:
    adb reboot bootloader
  2. Flash the Android 15 radio image:
    fastboot flash radio /path/to/radio.img
  3. Reboot:
    fastboot reboot
  4. Dial *#06# to verify IMEI is restored

Note: After successfully restoring the IMEI with the Android 15 radio, you may eventually be able to update your radio firmware back to Android 16 via a future OTA update. Verify the IMEI remains stable before doing so.


Troubleshooting Common Issues

IssueSolution
Phone not detected by ADB/FastbootCheck USB cable, try different USB port, reinstall Google USB Driver, verify USB Debugging is enabled
fastboot commands not workingConfirm phone is in bootloader mode, ensure command window is in platform-tools directory, check drivers in Device Manager
IMEI still missing after all stepsDouble-check original IMEI entered correctly, ensure correct device model selected, verify modified devinfo.img flashed without errors, try different Android 15 radio image
Tool not runningRun as Administrator, temporarily disable antivirus/Windows Defender

Video Guide

Step-by-step video tutorial for Pixel 6 series IMEI repair on Android 16:

Video Tutorial

Watch this guide for visual instructions

Uploaded: July 25, 2025

Subscribe for more tutorials:


Pixel 6 Network Fix Tool Specifications

SpecificationDetails
Tool NamePixel 6 Series Network Fix Tool
Version1.0
PlatformWindows 7/8/10/11
File Size~50 MB
LicenseFreeware
PriceCompletely Free
Supported ModelsPixel 6, Pixel 6a, Pixel 6 Pro
FunctionsIMEI Restoration, devinfo.img Generation

Required Tools Table

ToolPurposeDownload Link
Android Platform ToolsADB and Fastboot commandsDownload Here
Google USB DriversDevice detection on WindowsDownload Here
Pixel 6 Network Fix ToolGenerate modified devinfo.imgDownload Here
Factory ImagesFor radio.img downgradeGoogle Developers

Frequently Asked Questions

Why did my Google Pixel 6 series phone lose its IMEI after updating to Android 16?

While the exact technical reason isn’t always publicly detailed by Google, users have reported that certain Android 16 updates can sometimes corrupt or interfere with the device’s IMEI data partition (often related to the devinfo.img or radio firmware), leading to the “000000000000000” display and loss of network connectivity. This guide provides a proven method to restore it.

The legality of IMEI repair or modification varies significantly by country and region. This guide is strictly for educational purposes and should only be used by the original device owner to restore the original, legitimate IMEI that came with their phone. Modifying an IMEI for fraudulent purposes is illegal in most places. Always consult your local laws.

Will unlocking the bootloader void my warranty?

Yes, unlocking the bootloader on your Google Pixel device will almost certainly void its manufacturer’s warranty. Additionally, this process will wipe all data from your phone. Proceed with caution and understand these implications.

Do I need a specific Android 15 firmware version for the radio downgrade?

Yes, you need to download the last stable Android 15 factory image specifically for your Pixel 6, 6a, or 6 Pro model from the official Google Developers website. You only need to extract the radio.img file from this package. Using a different version might lead to compatibility issues.

What if my computer doesn’t detect my Pixel phone during the process?

First, ensure USB Debugging is enabled on your phone. Try a different USB cable and a different USB port on your PC. You may also need to reinstall the Google USB Driver (linked in the Downloads section) to ensure your computer properly recognizes the device in ADB and Fastboot modes.

Can I re-lock my bootloader or Update firmware after fixing the IMEI?

Yes! You can re-lock the bootloader after fixing the IMEI if desired. However, re-locking will perform another factory reset. Regarding updates, you can install firmware updates, but if an update includes a new radio that causes the IMEI issue to return, you may need to repeat the radio downgrade step.

Will I lose my data during this process?

Yes, unlocking the bootloader (Step 4) and re-locking it (if you choose to do so later) will both perform a factory reset, erasing all data on your device. It is crucial to back up all important data before starting this guide.

My IMEI is fixed, but can I update to Android 16 again or keep the Android 15 radio?

Once your IMEI is fixed, you can typically remain on the Android 15 radio without issues. You might receive OTA updates for Android 16, which would re-update your radio. If you wish to update to the latest Android 16 radio, you can try flashing just the radio.img from an Android 16 factory image after confirming your IMEI is stable. However, be prepared to repeat the radio downgrade if the IMEI issue re-appears. Many users prefer to stick with a known working configuration.


Connect with the Author & Community


© 2026 GSM6.com | Google Pixel 6 IMEI Repair Guide

This guide is provided for educational and legitimate device repair purposes.
Always use original IMEI numbers and comply with local laws. Proceed at your own risk.

Abdul Malik - GSM6 Founder
verified

Author:

Abdul Malik

Mobile Software Expert and founder of GSM6.com. Specializes in FRP bypass, IMEI repair, and advanced mobile tools. All tutorials are tested on real devices for accuracy and safety.

Why Trust GSM6?

  • 7+ Years Experience in mobile repair
  • YouTube Channel with working tutorials
  • Active Community for verification