How to install adb driver on windows 10

Все способы:

  • Шаг 1: Скачивание и установка
  • Шаг 2: Запуск утилиты ADB
    • Способ 1: «Командная строка» Windows
    • Способ 2: Windows PowerShell
  • Дополнительно. Подключение Android-устройства к ADB на ПК
  • Вопросы и ответы: 3

Шаг 1: Скачивание и установка

Прежде чем запуск консольной утилиты ADB станет возможным, конечно же, необходимо загрузить и инсталлировать её на компьютер. В действительности, существует множество вариантов получения и развёртывания софта, который обеспечивает функционирование Android Debug Bridge на ПК под управлением Windows 10, а следующая инструкция демонстрирует, как это сделать задокументированным разработчиками технологии Android Debug Bridge, а значит, самым надёжным и эффективным способом.

Скачать SDK Platform Tools (ADB и Fastboot) с официального сайта

  1. Перейдите по представленной перед этой инструкцией ссылке. В результате откроется веб-страница с описанием и возможностью загрузки включающего ADB пакета SDK Platform Tools на интернет-ресурсе Android Developers от Google.
  2. Как запустить ADB на Windows 10 01

  3. Переместитесь в раздел веб-страницы «Downloads»,
    Как запустить ADB на Windows 10 02

    щёлкните по имеющейся здесь ссылке «Download SDK Platform-Tools for Windows».

  4. Как запустить ADB на Windows 10 03

  5. Прокрутите информацию в отобразившемся поверх веб-страницы окне до конца,
    Как запустить ADB на Windows 10 04

    установите отметку в чекбоксе «I have read and agree with the above terms and conditions».

  6. Как запустить ADB на Windows 10 05

  7. Нажмите на ставшую активной после выполнения предыдущего шага кнопку «Download Android SDK Platform-Tools for Windows».
  8. Как запустить ADB на Windows 10 06

  9. Если это предполагают настройки браузера, укажите (и запомните) путь сохранения предоставляемого сайтом ZIP-архива на диске компьютера
    Как запустить ADB на Windows 10 07

    (по умолчанию будет скачан в системную библиотеку Win 10 «Загрузки»). Подтвердите инициацию получения пакета

    Как запустить ADB на Windows 10 08

    и дождитесь окончания этого процесса.

  10. Как запустить ADB на Windows 10 09

  11. По завершении скачивания файла platform-tools_rВЕРСИЯ-windows.zip откройте содержащую его папку
    Как запустить ADB на Windows 10 10

    в Проводнике Windows.

    Как запустить ADB на Windows 10 11

    Читайте также: Запуск «Проводника» в ОС Windows 10

  12. Далее извлеките всё содержимое архива в отдельный каталог. (С этой целью кликните правой кнопкой мыши по наименованию пакета, выберите «Извлечь всё» в открывшемся контекстном меню, подтвердите действие).

    Как запустить ADB на Windows 10 12

    Подробнее: Распаковка ZIP-архивов в ОС Windows 10

    Как запустить ADB на Windows 10 13

  13. В результате разархивации пакета SDK Platform Tools образуется директория, которая содержит вложенную папку «platform-tools»
    Как запустить ADB на Windows 10 14

    именно она и является целевой в нашем случае.

    Как запустить ADB на Windows 10 15

    По сути, на этом получение утилиты ADB можно считать завершённым, её уже можно запускать из указанной папки средствами консоли Windows 10 одним из предложенных далее в этой статье способов. При этом, для удобства в дальнейшем, а также полного соответствия рекомендациям разработчиков Android Debug Bridge необходимо скопировать или переместить каталог «platform-tools»

    Как запустить ADB на Windows 10 16

    в корень

    Как запустить ADB на Windows 10 17

    системного диска ПК (С:).

    Как запустить ADB на Windows 10 18

    Кроме прочего, каталог с утилитой ADB можно переименовать по собственному усмотрению (например, сократить наименование или как-то иначе, но не применяя кириллических символов). При таком подходе запомните присвоенное каталогу с утилитой ADB имя, и точно вводите его вместо platform-tools при выполнении дальнейших инструкций из этого материала.

  14. Как запустить ADB на Windows 10 19

Входящие в комплект SDK Platform Tools утилиты (не только рассматриваемая в этой статье ADB, но также Fastboot) в случае с Windows 10 могут быть запущены и эффективно эксплуатироваться в классической «Командной строке», а также её более современном аналоге – консольной оболочке «PowerShell». Далее рассмотрим подробно, как используются оба указанных инструмента для решения нашей задачи.

