Download ADB Driver Installer
ADB Driver Installer Download that also allows you to connect your latest android Smartphone to the Computer via USB cable. 15 Seconds ADB Driver also allows you to keep your Android hardware.
If you ever were already searching for the free download driver installer for Android devices, then these pages might be extremely helpful to you actually.
Here the easily download ADB driver link for the latest version Android driver download (All CPU support Based) for Windows 11,10,8,7,XP.
ADB Driver Installer Download
Latest and Updates USB Drivers of 2025
How to Use (Instructions)
1. Download ADB driver installer Zip file on your computer.
2. Extract download Zip file.
3. Open ADB driver setup on your computer.
4. Install ADB driver on your PC (Use Setup Wizard or Setup Install method).
5. Successfully Install ADB-driver then connect device to the PC with USB cable.
* Alternative Drivers: If you are searching for the android chipset devices alternative-driver, then download MediaTek driver or ADB Fastboot Drivers or Universal Usb Installer here.
!! Important !!
If you facing driver error problem, use your devices connect to the PC then relaunch ADB-driver a second time and select the same install method and exploit.
Все способы:
- Шаг 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) с официального сайта
- Перейдите по представленной перед этой инструкцией ссылке. В результате откроется веб-страница с описанием и возможностью загрузки включающего ADB пакета SDK Platform Tools на интернет-ресурсе Android Developers от Google.
- Переместитесь в раздел веб-страницы «Downloads»,
щёлкните по имеющейся здесь ссылке «Download SDK Platform-Tools for Windows».
- Прокрутите информацию в отобразившемся поверх веб-страницы окне до конца,
установите отметку в чекбоксе «I have read and agree with the above terms and conditions».
- Нажмите на ставшую активной после выполнения предыдущего шага кнопку «Download Android SDK Platform-Tools for Windows».
- Если это предполагают настройки браузера, укажите (и запомните) путь сохранения предоставляемого сайтом ZIP-архива на диске компьютера
(по умолчанию будет скачан в системную библиотеку Win 10 «Загрузки»). Подтвердите инициацию получения пакета
и дождитесь окончания этого процесса.
- По завершении скачивания файла platform-tools_rВЕРСИЯ-windows.zip откройте содержащую его папку
в Проводнике Windows.
Читайте также: Запуск «Проводника» в ОС Windows 10
- В результате разархивации пакета SDK Platform Tools образуется директория, которая содержит вложенную папку «platform-tools» –
именно она и является целевой в нашем случае.
По сути, на этом получение утилиты ADB можно считать завершённым, её уже можно запускать из указанной папки средствами консоли Windows 10 одним из предложенных далее в этой статье способов. При этом, для удобства в дальнейшем, а также полного соответствия рекомендациям разработчиков Android Debug Bridge необходимо скопировать или переместить каталог «platform-tools»
в корень
системного диска ПК (С:).
Кроме прочего, каталог с утилитой ADB можно переименовать по собственному усмотрению (например, сократить наименование или как-то иначе, но не применяя кириллических символов). При таком подходе запомните присвоенное каталогу с утилитой ADB имя, и точно вводите его вместо
platform-tools
при выполнении дальнейших инструкций из этого материала.
Далее извлеките всё содержимое архива в отдельный каталог. (С этой целью кликните правой кнопкой мыши по наименованию пакета, выберите «Извлечь всё» в открывшемся контекстном меню, подтвердите действие).
Подробнее: Распаковка ZIP-архивов в ОС Windows 10
Входящие в комплект SDK Platform Tools утилиты (не только рассматриваемая в этой статье ADB, но также Fastboot) в случае с Windows 10 могут быть запущены и эффективно эксплуатироваться в классической «Командной строке», а также её более современном аналоге – консольной оболочке «PowerShell». Далее рассмотрим подробно, как используются оба указанных инструмента для решения нашей задачи.
Способ 1: «Командная строка» Windows
По сути, чтобы получить доступ к функциям утилиты ADB через «Командную строку» Windows, достаточно открыть во второй содержащий компоненты первой каталог («platform-tools»). Практически это реализуемо минимум двумя путями, вы можете использовать тот, который кажется более удобным.
Вариант 1: Консольная команда «cd»
Самый распространённый и привычный большинству метод запуска консольной утилиты ADB заключается в открытии приложения «Командная строка» и переходе через неё в папку с целевым софтом с помощью специализированной текстовой команды:
- Любым способом запустите «Командную строку» Виндовс 10. К примеру, и быстрее всего с этой целью можно задействовать оснастку «Выполнить»: нажмите «Windows» + «R» на клавиатуре, введите в поле «Открыть» отобразившегося окошка следующий текст:
cmd
Щёлкните по кнопке «ОK» мышкой или нажмите «Enter».
Подробнее: Открытие «Командной строки» в Windows 10
- Введите команду перехода в каталог утилиты ADB – она состоит из указания
cd
и затем полного пути к целевой директории на диске компьютера. То есть, если вы точно следовали рекомендациям выше в статье, команда будет следующей:cd C:\platform-tools
Написав команду, отправьте её на выполнение — для этого нажмите «Ввод» на клавиатуре.
- Фактически всё, далее можно приступать к отправке текстовых команд ADB, — утилита готова к их приёму и обработке. Чтобы удостовериться в том, что отладочный мост введён в эксплуатацию, а также для получения списка основных команд ADB, можно ввести в консоли и отправить на выполнение следующее указание:
adb.exe
Вариант 2: Средства Проводника Windows
Более удобный и часто выполнимый быстрее, нежели вышеописанный, подход к запуску утилиты АДБ в классической «Командной строке» эксплуатирует возможности системного файлового менеджера Виндовс 10:
- Откройте Проводник Windows 10, перейдите в каталог ADB («platform-tools»).
- Кликните левой кнопкой мыши в (важно!) свободной от надписей области поля, которое расположено в верхней части окна Проводника и отображает путь
к текущей открытой вами папке.
- С клавиатуры введите следующий текст:
cmd
- Нажмите «Enter» — в результате запустится «Командная строка» Windows c уже открытой в ней папкой «platform-tools».
На этом наша задача считается решённой, вы можете приступать к вводу в «Командную строку» и отправке на выполнение команд Android Debug Bridge.
Способ 2: Windows PowerShell
Запуск ADB через поставляемое в комплекте ОС Windows 10 средство PowerShell выполняется не намного сложнее, нежели при использовании классической «Командной строки», а практически реализуется одним из двух нижеописанных путей.
Вариант 1: Консольная команда «cd»
Основной вариант запуска Android Debug Bridge средствами PowerShell фактически повторяет таковой в «Командной строке», — необходимо запустить консоль, а затем с помощью специальной команды открыть в ней каталог с утилитой ADB и сопровождающими её файлами.
- Откройте консольную оболочку PowerShell. Как и классическую «Командную строку» в Windows 10 это средство можно запустить большим числом способов, а быстрее всего — из меню дополнительных действий кнопки «Пуск» на «Панели задач» операционки: кликните по последней правой кнопкой манипулятора и выберите «Windows PowerShell» в отобразившемся перечне.
Подробнее: Запуск «PowerShell» в ОС Windows 10
- Введите команду перехода в папку утилиты ADB, — её синтаксис аналогичен рассмотренному выше в этом материале указанию для классической «Командной строки»:
cd C:\platform-tools
Нажав «Ввод» на клавиатуре, отправьте указание на выполнение консолью.
- Собственно, всё — средство ADB готово к выполнению своего предназначения. Дальнейшие ваши действия двухвариантные:
- При запуске ADB-команд в Windows PowerShell по умолчанию перед ними необходимо прописывать префикс
./
. То есть, к примеру, чтобы вывести в консоли список основных команд ADB в текущем случае, необходимо отправить на выполнение следующее текстовое указание:./adb.exe
После написания команды и нажатия «Enter» получаем следующий результат:
- Если подставлять
./
перед каждой передаваемой средствами ПоверШелл через Андроид Дебаг Бридж командой вы не желаете, то можете перед началом работы открыть себе доступ к «классической» командной строке в современной консольной оболочке. Для этого запустите в PowerShell команду:cmd
Далее отправляйте указания ADB мобильному девайсу c ОС Android без префикса:
- При запуске ADB-команд в Windows PowerShell по умолчанию перед ними необходимо прописывать префикс
Вариант 2: Расширенное контекстное меню папки
Ещё один метод запуска ADB в консольной оболочке PowerShell реализуется средствами Проводника Windows 10, а его использование часто оказывается более удобным, нежели описанный выше подход.
- Перейдите в папку с утилитой ADB через Проводник Win 10.
- Нажмите «Shift» на клавиатуре компьютера и, удерживая эту клавишу, щёлкните правой кнопкой манипулятора по свободному от элементов (значков файлов) месту в демонстрирующей содержимое каталога «platform-tools» области окна Проводника.
- По результату вышеописанной манипуляции откроется расширенное контекстное меню папки (после этого можно прекратить воздействие на кнопку «Shift» клавиатуры). В меню выберите пункт «Открыть окно Power Shell здесь».
- Итогом манипуляций станет запуск приложения Windows Power Shell c уже открытым в нём каталогом «platform-tools». На этом наша задача считается решённой, приступайте к вводу и отправке на выполнение команд Android Debug Bridge.
(Принцип здесь тот же, что и при рассмотренном выше варианте запуска утилиты: либо предварительно запустите команду
cmd
, а затем отправляйте ADB-команды в их «стандартном» виде; либо подставляйте префикс./
перед каждым указанием).
Дополнительно. Подключение Android-устройства к ADB на ПК
Чтобы скачивание, развёртывание и запуск ADB в среде Windows 10 позволили достичь конечных целей своего осуществления, то есть вы получили возможность производить вмешательство в работу системного ПО управляемого ОС Android мобильного девайса с компьютера, чрезвычайно важно правильно подключить смартфон или планшет к консольной утилите. Полный алгоритм выполнения данной операции изложен ниже.
Скачать универсальные драйверы от Google для работы с Android-девайсами через ADB
- Прежде чем приступать к выполнению вмешательства в работу системного ПО смартфона или планшета под управлением ОС Android с компьютера через ADB, на мобильном устройстве необходимо активировать особый режим функционирования – «Отладка через USB».
Сделайте это в первую очередь, а подробные инструкции по решению данного вопроса, если они необходимы, вы обнаружите в статьях по следующим ссылкам:
Подробнее:
Как включить «Отладку по USB» на Android-девайсе
Активация режима «Отладка по USB» на смартфонах Xiaomi (Mi, Redmi, POCO) - Подсоедините Андроид-девайс с активированной «Отладкой по ЮСБ» к USB-порту компьютера кабелем.
- Далее, например из контекстного меню кнопки «Пуск» на «Панели задач» операционки, откройте «Диспетчер устройств» Windows 10.
- Убедитесь, что мобильное устройство определилось операционной системой правильно и для него загружен необходимый драйвер. В таком варианте «Диспетчер устройств» отображает категорию «Android Phone», и в ней — запись «Android Composite ADB Interface» (последняя не должна сопровождаться какими-либо отметками, типа восклицательного знака на жёлтом фоне).
Если с определением Android-девайса в «Диспетчере устройств» Windows 10 наблюдаются какие-либо проблемы, чаще всего их следует решать путём установки/переустановки ADB-драйвера.
Читайте также: Инсталляция драйверов для работы с Android-девайсами с ПК
Опять же, в большинстве случаев, самым правильным выбором драйвера для обеспечения сопряжения ПК и Андроид-устройства через АДБ будет универсальный компонент, доступный для скачивания на интернет-ресурсе «Android Developers»
(ссылка доступна перед настоящей инструкцией).
- Запустите утилиту ADB любым из предложенных выше в этом материале способом.
Напишите и отправьте на выполнение консолью Windows 10 следующую команду:
аdb devices
- Если сопряжение ПК и мобильного устройства через Android Debug Bridge осуществляется впервые, «Командная строка»/«PowerShell» в ответ на указание из предыдущего пункта инструкции выдаст следующее:
List of devices attached
ID_Android-устройства unauthorized
В таком случае, возьмите (не отсоединяя от компьютера) смартфон или планшет, разблокируйте его. Поставьте отметку «Всегда разрешать отладку с этого компьютера» в отображаемом на экране Android-девайса окне «Отладка по USB», а после этого коснитесь кнопки «Разрешить».
Далее перейдите к окну консоли с запущенной утилитой ADB на компьютере, повторите запуск команды
аdb devices
. - Получив в «Командной строке» или «PowerShell» ответ в виде строчки
ID_Android-устройства device
, вы можете переходить к непосредственному решению возлагаемых на ADB задач, — смартфон/планшет теперь подключён к утилите правильно и готов к выполнению её (а по сути – ваших) указаний.
Наша группа в TelegramПолезные советы и помощь
ADB Installer
ADB Installer is a simple and easy-to-use batch script for Windows that allows you to quickly and easily install, update, and remove the Android Debug Bridge (ADB) on your computer. ADB is a command-line tool that allows you to communicate with your Android device and perform various tasks, such as installing and debugging apps.
With ADB Installer, you can easily install ADB on your computer, update it to the latest version, and remove it if you no longer need it. The script has a simple user interface that makes it easy to use even for beginners.
Features
- Easy to use: ADB Installer has a simple user interface that makes it easy to use even for beginners.
- Check if ADB is installed: ADB Installer can check if ADB is installed on your computer and show the version number if it is installed.
- Install ADB: ADB Installer can download the latest version of ADB from the internet and install it on your computer.
- Update ADB: ADB Installer can check for updates to ADB and update it to the latest version if an update is available.
- Remove ADB: ADB Installer can remove ADB from your computer if you no longer need it.
Usage
- Download the ADB Installer script by clicking on the «Download» button on this page.
- Extract the downloaded zip file and run the
ADB-Installer.bat
file. - Follow the instructions on the screen to perform the desired action.
Credits
ADB Installer was created by OpenAI’s ChatGPT and maintained by the ADB Installer community.
License
ADB Installer is licensed under the MIT License.
Android is the most feature-rich platform. It has all the options you’ll ever need to control and configure the device however you want. However, some advanced settings are buried deep down. To access them you have to install ADB shell and use it. Today, I will show you how to install ADB on Windows 10.
What is ADB
Android Debug Bridge or more widely knows as ADB shell is a command line tool that helps developers access advanced settings and debug Android apps and system settings. Besides from debugging, you can use ADB shell to back up the android device, install apps on your SD card by default, disable specific features of an app, transfer files, etc. In fact, you can even use ADB to make system level changes.
Generally, ADB is bundled with Android SDK (Software Development Kit). So, if you’ve installed Android SDK then you already have access to the ADB shell on Windows 10 with several other essential tools like Fastboot. However, if you are not a developer and don’t want to install the complete Android SDK package for just one tool that is only used occasionally then you can install ADB on Windows separately. i.e, without installing Android SDK.
Related: How to Run Android Apps on Ubuntu [Natively]
Enable USB Debugging Mode
Before installing ADB on Windows 10, you need to configure your Android device to accept the ADB commands. To do that, you have to enable USB debugging mode. Thankfully, it is very easy to do. Just follow the below instructions.
- Launch apps menu and tap on the “Settings” icon.
- Here, scroll down and tap on the option “About“.
- Now, scroll down again and repeatedly tap on the option “Build number” 7 times.
- Go back to the main Settings screen, scroll down and tap on the new option “Developer Options“.
- Here, toggle the button next to USB Debugging option. Tap on the option “Ok” in the confirmation pop-up to enable USB debugging mode.
That’s it, you’ve configured the Android device to receive ADB shell commands. You can now install ADB on Windows 10.
Related: 10 Best Secret Texting Apps for Android (Private Texting Apps for Android)
Note: the same procedure is applicable for older versions of Windows like 7 and 8.
1. To start off, download ADB for Windows from the official Google website.
2. Create a new folder with the name “ADB” in the root of the C drive. Now, extract all the files in the downloaded ZIP file to the folder you just created. This is how it looks like when you are done extracting.
3. Grab a USB data cable and connect your android device to the Windows computer. If prompted, select “file transfer (MTP)” mode.
4. Now, search for “Command Prompt” in the start menu and open it.
5. In the command prompt, use the below command to navigate the ADB installation folder. If you’ve installed ADB folder in some other place then change the command accordingly.
cd c:\ADB
6. Once you are here, execute the following command ADB Daemon.
adb devices
7. As soon as you execute the command, you will see “Allow USB debugging” prompt on your android device screen. Tap on the “Ok” button. Now, your device will be listed in the command prompt.
If you see your device listed then you’ve successfully installed ADB on Windows 10. If not, make sure that the device is properly connected and you have installed android drives on Windows. Generally, you can download android drivers specific to your device on the manufacturer website.
Related: How to Use Multiple Facebook Accounts on Android
Optional: Access ADB from Any Folder
As you can see, with the above method, you have to first navigate to the ADB installation folder if you want to use the ADB shell. This is not so much a problem but an inconvenience. To deal with that, you can add ADB to Windows Path. This allows you to access ADB from any folder or directory.
1. To add ADB to Windows path, search for “View advanced system settings” in the start menu and open it.
2. In this window, click on the button “Environment Variables“.
3. Here select the Path variable under “User variables for Username” and click on the button “Edit“.
Related: How To Disable Auto Media Download Feature In WhatsApp [Android]
4. Now, click on the “New” button.
5. Enter the path to the ADB folder and click on the button “Ok” to save the changes. In my case, the folder path is C:\ADB
.
6. Click on the “Ok” on other main windows to save the changes.
From this point forward, you can access ABD from any folder. As you can see from the below image, I’m starting the ADB daemon from a folder in my E drive.
That’s all there is to do and it is that simple to install ADB on Windows 10 and add ADB to Windows path. If you find this article useful then do read how to disable volume buttons in android and how to hide audiobooks from music players in android.
Comment below sharing your thoughts and experiences about using the above method to install ADB on Windows.
Related: How to Download Android Apps to PC without Installing Any Software [Quick Tip]
Read to know about the different ways to download and update ADB & fastboot drivers on Windows 11/10 PC.
ADB (Android Debug Bridge) and Fastboot are command-line utility tools and are a crucial part of Android development. This tool lets users perform off-limits and sophisticated changes on Android devices. In case you want to run ADB debugging operations (custom ROMs flash, firmware upgrades, and apps sideload) with your mobile device, then it is the very first thing you need to turn on your device. But, that is not enough. Since ADB acts like a bridge between your Windows PC and Android phone, therefore, you also need a correct ADB & Fastboot driver installed on your computer system.
These drivers facilitate this process and make sure the ADB functions as expected. However, similar to the earlier operating systems, ADB does not come preloaded on Windows 11 as well. Hence, you have to install it manually by yourself. Don’t panic, if you have no idea how to do that! In this guide, we are going to explain the best approaches to doing ADB & Fastboot driver updates on Windows 11 or 10 PC.
Although steps for the different methods are specified we suggest our readers pick the Automatic methods. The Bit Driver Updater tool can download ADB & Fastboot drivers automatically with a single click. Also, the software can identify pending driver updates in no time and download these updates instantly.
But if you want to read about detailed steps for each method i.e Manual and automatic, read the following section of the guide.
Methods to Download, Install and Update ADB & Fastboot Drivers on Windows 11/10
Following are a few non-cumbersome and easy ways to perform ADB & fastboot driver download on Windows PC.
Method 1: Install ADB & Fastboot Drivers via ADB Installer
ADB Installer is an all-in-one package for Android. Lives up to its name, the tool detects and installs Google, ADB, and fastboot drivers on your Windows PC in just 15 seconds. To use this utility tool, you only need to follow the instructions shared below.
Step 1: Download and install ADB Installer on your computer.
Step 2: Run it on your device.
Step 3: To install ADB & Fastboot, write Y and hit the Enter key on your keyboard.
Step 4: Next, you need to install ADB System-wide, and again write Y and press Enter.
Step 5: This will open the Device Driver Installation wizard. In order to install the device drivers, click on Next.
That’s all! You have successfully installed the ADB & Fastboot drivers on Windows in this way.
Also Read: How to Disable Driver Signature Enforcement Windows
Method 2: Use Minimal ADB and Fastboot Setup Wizard to Install ADB Drivers
XDA developers have compiled ADB & Fastboot Setup Wizard with the purpose to ease the process of downloading and installing the ADB drivers. Unlike the above method, this setup wizard lets you update ADB & fastboot drivers without even entering any keyboard keys. Follow the steps below to execute this method:
Step 1: Download Minimal ADB and Fastboot Setup Wizard from here.
Step 2: Extract the downloaded file and follow the on-screen instructions to complete the installation.
Step 3: Once installed, open it under the administrator’s privileges.
Step 4: Follow the instructions on your screen and let the wizard install the available and latest version of drivers on your computer.
Method 3: Download Latest ADB & Fastboot through ADB Driver Installer
You can also use ADB Driver Installer to find and install the latest ADB & Fastboot drivers for Windows 11 and Windows 10. This offers Universal Android ADB USB drivers for Windows operating systems. Here is how to do that:
Step 1: Download and install ADB Driver Installer on your PC.
Step 2: Click right on it and choose Run as Administrator.
Step 3: Be sure that your Android device is connected to your system via USB debugging enabled.
Step 4: As you opened ADB Driver Installer, the following screen will pop up:
Step 5: If the device status indicates that the drivers are incorrectly installed, you need to fix this issue. For that, click the Install option as shown below.
Step 6: This will begin the installation process of ADB & Fastboot drivers on your Windows PC.
Step 7: If a prompt appears saying Windows can’t verify the publisher of this driver software, then choose the option that says Install this driver software anyway.
Step 8: Now, wait until the Universal Android USB drivers are installed on your computer.
Also Read: ADB Interface Driver not Found Error on Windows
Method 4: Update ADB & Fastboot Drivers Using SDK Platform Tools
Below is how to perform ADB & Fastboot driver download on Windows through SDK platform tools.
Step 1: Download the SDK platform tools on your PC.
Step 2: Extract it zip file and after that, you will see a Platform-tools folder.
Step 3: You can also move this folder to an easy-to-access folder like C:\adb.
Step 4: In the respective folder, right-click on any empty area and choose the Open command window here option.
Step 5: This will open that folder in a cmd window. Here you need to type the following command in order to confirm the installation of ADB & fastboot drivers.
adb devices
Step 6: Press Enter key to execute the written command.
Step 7: As you press the Enter key, you will get a pop-up saying ‘List of devices attached’ along with spontaneous numbers.
This will confirm the successful connection of your Android device with the Windows PC through ADB & Fastboot drivers.
ADB & Fastboot Driver Download and Update: DONE
So, that was all about how you can easily install ADB & fastboot drivers on Windows 11 and Windows 10. We hope you find this driver-downloading guide useful. If you face any difficulties or have any queries with the methods mentioned above, please feel free to comment below.
Do subscribe to our Newsletter for reading more troubleshooting tips, how-to articles, and driver installation guides. In addition to this, you can also follow us on Facebook, Twitter, Pinterest & Instagram.