Install Fastboot Drivers in Windows 11 [Guide]

In this Guide, we will show you how to install Fastboot Drivers on your Windows 11 PC or laptop. Fastboot drivers can be needed to control your device using your PC. They are the most essential thing required when unlocking the bootloader of an Android device. Unlocking the Bootloader is necessary to install custom recoveries like TWRP or installing a custom ROM, all of these actions require some sort of interaction with Fastboot.

Also Read- Use Nearby Share On Windows

If your PC doesn’t have the required drivers then it won’t be able to recognise your fastboot device in the first place. Installing the Android SDK platform tools wouldn’t do any good either as it will only help in interacting with ADB. So with the details about fastboot drivers out of the way let’s get into its installation guide.

 

Table of Contents

How to install Fastboot Drivers in Windows 11

  1. To start, enable USB Debugging on your device from Developer settings. If you don’t have developer settings enabled then go to Settings > About Phone > Tap on Build Number 7 times. After that Go back to Settings > System > Advanced > Developer Options > Enable USB Debugging.
  2. Install Android SDK Platform Tools and extract it to any location on your PC according to your convenience. This will give you the platform-tools folder.
  3. In the platform-tools folder, go to the address bar up top, type in CMD and hit Enter. This should launch a command prompt Window.
  4. In the CMD window type, “adb reboot bootloader“. This will boot your device into the fastboot mode.
  5. Now download the Android Bootloader Interface Driver and extract it to your PC. This will give you a couple of files including a file named “android_winusb.inf”, which is what we will be using now.
  6. Now, Press the Windows+X keys and select “Device Manager” from the menu that appears.
  7. Then expand the “Other Devices” section, your device will be listed with an exclamation mark. Right-click on it and select “Update Drivers”.
  8. Then, select “Browse my computer for drivers”.
  9. Then select “Let me pick from a list of available drivers on my computer”.
  10. Then select “Show All Devices” and click Next.
  11. Now click on the “Have Disk” button.
  12. After that, click on the “Browse” button.
  13. Now, navigate to the folder where you have extracted the Fastboot Drivers and select the “android_winusb.inf” file, and click Open.
  14. After that, click “OK” to load these drivers.
  15. Windows will now bring up the Android Bootloader Interface Drivers. Select it and click “Next”.
  16. If you get a prompt then click “Install”.
  17. The Android Bootloader Interface drivers will now be installed and you will be notified.
  18. Once the installation is complete your device will automatically move from the “Other Devices” section over to the “Android Device” section.
  19. That’s it. You have now successfully installed Fastboot Drivers on your Windows 11 PC.

Verify the Fastboot Driver Installation

Now that the drivers have been installed let’s test them

  1. Connect your device to the PC via a USB cable.
  2.  Then open the Command Prompt inside the platform-tools folder.
  3. Now boot your device to Fastboot Mode by typing “adb reboot bootloader” in the Command Prompt Window.
  4. Now, execute the command “fastboot devices” to verify the fastboot connection.
  5. You should get your device ID which signifies that the connection stands successful.

So this was the tutorial for installing Fastboot Drivers on your Windows 11 PC or Laptop. From now on you will be able to execute any desirable fastboot command without any issues.

Leave a Comment