Способ 1: «Командная строка» Windows

По сути, чтобы получить доступ к функциям утилиты ADB через «Командную строку» Windows, достаточно открыть во второй содержащий компоненты первой каталог («platform-tools»). Практически это реализуемо минимум двумя путями, вы можете использовать тот, который кажется более удобным.

Вариант 1: Консольная команда «cd»

Самый распространённый и привычный большинству метод запуска консольной утилиты ADB заключается в открытии приложения «Командная строка» и переходе через неё в папку с целевым софтом с помощью специализированной текстовой команды:

  1. Любым способом запустите «Командную строку» Виндовс 10. К примеру, и быстрее всего с этой целью можно задействовать оснастку «Выполнить»: нажмите «Windows» + «R» на клавиатуре, введите в поле «Открыть» отобразившегося окошка следующий текст:

    cmd

    Как запустить ADB на Windows 10 21

    Щёлкните по кнопке «ОK» мышкой или нажмите «Enter».

    Подробнее: Открытие «Командной строки» в Windows 10

  2. Как запустить ADB на Windows 10 22

  3. Введите команду перехода в каталог утилиты ADB – она состоит из указания cd и затем полного пути к целевой директории на диске компьютера. То есть, если вы точно следовали рекомендациям выше в статье, команда будет следующей:

    cd C:\platform-tools

    Как запустить ADB на Windows 10 23

    Написав команду, отправьте её на выполнение — для этого нажмите «Ввод» на клавиатуре.

  4. Как запустить ADB на Windows 10 24

  5. Фактически всё, далее можно приступать к отправке текстовых команд ADB, — утилита готова к их приёму и обработке. Чтобы удостовериться в том, что отладочный мост введён в эксплуатацию, а также для получения списка основных команд ADB, можно ввести в консоли и отправить на выполнение следующее указание:

    adb.exe

  6. Как запустить ADB на Windows 10 25

Вариант 2: Средства Проводника Windows

Более удобный и часто выполнимый быстрее, нежели вышеописанный, подход к запуску утилиты АДБ в классической «Командной строке» эксплуатирует возможности системного файлового менеджера Виндовс 10:

  1. Откройте Проводник Windows 10, перейдите в каталог ADB («platform-tools»).
  2. Как запустить ADB на Windows 10 26

  3. Кликните левой кнопкой мыши в (важно!) свободной от надписей области поля, которое расположено в верхней части окна Проводника и отображает путь
    Как запустить ADB на Windows 10 27

    к текущей открытой вами папке.

  4. Как запустить ADB на Windows 10 28

  5. С клавиатуры введите следующий текст:

    cmd

  6. Как запустить ADB на Windows 10 29

  7. Нажмите «Enter» — в результате запустится «Командная строка» Windows c уже открытой в ней папкой «platform-tools».
    Как запустить ADB на Windows 10 30

    На этом наша задача считается решённой, вы можете приступать к вводу в «Командную строку» и отправке на выполнение команд Android Debug Bridge.

  8. Как запустить ADB на Windows 10 31

Способ 2: Windows PowerShell

Запуск ADB через поставляемое в комплекте ОС Windows 10 средство PowerShell выполняется не намного сложнее, нежели при использовании классической «Командной строки», а практически реализуется одним из двух нижеописанных путей.

Вариант 1: Консольная команда «cd»

