Download Article
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.
Steps
-
Go to Settings. 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] X Research source
- This seems to be the easiest method that only uses your Android.
-
Turn on the Assistant menu (Samsung) or Accessibility menu. 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] X Research source
- Once you've enabled either Assistant menu or Accessibility menu, you'll see a floating icon on your screen.
Advertisement -
Tap the new icon. You might see it in the navigation bar at the bottom of your screen instead of a floating icon. [3] X Research source
-
Advertisement
-
Swipe down from the top of your screen two times. 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.
-
Tap . The Power button is located at the top of your screen.
-
Tap Power Off . You can opt to turn off your phone, restart it, or turn on/off emergency mode.
Advertisement
-
Enable USB Debugging 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.
-
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.
-
Connect your phone to your computer. Using a USB cable, plug in your Android to your computer.
-
Open Command Prompt (Windows) or Terminal (Mac, Linux) in the location of the extracted file. 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.
-
Enter
adb shell reboot -p
(Command Prompt) or.
\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] X Research source
Advertisement
Expert Q&A
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Video
Tips
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
References
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 197,361 times.
Advertisement