PDF download Download Article PDF download Download Article

If the power button on your phone is damaged or unresponsive, you might be wondering how else you can turn off your phone. This wikiHow tutorial will guide you through different ways that you can turn off your Android without the power button.

Method 1
Method 1 of 3:

Powering Off With the Accessibility Menu

PDF download Download Article
  1. You can swipe down from the top of your phone and tap the gear icon or you can find this gear icon somewhere on one of your Home screens. [1]
    • This seems to be the easiest method that only uses your Android.
  2. Tap Accessibility to open the accessibility menu from Settings. If you're using a Chinese-created OEM like Xiaomi, Vivo, OnePlus, or Huawei, you'll find "Accessibility" under "Additional settings or System .
    • If you're using a Samsung, tap Interaction and dexterity . Then tap the switch next to "Assistant menu" to toggle it on.
    • If you're using a Xiaomi, Vivo, OnePlus, Huawei, or other Chinese-created OEMs, tap Accessibility menu and tap the toggle to enable it. [2]
    • Once you've enabled either Assistant menu or Accessibility menu, you'll see a floating icon on your screen.
    Advertisement
  3. You might see it in the navigation bar at the bottom of your screen instead of a floating icon. [3]
  4. [4] You may need to tap to power off more than once.
  5. Advertisement
Method 2
Method 2 of 3:

Turning Off a Samsung With the Quick Panel

PDF download Download Article
  1. You won't see the power icon when you swipe down once, so you'll need to get the Quick Settings.
    • Only newer Samsungs display the power button in the Quick Settings panel.
  2. You can opt to turn off your phone, restart it, or turn on/off emergency mode.
  3. Advertisement
Method 3
Method 3 of 3:

Turning off Your Android With ADB Commands

PDF download Download Article
  1. on your phone. First, you'll need to turn on Developer Mode. Go to Settings > About phone and tap Build Number 7 times. When you tap it 7 times, you'll see a notification that says, "Developer mode has been enabled."
    • If you can't find the build number from that path, try Settings > System Management > About phone > Software Version , ' Settings > About phone > Baseband & Kernel > Build Number , or Settings > System > About phone > Build Number .
    • To turn on USB debugging, go to Settings > System > Developer Options > USB Debugging . You may see Settings > Settings > Additional settings > Developer Options > USB Debugging instead.
    • Tap OK once you tap USB Debugging to confirm your action.
    • Although this is the most trustworthy and sure-to-work method, it's a bit complicated. You'll need your Android as well as a computer and a cable to connect the two for this method.
  2. Download and install the Android SDK Platform Tools . Go to that site then click the appropriate download link for your operating system (Windows, Mac, or Linux) under the header, "Downloads."
    • Follow the on-screen instructions to download and install the command-line tool for Windows, Mac, or Linux.
    • Make sure to extract any files downloaded in a .zip folder. You'll need to be able to navigate here later.
  3. Using a USB cable, plug in your Android to your computer.
  4. For Windows, press the Win key and type "Command" to search for the Command Prompt app. For Mac, search Spotlight to open Terminal.
    • For Windows, you can press and hold Shift + Right click to get an Open a PowerShell window here . Since Command Prompt and PowerShell are different, you'll need to use slightly different commands.
    • You can type "adb devices" (on Command Prompt) or ".\adb devices" (on Terminal or PowerShell).
    • If you have your Terminal, PowerShell, or Command Prompt navigated to the correct folder with the SDK download, you should see a list that shows that your phone (it's usually a bunch of numbers and letters) is connected to your computer.
  5. \adb shell reboot -p (Terminal, PowerShell). The -p stands for "power off," so this command will tell your phone to power off.
    • You'll see "Done" or a similar message in your command line when you successfully send the command.
    • If you want to restart your phone, enter adb reboot or .\adb reboot instead. [5]
  6. Advertisement

Expert Q&A

Ask a Question
      Advertisement

      Video

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      Article Summary X

      1. Enable USB Debugging on your phone.
      2. Download and install the Android SDK Platform Tools .
      3. Connect your phone to your computer.
      4. Open Command Prompt (Windows) or Terminal (Mac, Linux) in the location of the extracted file.
      5. Enter "adb shell reboot -p" (Command Prompt) or ".\adb shell reboot -p" (Terminal, PowerShell).

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 140,705 times.

      Is this article up to date?

      Advertisement