Основной вариант запуска Android Debug Bridge средствами PowerShell фактически повторяет таковой в «Командной строке», — необходимо запустить консоль, а затем с помощью специальной команды открыть в ней каталог с утилитой ADB и сопровождающими её файлами.

  1. Откройте консольную оболочку PowerShell. Как и классическую «Командную строку» в Windows 10 это средство можно запустить большим числом способов, а быстрее всего — из меню дополнительных действий кнопки «Пуск» на «Панели задач» операционки: кликните по последней правой кнопкой манипулятора и выберите «Windows PowerShell» в отобразившемся перечне.
    Как запустить ADB на Windows 10 32

    Подробнее: Запуск «PowerShell» в ОС Windows 10

  2. Как запустить ADB на Windows 10 33

  3. Введите команду перехода в папку утилиты ADB, — её синтаксис аналогичен рассмотренному выше в этом материале указанию для классической «Командной строки»:

    cd C:\platform-tools

    Как запустить ADB на Windows 10 34

    Нажав «Ввод» на клавиатуре, отправьте указание на выполнение консолью.

  4. Как запустить ADB на Windows 10 35

  5. Собственно, всё — средство ADB готово к выполнению своего предназначения. Дальнейшие ваши действия двухвариантные:
    • При запуске ADB-команд в Windows PowerShell по умолчанию перед ними необходимо прописывать префикс ./. То есть, к примеру, чтобы вывести в консоли список основных команд ADB в текущем случае, необходимо отправить на выполнение следующее текстовое указание:

      ./adb.exe

      Как запустить ADB на Windows 10 36

      После написания команды и нажатия «Enter» получаем следующий результат:

    • Как запустить ADB на Windows 10 37

    • Если подставлять ./ перед каждой передаваемой средствами ПоверШелл через Андроид Дебаг Бридж командой вы не желаете, то можете перед началом работы открыть себе доступ к «классической» командной строке в современной консольной оболочке. Для этого запустите в PowerShell команду:

      cmd

      Как запустить ADB на Windows 10 39

      Далее отправляйте указания ADB мобильному девайсу c ОС Android без префикса:

    • Как запустить ADB на Windows 10 40

Вариант 2: Расширенное контекстное меню папки

Ещё один метод запуска ADB в консольной оболочке PowerShell реализуется средствами Проводника Windows 10, а его использование часто оказывается более удобным, нежели описанный выше подход.

  1. Перейдите в папку с утилитой ADB через Проводник Win 10.
  2. Как запустить ADB на Windows 10 41

  3. Нажмите «Shift» на клавиатуре компьютера и, удерживая эту клавишу, щёлкните правой кнопкой манипулятора по свободному от элементов (значков файлов) месту в демонстрирующей содержимое каталога «platform-tools» области окна Проводника.
  4. Как запустить ADB на Windows 10 42

  5. По результату вышеописанной манипуляции откроется расширенное контекстное меню папки (после этого можно прекратить воздействие на кнопку «Shift» клавиатуры). В меню выберите пункт «Открыть окно Power Shell здесь».
  6. Как запустить ADB на Windows 10 43

  7. Итогом манипуляций станет запуск приложения Windows Power Shell c уже открытым в нём каталогом «platform-tools». На этом наша задача считается решённой, приступайте к вводу и отправке на выполнение команд Android Debug Bridge.
    Как запустить ADB на Windows 10 44

    (Принцип здесь тот же, что и при рассмотренном выше варианте запуска утилиты: либо предварительно запустите команду cmd, а затем отправляйте ADB-команды в их «стандартном» виде; либо подставляйте префикс ./ перед каждым указанием).

  8. Как запустить ADB на Windows 10 45

Дополнительно. Подключение Android-устройства к ADB на ПК

Чтобы скачивание, развёртывание и запуск ADB в среде Windows 10 позволили достичь конечных целей своего осуществления, то есть вы получили возможность производить вмешательство в работу системного ПО управляемого ОС Android мобильного девайса с компьютера, чрезвычайно важно правильно подключить смартфон или планшет к консольной утилите. Полный алгоритм выполнения данной операции изложен ниже.

