How to fix Android not connecting to Windows via ADB

ADB not working or detecting your device on Windows? If Android can't connect via Android Debug Bridge (ADB) , fixing this error requires just 3 basic steps.

The following article will show you how to get ADB working again.

Table of Contents

ADB Can't Find Your Device? Here's How to Fix It

Sometimes, an Android USB device will not connect to a Windows system. Failed ADB connections usually have one root cause: an invalid Android USB driver is loaded. Unfortunately, Windows doesn't make it easy to remove the wrong driver.

But before you try to troubleshoot ADB connection issues, first try restarting ADB. ADB (Android Debug Bridge) is a bridge between your Android device and your Windows PC, allowing you to send commands from your computer to your device. If ADB isn’t working, the best thing to do is to restart it. To do this, follow these steps:

1. Open Command Prompt on your Windows PC.
2. Type “adb kill-server” and press Enter .
3. Type “adb start-server” and press Enter .
4. Reconnect your Android device to your Windows PC

This will restart ADB and allow you to connect your Android device to your Windows PC.

Problems connecting your Android device to your Windows PC via ADB may be due to the USB debugging settings on your device. This setting allows your device to communicate with your Windows PC via ADB. To ensure USB debugging is enabled, do the following:

1. On your Android device, go to Settings > About phone .
2. Tap Build number 7 times to enable Developer options.
3. Go back to Settings > Developer options. Next, enable USB debugging on your phone if it isn't already enabled. 
4. Reconnect your Android device to your Windows PC

If this was the cause of the problem, the device should now be able to connect to your Windows PC via ADB.

When enabled, USB debugging allows you to directly access your Android device's file system from your desktop. Without USB debugging enabled, you can only interact with your phone's media storage, such as an SD card or specially formatted media folders.

If you meet the requirements, troubleshooting takes about 5 minutes and 3 basic steps:

1. Connect your Android device to PC via USB and remove ADB driver. Then disconnect the device.

2. Run a USB driver removal utility, such as USBDeview, to remove all unnecessary Android drivers.

3. Install Universal ADB Drivers.

We'll go through each step in turn. Here's the software you'll need:

Step 1: Connect your device and uninstall the current driver

First, connect your Android device to your computer via USB. This step allows your device to appear in Windows Device Manager . Open this software by typing Device Manager into the Start menu to search for it.

How to fix Android not connecting to Windows via ADB
Device Manager on Windows 11

Next, in Device Manager , delete your currently displayed Android ADB driver. To delete the driver, right-click on the category that contains your phone. For example, this could be Portable Devices, LeMobile Android Device , or something similar.

Below you will see the Android Composite ADB Interface driver . Right-click on this to bring up the context menu, then select Uninstall device.

How to fix Android not connecting to Windows via ADB
Device Manager Windows 11 shows Android drivers

Make sure the Delete the driver software for this device checkbox is checked . However, sometimes this checkbox (especially on Windows 11) won't be available.

How to fix Android not connecting to Windows via ADB
Confirm device uninstall in Windows 10

You can now disconnect your Android device from your PC. This will prevent the same incompatible driver from loading when you reconnect your Android device. While removing the driver is technically not required, it can identify the driver that is causing the connection issue in case it somehow reloads itself. You can always reinstall this driver from the manufacturer if it turns out to be the correct driver.

Step 2: Remove the problematic ADB driver

The Nirsoft USBDeview utility comes as a zipped executable file. That means you have to unzip the file, but it doesn’t require installation. The utility may show up as malware during a virus scan, but rest assured, it’s safe.

After extracting the file, open the extracted folder and run the executable inside it. USBDeview displays the total number of USB drivers installed on your computer, both connected and disconnected.

