How To Root a Nexus 5, 5X, 6, 6P, & 7

Online Tech Tips is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

There are many advantages to rooting a Nexus 5, 5X, 6, 6P, and 7 devices. Some of the benefits of rooting include getting access to exclusive root-only apps, having the ability to flash any customized version of the OS, and even overclock the CPU using a custom kernel.

Root lets you make changes to the very core system of your device making it a truly customizable phone you’ve ever had. There are certain procedures you need to follow to gain root on your devices.

How To Root a Nexus 5, 5X, 6, 6P, & 7 image

Root a Nexus 5 & Install a Custom Recovery On It

  • Download CF-Root for Nexus 5 and extract it to your computer.
  • Turn off your phone.
  • Press and hold down Volume Down and Power buttons at the same time to reboot into the bootloader mode.
  • Double-click on root-windows.bat in the CF-Root folder and it’ll root your device.
  • Once your device is rooted, head over to the Google Play Store and download and install TWRP Recovery app on your phone.
  • Tap on TWRP Flash on the main interface.
Root a Nexus 5 & Install a Custom Recovery On It image
  • Select your device and TWRP file. Then tap on Flash to Recovery.
Root a Nexus 5 & Install a Custom Recovery On It image 2
  • Reboot your device when the recovery is flashed.

You’re now rooted and have a custom recovery installed on your Nexus 5.

Root a Nexus 5X

Unlock Bootloader:

  • Go to Settings > Developer options and enable both USB debugging and OEM unlocking.
Root a Nexus 5X image
  • Connect your phone to your computer using a USB cable.
  • Download Fastboot and extract it to your computer.
  • Open the Fastboot folder, hold down Shift, right-click anywhere blank, and select Open command window here.
Root a Nexus 5X image 2
  • Run the following commands hitting Enter after each line.

    adb reboot bootloader
    fastboot oem unlock
Root a Nexus 5X image 3
  • Then run the following command to reboot your phone.

    fastboot reboot
Root a Nexus 5X image 4

Flash TWRP Recovery:

  • Download TWRP Recovery IMG file and save it in the Fastboot folder.
  • Open Settings > Developer options and enable USB debugging.
  • Run the following command in Command Prompt.

    adb reboot bootloader
  • Type the following and hit Enter to flash TWRP recovery. Replace twrp.img with your actual file’s name.

    fastboot flash recovery twrp.img
Root a Nexus 5X image 5
  • Reboot your phone.

Root a Nexus 5X:

  • Download SuperSU and transfer it to your phone.
  • Press and hold down Volume Down and Power buttons together. Then select Recovery from the menu on your screen.
  • Tap on Install and install the SuperSU file.
Root a Nexus 5X image 6
  • You’re rooted.

Root a Nexus 6

Unlock Bootloader:

  • Go to Settings > Developer options and turn on both OEM unlocking and USB debugging.
Root a Nexus 5X image
  • Connect your phone to your computer.
  • Download Fastboot and extract it.
  • Open the Fastboot folder, press and hold down Shift, right-click on any blank space, and select Open command window here.
Root a Nexus 6 image 2
  • Run the following command when Command Prompt launches.

    adb reboot bootloader
Root a Nexus 5X image 3
  • Use the following command to unlock your bootloader.

    fastboot oem unlock
Root a Nexus 6 image 4
  • Use the following to reboot your device.

    fastboot reboot
Root a Nexus 5X image 4

Root a Nexus 6:

  • Download CF-Root for Nexus 6 and extract it to your computer.
  • Turn off your phone.
  • Press and hold down Volume Down and Power buttons to boot into the bootloader mode.
  • Connect the phone to your computer.
  • Run the file named root-windows.bat from the CF-Root folder.
  • You’re now rooted.

Install a Custom Recovery:

  • Download TWRP Recovery and save it in the Fastboot folder.
  • Enable USB debugging from Settings > Developer options on your phone.
  • Run the following command to boot into the bootloader.

    adb reboot bootloader
  • Use the following command to flash the recovery. Replace twrp.img with the actual file’s name.

    fastboot flash recovery twrp.img
Root a Nexus 6 image 6

Root a Nexus 6P

Unlock Bootloader:

  • On your phone, go to Settings > Developer options and turn on both OEM unlocking and USB debugging.
Root a Nexus 6P image
  • Plug-in your phone to your computer via a USB cable.
  • Download and extract Fastboot on your computer.
  • Launch the Fastboot folder, press and hold down Shift, right-click anywhere on your screen, and select Open command window here.
Root a Nexus 5X image 2
  • Run the following commands to unlock your bootloader.

    adb reboot bootloader
    fastboot flashing unlock
Root a Nexus 6P image 3
  • Use this command to reboot your phone.

    fastboot reboot
Root a Nexus 6P image 4

Flash a Custom Recovery:

  • Download TWRP Recovery for Nexus 6P and save it to the Fastboot folder.
  • Enable USB debugging from Settings > Developer options on your phone.
  • Connect your phone to your computer.
  • Run the following command in Command Prompt.

    adb reboot bootloader
Root a Nexus 6P image 5
  • Use the following command to install the recovery. Make sure to replace twrp.img with the original name of your file.

    fastboot flash recovery twrp.img
Root a Nexus 6 image 6

Root a Nexus 6P:

  • Download SuperSU and move it to your phone.
  • Power off your phone.
  • Press and hold down Volume Down and Power buttons to reboot into the bootloader mode. Then select Recovery.
  • Tap on Install and install the SuperSU file.
Root a Nexus 6P image 7
  • You’re rooted.

Root a Nexus 7 & Install a Custom Recovery On It

  • Download CF-Root for Nexus 7 and extract it.
  • Turn off your phone.
  • Press and hold down Volume Down and Power.
  • Plug-in your phone to your computer.
  • Run root-windows.bat from the CF-Root folder.
  • You’re rooted.
  • Download and install TWRP Recovery app.
  • Tap on TWRP Flash.
Root a Nexus 7 & Install a Custom Recovery On It image
  • Select your device and tap on Flash to Recovery.
Root a Nexus 7 & Install a Custom Recovery On It image 2

Unroot a Nexus 5, 5X, 6, 6P, & 7

  • Download the factory image for your phone and extract it to your computer.
  • Turn off your Nexus device.
  • Press and hold down Volume Down and Power buttons to reboot into the bootloader mode.
  • Launch a Command Prompt window in the unzipped factory image folder and run the following command:

    flash-all.bat
Unroot a Nexus 5, 5X, 6, 6P, & 7 image
  • Wait for it to flash the stock firmware on your phone.
  • When the firmware is flashed, run the following command to relock your phone’s bootloader.

    fastboot oem lock
Unroot a Nexus 5, 5X, 6, 6P, & 7 image 2