Скачать универсальные драйверы от Google для работы с Android-девайсами через ADB

  1. Прежде чем приступать к выполнению вмешательства в работу системного ПО смартфона или планшета под управлением ОС Android с компьютера через ADB, на мобильном устройстве необходимо активировать особый режим функционирования – «Отладка через USB».
    Как запустить ADB на Windows 10 57

    Сделайте это в первую очередь, а подробные инструкции по решению данного вопроса, если они необходимы, вы обнаружите в статьях по следующим ссылкам:

    Подробнее:
    Как включить «Отладку по USB» на Android-девайсе
    Активация режима «Отладка по USB» на смартфонах Xiaomi (Mi, Redmi, POCO)

  2. Как запустить ADB на Windows 10 58

  3. Подсоедините Андроид-девайс с активированной «Отладкой по ЮСБ» к USB-порту компьютера кабелем.
  4. Далее, например из контекстного меню кнопки «Пуск» на «Панели задач» операционки, откройте «Диспетчер устройств» Windows 10.
  5. Как запустить ADB на Windows 10 46

  6. Убедитесь, что мобильное устройство определилось операционной системой правильно и для него загружен необходимый драйвер. В таком варианте «Диспетчер устройств» отображает категорию «Android Phone», и в ней — запись «Android Composite ADB Interface» (последняя не должна сопровождаться какими-либо отметками, типа восклицательного знака на жёлтом фоне).
    Как запустить ADB на Windows 10 47

    Если с определением Android-девайса в «Диспетчере устройств» Windows 10 наблюдаются какие-либо проблемы, чаще всего их следует решать путём установки/переустановки ADB-драйвера.

    Читайте также: Инсталляция драйверов для работы с Android-девайсами с ПК

    Опять же, в большинстве случаев, самым правильным выбором драйвера для обеспечения сопряжения ПК и Андроид-устройства через АДБ будет универсальный компонент, доступный для скачивания на интернет-ресурсе «Android Developers»

    Как запустить ADB на Windows 10 49

    (ссылка доступна перед настоящей инструкцией).

  7. Как запустить ADB на Windows 10 50

  8. Запустите утилиту ADB любым из предложенных выше в этом материале способом.
    Как запустить ADB на Windows 10 52

    Напишите и отправьте на выполнение консолью Windows 10 следующую команду:

    аdb devices

  9. Как запустить ADB на Windows 10 53

  10. Если сопряжение ПК и мобильного устройства через Android Debug Bridge осуществляется впервые, «Командная строка»/«PowerShell» в ответ на указание из предыдущего пункта инструкции выдаст следующее:

    List of devices attached
    ID_Android-устройства unauthorized

    Как запустить ADB на Windows 10 54

    В таком случае, возьмите (не отсоединяя от компьютера) смартфон или планшет, разблокируйте его. Поставьте отметку «Всегда разрешать отладку с этого компьютера» в отображаемом на экране Android-девайса окне «Отладка по USB», а после этого коснитесь кнопки «Разрешить».

    Как запустить ADB на Windows 10 60

    Далее перейдите к окну консоли с запущенной утилитой ADB на компьютере, повторите запуск команды аdb devices.

  11. Как запустить ADB на Windows 10 55

  12. Получив в «Командной строке» или «PowerShell» ответ в виде строчки ID_Android-устройства device, вы можете переходить к непосредственному решению возлагаемых на ADB задач, — смартфон/планшет теперь подключён к утилите правильно и готов к выполнению её (а по сути – ваших) указаний.
  13. Как запустить ADB на Windows 10 56

Наша группа в TelegramПолезные советы и помощь

Install Android USB Driver, ADB, and Fastboot on Windows 10/11 (2025) – Step-by-step instructions to install the Android USB driver and set up ADB/Fastboot using winget on Windows 10/11. Perfect for Android development and troubleshooting.

Credit: ph33nx


Manual Installation Guide for Android USB Driver & ADB/Fastboot (Windows 10/11)

This guide provides simple, direct steps to manually install the Google USB Driver and ADB/Fastboot binaries using winget on Windows 10/11.


1. Install the Google USB Driver Manually

  1. Download the Driver

    • Download the Google USB Driver and extract the ZIP to a folder (e.g., C:\usb_driver).
  2. Update Driver in Device Manager

    • Open Device Manager.
    • Locate your Android device (often listed under «Unknown Devices»).
    • Right-click the device and select Update driver.
    • Choose Browse my computer for driver software.
    • Click Let me pick from a list of available drivers on my computer.
    • Click Have Disk… and navigate to the folder where you extracted the driver.
    • Select android_winusb.inf and follow the prompts (ignore any unsigned driver warnings if necessary).

2. Install ADB and Fastboot Binaries via Winget

  1. Open Command Prompt or PowerShell

    • Execute the following command to install the binaries:
      winget install Google.PlatformTools
  2. Verify Installation

    • Check ADB version:
    • Check Fastboot version:

You’re all set!


Keywords: Windows 10, Windows 11, Android, ADB, Fastboot, Google USB Driver, Platform Tools, winget, device driver, manual installation

How to Install ADB Drivers on Windows 10

Installing ADB (Android Debug Bridge) drivers on Windows 10 is quite simple if you follow the right steps. You’ll need these drivers to connect your Android device to your computer for tasks like debugging apps or transferring data. Here’s how you can do it: Download the required driver package, extract it, and use Device Manager to install it on your system. Now, let’s dive into the detailed steps.

In this guide, we will walk you through the steps required to successfully install ADB drivers on your Windows 10 computer. This will allow you to establish a connection between your Android device and your PC, enabling advanced features like app debugging and data management.

