Quick Links

Key Takeaways

  • Android developer options are hidden settings in the Settings app that aid in testing and debugging apps, and are useful for developers and power users.
  • Enabling developer options is as simple as tapping the build number multiple times in the About Phone or Software Information section of the Settings app.
  • USB debugging is a commonly used developer option that allows a computer to communicate with an Android device, and can be enabled by toggling the USB Debugging switch in the Developer Options menu.

Every Android device—from Amazon Fire TV to Samsung Galaxy—has a hidden "Developer Options" menu chock full of goodies. You don't have to be a developer to take advantage of these secret features, though. We'll show you how to find them.

What Are Android Developer Options?

As the name implies, the "Developer Options"—sometimes called "Developer Mode"—are intended to be used by Android developers. It's a hidden menu in the Settings app with a bunch of features and options that aid in testing and debugging apps.

You'll see things like "Wireless Debugging," "Bug Report Shortcut," "Show Surface Updates," "Display Cutout," and "Profile HWUI Rendering." Many of these things mean nothing to the average user, but they're valuable to developers and power users. That's why they're hidden by default.

These are not settings that should be messed around with carelessly. That being said, there are a few Developer Options that can be very useful to anyone. Let's get started by enabling Developer Mode.

How to Enable Developer Options on Android

First, swipe down once or twice (depending on your device) to fully expand the Quick Settings. Tap the gear icon to open the Settings app.

Tap the gear icon.

Scroll down to the bottom of the Settings screen and tap "About Phone" or "About Tablet."

Tap "About Phone."

Next, we need to find the "Build Number." On a Samsung Galaxy device, you'll first need to go to "Software Information."

Find the "Build Number."

Tap the "Build Number" seven times to enable Developer Options. After a few taps, you'll see a message with a countdown that reads, "You are now X steps away from being a developer."

After you've tapped enough times, you'll see the message "You are now a developer!" and you'll need to use your device unlock method to confirm.

The "Developer Options" can be found in the "System" section of the Settings app. On some devices, the "Developer Options" are simply on the main screen of the Settings app.

Developer Options in the Settings.

That's all there is to it! Android's Developer Options screen is now unhidden on your device.

What Is USB Debugging on Android?

One of the most commonly used Developer Options is USB Debugging. We're about to show you how to enable it, but what does it actually do?

USB Debugging allows a computer to communicate with your Android device. The computer also needs to have the Android Debug Bridge (ADB) installed in order to do this.

With USB Debugging enabled, you can run commands from your computer to boot into certain modes or perform tasks that can't be activated from the phone itself. It's needed if you want to root your phone, install a custom ROM, or control your phone screen from your PC.

One thing to keep in mind is enabling USB Debugging can be a security concern. After all, you're giving your computer access to your phone. That's why—as you'll see below—you need to grant permission from your phone manually.

How to Enable USB Debugging on Android

To enable USB Debugging, you'll need to go to the Developer Options menu. Swipe down once or twice (depending on your device) to fully expand the Quick Settings, then tap the gear icon to open the Settings.

Tap the gear icon.

On some devices, the "Developer Options" are simply on the main screen of the Settings app. Other devices put the Developer Options in the "System" section.

Developer Options in the Settings.

Scroll down and look for "USB Debugging" under Debugging. Enable the toggle next to it.

Toggle on "USB Debugging."

When you plug your Android device into a PC with a USB cable for the first time, it will prompt you to allow USB debugging. You can tap "Allow" and select "Always allow from this computer" to never have to do it again.

Tap "Allow."

To remove computers that you've allowed access to your device through USB debugging, go to the Developer Options menu and select "Revoke USB Debugging Authorizations."

Tap "Revoke USB debugging authorizations."

That's all there is to enabling USB Debugging! You're ready to use it. You can now use adb commands or other tools that require USB Debugging access.

How to Disable Developer Options on Android

You can disable the Developer Options settings just as easily as enabling it. This will revert all the changes you've made and hide the Developer Options once again. Simply go to "Developer Options" and turn off the switch at the top of the screen.

Toggle off "Use Developer Options."

The device will need to restart to apply the change. You can always turn the Developer Options back on by following the steps at the top of this page again.


Developer Options are power settings for developers, but that doesn't mean non-developer users can't benefit from them as well. Developer Options are available on nearly all Android devices—even Android Auto—but the individual options can vary by device type. Now that you have them enabled, you've taken your first step into a larger world!