Install ADB for Windows and Enable USB Debugging

Edited by Jay, Maria Quinney

Install-adb-windows-00.png

Probably the biggest thing that sets Android-powered mobile devices apart from the competition is the level of customization they can undergo. With each Android version that releases, more options and tweaks can be done to help users maximize their device's performance and personalization. Although there is a great deal that can be edited using the settings app, it doesn't cover all bases. To really get in there and fine tune the device, users have to use what is known as Android Debug Bridge. ADB is a command line utility that allows developers and users to communicate with the device to perform various tasks such as debugging applications and making changes to numerous functions.

In this VisiHow tutorial, we'll walk through the steps of installing ADB on a PC running Windows 7, as well as enabling developer options and USB debugging on Android 7 (Nougat) and Android 8 (Oreo).

**Important**

Take extra precaution whenever making edits to your device via the command line tool. Only Enable USB debugging and developer options if you're comfortable with the command line prompt and more advanced settings.

Enable USB Debugging (Oreo)

Enable-usb-debug-oreo-00 1.png

Before turning on USB debugging, we need access to developer options.

  1. 1
    On the home screen, tap or swipe upward from the triangle to access the app drawer.
    Enable-usb-debug-oreo-01.png
    Was this step helpful? Yes | No| I need help
  2. 2
    Once inside the app drawer, tap the "Settings" icon.
    Enable-usb-debug-oreo-02.png
    Was this step helpful? Yes | No| I need help
  3. 3
    Inside Settings, scroll down and tap "System".
    Enable-usb-debug-oreo-03.png
    Was this step helpful? Yes | No| I need help
  4. 4
    From the System screen, tap "About phone".
    Enable-usb-debug-oreo-04.png
    Was this step helpful? Yes | No| I need help
  5. 5
    On the About phone screen, tap "Build number" seven times
    .
    If you tap seven times correctly, a message will appear saying, "You are now a developer!".
    Enable-usb-debug-oreo-05.png
    If you miss tap and don't get to seven, a message will prompt you on how many taps are left to open the device's developer settings.
    Was this step helpful? Yes | No| I need help
  6. 6
    Next, head back to the System screen and tap, "Developer options".
    Enable-usb-debug-oreo-06.png
    Was this step helpful? Yes | No| I need help
  7. 7
    On the Developer options screen, scroll down and toggle the switch next to "USB debugging"
    .
    A pop-up message will appear warning that USB debugging is for development purposes. Tap "OK" to enable it.
    Enable-usb-debug-oreo-07.png
    Was this step helpful? Yes | No| I need help

Enable USB Debugging (Nougat)

Enable-usb-debug-nougat-00.png

To enable USB debugging, developer mode needs to be enabled.

  1. 1
    From the home screen, swipe up or down to get to the app drawer.
    Enable-usb-debug-nougat-01.png
    Was this step helpful? Yes | No| I need help
  2. 2
    Inside the app drawer, tap "Settings".
    Enable-usb-debug-nougat-02.png
    Was this step helpful? Yes | No| I need help
  3. 3
    From the SETTINGS screen, tap "About phone".
    Enable-usb-debug-nougat-03.png
    Was this step helpful? Yes | No| I need help
  4. 4
    On the ABOUT PHONE screen, tap "Software information".
    Enable-usb-debug-nougat-04.png
    Was this step helpful? Yes | No| I need help
  5. 5
    While on the ABOUT PHONE screen, tap "Build number" seven times
    .
    After the seventh tap, a message will appear that reads, "Developer mode has been enabled".
    Enable-usb-debug-nougat-05.png
    If you miss any of the seven taps, a message will pop-up telling you how many are remaining.
    Was this step helpful? Yes | No| I need help
  6. 6
    With Developer mode now enabled, head back to the main SETTINGS screen and tap, "Developer options".
    Enable-usb-debug-nougat-06.png
    Was this step helpful? Yes | No| I need help
  7. 7
    Inside DEVELOPER OPTIONS, tap the toggle switch next to "USB debugging"
    .
    When the message box appears informing you that this option is intended for development purposes, tap "OK".
    Enable-usb-debug-nougat-07.png
    Was this step helpful? Yes | No| I need help