Step 1: Download the ADB Driver Package

First, go to the official Android developer’s website or another trusted source to download the ADB driver package.

Downloading the package from a trusted source ensures you get the latest and most secure version. Typically, the file will be in a zip format.

Step 2: Extract the Downloaded File

After downloading, extract the contents of the zip file to a location on your computer.

Use a tool like WinRAR or the built-in Windows extraction feature. Make sure you remember the folder where you extracted the files.

Step 3: Open Device Manager

Press «Windows + X» and select «Device Manager» from the menu that appears.

Device Manager is a utility in Windows that allows you to manage installed hardware. You’ll use it to install the ADB drivers.

Step 4: Connect Your Android Device

Connect your Android device to your computer using a USB cable.

Ensure your device is in «Developer Mode» and has «USB Debugging» enabled. You can enable these settings by going to Settings > About Phone and tapping «Build Number» seven times to unlock Developer Options.

Step 5: Locate Your Device in Device Manager

In Device Manager, find your Android device (it might be listed under «Other Devices» or «Portable Devices»).

If you can’t find it easily, look for any device with a yellow exclamation mark next to it. This indicates that the driver is not installed properly.

Step 6: Update Driver Software

Right-click on your device and select «Update Driver Software.»

This option allows you to manually install the driver you downloaded earlier.

Step 7: Choose «Browse my computer for driver software»

Select «Browse my computer for driver software» from the options that appear.

You will be prompted to navigate to the folder where you extracted the ADB driver files.

Step 8: Select the Folder and Install

Navigate to the folder where you extracted the driver files, then click «Next» to install.

Windows will now install the ADB drivers. This may take a few moments, so be patient.

Step 9: Verify the Installation

Open Command Prompt and type adb devices to verify the installation.

If everything is installed correctly, you should see your device listed.

After you complete these steps, your computer will be set up to communicate with your Android device via ADB. This enables you to debug apps, transfer files, and perform other advanced functions.

Tips for Installing ADB Drivers on Windows 10

  • Always download drivers from a trusted source to avoid malware.
  • Enable «Developer Options» and «USB Debugging» on your Android device before starting the installation.
  • If your device isn’t recognized, try using a different USB cable or port.
  • Restart both your computer and Android device if the installation fails.
  • Keep your ADB drivers updated to ensure compatibility and security.

Frequently Asked Questions

What is ADB?

ADB stands for Android Debug Bridge. It’s a command-line tool that allows you to communicate with an Android device.

Why do I need to install ADB drivers?

You need ADB drivers to connect your Android device to your computer for debugging, development, or file transfer.

What should I do if my device isn’t recognized?

If your device isn’t recognized, try using a different USB cable or port, and ensure «USB Debugging» is enabled.

Can I use ADB on other operating systems?

Yes, ADB is available for macOS and Linux as well. The installation process, however, will be different.

Is it safe to install ADB drivers?

Yes, it is safe as long as you download the drivers from trusted sources like the official Android developer’s website.

Summary

  1. Download the ADB driver package.
  2. Extract the downloaded file.
  3. Open Device Manager.
  4. Connect your Android device.
  5. Locate your device in Device Manager.
  6. Update Driver Software.
  7. Choose «Browse my computer for driver software.»
  8. Select the folder and install.
  9. Verify the installation.

Conclusion

Installing ADB drivers on Windows 10 is a straightforward process once you know the steps. These drivers are crucial for developers and advanced users who want to interact deeply with their Android devices. By following this guide, you ensure that you can carry out tasks ranging from debugging apps to transferring data seamlessly.

Remember, always download drivers from trusted sources to avoid running into issues. If something goes wrong, don’t hesitate to revisit each step carefully or consult additional resources. Now that you’re equipped with this knowledge, you’re ready to take full control of your Android device using ADB.

If you found this guide helpful, why not explore more about the Android development tools? Happy tinkering!

Matt Jacobs has been working as an IT consultant for small businesses since receiving his Master’s degree in 2003. While he still does some consulting work, his primary focus now is on creating technology support content for SupportYourTech.com.

His work can be found on many websites and focuses on topics such as Microsoft Office, Apple devices, Android devices, Photoshop, and more.

