How to fix ADB Device not found [List of Devices Attached is blank] (2024)

In this guide, we will show you the steps to fix the ADB Device not found error. Android devices, thanks to their open-source ecosystem allows you to carry out a plethora of tweaks. Now, these tweaks encompass two different domains. The first one is the everyday users who customize their devices using numerous themes, icon packs, launchers, etc. Then comes the tech enthusiasts, who take these customizations one step ahead.

They unlock the device’s bootloader, flash custom ROMs and custom recoveries, or even root their devices via Magisk. But no matter to which domain you belong, one thing stands in common: the use of ADB and Fastboot Commands. The general users might use these commands to boot their device to Fastboot/Bootloader or Recovery Mode, Apply Update via ADB Sideload, installing/uninstalling apps, among other tasks.

Then the geeks could make use of these commands to unlock the bootloader (fastboot oem unlock), boot their device to TWRP (fastboot boot twrp.img), flash ZIPs, and IMG files (fastboot flash boot magisk_patched.img), and the list goes on. However, sometimes these commands just fail to execute. It could take the shape of quite a few errors.

Among them, the most common one seems to be the ADB Device not found, and the List of Devices Attached section would be blank. In this guide, we will make you aware of all the plausible reasons for this error, and more importantly how to fix it. Follow along.

Table of Contents

So when and why this error happens? Answering the ‘when’ part first, well it happens when you execute the adb devices command in CMD or PowerShell window. Upon typing in this command, in general cases, you would have got your device ID followed by the device keyword. However, when you are facing this issue, the CMD/PowerShell window wouldn’t result in any value. Rather they would start off with a new line. If it is a little bit more caring, then you might get the <waiting for device> message, which again doesn’t do any good to the end-user.

How to fix ADB Device not found [List of Devices Attached is blank] (1)

With that said, this guide will list out all the possible methods to fix the ADB Device not found [List of Devices Attached is blank]. Do keep in mind that there isn’t any universal fix for this error. You will have to try all the below-mentioned methods one by one until you achieve success. Furthermore, we will start off with the most basic tweak first followed by the slightly advanced ones. So without further ado, let’s get on with this guide.

How to fix ADB Device not found [List of Devices Attached is blank] (2)

FIX 1: Reverify ADB Installation

First and foremost, make sure that you have the proper ADB and Fastboot binaries installed. There’s nothing much that you need to do- just install the Android SDK Platform Tools provided by Google [Windows|Linux|macOS]. If you have installed any other ADB and Fastboot tools, then please uninstall them and only use the one provided by Google. The reason?

How to fix ADB Device not found [List of Devices Attached is blank] (3)

Well, all these tools are proving to be among the most lite-weights end up missing a few important files, especially those related to the device storage partition. Hence, install the Android SDK Platform Tools on your PC and see if it fixes the ADB Device not found [List of Devices Attached is blank] error or not.

FIX 2: Launch Command Prompt where ADB is installed

This is one fact that many users end up missing. You should only launch the Command Prompt window inside the folder where ADB and Fastboot binaries are present. Since we have recommended the installation of Android SDK Platform Tools, hence you should launch the CMD window inside the platform-tools only. Now there are two different ways of doing so:

The Direct Approach:

As is evident from the name, this method tells you to directly open the CMD window inside the ADB folders. Here’s how it could be done:

How to fix ADB Device not found [List of Devices Attached is blank] (4)

  1. Head over to the platform-tools folder on your PC.
  2. Then type in CMD in the folder’s address bar and hit Enter.
  3. This will launch the Command Prompt inside the platform-tools folder itself.

The Indirect Approach

In this method, you could launch CMD normally from the Start menu and then change its directory to the folder where ADB is installed. Here are the instructions for the same:

How to fix ADB Device not found [List of Devices Attached is blank] (5)

  1. Head over to the Start menu and search for CMD.
  2. Launch the Command Prompt window as an administrator.
  3. Now type in cd followed by the ADB installation directory.
  4. For example, I have installed Android SDK platform Tools on my desktop, hence the command in my case would be
    cd C:\Users\username\Desktop\platform-tools

