-
Notifications
You must be signed in to change notification settings - Fork 8
Unlocking bootloader on a OnePlus device
YASHASWEE edited this page Mar 16, 2026
·
3 revisions
Warning
Unlocking the bootloader will wipe all user data. Proceed with caution and make backup of all important files.
👉 Tools: Download latest platform-tools.
👉 Drivers: Windows users should ensure the device is recognized in Device Manager without errors.
👉 Make sure to remove PIN/password and logout if all google accounts.
- Enable Developer Options (Settings > About Phone > Tap 'Build Number' 7 times).
- Enable OEM Unlocking and USB Debugging in Developer Options.
- Connect the device to your PC and run:
adb reboot bootloader
- Once in fastboot mode, verify connection:
fastboot devices
- Unlock the bootloader:
fastboot flashing unlock
- Follow the on-screen prompts on the device to confirm the unlock. The device will factory reset and reboot.
Have some confusion or doubts, find me here on Telegram