Skip to content

Set up System-wide ADB and Fastboot on Windows 10/11

ADB and Fastboot are essential tools for every Android user. It’s easy to launch a command window inside the ‘platform-tools’ folder. However, if you set up system-wide ADB and Fastboot drivers on your Windows 10 or 11 PC, you can launch and execute commands on your Android device from any screen on your computer. The good thing is you can do this without installing any 3rd-party software.

Gone are the days when Android users had to download either the full Android SDK or Studio suite or 3rd-party utilities like Minimal ADB and Fastboot, and 15 Seconds ADB Installer. Google now provides the latest Android SDK Platform tools for Windows, macOS, and Linux as a ZIP that contains all required ADB and Fastboot drivers. Below, I will be sharing a simple tip to help you set up system-wide ADB and Fastboot.

If you have used ADB and fastboot commands, you must be aware that every time we have to perform a task, we must navigate to the ‘platform-tools’ directory and launch the Command Prompt in the folder path to run commands. Having set up system-wide ADB and Fastboot on Windows 10, you’ll be able to access these tools even from your desktop screen. This method is convenient and saves time while executing ADB Shell commands or Fastboot commands.

Setting up System-wide ADB and Fastboot

Don’t Miss: How to Set up Global ADB on macOS

All you need to set up universal ADB and Fastboot on your Windows 10 computer is the Android SDK Platform tools and 2-3 minutes. Let’s see how we can do it.

  1. Download the latest SDK Platform-tools.zip for Windows. If you have downloaded it already, you can skip this step.
  2. Extract the downloaded Zip and save it in a safe place. In my case, I have kept it on the root of the C drive fn my PC.adb fastboot files
  3. Open Control Panel on your Windows PC. If you don’t find it, just click the Search icon on the taskbar and type “control panel”.control panel windows 10
  4. In the Control Panel window, click on System and Security and then on System.system settings windows 10
  5. On the next screen select Advanced system settings. If you are a Windows 11 user, you might not find Advanced system settings under System and security. To access these settings, you can use Windows search and type “advanced system settings“.advanced system settings windows 10
  6. Doing so will open the System Properties window. Click on the Environment Variables button.windows 10 system properties
  7. Now, click on any item under the System variables pane and then click on New.system variables windows 10
  8. Another pop-up with 2 input fields will appear.
  9. Type “Path” in the Variable name field and then click on the Browse Directory button. Navigate to the “platform-tools” folder and select it. Alternatively, you can also type or paste the folder path in the Variable value input area.creating new system variable windows 10
  10. Anyway, click on the OK button to save the newly-created system variable.system-wide adb and fastboot path
  11. Now, close all windows. You have successfully set up system-wide ADB and Fastboot on your Windows 10 PC.

That’s it! It’s time now to test if system-wide ADB and Fastboot are working properly on your PC or not.

Now, you can also use ADB commands on your Android device itself without root or using a laptop or PC via Web ADB.

15 Seconds ADB Installer

If you think that the method to set up global ADB and Fastboot on your Windows 10 is too complicated or it didn’t work for you, you can use a tool called 15 Seconds ADB Installer. Please note that 15 Seconds ADB Installer is a very old tool that was released back in 2013 and has not seen any update after 2016. Its latest version of the tool is 1.4.3.

15 Seconds ADB Installer 1.4.3 will set up the system-wide ADB and Fastboot on your PC but the drivers won’t be the latest version from Google and might cause compatibility issues with new Android devices.

Let’s see how you can set up system-wide ADB and Fastboot on your computer in less than 15 seconds.

  1. Download minimal-adb-setup-1.4.3.exe (9.4MB) on your Windows PC.
  2. Right-click on the downloaded ‘.Exe’ file and grant permission to run the program.
  3. When 15 Seconds ADB Installer is launched, type ‘Y‘ and hit the Enter key.15 seconds adb installer android
  4. The program will then ask: “Install ADB system-wide?
  5. Just type ‘Y‘ again and press Enter to initiate the installation.

That’s it! You have successfully installed ADB and Fastboot on your Windows PC. In case you are a Mac user, read my guide to set up global ADB and Fastboot on macOS.

Testing System-wide ADB

  1. Launch a Windows Command Prompt or open a PowerShell window on your desktop or any other screen. To do so perform a right-click on the mouse while holding the Shift key and choose the Open PowerShell window here option from the right-click Context Menu. You can also use the Windows search feature to quickly access the Command Prompt.
  2. Now, connect your Android device to your PC. Don’t forget to enable USB debugging on your device otherwise, the ADB daemon won’t recognize or detect your phone.
  3. One more thing, as soon as you issue the ADB command, your Android device will prompt you to authorize ADB. Keep an eye on your phone’s screen and select Allow when asked.allow usb debugging on xiaomi
  4. Type the following ADB command in the command window and press the Enter key. Allow USB debugging if prompted.
    adb devices
  5. You’ll get a string of alphanumeric values representing the ID of the connected Android device as shown below.system-wide adb setup

Now that you can run ADB and Fastboot commands from any screen of your Windows PC, why don’t you start with uninstalling system apps on your Android device via ADB without root?

If you get the ‘ADB is not recognized error‘, it means you haven’t set up system-wide ADB and Fastboot on your Windows PC properly.

adb is not recognized error

You might have made a mistake while following the steps to create the ADB and Fastboot directory path as a system variable. To fix the issue, follow this tutorial more carefully. If you still get the same error, let me know via comments. Once you have set up everything properly, you’ll be all set to execute ADB commands. To start with, you can try my tutorial on unlocking Android PIN and pattern lock using ADB.

Read Next: How to Change Android Device Name using ADB Command

9 thoughts on “Set up System-wide ADB and Fastboot on Windows 10/11”

  1. So the days where I could easily install MinimalADBandFastboot by a doubleclick are gone, and I have to use this super complicated procedure instead? xD

  2. I followed this tutorial but it didn’t work. Can’t recommend. Rather use the 15sec adb installer from 2013 which worked flawless. 🙂

  3. Almost destroyed my path variable because of this tutorial. If you do this you will remove everything from the path variable, replacing it only with the ADB path. You should instead.open the variable and add the adb path instead of replacing every other path with it.

  4. hi, one the command promt, the message writes “list of devise attached” it leaves it blank. Plz, help.
    i have set up the directory properly.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.