Once you have changed the directory to the ADB installation location, check if it fixes the ADB Device not found [List of Devices Attached is blank] error or not.

Fix 3: Make sure USB Debugging is Enabled

While it is mostly along the obvious lines, but this is usually among the biggest culprits for this issue. USB Debugging is needed to be enabled so that your PC recognized your device in the ADB Mode. So you should reverify that the USB Debugging is indeed enabled. Here are the required instructions for the same:

How to fix ADB Device not found [List of Devices Attached is blank] (6)

  1. Head over to Settings on your device. Then go to About Phone and tap on Build Number 7 times. Xiaomi users should tap on MIUI Number 7 times.
  2. You will then get a toast message that Developer Options is enabled.
  3. So now go back to Settings followed by System.
  4. Now go to Developer Options (in some devices it might be under the Advanced section) and enable the USB Debugging toggle.

Once done, connect your device to PC via USB cable and see if it is able to fix ADB Device not found [List of Devices Attached is blank] error. [Don’t Miss: How to Enable USB Debugging on a Broken Android Device’s Screen?]

Fix 4: USB Connection should be Authorized

Enabling the USB Debugging is just half the done work. The first time you connect your device to the PC in ADB Mode you will have to verify the device’s fingerprint with your PC. The best bet, in this case, is to revoke the USB Debugging permission of your device and then re-verify it. Here is how it could be done:

  1. First off, head over to the Developer Options on your device. If you haven’t enabled it yet, then go to Settings > About Phone > Tap on Build Number 7 times > Go back to Settings > System > Advanced > Developer Options.
  2. Once you reach Developer Options, scroll to the Debugging section and tap on Revoke USB Debugging Authorizations.Tap on OK in the confirmation dialog box that appears.
    How to fix ADB Device not found [List of Devices Attached is blank] (7)
  3. Now launch the CMD window inside the platform-tools folder (as mentioned in Fix 2).
  4. Then type in the below command in the CMD window:
    adb devices
  5. You will now get an Allow USB Debugging on your device, tap on Allow.
    How to fix ADB Device not found [List of Devices Attached is blank] (8)
  6. Furthermore, if this is your own trusted PC, then you could also tick-mark the Always allow from this computer option. Doing so will save you from allowing the USB Debugging every time you connect the device to your PC.
  7. Once that is done, see if it fixes the ADB Device not found [List of Devices Attached is blank] error.

Fix 5: Change USB Connection Mode

Some users have reported success after changing the USB Connection Mode to MTP from USB storage mode (or File Transfer mode). So as soon as you connect your device to the PC via USB cable, you should see the current USB connection mode. Select MTP from the list (if it is not there, then you may also switch to PTP mode). Once you do so, you may see the setup notification on your PC, as shown below:

How to fix ADB Device not found [List of Devices Attached is blank] (9)

However, if you don’t see the option to change the USB Connection Mode, then you could manually carry out this step as well. For that, go to Settings > System > Developer Options > Default USB Configurations (see below image). Then select MTP (or PTP) from the options [in the case of OnePlus, you’ll have to select File Transfer, it is compulsory]. Now check whether it fixes the ADB Device not found [List of Devices Attached is blank] error or not.

How to fix ADB Device not found [List of Devices Attached is blank] (10)

Fix 6: Manually Install Drivers

Most Android devices come baked in with their own USB Drivers. As a result, as soon as you connect your device to your PC via USB cable, the drivers would automatically be installed on your PC. But if that doesn’t happen you may manually install them as well. Google provides the required android_winusb file on its Android Developers website.

How to fix ADB Device not found [List of Devices Attached is blank] (11)