Look for the colored status indicator on the far left of the USBDeview window. There are 4 colors. Each represents a different status:

  • Green indicates that the device is connected and working properly.
  • Pink means the device is probably unplugged and functioning normally (even though it's not actually running).
  • Red indicates the USB device is disabled.
  • Gray means the device is installed but not connected.
How to fix Android not connecting to Windows via ADB
USBDeview remove USB driver

Now, delete all the gray items that have the words "Google", "Linux", "ADB" , or "Android" in the title. If you're feeling extra cautious, delete all the items that aren't green.

Deleting a device driver means you'll need to reinstall the driver for that USB device if you want to use it again. Luckily, in most cases, Windows installs USB devices automatically, so deleting entries here isn't dangerous.

Step 3: Install Universal ADB Drivers

Universal ADB Drivers work for all Android devices. Installing the driver package will automatically select the appropriate driver so that Windows recognizes your phone via the ADB interface.

Optional: Install USB ADB driver manually

To perform a manual installation, first run the package for the Universal ABD Driver executable file that you downloaded earlier, which will install the driver to your computer.

Second, plug your Android device into your PC via USB. The correct USB drivers will be loaded. You can check this by going to Device Manager in Windows. If there are different drivers listed than what you saw in the first step, you probably have the correct USB drivers loaded now.

How to fix Android not connecting to Windows via ADB
Windows 10 Device Manager shows Pixel 2 under Portable Devices

In Device Manager , find the new ADB/USB driver. It will likely be listed under your phone's name in the Portable Devices section , but Android devices may appear in different locations in Device Manager. You'll need to check each possible device type (such as Android Phone or Samsung) in Device Manager before you find yours.

If you can’t find it, you’ll sometimes need to check the pull-down notification drawer on your Android device for additional steps. This allows you to allow a specific computer to connect to your device for purposes other than charging.

Once you find it, right-click on your device and select Update driver. From the resulting menu, select Browse my computer for driver software > Let me pick from a list of device drivers on my computer .

How to fix Android not connecting to Windows via ADB
Select Let me pick from a list of device drivers on my computer

Here you will see a list of compatible drivers. Select one of these (starting from the top should work). If that doesn't work, repeat the process by going down the list to find another driver that works.

How to fix Android not connecting to Windows via ADB
Replace with working drivers

Install Universal ABD Driver alternative

If you can’t install the correct driver using the above method, you’ll need to do it manually. Luckily, Windows Device Manager allows you to select a driver from your computer instead of browsing through a list.

Instead of selecting Let me pick from a list of device drivers on my computer in the previous step, click the Browse button and find the folder where you installed the Universal ADB Driver manually.

The location in File Explorer should look like this:

C:\Program Files (x86)\ClockworkMod\Universal Adb Drivers\

You may need to search for the folder if you don’t see it there. Once you’ve selected the correct location, hit Next and Windows will install the drivers. From now on, whenever you connect your Android device with ADB enabled, the Universal ADB Drivers will load instead of the ones that don’t work.

Finally, restart your computer and try to connect via ADB again. You should be successful at this point.

Still can't connect to ADB?

If you still can't connect to ADB, your device may have a deeper problem, either at the firmware or hardware level. Common hardware issues include:

  • Broken USB port on your computer or smartphone
  • Faulty firmware on smartphones, often caused by custom ROMs
  • The charging cable is broken or defective.

There are many potential reasons why your device refuses to connect via ADB. Try different cables and ports on your computer to troubleshoot the issue. WebTech360's guide to fixing an Android phone that won't charge has some tips that may also help with poor connectivity.

EasyTether Issues: Cannot connect using ADB

Some people who use both Mac and Android try to share their Internet connection over the USB interface using the EasyTether app. However, this is not recommended. The app costs money, and there are free methods that are superior and easier to use. Check out our guide on how to tether USB to Android for better options.

For example, in newer versions of Android, Google offers native Bluetooth and USB tethering. If your phone has a dual-antenna design, you can even create a hotspot using your WiFi connection.

If EasyTether (or any USB tethering app) fails, the best way to fix it is to try to find the correct driver as outlined above. That means finding the incorrect ADB driver that Windows installed and replacing it with a working one.

Since this may require additional troubleshooting steps, this article only recommends these apps for older Android devices.

Now you know what to do when ADB is not working. This method of removing the problematic Android USB driver and installing the generic ADB driver package works for every Android device we have tested.

It’s strange that Google has never released a universal ADB driver for Android devices, despite the problems many users continue to encounter. Fortunately, getting ADB to work with Windows 7, 8, 10, and 11 is easy: Just remove the wrong drivers and install the right ones.

Tags: #Android
Sign up and earn $1000 a day ⋙

Leave a Comment

6 Hidden Files That Are Wasting a Lot of Space on Android

6 Hidden Files That Are Wasting a Lot of Space on Android

The biggest space hogs on your Android phone aren't always the things you can see. If your storage is filling up faster than usual, hidden files you never touch could be the culprit.

How to check if Android device is rooted or not?

How to check if Android device is rooted or not?

Root Checker is an application that checks whether Android devices, from smartphones to tablets, have been rooted or not? Or whether the rooting process has been successful and worked effectively?

6 Smart Circle to Search Tricks You Should Remember

6 Smart Circle to Search Tricks You Should Remember

While you may already know and use Circle to Search for many things, let's explore some clever use cases.

How to use DroidCam to turn your phone into a webcam for your computer

How to use DroidCam to turn your phone into a webcam for your computer

The following article will guide you on how to use Droidcam on your computer and phone as well as some suggestions for having a perfect video call!

The OnePlus 13 has a great feature that more Android phones really need

The OnePlus 13 has a great feature that more Android phones really need

The phone that many people love right now is the OnePlus 13, because in addition to superior hardware, it also possesses a feature that has been around for decades: the infrared sensor (IR Blaster).

The Best Google Play Store Alternatives

The Best Google Play Store Alternatives

Google Play is convenient, safe, and works well for most people. But there's a whole world of alternative app stores out there—some that offer openness, some that prioritize privacy, and some that are just a fun change of pace.

How to fix black Android phone screen

How to fix black Android phone screen

Android black screen really makes users very uncomfortable. If you can not turn on the device, the screen is always black and unresponsive, maybe you should try some of the following solutions with Quantrimang.

How to change DNS on iPhone, Android phones

How to change DNS on iPhone, Android phones

Changing DNS on iPhone or changing DNS on Android will help you maintain a stable connection, increase network connection speed and access blocked websites.

Change These 6 Settings to Stop New Android Apps from Tracking You!

Change These 6 Settings to Stop New Android Apps from Tracking You!

If you haven't checked your privacy settings in a while, now is the time to prevent future tracking before it starts.

How to text using iMessage on Android devices

How to text using iMessage on Android devices

There is a way to enjoy iMessage (one of the best features of the Apple ecosystem) without having to give up your Android phone.

10 ways to increase network speed on your phone

10 ways to increase network speed on your phone

Below are 8 ways to increase network speed on your phone if the network connection is weak or unstable, affecting the usage of the device.

Important Android Privacy Settings That Are Often Overlooked

Important Android Privacy Settings That Are Often Overlooked

Android comes with a lot of security features, but many of them are hidden deep in settings, so they often go unused.

Are You Addicted to Your Phone: This Samsung Setting Will Tell You The Answer!

Are You Addicted to Your Phone: This Samsung Setting Will Tell You The Answer!

Check out Digital Wellbeing on your Samsung phone to see how much time you waste on your phone during the day!

10 fake call generating apps on Android

10 fake call generating apps on Android

Fake call application helps you create calls from your own phone to avoid awkward, unwanted situations.

6 Hidden Files That Are Wasting a Lot of Space on Android

6 Hidden Files That Are Wasting a Lot of Space on Android

The biggest space hogs on your Android phone aren't always the things you can see. If your storage is filling up faster than usual, hidden files you never touch could be the culprit.

How to fix Android not connecting to Windows via ADB

How to fix Android not connecting to Windows via ADB

ADB not working or detecting your device on Windows? If Android can't connect via Android Debug Bridge (ADB), fixing this error requires just 3 basic steps.

Instructions for downloading Star Wars emoji for iPhone

Instructions for downloading Star Wars emoji for iPhone

There are many apps that help you add emoji to use on your iPhone, such as the Star Wars app. Users will have a lot of Star Wars-themed emoji to use for messages, or any content you want to use on your iPhone.

What is the orange and green dot in the corner of the iPhone screen?

What is the orange and green dot in the corner of the iPhone screen?

Starting with iOS 14, users will see a green or orange dot appear near the signal bar on the iPhone screen when opening certain applications. This is one of the new user privacy protection features added by Apple.

How to copy photos and videos from the Files app to the Photos library on iPhone, iPad

How to copy photos and videos from the Files app to the Photos library on iPhone, iPad

There is nothing complicated about how to do it.

How to check if Android device is rooted or not?

How to check if Android device is rooted or not?

Root Checker is an application that checks whether Android devices, from smartphones to tablets, have been rooted or not? Or whether the rooting process has been successful and worked effectively?

6 Smart Circle to Search Tricks You Should Remember

6 Smart Circle to Search Tricks You Should Remember

While you may already know and use Circle to Search for many things, let's explore some clever use cases.

How to use DroidCam to turn your phone into a webcam for your computer

How to use DroidCam to turn your phone into a webcam for your computer

The following article will guide you on how to use Droidcam on your computer and phone as well as some suggestions for having a perfect video call!

IPhone Has Hidden Trackpad: Have You Tried It?

IPhone Has Hidden Trackpad: Have You Tried It?

Compared to a computer, where you have a mouse to make precise selections, tapping in the right place on an iPhone (or iPad) is much harder. That is, until you learn about the hidden trackpad that's been right under your finger all along.

White wallpaper, beautiful white wallpaper

White wallpaper, beautiful white wallpaper

This is a collection of white wallpapers, white background images for all screen resolutions. If you like white, please refer to this album.

9 iPhone Privacy Settings You Should Turn On Right Now

9 iPhone Privacy Settings You Should Turn On Right Now

Apple does a better job than most companies when it comes to privacy. But not all of the default settings on the iPhone are in the user's best interest.

How to fix Apple CarPlay not working error

How to fix Apple CarPlay not working error

There are many reasons why Apple CarPlay may not work, stop working, or work incorrectly.

The OnePlus 13 has a great feature that more Android phones really need

The OnePlus 13 has a great feature that more Android phones really need

The phone that many people love right now is the OnePlus 13, because in addition to superior hardware, it also possesses a feature that has been around for decades: the infrared sensor (IR Blaster).

The Best Google Play Store Alternatives

The Best Google Play Store Alternatives

Google Play is convenient, safe, and works well for most people. But there's a whole world of alternative app stores out there—some that offer openness, some that prioritize privacy, and some that are just a fun change of pace.

How to fix black Android phone screen

How to fix black Android phone screen

Android black screen really makes users very uncomfortable. If you can not turn on the device, the screen is always black and unresponsive, maybe you should try some of the following solutions with Quantrimang.