drfone logo
Dr.Fone - Unlock & Repair

Clean iPhone storage & block apps

Dr.Fone - Data Recovery

Recover deleted or lost Android data

Dr.Fone - Screen Unlock (Android)
Remove Android FRP Lock with Ease!
  • Remove pattern/PIN/password/fingerprint locks easily.
  • Bypass Android FRP lock without PIN or Google account.
  • Compatible with a wide range of Android phones and tablets.
  • Safe and reliable unlocking solution. No tech knowledge required.
android screen unlock

Complete Guide: Remove FRP via ADB & Fastboot Commands [2026 Updated]

drfone

Dec 31, 2025 • Filed to: Screen Lock Removal • Proven solutions

Quick Summary: How to Remove FRP via ADB (TL;DR)

For readers in a hurry: Download ADB toolkit → Install drivers → Connect device via USB → Open command prompt → Execute brand-specific ADB commands → Verify FRP removal.

Time: 30-60 minutes
Cost: Free
Success Rate: 60-70%
Skill Level: Advanced

Key Requirements:

  • Android 5.1 to 10 (Android 11+ not supported)
  • USB debugging must be pre-enabled
  • Command-line experience required

Prefer an easier method? Skip to Dr.Fone solution → (100% success rate, no technical skills needed, works on Android 11-15)

Before You Start: Technical Requirements

Android Version:
5.1 Lollipop to 10 Q
USB Debugging:
Must be enabled (if accessible)
Required Tools:
ADB & Fastboot drivers
Skill Level:
Advanced (CLI experience)
Success Rate:
60-70% (device dependent)
Time Required:
30-60 minutes

Factory Reset Protection is one of the security measures available on Android 5.1 and later devices to prevent intruders' unauthorized factory resetting of the device. Among the several ways to fix this issue and remove the lock, one is ADB and Fastboot commands. So, if you are aware of using Android Debug Bridge, the below content will help you understand how it can be used to remove the FRP lock.

You can watch the video below to bypass FRP lock without hassle!

Part 1: What is ADB FRP Bypass and How Does it Work?

1. What are ADB and Fastboot?

Unlock the full potential of your Android device with the Android Debug Bridge (ADB) and Fastboot, two powerful protocols that enable seamless communication between your computer and Android device. ADB and Fastboot serve as a bridge, allowing you to send commands and perform actions on your Android device directly from your computer. By leveraging these tools, developers and users alike can effortlessly execute system-level commands, debug applications, and modify device settings, streamlining the development and customization process.

Several issues can be resolved, and multiple functions can be performed using the ADB format tool and Fastboots, and this also includes removing the FRP lock on your Android device. To use this method, USB debugging should be enabled on the device.

For specific brands of Android phones, specific utility tools are available like the Vivo ADB format tool and the Samsung ADB format tool, which are used explicitly for Vivo and Samsung phones, respectively.

2. How Do ADB and Fastboot Bypass FRP?

Effortlessly bypass the Google Factory Reset Protection (FRP) lock on your Android device using the powerful ADB command-line tool and Fastboot, a versatile client-server program designed to facilitate seamless communication between your computer and device. By leveraging ADB's robust command-line interface, you can execute a series of targeted commands, tailored to your device's specific OS version, to successfully remove the FRP lock. The ADB framework comprises three key components: a client, which sends commands from your computer; a daemon, which runs the commands on your device; and a server, which enables efficient communication between the client and daemon.

ADB comes included in the Android SDK Platform-Tools package, and this can be downloaded using the SDK manager.

3. What Are the Android Versions that ADB and Fastboot Command Support?

The Android versions on which ADB and Fastboot commands can be used are as follows:

  • Android 5.1 – Lollipop
  • Android 6.0 – Marshmallow
  • Android 7.0 – Nougat
  • Android 8.0 – Oreo
  • Android 9.0 – Pie
  • Android 10 – Q

Important Note: Android 11 and newer versions have enhanced security measures that significantly reduce the effectiveness of ADB FRP bypass methods. For devices running Android 11+, we strongly recommend using Dr.Fone - Screen Unlock with 100% success rate on Samsung Snapdragon devices.