You just need to download and add it via your PC’s Device Manager. And as opposed to what you might have read till now, this USB driver file is universally accepted by all Android devices. Even if you see sites hosting USB drivers for individual phones, it’s just to increase clicks, the resulting file will be the same (android_winusb). So download this file and proceed with the below steps.

  1. To begin with, extract the contest of the downloaded driver file and you should get the following files:
  2. Right-click on the Windows icon and select Device Manager from the menu.
  3. Within that, go to the Other devices section and you should see your Android device listed there. In some cases, it might be under the Ports section or the Portable Device section as well.
  4. Once you find the device, right-click on it, and select Update Drivers.
    How to fix ADB Device not found [List of Devices Attached is blank] (12)
  5. In the next popup that appears, select Browse my computer for driver software.
    How to fix ADB Device not found [List of Devices Attached is blank] (13)
  6. Now click on the Browse button, navigate to the extracted driver folder, and select the usb_driver folder. Yes, you don’t need to select the individual driver file, just select the driver folder and your PC will take care of the rest.
  7. Once you have selected the USB Driver folder, hit Next and proceed with the on-screen instructions to install it.
    How to fix ADB Device not found [List of Devices Attached is blank] (14)
  8. After the installation is complete, unplug and then replug your device to the PC via USB Cable. See if it fixes the ADB Device not found [List of Devices Attached is blank] error.

Fix 7: Add ADB System Variable Path

In some cases, the system isn’t able to decide which ADB Drivers do it needs to use. This usually happens if you have more than one copy of ADB/Fastboot Drivers installed on your PC. This usually might conflict with the environmental system variable related to the Android SDK. The fix for that is to manually add the ADB installation directory, i.e, the platform-tools folder’s location to the System Environment Variables. here are the required instructions for the same:

  1. Head over to the Start menu and search for View Advanced System Settings.
    How to fix ADB Device not found [List of Devices Attached is blank] (15)
  2. Go to the Advanced tab and click on the Environmental Variables button.
    How to fix ADB Device not found [List of Devices Attached is blank] (16)
  3. You should now see two sections: User Variables and System variables. As for this guide, we would be dealing with the latter.
  4. So select Path from the System Variables and click on Edit.
    How to fix ADB Device not found [List of Devices Attached is blank] (17)
  5. It will bring up the Edit environment variable option, click Browse from the right-hand side.
    How to fix ADB Device not found [List of Devices Attached is blank] (18)
  6. Now navigate to the location where you have installed the ADB and Fastboot binaries and select the platform-tools folder and click OK.
    How to fix ADB Device not found [List of Devices Attached is blank] (19)
  7. You should now see this directory successfully added to the environment variables. Click OKto close the dialog box.
    How to fix ADB Device not found [List of Devices Attached is blank] (20)
  8. Likewise, the path will also be visible in System variablesunderEnvironment Variables, as shown in the below image. Click OK to close this dialog box as well. That’s it. Your error now stands rectified.
    How to fix ADB Device not found [List of Devices Attached is blank] (21)
  9. Once the path has been added, plug in your device via USB cable to your PC, and the issue will have been fixed by now.

So with this, we conclude the guide on how to fix the ADB Device not found [List of Devices Attached is blank] error. We have shared seven different fixes for the same, any one of which should work out in your favor. Do let us know in the comments if you have any queries concerning the aforementioned steps. We will get back to you with a solution at the earliest.

  • ADB Shell Error: no permission specified [Fixed]
  • ADB Sideload Error: Protocol Fault (no status)
  • Disable/Freeze Apps on Android without ADB Commands and PC
  • ADB Sideload Error: Protocol Fault (no status)
How to fix ADB Device not found [List of Devices Attached is blank] (2024)

FAQs

How do I fix no adb connection found? ›

Driver and Connection Checks

Install or Update Drivers: Your computer needs the correct drivers to communicate with your Android device. Install the Google USB Driver from the Android SDK Manager and ensure it's up to date. If you're on Windows, you may need to manually update the driver through the Device Manager.

How to fix no device is found? ›

"No bootable devices found" is usually caused by an incorrect boot order, broken master boot record, missing boot files, or a corrupt drive. Check the boot order in the BIOS. If that doesn't work, run the Startup Repair tool and scan the drive.

How do I install adb on my device? ›

Direct Install Method

