The situation when access to smartphone functions is limited by a third-party application or system settings occurs everywhere. Most often this is parental controlsset by caring mom and dad, but sometimes restrictions arise due to forgotten passwords or security system failures. Users are looking for ways to regain full access to the device to install new games, visit any sites, or simply change screen time.
It is important to understand that attempts to bypass protection can lead to data loss or disruption of the operating system. Modern versions Android have powerful security mechanisms that are closely integrated with your Google account. Before taking decisive action, you should assess the risks and choose a method that is suitable specifically for your phone model and firmware version.
In this article we will look at legal and technical ways to remove restrictions. We do not encourage you to break family rules, but if you forgot the code or got a used phone with a lock, these instructions will help restore the functionality of the gadget.
Why do locks occur and what are they?
Restrictions on a smartphone can be implemented in several ways. The most common option is to use the built-in service Google Family Link. This system allows you to remotely control your child's device, block applications and set time limits. If you do not know the password for your parent's account, it is almost impossible to unlock the phone using standard methods.
Another type of locking is created by third-party applications, such as Kaspersky Safe Kids, Qustodio or Screen Time. These apps often require device administrator rights, making them difficult to remove without special code. There are also system restrictions built into the shell by manufacturers, for example One UI from Samsung or MIUI from Xiaomi, which have their own digital well-being menus.
โ ๏ธ Attention: If the phone belongs to parents and they have consciously established control, an attempt to hack may be regarded as a violation of trust. Technical methods should only be used if you lose your password or buy a used device.
There are also simple screen locks and deep system bans. In the first case, it is enough to know the pattern key or PIN code. In the second case, intervention in the security settings or a complete reset of the device is required. Understanding the type of protection installed is the first step to successfully solving the problem.
Methods of disabling through system settings
If you have physical access to the settings menu and you know the main screen unlock password, disable control through the standard interface. This method is suitable for cases where you just want to remove the time restrictions, but remember the passcode. Go to Settings โ Digital Wellbeing and Parental Controls.
This menu often displays the current status of restrictions. If the system requires a parent's PIN and you don't know it, this path will be closed. However, if the control was previously set by you and you simply forgot the details, you can try the reset function. On some models, after several incorrect entries, a button "Forgot your PIN?"appears, which sends a recovery code to the linked email.
For devices not linked to complex accounts, clearing application data sometimes helps. You need to go to Settings โ Applications โ All applications, find the parental control service and click "Clear data" or "Erase data". This action will reset the application settings to factory settings, removing the established limits.
Before clearing application data, make sure you remember the password for the main account Google on the phone, since the system may request its confirmation after resetting the security settings.
It is worth noting that on modern versions Android 10 and higher, clearing system application data is protected by additional authorization. Without confirmation via fingerprint or Face ID, this operation will not be possible. This is done to prevent children from accidentally or maliciously disabling protective functions.
Using Safe Mode to remove applications
Safe Mode (Safe Mode) is a special diagnostic mode of the operating system in which only system applications are loaded. All third-party apps, including blockers and parental controls, are not active in this mode. This is an ideal way to remove a malicious or interfering application that prevents itself from being uninstalled normally.
To enter Safe Mode, you usually need to hold down the power button on the screen. In the menu that appears, press and hold the item "Turn off" or "Reboot" until a request to switch to safe mode appears. On different phone models (Samsung, Xiaomi, Pixel), the combination of buttons may differ, so it is worth checking the instructions for the specific model.
After rebooting, the inscription "Safe Mode" will appear in the corner of the screen. Now you can go to the application settings and uninstall the parental control app like a regular application. Since it is not running, it will not be able to prompt for a password or block the action. After deleting, simply restart the phone in normal mode.
| Phone model | Login method | Nuances |
|---|---|---|
| Samsung Galaxy | Hold "Turn off" on the screen | Tap confirmation required |
| Xiaomi / Redmi | Power button + Volume down when booting | Sometimes you need to disconnect all SIM cards |
| Google Pixel | Hold "Reboot" in the power menu | Standard Android procedure |
| Huawei / Honor | Power button + Volume down | Works on older versions of EMUI |
What to do if safe mode does not turn on?
If the button combination does not work, the manufacturer may have changed the algorithm. Try turning off the phone completely, and then when you turn it on, when the logo appears, hold down the volume down button and hold it until it boots up completely. On some devices, you need to turn off the Internet before entering this mode.
This method is effective against most third-party applications, but is powerless against the system one Google Family Link, since it is part of Google Play services and is not considered third-party software in the full sense of the word. In this case, more radical measures will be required.
Hard Reset
The most effective, but also the most destructive method is to completely reset the device to factory settings. This will erase all data, photos, contacts and apps, returning the phone to "out of the box" condition. This method should only be used as a last resort, when other methods did not help or the device was purchased second-hand with an active lock.
To perform a reset via the Recovery menu, you must turn off the phone. Then hold down the combination of buttons (most often Volume up + Power). In the menu that appears, use the volume buttons to select the item "Wipe data/factory reset" and confirm the action with the power button. The process will take a few minutes.
โ ๏ธ Attention: After resetting the settings, FRP (Factory Reset Protection) protection will work. The phone will require you to enter the login and password for the Google account that was synchronized with the device before the reset. If you do not know this data, the phone will turn into a โbrick.โ
It is important to consider that if the phone was equipped with Family Link, then after resetting and initial setup the device may again request parental permission to activate. This is due to the fact that the binding is stored on Google servers, and not just in the phone's memory. In this case, you cannot do without the participation of the owner of the parent account.
โ๏ธ Preparing for a full reset
Advanced methods: ADB and USB debugging
For advanced users, there is a method for disabling applications via a computer using tools ADB (Android Debug Bridge). This method allows you to remove or disable system applications without superuser rights (Root), but requires that you enable USB debugging in the developer menu.
If the developer menu is already available and debugging is enabled, connect your phone to the PC. At your computer's command prompt, enter the command to search for the parental control package. For example, for Family Link it might look like this:
adb shell pm list packages | findstr family
After finding the exact package name (for example, com.google.android.apps.kids.familylink), you can try to disable it for the current user with the command:
adb shell pm disable-user --user 0 com.google.android.apps.kids.familylink
This method does not physically remove the application, but makes it inactive, which often removes restrictions. However, on new versions Android Google is actively combating such methods, and the command may be blocked by the security system. Also, if USB debugging has been blocked by a parent's password, this method will not work.
Using ADB requires technical knowledge and a computer. An error in entering commands can lead to unstable operation of the system, so proceed with caution and only with those packages whose purpose you are sure of.
Bypassing restrictions by changing the date and time
There is a simple but often working life hack based on the peculiarities of timers in applications. Many parental control apps check the device's system time to determine whether the time limit has expired. If you change the date on your phone, you can temporarily fool the counter.
Try going into the date and time settings, turning off automatic detection and setting the date a few years ahead or, conversely, back. After that, try to launch the blocked application. Sometimes this provides a window of opportunity to work in the app for several minutes or hours.
However, application developers have long been aware of this vulnerability. Modern versions access control check the time with the server when trying to start or require an Internet connection to update the data. Therefore, this method works less and less often and is most often applicable only to simple apps that have not been updated for a long time.
โ ๏ธ Attention: Frequent changes of the system time can disrupt the operation of security certificates, which is why sites will no longer open in the browser and messengers will no longer work. After using the method, be sure to return the correct time.
Frequently asked questions (FAQ)
Is it possible to delete Family Link without the parent's password?
Officially - no. Uninstalling an application through settings requires entering the password for the parent account. The only way is to completely reset the phone (Hard Reset), but after configuration, the device will again request linking if the childโs account remains in the family group.
What happens if you simply delete the parental control application?
If the application has device administrator rights, the system will not allow it to be deleted without first revoking these rights in the security settings. If the rights are revoked, the application will be deleted, but restrictions may remain at the server level.
Will changing the SIM card help bypass the blocking?
No, parental controls are tied to the Google account and device, not to the phone number. Changing the SIM card will not affect the established restrictions and time limits in any way.
How to find out which application is blocking me?
Go to Settings โ Applications โ Special access โ Device administrators. There will be a list of applications that have elevated privileges. Most often, they are the source of blocking.
Is it possible to restore data after resetting the settings?
Data will be restored only if it was synchronized with cloud storage (Google Photos, Google Contacts) until reset. Local files that are not uploaded to the cloud will be lost forever.