Table of contents

  • How to Install Android Debug Bridge for Windows 10?
    • Step 1: Check if you already have the ADB driver installed on your PC
    • Step 2: Get the ADB driver file
    • Step 3: Activate USB debugging on your Android device
    • Step 4: Open Device Manager and install the ADB driver
  • Pro Tip: Update your Drivers for Better Performance
  • Downloading and Installing ADB in Windows 11
  • Conclusion

Those who are familiar with the Android Debug Bridge (ADB) already know the benefits it can give.

The feature allows them to side-load apps that they cannot acquire from the Google Play Store.

For instance, they can use the ADB to record their phone’s screen via their computer. Basically, the ADB is a command line tool that allows users to control their Android device on their Windows PC using a USB cable.

If you’re still wondering about this feature and how you can add it to your PC, you’ve come to the right place! In this article, we will teach you how to install Android Debug Bridge for Windows 10.

Read the article to get bonus tips to enhance your user experience!

How to Install Android Debug Bridge for Windows 10?

In general, you must go through the following steps to install the ADB on your computer:

  1. Check if you already have the ADB driver installed on your PC.
  2. Get the ADB driver file.
  3. Activate USB Debugging on your Android device.
  4. Open Device Manager and install the ADB driver.

You will see the detailed instructions below. Make sure you follow them carefully to be able to set up the ADB correctly.

Step 1: Check if you already have the ADB driver installed on your PC

The first thing you have to do is check if your computer already has the ADB driver installed. Simply perform a test via Chrome to see if your PC can recognize your Android device and communicate with it. To do that, follow the steps below:

  • Use a USB cable to connect your Android device to your computer.
  • Open Google Chrome.
  • Inside the URL bar, type chrome://inspect, then press Enter.

Inside the URL bar, type <em>chrome://inspect</em>, then press <em>Enter</em>» src=»https://www.auslogics.com/en/articles/wp-content/uploads/2022/08/041-1.webp»></p>
<div class= Картинка с сайта: www.auslogics.com

If the test fails, you do not have the ADB driver installed on your PC yet. On the other hand, if you see the name of your Android device, then it means that you already have the ADB driver on your computer.

Step 2: Get the ADB driver file

Of course, before you can add the ADB driver to your PC, you have to get the installation file first.

Typically, your Android device’s manufacturer provides the ADB driver file. Download the installation file from the official website.

Step 3: Activate USB debugging on your Android device

Once you’ve downloaded the ADB driver file, you must enable the USB Debugging function on your Android device. You can only enjoy the full potential of the ADB when the USB debugging function is activated.

Here are the steps:

Note

By default, the USB Debugging option is hidden for Android 4.2 and newer versions.

  • Open Settings on your Android device.
  • Scroll down, then tap About Phone or About.
  • Enable the Developer options by tapping the Build number seven times.
  • Remember to set the toggle at the top to On.
  • Enable USB Debugging.
  • Plug your Android device into your computer. On your Android device, you will see a message saying, Allow USB Debugging? Select the box beside the Always allow from this computer option, then tap OK.

Step 4: Open Device Manager and install the ADB driver

You can open Device Manager to install the ADB driver. In this article, we are going to use Google Nexus 7 because the steps are quite similar for all other Android devices. Once you’re ready, just follow the instructions below:

  • Plug your Android device into your computer.
  • Open the Run dialog box by pressing Windows Key + R on your keyboard.
  • Type devmgmt.msc, then hit Enter. This should bring up Device Manager.
  • Look for your Android device.
  • Right-click it, then select Properties from the options. If the driver is not installed properly, you will see a yellow warning icon beside your Android device.
  • Go to the Driver tab, then click Update Driver.
  • A new window will pop up. Select the Browse my computer for driver software option.
  • Search for the ADB driver file you previously downloaded by clicking Browse.
  • Select the box beside Include Subfolders, then click Next. Device Manager will automatically install the ADB driver.

If you do not need this feature, you might ask, “Where can I uninstall the ADB driver?” You can do that via Device Manager. You just need to follow the first four steps, then select Uninstall Device.

Fix this issue quickly

You can try using a safe and totally free tool developed by the Auslogics team of experts.

A few simple steps to troubleshoot the issue:

Download the tiny Auslogics TroubleShooter tool.

Run the application (no installation is needed).

The app will check for the issue mentioned in the article. When the scan is done, check that this is the issue you were looking to solve and click ‘Apply now’ to apply the recommended fix.

You can use the app to troubleshoot other malfunctions for free by simply typing in a brief description of the issue your PC is experiencing. Or you can scan your PC for performance issues using the My Scanner tab.