Step 1: Download the platform tools directory. Step 2: Open the command window and cd into the platform-tools folder. For example, cd /Downloads/platform-tools. Step 3: Type “adb devices”, and then press enter.

Can adb work without USB debugging? ›

No, you cannot use ADB (Android Debug Bridge) commands with wireless debugging while in fastboot mode or fastbootd mode without a USB cable.

How to fix adb error no devices emulators found? ›

Update ADB Interface Driver

An outdated ADB interface driver can result in the error – device not found or ADB no devices/emulators found in Windows 11/10. To help you out, it is necessary to install a new version for that driver.

Top Articles
Stonehams Waynesboro Pa
Infosync.ultipro
19 Awesome Things to Do in Redmond, Oregon
The McPherson Republican from McPherson, Kansas
Www Craigslist Com Wisconsin Milwaukee
Clothes Mentor Overland Park Photos
North Carolina Houses For Rent Craigslist
Woman Jumps Off Mount Hope Bridge 2022
Melissa N. Comics
Pierced Universe Coupon
Mta Bus Time Q85
Gran Turismo Showtimes Near Regal Crocker Park
Pachuvum Athbutha Vilakkum Movie Download Telegram Link
Saltburn | Rotten Tomatoes
How Much Is 7 Million Pesos
April 7 Final Jeopardy
Enloe Bell Schedule
Über 60 Prozent Rabatt auf E-Bikes: Aldi reduziert sämtliche Pedelecs stark im Preis - nur noch für kurze Zeit
Spaghetti Models | Cyclocane
Gay Cest Com
Water Leaks in Your Car When It Rains? Common Causes & Fixes
Walmart Phone Number Auto Center
How Much Does Costco Gas Cost Today? Snapshot of Prices Across the U.S. | CostContessa
Bj타리
19 Dollar Fortnite Card Copypasta
What to know about Canada and China's foreign interference row
Does Dollar General Have Humidifiers
Lvc Final Exam Schedule
16 Things to Do in Los Alamos (+ Tips For Your Visit)
Meet Kristine Saryan, Scott Patterson’s Wife
Kleen Krete Concrete Remover 1 Gal Liquid 32110
Police in Germany arrest 25 people allegedly planning to overthrow the government
Ulta Pigeon Forge
Bank Of America Financial Center Irvington Photos
Where To Find Permit Validation Number
10000 Blaulicht-Meldungen aus Baden-Württemberg | Presseportal
Ups Near Me Open
Kostenlose Online-Spiele. Spielen Besten Kostenlosen Online-Spiele. Mobil, PC. Android, iOS
Horoscope Today: Astrological prediction September 9, 2024 for all zodiac signs
Megan Bayne Has Made A Mega Mark Since Arriving In Stardom
Jodie Sweetin Breast Reduction
Unraveling The Mystery Behind Campinos Leaked: A Deep Dive
South Carolina Craigslist Motorcycles
Grasons Estate Sales Tucson
Amariah Morales Snapchat
Craigslist Lasalle County Il
Leslie Pool Supply Simi Valley
Hotels Near William Woollett Jr Aquatics Center
Art Labeling Activity The Big Picture Of Nutrient Catabolism — I Hate CBT's
Lhhouston Photos
XY6020L 6-70V CNC einstellbares stabilisiertes Spannungsnetzteil Konstantspannung Konstantstrom 20A/1200W Buck-Modul Bewertungen
Kentucky TikTok: 12 content Bluegrass State creators to know
Latest Posts
Article information

Author: Foster Heidenreich CPA

Last Updated:

Views: 6457

Rating: 4.6 / 5 (56 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Foster Heidenreich CPA

Birthday: 1995-01-14

Address: 55021 Usha Garden, North Larisa, DE 19209

Phone: +6812240846623

Job: Corporate Healthcare Strategist

Hobby: Singing, Listening to music, Rafting, LARPing, Gardening, Quilting, Rappelling

Introduction: My name is Foster Heidenreich CPA, I am a delightful, quaint, glorious, quaint, faithful, enchanting, fine person who loves writing and wants to share my knowledge and understanding with you.