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] X Research source 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] X Research source
-
Download the Android SDK Platform Tools. You can download this package from https://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] X Research source
- 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] X Research source 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] X Research source
- 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=%2Creset-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