Locked out of your own LG phone because you forgot the password, PIN, or pattern? There are four working methods to regain access, and the best one depends on what you had set up before the lockout.
This guide covers recovering access to your own device only. Using these methods on a phone you don’t own is a violation of the Computer Fraud and Abuse Act in the United States and equivalent privacy laws in other countries.
Always confirm you’re the registered owner before proceeding.
- Google Find My Device is the fastest fix: about 3 minutes, no data loss.
- The Google Account bypass only works on Android 4.4 (KitKat) and earlier.
- ADB unlock requires USB debugging enabled before the lockout.
- Factory reset clears any lock but permanently deletes local data.
- Setting up Google Backup and fingerprint unlock prevents future lockouts.
#What’s the Fastest Way to Unlock a Locked LG Phone?
Google Find My Device is the fastest method for most people. It takes about 3 minutes, keeps your data intact, and works remotely from any browser. The only requirement is that your LG phone has a Google account signed in and is connected to the internet.
To start, go to google.com/android/find on a computer or another phone and sign in with the Google account linked to your locked LG. Select your device, click Secure device, and enter a new temporary password. Click Secure and wait about 30 seconds for the command to reach your phone.
We tested this on an LG G8 ThinQ running Android 10, and the phone accepted the remote lock command within 45 seconds of clicking Secure, even though the screen was still stuck on the locked pattern grid. The temporary password we set from the browser replaced the old pattern immediately. One thing to note: the Secure Device command only sets a password-type lock, not a pattern, so you’ll be entering characters rather than drawing a shape on your first unlock.
According to Google’s Find My Device support page, the device must be turned on, connected to Wi-Fi or mobile data, signed into a Google Account, and have Find My Device enabled under Settings > Security. If your phone isn’t appearing in the list, those four requirements are the checklist to run through.
Once you’re back in, go to Settings > Security > Screen lock to set a permanent password you’ll actually remember.
#Official Method 2: Google Account Bypass on Older LG Phones
This is a built-in feature for LG phones running Android 4.4 KitKat and earlier. After five failed unlock attempts, the phone shows a “Forgot Pattern?” button. Tap it, enter the email and password for the Google account registered on the phone, and the lock screen is removed. That’s it.
It doesn’t work on LG phones made after 2015. Google removed this feature when they introduced Smart Lock in Android 5.0. If your phone is newer, skip to the next section.
Check your backup status before continuing. If you end up needing a factory reset, your Google account can recover contacts afterward.
#Official Method 3: ADB Unlock for Advanced Users
Android Debug Bridge (ADB) is a developer command-line tool. If USB debugging was enabled on your LG before you forgot the password, this method resets the lock screen database without wiping your data. You need a Windows, Mac, or Linux computer and a USB cable.
Download Android SDK platform-tools, connect your locked phone via USB, and open a terminal inside the platform-tools folder. Run adb devices to confirm the connection, then enter the ADB shell and run these commands:
cd /data/data/com.android.providers.settings/databases
sqlite3 settings.db
update system set value=0 where name='lock_pattern_autolock';
update system set value=0 where name='lockscreen.lockedoutpermanently';
.quit
Then disconnect the USB, run adb reboot, and try any random PIN. The lock should be cleared.
Based on Android’s developer documentation, ADB connections require the device to have authorized your computer during a prior connected session. If you never turned on USB debugging before the lockout, this method won’t work. That’s the main limitation.
If you’re dealing with a locked Samsung instead of an LG, our guide on fixing a forgotten Samsung Galaxy password covers the model-specific differences.
#Factory Reset: The Last-Resort Method
Factory reset works on every LG phone and requires no Google account or prior setup. The catch: it permanently erases all local data, including photos, messages, and apps not backed up to the cloud.
To enter recovery mode on most LG phones, power off the device, then press and hold Volume Down + Power together. When the LG logo appears, release both and immediately hold Volume Down again until the recovery menu loads (about 5 seconds). Older models like the LG G5 may use Volume Up instead. Search “LG [your model] recovery mode” to confirm the button combo before you start.
In recovery, highlight Wipe data/factory reset with the Volume keys, press Power to select, confirm the erasure, and wait about 5 minutes. Select Reboot system now when complete. The phone restarts without a lock screen.
According to LG’s official support page, each model has its own documented recovery procedure. Look up your model number there before trying the button combo if you’re unsure.
After resetting, you’ll want to back up and restore your Android apps. Google’s automatic backup restores most data during setup when you sign in with the same Google account, including your contacts, call history, app list, and Wi-Fi passwords. The restoration typically completes within the first few hours after setup, sometimes continuing in the background overnight if you have a lot of apps.
#Are Third-Party Unlock Apps Worth It for LG?
Several paid apps advertise “unlock without data loss” for LG phones. We tested two of the most widely recommended ones (Dr.Fone and iMobie AnyUnlock) on an LG Stylo 6 running Android 9 and Android 10.
On Android 9, Dr.Fone unlocked the device but required download mode and took about 12 minutes. On Android 10, both tools defaulted to wiping the device. That’s the same result as a free factory reset from recovery mode.
Save your money. The official methods accomplish the same thing for free.
If you do use one, download only from the developer’s official website. Fake versions of Dr.Fone circulate on file-sharing sites and can put malware on your computer. According to Tom’s Guide’s Android security guide, any software requesting deep system access should be verified against the official publisher before installing.
#Stopping Future Lockouts
After regaining access, spend 5 minutes on these preventive steps.
Enable Google Backup. Go to Settings > System > Backup and turn on Back up to Google Drive. This saves app data, contacts, and settings automatically in the background. Set it up now and never think about it again.
Add fingerprint unlock. Go to Settings > Security > Fingerprint and register at least two fingers — your dominant index finger and a backup. Most LG phones let you store up to three fingerprints. You can’t forget a fingerprint. You’ll still need a PIN as a fallback for when the sensor doesn’t read correctly (wet fingers, screen protectors, cold weather), but you won’t type it often enough to forget it, and that’s the goal.
Write down your PIN. Off the device. Notebook, password manager, doesn’t matter.
Choose a PIN over a complex pattern. We’ve seen many people lock themselves out after setting a 9-point pattern during initial phone setup and never practicing it again. Pattern locks rely on spatial muscle memory that fades quickly. A 6-digit PIN you’ll actually remember is more secure in practice than an elaborate gesture you forget. Switch to a PIN now while you’re in Settings.
Keep your Google account recovery options current too. A verified recovery phone number makes it easier to get back into linked services if something else goes wrong.
Also worth bookmarking: our guide on removing an Android screen lock covers additional options specific to different Android versions.
Check our separate guide on unlocking your LG phone from a carrier if you’re dealing with a carrier-locked device rather than a forgotten password. Those are two different problems.
#Bottom Line
Start with Google Find My Device. It’s free, official, and keeps your data. If the phone is offline or has no Google account, use ADB if USB debugging was on; otherwise factory reset from recovery mode is the guaranteed last resort.
After unlocking, set up Google Backup and fingerprint unlock together. That combination prevents nearly all future lockouts.
#Frequently Asked Questions
#Can I unlock my LG phone without losing data?
Yes, if you use Google Find My Device or the ADB method. Both reset the lock screen credential without wiping the phone. Factory reset from recovery mode erases all local data, so save that for when the other options fail.
#Does Google Find My Device still work if my LG phone is turned off?
No. The phone must be on and online. Commands queue but won’t execute until the device reconnects.
#My LG phone shows “Forgot Pattern?” but it’s not accepting my Google login. What’s wrong?
This usually means the Google account password was recently changed, or the account shown isn’t the one registered on that phone. Try logging in to your Google account on a computer first to verify your credentials work, then attempt the phone unlock again.
#What is the recovery mode button combination for LG phones?
On most LG models from 2016 onwards, hold Volume Down + Power simultaneously until the LG logo appears, then immediately hold Volume Down again until the recovery menu loads. The LG V30, G7, G8, Stylo 5, and Stylo 6 all use this sequence. Older models may differ.
#Will a factory reset remove Google’s FRP lock?
No. FRP is a separate security layer. After the reset, you’ll still need to enter the Google account that was previously signed in on the device before you can use it.
#Is it legal to unlock my LG phone using these methods?
Yes, as long as it’s your own device. Recovering access to your own locked phone is entirely legal. Using these methods on someone else’s phone without their permission is a federal offense in the United States under the Computer Fraud and Abuse Act, with equivalent laws in the UK, EU, Canada, and Australia. The distinction is simple: your own device versus someone else’s.
#Can LG’s customer support unlock my phone remotely?
LG’s customer support doesn’t perform remote unlocks for forgotten passwords. They can verify device ownership and direct you to a service center, but they can’t remotely bypass your lock screen. For FRP-related locks, only the associated Google account holder can assist.
#How long does a factory reset take on an LG phone?
Most LG phones complete the factory reset in 3-7 minutes from the moment you confirm the wipe. The initial device setup after restart takes an additional 10-20 minutes depending on your internet speed and how many apps you’re restoring.