In this comprehensive guide, you will learn about the ADB and Fastboot, the installation guide, their commands, and associated importance. Android eco-system allows you to carry out a plethora of tweaks to your device. These include the ability to unlock the bootloader, flash custom ROMs, and recoveries like TWRP. Add to it the ability to get administrative rights over your device by rooting it via Magisk, and what else could one ask for.
These are just the tip of the iceberg, and there exist tons of other such tweaks. However, to effectively carry most of these tweaks, you might have to connect your device to a PC. But a simple connection via USB cable wouldn’t do any good either. A few binary files allow for a successful connection between your device and make the above tweaks possible. USB Drivers are just one part of this software toolkit. However, that is not the only one.
The USB drivers could only perform the basic activities of transferring files between PC and devices. But for all the other tasks, you need a set of ADB, and Fastboot drivers installed. In this guide, we will help you install just that. But before that, it is of paramount importance to make yourself aware of these ADB and Fastboot drivers and why are they needed in the first place. So without further ado, jump into the bandwagon and start with the guide.
Also Read
Page Contents
What is ADB?
ADB or Android Debug bridge is used to establish a successful connection (bridge) between your device and PC. Once this connection is established, you could carry out plenty of tweaks, both at the system level as well as the application level. For example, you could remove bloatware from your device, pull or push files or install OTA via the Sideload feature. The tech enthusiasts take it a step further and execute some of the more advanced commands.
These include booting their device to stock or custom recovery, booting to fastboot, or Bootloader mode, among other such tasks. But to successfully execute any of the ADB commands, you will have to enable the USB Debugging on your device. This will then unlock the ADB path between your device and PC, and the exchange of commands could then easily be carried out between these devices. On the PC side, you will have to install the Android SDK Platform Tool and then launch a Command Prompt or PowerShell window to execute the ADB commands.To know more about ADB, you can check out this guide.
Also Read
What is Fastboot?

Fastboot is a more advanced set of functionality that doesn’t require your device to be booted to the Android OS. Rather they have their own set of Fastboot or Bootloader menu. As a result, you don’t need to enable USB Debugging to execute any Fastboot Commands. Talking about commands, these commands could be used to unlock the bootloader on your Android device.
Advertisement
Other usage includes the ability to boot your device to TWRP Recovery, flash/boot various types of ZIPs, and IMGs files like Magisk ZIP or TWRP.img files, to name a few. Again your PC would refuse to recognize your device in a fastboot mode if the necessary drivers aren’t installed. In this regard, the Android SDK Platform Tool will again come in handy. After installing, launch the CMD or PowerShell window and execute the desired Fastboot Commands.
Importance of ADB and Fastboot Mode
If you have just stepped into the world of the Android ecosystem, then the ADB and Fastboot binaries are probably among the top few things that you should get yourself aware of. If your sole purpose of using an Android device is to make calls and send messages, well, then you probably wouldn’t need these drivers. But the thing is there is only a limited chunk of users who belong to this population. For the vast majority, they wish to explore the full potential of this open-source environment.
Also Read
The usefulness of ADB Commands
In this regard, right from the first step, you will be needing ADB and Fastboot. To begin with, the ADB commands are used to boot your device to different modes, including Fastboot Bootloader and Downloader and Stock Recovery. Similarly, you could even install and uninstall any application onto your device right from your PC itself. Likewise, these ADB commands also allow you to transfer files between your device and PC. Then using the adb shell [command], you could unlock the device’s full potential with so many hidden tweaks.
The Need for Fastboot Commands
Talking about tweaks, let’s turn our attention towards Fastboot. To be able to effectively carry out any of the system-level tweaks on to your device, the first step is to bypass the restriction put in place by the OEM. In simpler words, an unlocked bootloader is a major prerequisite that your device should qualify. And that could only be done via the required fastboot commands. After that, the plenty of goodies that an unlocked bootloader brings in with itself also requires the support of these Fastboot commands in some form or the other.