Part 2: Step-by-Step Guide: Remove FRP Using ADB Commands

To remove FRP lock using ADB, you first need to install and set up ADB and then remove them using the command. The steps for the same are enlisted below.

Steps to remove FRP using ADB:

Windows PC or Mac computer
Android device with FRP lock (Android 5.1 to 10)
USB cable (original recommended)
ADB and Fastboot drivers installer
ADB (Android Debug Bridge) Command-line tool for communicating with Android devices
Fastboot Protocol for flashing and modifying Android devices
Command Prompt (Windows) / Terminal (Mac) System command-line interface
ADB installation setup process for FRP bypass - showing adb-setup.exe running on Windows to install Android Debug Bridge drivers for FRP lock removal
  • Download ADB Setup Step 1. Firstly, download the ADB installed setup file and then extract the files from the toolkit on your system in a folder.
  • Install ADB Drivers Step 2. Next, you need to run adb.setup.exe and then type Y for installing the drivers for ADB and Fastboot.
  • Complete Driver Installation Step 3. Again, enter Y for installing the drivers and when done successfully, the command window will close.
  • Connect Android Device Step 4. Next, power on your Android device and connect it to your PC using a USB cable. Here also ensure that USB debugging mode is enabled on your Android device.
  • Open Command Window Step 5. Next, hold down the Shift key and then right-click at any place blank in the ADB folder, and then choose the Open command window here option.
  • Execute ADB Commands Step 6. Now to remove the FRP you need to enter the following commands at the command prompt one by one where enter needs to be clicked after every line.
// Samsung FRP Bypass Commands:
adb shell am start -n com.google.android.gsf.login/
adb shell am start -n com.google.android.gsf.login.LoginActivity
adb shell content insert –uri content://settings/secure –bind name:s:user_setup_complete –bind value:s:1
  • Alternative Commands for Other Brands Step 7. The above commands are for Samsung devices. If you want to remove the FRP on other brands, enter the following commands:
// Other Brands FRP Bypass Commands:
adb shell content insert –uri content://settings/secure –bind
name:s:user_setup_complete –bind value:s:1
Executing ADB commands in Windows Command Prompt to remove FRP lock on Samsung Galaxy device

After the execution of the commands, the FRP lock will be removed from your Android device.

Steps to remove FRP using Fastboot:

Android device in Fastboot/Bootloader mode
USB cable
Fastboot Protocol for device-level operations
  • Step 1. Put the Android device into the bootloader or fastboot mode. (depending on the model and brand of your Android device, the process of entering into the fastboot will differ).
  • Step 2. Connect your phone to your PC using a USB cable.
  • Step 3. Next, depending on the system, enter the following command in the CMD window:
// Lenovo FRP Command:
fastboot erase config
fastboot reboot
// XIAOMI FRP Command:
fastboot -w
// MICROMAX YU YUPHORIA FRP:
fastboot -i 0x2a96 erase config
fastboot -i 0x2a96 reboot
// DEEP/HTC/Other Brands FRP:
fastboot erase config
fastboot reboot

Part 3: ADB FRP Bypass Limitations and Common Issues

While the ADB and Fastboot command-line tool offers a viable solution for bypassing the Google Factory Reset Protection (FRP) lock on Android devices, its complexity and technical requirements can be a significant barrier for many users. Successfully removing the FRP lock using ADB and Fastboot demands a deep understanding of the Android Debug Bridge protocol, its command-line interface, and the intricacies of the device's operating system. Furthermore, this method is not without its limitations, including the need for technical expertise, the risk of bricking the device, and compatibility issues with certain Android versions and device models.

  • Requires technical know-how

    To remove FRP using the ADB command you need to have a thorough knowledge of using the tool. The tool has a deep learning curve which makes this method difficult for the majority of the users.

  • Might not unlock the phone

    You can try the ADB method for removing the FRP lock but there is no guarantee that the results will be positive and your device will be unlocked. Success rate varies from 60-70% depending on device model and Android version.

  • Issues with the drivers

    Several times while using this method, you might encounter driver issues when your device is not detected as proper drivers are not installed.

  • Unexpected issues and errors

    ADB is a command-based method, and thus it is important that the commands are entered right. If there is a slight error in the typing of the command, it might lead to major issues and can even result in a bricked device.

  • The process is not user-friendly

    ADB is a technical process aimed toward the geeks, and thus the overall process is not user-friendly and complicated.

