The situation when you cannot access your smartphone settings due to a forgotten PIN code or pattern is quite common. This is especially true for functions parental controlsthat are often installed “just in case” and conveniently forgotten after a few months. Losing access to the device can cause panic, but in most cases the problem can be solved without losing personal data.

There are several methods for restoring access, from simple manipulations in the menu to a complete system reset. The choice of a specific method depends on the version Android, the model of your device and which application is blocking the phone. In this article, we will look at all the legal and safe ways to regain control of your gadget.

Before taking active steps, it is important to understand the nature of the blocking. This could be Google's built-in Digital Wellbeing feature, a third-party app like Kaspersky Safe Kids or account-level blocking. An attempt to guess the code more than 10 times in a row can lead to a temporary blocking of the device for several hours or even automatic deletion data. Therefore, you need to act calmly and consistently.

Using the “Forgot PIN code” function and Google account

The simplest and safest unlocking method is provided by the system developers themselves for cases when the user simply forgot the combination. If synchronization with Google is activated on your device, you can use the linked account. After several unsuccessful attempts to enter a password, a link often appears on the lock screen Forgot your pattern key? or Forgot your PIN code?.

By clicking on this link, the system will prompt you to enter your username and password. Google accountwhich was previously added to this device. This confirms that you are the owner of the gadget.

If the button does not appear immediately, try entering the wrong code 5-10 times. Sometimes the system artificially delays the appearance of this option to prevent attackers from guessing your password. Make sure that the device is connected to the Internet via Wi-Fi or a mobile network, otherwise verification of credentials will not be possible.

💡

Make sure that data transfer is turned on on the device, otherwise Google account verification will not work, even if you remember the password.

⚠️ Attention: If you changed the password for your Google account recently (less than 24 hours ago), The system may not accept new data to unlock the screen for security reasons. Wait a day before trying again.

In some cases, especially on older firmware, after entering your account information, the system will prompt you to set a new screen lock method or disable it completely. This will instantly remove the restrictions imposed by parental control functions if they were based on a screen lock.

Reset through application settings (if access is partially preserved)

Sometimes the blocking only applies to launching certain applications or changing settings, but the phone menu itself remains accessible. In such a situation, you can try to clear the data of the application responsible for monitoring. To do this, you need to go to the Settings → Applicationssection. Find in the list the application that you use for control (for example Google Family Link or a third-party blocker).

Go to the application card and find the item Storage or Memory. There should be a button Clear data or Erase data. Clicking this button will clear all application settings, including the password or PIN you have set. After that, the next time you start the application, you will be prompted to set it up again.

  • 🔍 Find the application in the list (often it is called “Parental Control” or has a name developer).
  • 🧹 Click the "Clear data" button to reset the settings.
  • 🔄 Restart the device to apply the changes.
  • 🔐 Set a new password when reinitializing.

It is worth noting that on modern versions of Android (from 9.0 and higher) the data clear button for device administrator applications may be inactive. The system will protect such applications from accidental or intentional deletion of settings without superuser rights. In this case, you will need a more radical method.

☑️ Check before resetting application data

Done: 0 / 4

If the clear button is inactive, try revoking administrator rights first. Go to Settings → Security → Device Administrators and uncheck the box next to the desired application. Only after this the data clearing function can become available.

Using Secure Boot Mode to disable the blocker

Secure Boot Mode (Safe Mode) is an Android diagnostic mode in which only system applications. All third party software, including parental control apps, will be temporarily disabled. This is an ideal way to remove a blocker if it is preventing you from doing anything on your phone.

To enter this mode, you usually need to hold down the power button on the screen until the reboot menu appears. Then press and hold the item Turn off or Reboot on the screen for a few seconds. You will be prompted to enter Safe Mode. Confirm the action. On some models Samsung or Xiaomi the combination of buttons may differ (for example, holding the volume down button when turning on).

After booting, you will see the inscription “Safe Mode” in the corner screen. You can now go into settings and uninstall the problematic app, as it will no longer be active and will not be able to ask for a password. Just find it in the list of installed apps and click Uninstall.

Manufacturer Login method How to exit
Samsung Shutdown menu → Hold “Shutdown” Normal reboot
Xiaomi / Redmi Off → Hold "OK" when the icon appears Normal reboot
Pixel / Stock Android Shutdown menu → Hold "Reboot" Normal reboot
Huawei / Honor Turn off → Turn on while holding the volume “-” Normal reboot

After deleting the application, simply restart the phone in the usual way. The device will return to normal operation and the lock will be removed. This method is only effective against third-party applications; Google's built-in control cannot be disabled this way.

What to do if the buttons on the screen do not respond?