Flashing a Magisk patched image for root, permanent installation of TWRP ZIP, or just booting its IMG file for one-time use, all ask for appropriate fastboot commands. Likewise, the plethora of mods that you come across requires sending in the fastboot commands. Even keeping everything else aside, just the fact that fastboot is required to unlock the bootloader, root your device, and flash TWRP should be enough to highlight its importance.
So go ahead and install the necessary Android SDK Platform Tools on your PC. Then launch the Command Prompt or PowerShell window and welcome the endless possibilities on your Android device. Just keep in mind to enable USB Debugging on your device from Developer Options if you are dealing with Android Debug Bridge, and have the necessary drivers installed on your PC.
Advantages of ADB and Fastboot tool
- Compatible for any Android devices
- Runs on both Windows or Mac platforms
- Install Custom ROM
- Flash Custom Recovery
- Can install Root
- Unlock / Relock the device bootloader
- Remove bloatware from your phone
Also Read
Setup ADB and Fastboot on Windows and Mac OS:
Setting up ADB and Fastboot seems quite easy. As ADB and Fastboot both are a part of the Android SDK package, only you to download the kit (which is over 500 MB) and then set up path variables, or the below-written methods can be used to install ADB and fastboot driver on Windows and Mac OS. But first, you need to remember that you have to put your device into USB debugging mode, but before that, you need to enable the developer option. If you ignore this step, the possibility is your PC won’t recognize your device.
Did you know?
Supported Windows Versions
The ADB and Fastboot tools supported Windows 7 / 8.1 / 8 / 10 versions for both the 32-bit and 64-bit processor types. Now, follow the installation guide below.
Download ADB and Fastboot tool:
ADB and Fastboot drivers for Windows, Linux, macOS: v31.0.2
For Windows: Download Link
For Linux: Download Link
For macOS: Download Link
15 seconds ADB Installer
-
- v1.4.3: Download Here
There is no new version for 15 seconds ADB installer. We recommend not to use the 15 seconds ADB installer on new devices.
Thanks to XDA Senior member Snoop05, who shared this on XDA.
-
- Minimal ADB and Fastboot Tool:
- Version 1.4.3 (Latest): Download Here | Portable Version
- Version 1.4.2: Download Here
- Version 1.4.1: Download Here| Portable Version
- Version 1.4: Download Here
- Version 1.3.1: Download Here
- Version 1.3: Download Here
- Version 1.2: Download Here
- Version 1.1.3: Download Here
- Minimal ADB and Fastboot Tool:
- Download Android SDK Platform tool
Thanks to XDA Recognized Contributor shimp208, who shared this on XDA.
How to Install ADB and Fastboot Tool:
As we were given 3 different ADB and Fastboot tools, you can download and install either 15 seconds ADB Installer, Minimal ADB and Fastboot tool or SDK Platform tool. Well, we recommend using the Minimal ADB and Fastboot tool or the official Android SDK Platform tool.
Install 15 seconds ADB Installer
Old Video:
1) Starting with, let’s download the ADB Installer setup file by XDA member @Snoop05. It does not just install ADB, but it also installs fastboot and USB drivers within a short span of 15 seconds.
2) First of all, run the adb-setup.exe.
3) Now, you need to respond with YES (Y) or NO (N). Type ‘Y’ if you want to install the ADB and fastboot driver.
4) Once again, type ‘Y’ to install the device driver. This may take a few seconds to install the device drivers, and after that, the command window will automatically close.
6) Congratulations!!! You have successfully installed ADB and fastboot on your Windows PC.
Install Minimal ADB and Fastboot:
- Download the Minimal ADB and Fastboot Tool exe installer package
- Start the installation by double-clicking it.
- If a new window pops up to grant the permission, confirm by YES or Run.
- Click the Next button to confirm one by one.
- Now tap on Finish to complete the process.
- If you have already selected the tick mark to launch minimal ADB and fastboot
- You will see this screen to start the command.
Here are all basic adb and fastboot commands so that you should learn to become Android Pro.
not working on my micromax Q416
Hi I’m Cuban and I get a few days ago an HTC10 VERIZON and it has a different way to update it’s Android system by something like CDMA or something like that but by Wi-Fi and the only way to do it from where I am is just by Wi-Fi or downloading the rum.
So the thing is that if you can send me the link where to download the ADB fastboot and the link to download the rum.exe to update my cellphone to nougat android system.
The other questions is about of if I can in my case with this phone (htc10 Verizon) downloading the such ADB and downloading the unlocked run, It would be better?
I successfully installed adb and fastboot on my pc but I’m unable to find unlock bootloader tool here. Even though I clicked on the given link, it is again redirecting me to the adb and fastboot. What should I do to get unlock bootloader tool?
Which phone you want to Unlock Bootloader?
Lava r1
motorola e 5 plus
Lava r1
Redmi Note 5 Pro
Realme2
so how i enter fastboot for xa1 ultra g3226?
Hi, I logged on on the Huawei Page
(https://hwid5.vmall.com/oauth2/portal/cloud_login.jsp?lang=en-us&validated=true&service=http%3A%2F2Femui.huawei.com%2Fen%2Fplugin.php%3Fid%3Dhwlogin%3Avalidate%26ru%3Dhttp%253A%252F%252Fwww.gizdev.com%252Funlock-bootloader-huawei-p9%252F&loginChannel=22000000&reqClientType=2023&adUrl=http%3A%2F%2Femui.huawei.com%2Fen%2Fsource%2Fplugin%2Fhwlogin%2Flogin.php)
to apply for an unlock code, but they didnt let me in nor didnt send me an Bootloader unlock code.
It seems that Huawei stopped providing this service (Unlock code).
If so, how shall I unlock my Boot-loader “Huawei P 8 Lite 2016
Thank you foer the prompt answer to my Email
Nick
I have unlocked bootloader of my LG K20 Plus Tmobole but failed to install TWRP every time. 2 errors come, either “waiting for any device” or eithet “fastboot adb could not open the recovery.img file” please help me, thanks
Work on vivo v7 1718
Work on vivo v7 1718?
work in lenovo a6000 plus ?
Desbloquear Moto X4
some one can help me how to change my huawei watch 2 from chinese to english
“google inc. (winusb) android usb device class installer” Alguém sabe resolver esse problema?
mine is windows power shell why is it not cmd?
Now they call it Window Powershell
Can you help me we have smartisan U3 Pro password problem can help to remove my phone…
What exactly is the problem? WHat password?
Oppo f17
Does it required USB debugging enabled in order to detect my phone? (Vivo v91)
Yes!
bro i accidentdly deleted my oneplus os while rooting in twrp without backuping data, plz help me to reintstall the os bro
one plus 6 bricked. I would like to know if I can flash the fast boot stock rom using Mac, if possible could you lay out instructions for me?I already have fast boot and adb installed on my Mac.
https://www.getdroidtips.com/unbrick-oneplus-6/
Hello I have an BQ Aquaris X but I cant get in to fastboot or adb
dont find the device or say waiting for device what do to. i can start the phone but I think it is the encrypted OS that starts bq I can do anything,, what shal I do
regards
Do we have to install either “ADB and fastboot driver on Windows with 15 sec ADB installer” by XDA member @Snoop05 OR “ADB and fastboot on Windows with Minimal ADB and Fastboot” by XDA member @shimp208? Or do we have to install BOTH? I have an ALCATEL ONETOUCH IDOL 3, 6045Y. I have Windows 10 installed on my PC. My feedback is that after installation of “ADB and fastboot driver on Windows with 15 sec ADB installer” by XDA member @Snoop05, I get a Folder “adb” under C:\ and not any Folder under C:\Program Files (x86).
Thank you very much in advance.
Thank you so much!
I have a new CUBOT X19, after I install adb and fastboot I connect my phone by usb
Inside windows 7 I see my phone but if i run adb devices command by prompt i see nothing.
Where is the problem ?
Did you install the drivers?
LINK IS NOT WORKING FOR DOWNLOAD PLZ MAKE IT WORK
Fixed it! Thanks for updating us.
The links to download for Linux and Mac all point to the download page for Windows.
Right now am so lucky of getting this application