ADB/Fastboot vs Dr.Fone: Which Method Should You Choose?

Feature ADB/Fastboot Dr.Fone - Screen Unlock
Technical Knowledge Advanced Required No Knowledge Needed
Success Rate 60-70% 100% (Samsung Snapdragon)
Time Required 30-60 minutes 5-10 minutes
Android 11-15 Support Limited/Not Supported Full Support
USB Debugging Required Yes (must be pre-enabled) No
Risk Level Medium (can brick device) Low (safe process)
Cost Free $39.95 (one-time)

Our Recommendation:
• Choose ADB/Fastboot if: You have command-line experience, device is Android 5.1-10, USB debugging is enabled, and you're comfortable with 60-70% success rate
• Choose Dr.Fone if: You want guaranteed results, have newer Android (11+), lack technical skills, or need to bypass FRP quickly and safely

Part 4: Best ADB Alternative: Dr.Fone FRP Removal Tool (100% Success)

Considering the several limitations of the ADB and Fastboot command method, the need for a simple, user-friendly, and workable solution for removing FRP lock on Android devices arises. Explore our extensive library of frp file resources for alternative bypass solutions that don't require command-line expertise. One of the best software here that we recommend is Dr.Fone - Screen Unlock (Android) which helps in removing and bypassing many Android phone screen locks including the one appearing due to FRP lock.

Dr.Fone makes it incredibly simple to remove FRP locks on multiple phone brands, including Samsung, Xiaomi, Redmi, and OPPO. For Samsung Snapdragon phones, it works flawlessly on devices running Android 11 to the latest Android 15. With a 100% success rate on Samsung phones, it's designed to give you fast and effective results.

The best part? You don't need to be tech-savvy! Dr.Fone's user-friendly interface guides you step-by-step so you can unlock your device in just a few clicks.

If you're ready to take back control of your Android device, Dr.Fone - Screen Unlock is here to help. Why not give it a try today?

Dr.Fone - Screen Unlock (Android)

A powerful tool for removing FRP on Samsung devices

  • Bypass Google Account on OnePlus without a PIN or Google account.
  • Remove 5 screen lock types: pattern, PIN, password, fingerprints & Face ID.
  • 100% success rate for FRP bypass on Samsung Snapdragon devices.New icon
  • Unlock mainstream Android brands like Samsung, Huawei, OnePlus, Xiaomi, etc.
  • No tech knowledge required, Simple, click-through, process.
Available on: Windows Mac
3981454 people have downloaded it

Steps for removing FRP lock on Android using Dr.Fone Screen Unlock

  • Step 1. Launch the installed software and choose the Screen Unlock option from the main interface. Choose Android and then select the Remove Google FRP Lock option.
Dr.Fone screen unlock homepage interface showing Android FRP removal option
  • Step 2. Select the model brand from the options shown on the interface, and then connect your phone to your PC using a USB cable. The connected device details will appear on the interface.
Dr.Fone Android device information confirmation screen for FRP bypass process
  • Step 3. Follow the next steps as they appear. Once the FRP lock is successfully removed, the prompt window will show its completion. Click Done if you have successfully executed the process.
Dr.Fone successful FRP bypass completion screen showing unlock confirmation

The above is the brief steps for the process. You can check the bypass Samsung FRP lock guide in detail.

safe Downloadsafe & secure

Ditch the hassle of multiple apps and simplify your mobile experience with Dr.Fone App, the ultimate all-in-one solution for iOS and Android users. Unlock your device, change your GPS location, and transfer WhatsApp data with ease. Plus, recover lost data from Android devices and transfer files, photos, and music between devices seamlessly. Fix common system issues and get the most out of Dr.Fone App with our "Tips" section.

Dr.Fone App (iOS) & Dr.Fone App (Android)

