Jordan Reyes · Editor, PhoneHowTo
Writes the how-tos carrier reps wish they could send you by text. Tests steps on real iPhones and Galaxy phones.
Enable USB debugging on Android 14 and Samsung One UI 6
By Jordan Reyes · Editor, PhoneHowTo
Published May 31, 2026
How to Enable USB Debugging on Android 14 and Samsung One UI 6
If you want to connect your Android device to a computer for advanced tasks like app development, file transfers using ADB (Android Debug Bridge), or rooting, enabling USB debugging is essential. Android 14 and Samsung’s One UI 6 continue to support this useful developer feature but finding the option might be slightly different from earlier versions.
This guide provides step-by-step instructions to enable USB debugging on devices running Android 14 with Samsung’s One UI 6.
What is USB Debugging?
USB debugging is a developer mode that allows your Android device to communicate with a computer via a USB connection. This connection facilitates the transfer of data, installation of apps, access to detailed logs, and various developer tasks directly from your PC. It’s primarily used by app developers but can be useful for advanced users performing certain diagnostic or customization operations.
Important Considerations
- USB debugging exposes your device to risks if connected to unknown computers. Only enable it when necessary and disable it afterward.
- Your device should be unlocked to allow USB debugging connections.
- You may need a compatible USB cable and drivers installed on your PC.
- This guide is applicable for stock Android 14 and Samsung One UI 6, but steps may vary slightly on other custom skins or older versions.
Step 1: Enable Developer Options on Android 14 / Samsung One UI 6
Before you enable USB debugging, you need to activate Developer Options, as USB debugging is hidden inside that menu.
- Open the Settings app on your Android device.
- Scroll down and tap About phone.
- Find Software information and tap it.
- Locate the Build number entry.
- Tap Build number 7 times rapidly. You may be prompted to enter your device PIN or password.
- After the 7th tap, you should see a message saying You are now a developer!
Step 2: Access Developer Options
Once enabled, you can access Developer Options:
- Go back to the main Settings page.
- Scroll down and tap Privacy & security or System (depending on your device, it may be under one of these).
- Look for and tap Developer options.
Step 3: Enable USB Debugging
Inside Developer Options:
- Scroll down or search for USB debugging.
- Toggle the switch next to USB debugging to On.
- A confirmation dialog will appear warning you about the risks of enabling USB debugging; tap OK to confirm.
Step 4: Connect Your Device to PC
- Use a USB cable compatible with your device to connect it to your computer.
- You might see a prompt on your Android device asking Allow USB debugging? for your computer.
- Check the box for Always allow from this computer if you trust the computer.
- Tap Allow.
Step 5 (Optional): Verify USB Debugging Connection on PC
You can verify if your device is recognized using ADB:
- Open a command prompt or terminal window on your PC.
- Type the command:
adb devices
- If your device is listed with a serial number, the debugging connection is successful.
Troubleshooting Tips
- Developer options missing: On some devices, the location might vary. Try searching for “Developer options” in the Settings search bar.
- No USB debugging prompt: Unplug the cable and reconnect, or toggle the USB debugging option off and on again.
- Device not recognized by PC: Make sure the proper USB drivers for your device are installed on your computer.
- Use the correct USB mode: When connected, swipe down the notification panel, tap the USB connection notification and select File Transfer / MTP mode.
Conclusion
Enabling USB debugging on Android 14 and Samsung One UI 6 is straightforward once you enable Developer Options. This feature is invaluable for developers, advanced users, or anyone needing a deeper level of control over their device. Just remember to disable USB debugging when it’s no longer needed to keep your device secure.
If you want to learn more about Android customization or troubleshooting tips, bookmark phonehowto for practical guides that keep things simple and jargon-free.