The situation when access to your own smartphone is limited due to a forgotten PIN code or parental control pattern causes natural panic. The device turns into a “brick”, blocking the installation of applications, access to settings and even making calls. Most often, this problem occurs with devices on which access restrictions for children were previously activated, or when the user set screen time limits himself and lost the verification code.
Fortunately, the operating system Android provides several mechanisms for bypassing such locks, although none of them is universal for all firmware versions. The effectiveness of the method directly depends on which application was used for blocking: built-in functions Digital well-being, third-party software like Kaspersky Safe Kids or cloud service Google Family Link. In some cases, a complete data reset will be required, in others, a trick with safe mode is enough.
Before taking radical measures, it is necessary to accurately identify the source of the blocking. If the logo of a specific antivirus or control application is displayed on the screen, the action strategy will be the same. If the blocking is system-based and comes from a Google account, you will need device administrator rights or access to the parent’s master account. Below we will analyze in detail the algorithms of actions for each scenario, from the simplest to the most complex.
Identification of the lock type and first steps
First of all, carefully examine the lock screen. Often the name of the application that set the restrictions is indicated there. This is a critical point, since removing system controls and third-party software requires fundamentally different approaches. If you see a message saying that the app has timed out or that the app has been blocked by the device administrator, then this means that you are talking about access rights assigned to the system.
Try to remember if you did not enter your Google Account information when you initially set up restrictions. In modern versions Android 9 and higher, the system often binds the parental control code to the owner's account. If this is the case, then after five unsuccessful entry attempts the system may offer the option “Forgot your PIN?” or "Unblock via Google". The presence of this button greatly simplifies the task.
⚠️ Attention: If the device belongs to a child and is controlled through Family Link from another phone, attempting to reset it yourself may result in the child’s account being temporarily blocked or a notification sent to the parent. Proceed with caution.
If you use third-party applications such as Norton Family or Qustodiothey often have their own recovery mechanisms. Sometimes simply uninstalling an app is enough, but this requires device administrator deactivation rights. Without this item in the settings, the "Delete" button will be inactive, and the system will generate an error every time you try.
Using safe mode to delete applications
One of the most effective ways to bypass blocking of third-party software is to boot the device in safe mode (Safe Mode). In this state, the operating system boots only with pre-installed system applications, ignoring all user software, including parental control apps. This allows you to access settings and remove offending applications without entering a password.
To enter safe mode, you usually need to hold down the power button on the screen until the menu appears. Then you need to press and hold with your finger the item “Turn off” or “Reboot” until a pop-up window appears asking you to switch to safe mode. On some models Samsung or Xiaomi the combination of buttons may differ: holding down the volume down button immediately after turning on the device is often used.
As soon as you see the words “Safe Mode” in the corner of the screen, immediately go to the settings menu. Find the section Applications or Application Manager. In the list, find the app that set the restrictions. Since it is not currently active, you will be able to click on it and select the delete option. If the uninstall button is inactive, first go to Device Administrators and uncheck this application.
- 📱 After successfully uninstalling the application, reboot your phone as usual to exit safe mode.
- 🔒 Make sure the lock has disappeared and access to the settings has been completely restored.
- ⚙️ Check the list of device administrators to make sure that there are no other unknown apps left there.
On some older versions of Android, safe mode may not disable parental control services if they are built into the system partition. In this case, this method will not work.
It is worth noting that this method only works with third-party applications. If control is carried out through Google system settings or built-in manufacturer functions (for example Mi Kids on Xiaomi), safe mode will not help, since these services are part of the firmware. In such situations, you will have to resort to deeper methods of interfering with the operation of the system.
Resetting settings via Recovery Mode (Hard Reset)
If soft methods do not produce results, the most radical but guaranteed method remains - a complete reset of the device to factory settings through the recovery menu (Recovery Mode). This procedure completely erases all user data, including photos, contacts, messages and, most importantly, the forgotten parental control password. The device returns to the state it was in when purchased.
To enter recovery mode, you must turn off the smartphone. Then you need to hold down a certain key combination. Most often, this is the simultaneous holding of the button Volume Up and the button Power. Hold them down until the manufacturer's logo appears, then release the power button, but continue to hold the volume down until a menu appears with text in English. On devices Samsung you may need to connect a USB cable to your computer.
Volume Up + Power Button (for most Androids)
Volume Down + Power Button (for some Huawei/Sony)
Volume Up + Volume Down + Power (for old Samsung)
In the Recovery menu, navigation is carried out using the volume buttons, and the selection is confirmed with the power button. You need to find the item Wipe data/factory reset. Confirm your choice by agreeing to the data loss warning. The process will take a few minutes, after which a success message will appear. Select item Reboot system now to reboot.
Action
Risk of data loss
Difficulty
Efficiency
Safe mode
No
Low
Only for third-party applications
Reset via settings
Full
Medium (password required)
100% (if access is available)
Hard Reset (Recovery)
Full
High
100% for any blocking
Service center
Depends on the master
Low for the user
100% + guarantee
⚠️ Attention: After resetting the settings, FRP (Factory Reset Protection) protection will work on devices with Android 5.1 and higher. You will definitely need to enter the login and password for the Google account that was synchronized with the phone before the reset.
☑️ Preparing for Hard Reset
Done: 0 / 4
Management via Google Family Link and master account
The most common scenario in modern realities is the use service Google Family Link. In this ecosystem, the parental control password is not stored locally on the child's device in encrypted form, but is tied to the parent's account. Therefore, if you forget the code, it can be easily changed or reset through the parent's device.
Open the application Family Link on the parent's phone. Select your child's profile from the list. In the management menu, find the "Settings" or "Access Control" section. There should be an option to change the PIN. The system will require you to enter a password for the parent's Google account to confirm their identity, after which it will allow you to set a new access code for the child's device.
If the parent does not have access to his phone, you can use the web version of the service. Go to the website families.google.com from any computer or other device. Log in using your family organizer account. In the child's device management section, you can temporarily pause the lock or reset screen time restrictions, which often eliminates the need to enter a PIN code to unlock specific features.
What if the parent also forgot their Google password?
Regain access to the parent's account through the Google recovery procedure (by phone number or backup email). Without access to the master account, it is impossible to legally unblock Family Link.
It is important to understand that simply deleting the Family Link application from a child’s phone is impossible without first stopping control by the parent. Attempting to forcefully remove an app through settings will result in the device being locked for 24 hours or a notification being sent to the parent. The only way to break the connection without the participation of the parent is to completely reset the device (Hard Reset), described above, but this will require knowing the password for the child’s Google account after the reboot.
Using ADB for advanced users
For technically savvy users, there is a method for removing locks without losing data using tools ADB (Android Debug Bridge). This method only works if USB debugging was previously enabled on the device. If this function has been disabled, the method cannot be applied.
Connect your smartphone to the computer via a USB cable. Make sure ADB drivers and platform-tools are installed on your PC. Open a command prompt or terminal in the ADB utilities folder. Enter the command to check the connection:
adb devices
If the device is displayed in the list with a status device, you can proceed to remove packages responsible for parental controls. Built-in Android features often use a package com.google.android.settings.intelligence or vendor-specific packages. The uninstall command is as follows:
adb shell pm uninstall -k --user 0 com.google.android.settings.intelligence
Be extremely careful when entering package names. Removing critical system components can lead to system instability or an endless reboot (bootloop). This method is recommended only for those who understand the structure of Android packages and are willing to bear responsibility for the possible consequences.
- 💻 The method requires a computer running Windows, macOS or Linux.
- 🔌 USB debugging must be activated in the "For Developers" menu before the problem occurs.
- ⚡ Allows you to remove blocking without erasing personal photos and contacts.
⚠️ Attention: Interfaces and names of system packages vary depending on the version of Android and the manufacturer’s shell (MIUI, OneUI, ColorOS). Incorrect removal of the package may make the phone unusable.
Prevention and creation of backup copies of codes
After successfully removing the lock, it is extremely important to take measures to prevent the situation from happening again in the future. Human memory is unreliable, and complex passwords created for security are often the first to be forgotten. The best strategy is to use password managers or secure physical media to store critical data.
Consider linking parental controls solely to biometrics (fingerprint, facial recognition) if the Android version and app support this feature. This will eliminate the need to remember a digital code, although it will not completely replace it (from time to time the system will still require you to enter a PIN for confirmation).
Regular data synchronization and recording passwords in a safe place is the only guarantee that you will not lose access to your device at a critical moment.
It is also recommended to periodically check the list of applications with administrator rights. Go to Settings → Security → Device administrators. Make sure there are no third-party apps that you did not install or that are no longer used. The presence of unnecessary rights for applications is a common cause of unexpected locks and problems with removing software.
Is it possible to reset the password without losing data on any Android?
Unfortunately, no. On modern versions of Android (from 6.0 and higher), user data is securely encrypted with a key, which is often tied to a lock code. Without knowledge of the old code, it is impossible to decrypt the data. The only way to save data is to use ADB (if debugging is enabled) or find a way to remember the password through your Google account.
What is FRP and why does it ask for a password after a reset?
FRP (Factory Reset Protection) is an anti-theft system. If you reset the settings not through the phone menu (but through the Recovery buttons), the system considers this a suspicious action. To activate the phone after a reset, you need to enter the login and password from the last Google account that was on the device.
Will flashing the phone help remove parental controls?
Yes, completely flashing the device (installing a new version of the operating system) is guaranteed to remove any software locks, including parental controls. However, this is a complex process that requires unlocking the bootloader, which will also completely erase all data from the device.
Can your carrier help you remove the lock?
No, cell phone carriers do not have access to your smartphone's software and cannot manage the parental control settings installed on the device itself. They can only help with locks at the SIM card level (SIM PIN code), but not with Android interface locks.