Your One-Stop Expert for Screen Unlock, Smart Clean, Data Recovery, and Phone Management of Mobile Devices!

  • Effortlessly unlock various locks on your device.
  • Instantly free up storage space by smart clean.
  • Rapidly recover different kinds of lost phone data and information.
  • Easily manage cluttered and private device content.
  • Supports both iOS and Android devices.
Download Dr.Fone from App Store
Download Dr.Fone from Google Play
Dr.Fone app QR code for iOS and Android download
3,697,811 people have downloaded it

Part 5: Troubleshooting Common ADB FRP Bypass Errors

Even experienced users encounter issues when using ADB commands. Here are the most common errors and their solutions:

Error 1: "Device Not Recognized" or "ADB devices" Shows Empty

Symptoms:
  • Device not showing in ADB devices list
  • Windows shows "Unknown device" in Device Manager
  • "No devices/emulators found" message
Solutions:
  1. Reinstall USB Drivers: Uninstall device from Device Manager → Re-run adb-setup.exe with admin rights → Reconnect device
  2. Try Different USB Port: Use USB 2.0 port (works better than USB 3.0) → Avoid USB hubs
  3. Check USB Cable: Use original manufacturer cable → Ensure it's a data cable (not charge-only)
  4. Verify USB Debugging: Check phone screen for authorization popup → Tap "Always allow from this computer"
Verification Command:
adb devices
Should show: [device serial number] device

Error 2: "Error: device unauthorized"

Cause: USB debugging authorization not granted on device
Solutions:
  1. Check your phone screen - authorization dialog should appear
  2. Tap "Allow" or "OK" to grant USB debugging permission
  3. Check "Always allow from this computer" (important!)
  4. If dialog doesn't appear, run: adb kill-server then adb start-server
  5. Disconnect and reconnect USB cable

Note: If your device is FRP-locked and you cannot interact with the screen, this method won't work. Consider Dr.Fone - Screen Unlock instead.

Error 3: Commands Execute But FRP Still Present

Causes:
  • Wrong command sequence for your device brand
  • Newer security patch blocking ADB bypass
  • Android version incompatibility (11+)
Solutions:
  1. Verify Device Brand Commands: Samsung devices use Samsung-specific commands → Other brands use generic commands
  2. Try Fastboot Method: Boot device into fastboot mode → Execute brand-specific fastboot commands
  3. Check Android Version: ADB works best on Android 5.1-10 → Android 11+ has enhanced security → For newer versions use Dr.Fone
Success Rate by Android Version:
  • Android 5.1-7: 75-85% success
  • Android 8-9: 65-75% success
  • Android 10: 50-65% success
  • Android 11+: <30% success (not recommended)

When to Give Up on ADB Method

Consider alternative solutions if:

  • You've tried all troubleshooting steps above
  • Your device is Android 11 or newer
  • USB debugging cannot be enabled (device locked)
  • Multiple ADB command attempts failed
  • You're uncomfortable with command-line tools
  • You've spent >2 hours troubleshooting

Recommended Alternative: Dr.Fone - Screen Unlock

  • 100% success rate on Samsung Snapdragon devices
  • Works on Android 5-15 (including latest versions)
  • No USB debugging required
  • 5-10 minutes vs. 30-60 minutes with ADB
  • User-friendly interface (no commands)
  • Professional support included
safe Downloadsafe & secure

Pro Tips to Avoid Errors

Before Starting:
  • Fully charge device (>50% battery)
  • Use original/high-quality USB cable
  • Close all other Android management software
  • Disable antivirus temporarily (may block ADB)
  • Run Command Prompt as Administrator
During Process:
  • Don't touch device screen while executing commands
  • Keep USB cable firmly connected
  • Wait for each command to complete before next one
  • Copy commands exactly (no typos)
  • Take screenshots at each step (for troubleshooting)

Frequently Asked Questions About ADB FRP Bypass