Install Android Debug Bridge (ADB) on Windows

Install-adb-windows-0000.png

Now that you've enabled USB debugging, it's time to download and install ADB on your Windows machine.

  1. 1
    Open a web browser and visit the following link
    .
    When prompted, click "OK" to download the zip file.
    Install-adb-windows-01.png
    Was this step helpful? Yes | No| I need help
  • 2
    Once the file is finished downloading, open the folder your browser saves downloaded files.
    Install-adb-windows-02.png
    Was this step helpful? Yes | No| I need help
  • 3
    Locate the zip file inside your downloads folder and copy it to the clipboard.
    Install-adb-windows-03.png
    Was this step helpful? Yes | No| I need help
  • 4
    With the zip file copied, paste it to another folder
    .
    For our example, we created a directory on the desktop.
    Install-adb-windows-04.png
    Was this step helpful? Yes | No| I need help
  • 5
    When the zip file is pasted into your new folder, right-click it and extract its contents.
    Install-adb-windows-05.png
    Was this step helpful? Yes | No| I need help
  • 6
    Connect your device to your PC with the USB data/charging cable
    .
    While in the same folder you just extracted the zip file, hold the Shift key + right-click, and click "Open command window here".
    Install-adb-windows-06.png
    Was this step helpful? Yes | No| I need help
  • 7
    On your phone or tablet you'll see a message box asking to allow USB debugging for your PC
    .
    Click "OK", and "always allow from this computer" if you will be using it again in the future.
    Install-adb-windows-07.png
    Was this step helpful? Yes | No| I need help
  • 8
    Go to the command window that you just opened and type
    :
    "adb devices" (without the quotations marks) and hit the Enter key.
    Install-adb-windows-09.png
    Was this step helpful? Yes | No| I need help
  • 9
    If everything worked correctly, you would see your phone or tablet's serial number under the list of devices attached.
    Install-adb-windows-10 1.png
    Your PC is not set up to communicate with your device via the ADB tool.
    Was this step helpful? Yes | No| I need help
  • 10
    If you don't see your phone or tablet's serial number under the list of devices attached, you're probably missing the right driver
    .
    Continue with the following steps to install/update the ADB interface driver.
    Install-adb-windows-11.png
    Was this step helpful? Yes | No| I need help
  • 11
    Go back to your browser and visit this link
    .
    Click "OK" to download the zip file to your downloads folder.
    Install-adb-windows-12.png
    You'll want to extract the zip file to another folder on your PC.
    Was this step helpful? Yes | No| I need help
  • 12
    Next, go to the Start menu and search for, "device manager"
    .
    When the link populates near the top, click it to continue.
    Install-adb-windows-13.png
    Was this step helpful? Yes | No| I need help
  • 13
    Inside the Device manager, locate and expand "Other devices", then right-click on ADB interface and select "Update Driver Software...".
    Install-adb-windows-14.png
    Was this step helpful? Yes | No| I need help
  • 14
    In the next window click "Browse my computer for driver software".
    Install-adb-windows-15.png
    Was this step helpful? Yes | No| I need help
  • 15
    Now, browse to the location that you extracted the USB driver zip file contents in step 11, then click "Next"
    .
    Your PC will now install the USB driver, and you'll see a message saying the installation was successful once it's complete.
    Install-adb-windows-16.png
    Go back to step 6 and try again.
    Was this step helpful? Yes | No| I need help
  • Questions and Answers

    Way forward to enabling the debugging on my computer?

    After clicking on the shift . button and right click button . There was a tab on my laptop . And no notification popped on my phone

    VisiHow QnA. This section is not written yet. Want to join in? Click EDIT to write this answer.

    If you have problems with any of the steps in this article, please ask a question for more help, or post in the comments section below.

    Comments

    Article Info

    Categories : Software | Use Google Pixel and Pixel XL | Use Samsung Galaxy S8

    Recent edits by: Jay

    Share this Article:

    Thanks to all authors for creating a page that has been read 18,924 times.

    x

    Thank Our Volunteer Authors.

    Would you like to give back to the community by fixing a spelling mistake? Yes | No