This article was co-authored by wikiHow staff writer, Darlene Antonelli, MA. Darlene has been writing and editing tech content at wikiHow since 2019. She previously worked for AppleCare, served as a writing tutor, volunteered in IT at an animal rescue, and taught as an adjunct professor for EN101 and EN102. Darlene has completed Coursera courses on technology, writing, and language. She holds both a BA (2011) and an MA (2012) from Rowan University in Writing, with a focus on workplace communication. With her extensive experience, academic background, and ongoing learning, Darlene has become the go-to grammar expert for her friends and family, as well as a skilled wordsmith for anyone in need.
There are 8 references cited in this article, which can be found at the bottom of the page.
This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources.
This article has been viewed 125,466 times.
Learn more...
Locked out of your Android phone? The only official way to get back into your Android if you've forgotten the password or pattern is to erase your data and start over.[1] Fortunately, resetting your phone isn't as devastating as it used to be since much of your data is synced to your Google account. But before you reset your Android, try some of these helpful tips for unlocking your phone without performing a factory reset.
Quickly Regain Access to Your Android If You're Locked Out
Unfortunately, you'll need to reset your phone to get back in it if you've forgotten the password. However, if you have a Google account tied to the phone, you can simply log back in with your account to recover your data.
Steps
Use Android Debug Bridge on a Computer
-
Gain access to a PC or Mac. If you're using an Android running Android 6.0 or earlier and you've already enabled USB debugging in developer mode, you can use Android Debug Bridge (ADB) to unlock your phone. You'll need access to a PC or Mac to do this, and you'll also need a USB cable.[5]
- If you didn't already enable USB debugging mode, you won't be able to continue with this method.
-
Download the Android SDK Platform Tools. You can download this package from developer.android.com/studio/releases/platform-tools. Just click the download link for your operating system (Windows, Mac, or Linux) under the "Downloads" header to get started.[6]
- Once downloaded, extract the ZIP file to a folder with a name and location that's easy to get to. Make sure you remember the path to the folder, as you'll need to navigate to this folder using the Windows command prompt or your Mac's Terminal. The new folder will contain the command-line tools you'll use to communicate with your Android.
-
Open the command prompt (PC) or Terminal (Mac/Linux) and go to the new folder. Here's how you can do so easily on Windows and macOS:
- Windows: Open File Explorer and navigate to the folder that contains the extracted files. It should be called "platform-tools." Then, hold down the Shift key as you right-click a blank area inside the folder and select Open command window here.[7] If you see "Open PowerShell window here" instead, click that.
- Mac: Open a Terminal and use the cd command to navigate to the new folder (e.g., cd /Users/Yourname/Desktop/platform-tools).
-
Connect your Android to your computer using a USB cable. Once connected, your Android should display a message on its screen asking if you'd like to allow USB debugging.
-
Tap Allow USB debugging or OK on your Android. This allows you to use ADB to communicate with your Android.[8]
- If you don't see this message, you won't be able to use this method.
-
Run the commands to unlock your screen.
- Run the command adb devices if you're using the Windows command prompt, or ./adb devices if you're using PowerShell or a Mac or Linux terminal. You should see at least one attached device that's just a bunch of letters and numbers—that's your Android.
- Run the command adb shell rm /data /system /gesture.key if you're using the Windows command prompt, or ./adb shell rm /data /system /gesture.key if you're using PowerShell or a Mac or Linux terminal.
- Reboot or restart your Android, and the lock screen will be gone.
Expert Q&A
Video
Tips
Warnings
- Many newer Androids use Factory Reset Protection (FRP), which may prevent you from getting back into your phone after a factory reset.Thanks
References
- ↑ https://support.google.com/android/answer/7663172?hl=en
- ↑ https://support.google.com/android/answer/9079129?hl=en
- ↑ https://support.google.com/android/answer/9075927?hl=en
- ↑ https://support.google.com/android/answer/7663172?hl=en#zippy=,reset-your-pattern-android-or-lower-only
- ↑ https://developer.android.com/tools/adb
- ↑ https://developer.android.com/studio/releases/platform-tools
- ↑ https://www.xda-developers.com/install-adb-windows-macos-linux/
- ↑ https://developer.android.com/studio/debug/dev-options#Enable-debugging