ADB (Android Debug Bridge) and Fastboot are powerful command-line tools that enable communication between your computer and Android device. ADB allows you to execute system-level commands and debug applications, while Fastboot is used for device-level operations in bootloader mode. Both tools can be used to remove FRP locks on Android devices running Android 5.1 Lollipop to Android 10 Q.
ADB and Fastboot bypass FRP by executing specific command-line instructions that modify the device's security settings. The process involves connecting your Android device to a computer, installing ADB/Fastboot drivers, and running targeted commands that remove the Google account verification requirement. The ADB framework consists of three components: a client (sends commands), a daemon (runs commands on device), and a server (facilitates communication).
ADB and Fastboot FRP bypass methods work on Android 5.1 Lollipop, Android 6 Marshmallow, Android 7 Nougat, Android 8 Oreo, Android 9 Pie, and Android 10 Q. However, newer Android versions (11+) have enhanced security measures that may limit the effectiveness of this method. For devices running Android 11 and above, professional tools like Dr.Fone - Screen Unlock offer more reliable solutions with 100% success rate on Samsung Snapdragon devices.
Yes, USB debugging must be enabled on your Android device for ADB commands to work. This is one of the main limitations of the ADB method - if you cannot access your device settings to enable USB debugging, you won't be able to use ADB commands. In such cases, alternative methods like Dr.Fone - Screen Unlock (which doesn't require USB debugging) or Fastboot commands may be more suitable.
The success rate of ADB FRP bypass is approximately 60-70% and varies depending on device manufacturer, Android version, and security patch level. Factors affecting success include: proper driver installation, correct command execution, device compatibility, and security patch updates. For guaranteed results, professional tools like Dr.Fone - Screen Unlock offer a 100% success rate on Samsung Snapdragon devices running Android 11 to Android 15.
No, ADB and Fastboot methods require a computer (Windows PC or Mac) to execute the commands. You need to install ADB drivers on your computer and connect your Android device via USB cable. If you need to bypass FRP without a computer, alternative methods include using FRP bypass APKs, Google account recovery, or Dr.Fone Unlock Online service which only requires your phone's IMEI number.
The main risks of using ADB FRP bypass include: (1) Device bricking if commands are entered incorrectly, (2) Data loss if the process fails, (3) Warranty voidance on some devices, (4) Driver compatibility issues, (5) Time-consuming troubleshooting (30-60 minutes average). The method requires advanced technical knowledge and command-line experience. For safer alternatives with lower risk, consider using professional tools like Dr.Fone - Screen Unlock which offer guided interfaces and safe processes.
Using ADB to bypass FRP is legal only on devices you own or have authorization to access. FRP (Factory Reset Protection) is a security feature designed to prevent unauthorized use of stolen devices. Only use ADB bypass methods on your own device where you've forgotten Google account credentials, or on devices you've legally purchased with proof of ownership. Using these methods on stolen devices is illegal and constitutes a crime in most jurisdictions.

Conclusion

If you are well versed with the commands of ADB and Fastboot you can go ahead and use the ADB bypass FRP tool for removing the FRP lock but if this command line method seems complicated for you, Dr.Fone Screen Unlock is the best tool to use.

Key Takeaways:

  • ADB Method: Free but requires technical skills, 60-70% success rate, works on Android 5.1-10
  • Dr.Fone Solution: 100% success rate on Samsung, works on Android 5-15, no technical knowledge needed
  • Recommendation: Try ADB if you're tech-savvy with older Android (5.1-10), otherwise use Dr.Fone for guaranteed results
Safe downloadsafe & secure
screen unlock

Alice MJ

staff Editor

Android Unlock

Android Password Lock
Android Pattern Lock
Android Pin/Fingerprint Lock
Android Screen Lock
Android Screen Unlock
Android SIM Unlock
Android Unlock Code
Google FRP Bypass
Unlock Bricked Phone
Android Unlock Tools
Android MDM
drfone
Your Complete Mobile Solution
  • ● Manage/transfer/recover data
  • ● Unlock screen/activate/FRP lock
  • ● Fix most iOS and Android issues
Unlock Now Unlock Now Unlock Now
Home > How-to > Screen Lock Removal > Complete Guide: Remove FRP via ADB & Fastboot Commands [2026 Updated]