If the touch screen is locked with a password and you cannot bring up the shutdown menu, try using a physical button combination. Press and hold the Power button and Volume Down button simultaneously for 10-15 seconds until the device vibrates or reboots. When the logo appears, try holding down the volume down button to enter Safe Mode.

Removal via computer using ADB (for advanced users)

If you previously had it enabled USB debugging in the developer menu, you can remove the blocker application via your computer. This method requires a PC, a USB cable and the installed tool package Android Debug Bridge (ADB). It allows you to control your phone programmatically, bypassing the lock screen.

Connect your phone to your computer and open a command line (terminal) in the folder with ADB. Enter the command adb devicesto make sure that the computer sees the device. If the phone screen asks you to allow debugging, confirm it (if you have access to the screen). If the screen is completely locked, this method will only work if permission was given previously.

adb shell pm list packages | findstr "family"

This command will help you find the parental control app package name. Usually the title contains the word family or the name of the developer. Once you have the exact package name (for example, com.google.android.apps.kids.familylink), enter the uninstall command:

adb shell pm uninstall --user 0 com.google.android.apps.kids.familylink

After executing the command, the application will be uninstalled for the current user and the lock will disappear. It's a powerful tool, but it requires technical literacy. An error in entering the command may lead to the removal of system components.

⚠️ Attention: Using ADB is only possible with active USB debugging. If you have never enabled this feature in the developer settings, this method will not work.

Hard Reset as a last resort

If none of the gentle methods help, the last option remains - a complete reset of the device to factory settings (Hard Reset). This will delete absolutely all data from the phone's internal memory: photos, contacts, messages and applications. However, this is guaranteed to remove any password and parental controls.

To enter recovery mode (Recovery Mode), you must turn off the phone completely. Then hold down a certain combination of buttons (most often Power + Volume up or Power + Volume down) and hold them until the logo or recovery menu appears. Navigation in this menu is carried out using the volume buttons, and selection is made using the power button.

In the recovery menu, select item Wipe data/factory reset. Confirm the action by selecting Yes or Factory data reset. The process will take a few minutes. Once completed, select Reboot system now. The phone will turn on like new.

💡

Hard Reset deletes all data permanently. Use this method only if you have a backup copy or the data has no value.

An important nuance concerns protection against theft. After the reset, the phone will require you to enter the password for the Google account that was synchronized with the device before the reset (FRP Lock). This is done so that a stolen phone cannot simply be reflashed and sold. Make sure you remember your account details.

Prevention and access control in the future

To prevent the situation from happening again, you should take a responsible approach to setting restrictions. Use password managers to store complex PINs or write them down in a safe place out of the reach of children. Regularly check your parental control app settings and update your recovery contact information.

If you use Google Family Link, remember that you can reset the password directly from the parent's device. Open the app on your phone, select your child's profile and in settings choose to change the PIN. This is much easier than unlocking your child's device after the fact.

  • 🔑 Keep backup recovery codes in a safe place.
  • 📱 Set up data synchronization so you don't lose it during a reset.
  • 👨‍👩‍👧‍👦 Discuss the rules for using the phone with your children so that they do not intentionally block the device.

It is also recommended to regularly back up the system. This will not only allow you to restore data after a reset, but also quickly set up your phone again. Modern cloud services make this process almost automatic.

📊 What type of blocking have you encountered?
Forgot your PIN code
A child changed the password
System failure
Blocking Google account
Other
⚠️ Attention: Menu interfaces and item names may differ depending on the version of Android and the manufacturer's shell (MIUI, OneUI, EMUI). Always check the official documentation for your device model.

Frequently asked questions (FAQ)

Will resetting parental controls delete my photos and contacts?

If you use the app data clearing method or Safe Mode, your files will remain in place. However, a hard reset via the Recovery menu will delete all data from the phone's internal memory. Be sure to make a backup copy before this procedure.

Is it possible to bypass Family Link parental controls without the parent's password?

Officially this is not possible. Google Family Link security is tied to the parent's account. The only legal way is to reset the settings through the app on the parent's device or perform a hard reset of the child's phone, after which you will need to enter the password from the parent's account to activate (FRP).

What is FRP Lock and why does it ask for a password after a reset?

FRP (Factory Reset Protection) is an anti-theft feature. If the phone was linked to a Google account, after resetting the settings it will require you to enter the login and password of this particular account. This prevents unauthorized persons from using the stolen device.

Will calling the phone help to remove the lock?

On very old versions of Android (before 5.0) there was a vulnerable method through the call menu, but this does not work on modern devices. Attempts to exploit bugs through a call can only lead to a system freeze.

How to set up parental controls so as not to forget your password?

Use the “Forgot password” function with a link to your email during setup. You can also use biometric unlocking (fingerprint) to confirm actions in the control application, if supported by the Android version.