Pro Tip: Update your Drivers for Better Performance

We suggest updating all your drivers to ensure that you can use the ADB without any hassle.

You can manually do this, but the process can be tedious and time-consuming. Moreover, it can be risky. If you download and install the wrong driver, you might cause system instability issues on your PC.

So, if you do not have the patience and tech skills to update your drivers manually, we recommend using Auslogics Driver Updater.

Once you activate this program, it will automatically identify your system version. That said, Auslogics Driver Updater will locate the latest manufacturer-recommended drivers compatible with your system.

Auslogics Driver Updater will locate the latest manufacturer-recommended drivers compatible with your system

Downloading and Installing ADB in Windows 11

If you know what you are doing, you can easily download and install ADB in Windows 11. To do so, you have to access the Android Studio developer site to download the required file, after which you can add the driver to your machine.

Here are simple steps to follow to help download the driver on your Windows 11 machine:

  • Visit the Android Studio site on your computer.
  • Next, scroll down the page to find the download options. Then click the “Download SDK Platform-Tools for Windows” option to download the Android Debug Bridge driver on your PC.

Click the “Download SDK Platform-Tools for Windows” option to download the Android Debug Bridge driver on your PC

  • Accept the terms and conditions.
  • Next, click the Download button, then wait for the download process to finish.
  • Copy the downloaded file and paste it into the C drive.
  • After extracting the copied file, right-click the newly extracted folder and choose Open in Terminal.
  • Launch Windows PowerShell and execute the following commands one by one:
cmd
ADB devices
  • Allow for debugging when the USB debugging prompt window appears on your phone screen.
  • Run the “adb devices” command again to view the list of all devices connected to your computer.
  • Now, run the ADB command on your connected device.

Conclusion

Throughout this article, we’ve explained how to install ADB drivers on your Windows 10 and 11 PC. Go through the steps to download, install, connect, and control your Android devices from your computer.

Was this article helpful? Share it with your friends and colleagues, and share your thoughts in the comments below!

These are instructions on how to install Android ADB Driver on Windows Computer (this method can be used on Windows 7, Windows 8, 8.1, 10 and Windows 11).

Requirements: You need to have the Windows Computer and the Android ADB Driver (.inf based) to follow the below guidelines.

Install Android ADB Driver (.inf) manually

  1. Download and extract Android ADB Driver (.inf based) on the Computer. If in case, you have already downloaded and extracted the driver, then SKIP this step.
  2. Open Device Manager on the Computer. Press Win + R key from the keyboard and type devmgmt.msc and Click on OK Button:
  3. Once the Device Manager is Launched, Click on the Computer Name (name can vary from the image below):
  4. device manager computer name

  5. Click on the Action Menu and Select Add Legacy Hardware option:
  6. device manager add legacy hardware menu

  7. Under Add hardware Dialog Box, Click on the Next Button:
  8. add hardware next

  9. Tick on the Install the hardware that I manually select from a list checkbox and Click on the Next Button:
  10. add hardware manual next

  11. Click on the Next Button:
  12. add hardware list next

    Then Click on the Have Disk Button:

    add hardware have disk

  13. Click on the Browse Button:
  14. add hardware browse

    Locate the .inf file from the computer (this file can be found in the extracted driver folder).

    locate inf computer

    Click on the OK Button:

    install from disk ok

  15. Click on the Next button:
  16. adb driver next

    Again Click on the Next button:

    adb interface next

    Click on the Finish button to complete the installation process (ignore Code 10; it will be gone post restarting the computer).

    driver finish

    Your driver is listed in the Device Manager.

    driver listed

    Now, Restart the Computer. Once the computer is restarted, you can easily connect your Mobile device to the computer.

Readme Once:

[*] We have used the Android ADB Driver to create the above manual. If you wish, you can download the same driver from here.

[*] Driver Signature Error: If you are facing Driver Signature Error while installing the USB Driver, then head over to How to Fix Driver Signature Error page.

[*] Driver Easy: We recommend you to use Driver Easy application to update all the computer drivers in a Single Click.

[*] Credits: ADB Driver is created and distributed by Google. So, all credit goes to them for sharing the driver for free.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как добавить наушники блютуз на компьютере windows 10
  • Биос не дает установить windows
  • Как поменять размер шрифта на компьютере windows 10
  • Средства диагностики для windows
  • Как поменять цвет значков на рабочем столе windows 10