The situation when you need to unlock a device or remove restrictions Google Family Link, without having physical access to the parent’s phone or knowing its password, arises quite often. This may be due to the loss of a SIM card, a change of device, reaching the age of majority, or simply technical failures in synchronizing accounts. It is important to understand that the system is created for security, so simply “turning it off” with one button will not work without the confirmation of an authorized adult.
However, there are official and technical ways to solve this problem, depending on the version of the operating system Android and the settings of the Google account itself. In some cases, a complete data reset is required, in others it is enough to change the settings in the browser. We will consider all available options, from standard methods of ending guardianship to more radical measures to re-flash the device.
Before taking active steps, you need to understand the risks. Attempting to disable control without The parent's knowledge may lead to the blocking of the Google account for suspicious activity or the loss of all data on the child's device. Therefore, we strongly advise you to first try to negotiate or use legal ways to restore access, which will be discussed below.
Official method through completing guardianship in the browser
The most reliable way to (remove) restrictions is to initiate the process of completing guardianship through the Google web interface. This method does not require the parent's smartphone to be at hand, but does require access to the Internet and, ideally, knowledge of the password for the child's account to enter the settings. If your child is 13 years of age or older (or your country's legal age of digital consent), they have the right to manage their own account.
First, you need to go to your Google Account settings. On the child’s device, this can be done through the menu Settings → Google → Google account management. The "Personal Information" or "Family Group" section often displays the monitoring status. If the system allows, there will be a button to request termination of control. After clicking, a notification will be sent to the parent device, and if the parent does not respond within 24 hours (or agrees immediately), the restrictions will be lifted.
If direct access to the settings is closed, you can try using a computer or any other browser in incognito mode. You need to log in to the site families.google.com under the child’s account. The interface may offer to send a request to the parent. This method is good because it does not require resetting data and saves all photos and applications.
- 📱 Open your browser and go to the Google family group management site.
- 🔑 Log in using the username and password of the child's account.
- 📩 Find the option "Request termination of control" and send notification.
- ⏳ Wait for the timer to expire (usually 24 hours), after which the restrictions will be lifted automatically.
⚠️ Attention: If the parent account is configured to require confirmation of all actions, the request may simply be rejected. In this case, the method will not work without the intervention of an adult.
It is worth noting that after the child reaches the age of 18, the control should be turned off automatically, but sometimes the system fails. In such cases, contacting Google support with an identification document is the only legal way to unlock account functions.
Using an unlock code
In older versions Family Link and on certain smartphone models, there was a function to generate an unlock code. This code allowed restrictions to be temporarily or permanently lifted directly on the child's device. Although Google is gradually closing this loophole for security reasons, it may still work on some devices with version Android below 11.
To check for this feature, you need to go to the settings of the Family Link application itself on your child’s phone (if it is available for viewing) or in the lock screen menu. When you try to unlock your phone after the time limit has expired, the system may prompt you to “Enter the unlock code.” If the parent has not previously changed the security settings to strict, the code may be set by default or you can request it.
The process is as follows: on the lock screen or in the application, select the option to receive the code. The system sends a request. If you have access to the email associated with the parent's account (which is unlikely in the conditions of the task, but possible in the case of a trusted relationship), the code will go there. Without this step, the method does not work.
It is important to understand that this code is often one-time use or valid for a limited time (for example, 15 minutes). If you plan to use it to completely reconfigure your device, you'll need to act quickly. After entering the code, the device enters a mode where you can change the password or delete your account.
- 🔓 On the lock screen, tap “Forgot your password?” or “Need an unlock code.”
- 📧 Check available communication channels (email, SMS) for a code from Google.
- ⏱ Enter the received code within 15 minutes while it is valid.
- 🔄 Immediately go to account settings and delete the parent one profile.
⚠️ Attention: On modern versions of Android (12 and higher), the unlock code function is often replaced by mandatory biometric verification of the parent, which makes this method useless without the physical presence of an adult.
Resetting settings via Recovery Mode (Hard Reset)
If software methods do not help, a radical option remains, but an effective way is to completely reset the device to factory settings (Hard Reset). This method deletes absolutely all data: photos, contacts, applications and, most importantly, the link to your Google account and Family Link. However, there is an important nuance here: FRP protection (Factory Reset Protection).
The essence of the method is to boot the phone into recovery mode. The key combination depends on the model: usually it is Volume Up + Power button or Volume Down + Power button with the phone turned off. In the Recovery menu you need to select the item Wipe data/factory reset and confirm the action. After rebooting, the phone will be like new.
The problem is that after the reset, the phone will require you to enter the Google account that was synchronized before the reset. If it is a child’s account that is under control, you will again hit the wall. If the phone allows you to skip this step. or you know the password for the child’s account (but not the parent), then the control can be deleted, since the local data of the Family Link application will be erased.
☑️ Checklist before resetting
There is a nuance with FRP. If the phone is connected to Wi-Fi at startup after the reset, it will check the Google servers. If the server is linked to Family Link, activation may again require the parent's password. Therefore, experienced users often recommend not connecting to Wi-Fi right away, but trying to set up the phone via a mobile network or bypassing the standard procedure (although Google's latest security patches close most of these holes).
| Reset method | Data safety | PC required | Efficiency against FRP |
|---|---|---|---|
| Through the settings menu | No (everything is deleted) | No | Low (password required) |
| Recovery Mode (buttons) | No (everything is deleted) | No | Medium (depending on the Android version) |
| ADB Command | No (everything is deleted) | Yes | High (for advanced) |
| Flashing (Flash) | No (everything is deleted) | Yes | Maximum (removes all locks) |
Bypass via safe mode and ADB
For technically trained users, there is a method to disable Family Link system components via USB debugging (ADBThis method does not require root access, but requires enabling debugging in the “For Developers” menu, which, in turn, can be hidden by the parent’s password.
If debugging is enabled, connect the phone to the computer using. command adb shell pm disable-user --user 0 com.google.android.apps.kids.familylink you can try to “freeze” the application. However, modern versions of Android often have self-healing mechanisms for system applications, and after a reboot, control may return.
A more difficult way is to load into Safe Mode (Safe Mode) In this mode, only system applications are loaded. it may not start in safe mode. This gives you a window of opportunity: while the phone is in safe mode, you can log into Settings → Applications, find Family Link and try to delete it or clear the data. Then, without rebooting, try to turn off the Internet and log out of your account.
It is worth mentioning that this method is unstable on different firmware. On Samsung with the One UI shell or Xiaomi with MIUI, the protection algorithms may differ. For example, on Xiaomi, removing system components without root access is almost impossible without unlocking the bootloader, which in itself requires access to the Mi account.
- 💻 Connect the device to a PC with the platform SDK installed.
- 🔌 Enable USB debugging (if the menu is available).
- ⌨️ Enter a command to search for Family Link processes in the console.
- 🚫 Use the command to force stop or remove user updates.
⚠️ Attention: Incorrect use of ADB commands can lead to a “bootloop” of the device when the phone stops booting. Use this method only if you are ready to flash the firmware.
Specifics of different Android smartphone manufacturers
Different brands implement interaction with Google services differently. On smartphones Samsung deleting a Google account is often blocked until you enter the password, even if you know the password for the lock screen. Only a full reset via Recovery helps here, but FRP will require entering the last synchronized account.
Devices Xiaomi, Redmi and Poco have double protection: a Mi account and a Google account. If Family Link was enabled on your phone, you will need your Google password after the reset. However, if the phone has not been linked to Mi Cloud, there is a chance to bypass the verification through special utilities to unlock the bootloader, although this will void the warranty.
Smartphones Huawei (older models with Google services) and Honor may have their own nuances. On new Huawei devices without Google services, Family Link does not work in principle, since it requires the Google Play framework. If you have such a device, the problem can be solved by installing an old version of Google services or using analogues, but that's another story.
It is also worth considering that telecom operators sometimes offer their own parental control services that work at the network level. They cannot be removed from the phone as they are not an application. You can disable them only through the operator’s personal account or call the support service.
Possible problems and solutions during removal
During attempts to remove restrictions, you may encounter errors. Common problem: “Cannot delete account.” This means that the device's security policy prohibits deleting the main account if it has active administrative rights. Family Link is often granted device administrator rights.
To remove administrator rights, you need to go to Settings → Security → Device Administrators. There will be a list of applications with rights. If Family Link is in the list and the checkbox is active, you usually cannot remove it without the parent’s password. The system will redirect you to the Google password entry screen.
Another problem is the endless verification loop. After the reset, the phone tries to connect to the server, but due to a time or network error, it displays an activation error. In this case, setting the correct time manually (if the menu allows) or using special routers that filter requests to Google servers (a method for experts) helps.
If all else fails, the only option left is to contact the service center with a purchase receipt. Having a document confirming ownership of the device sometimes allows specialists to remove software locks, although large networks often refuse this, citing Google's security policy.
Frequently asked questions (FAQ)
Is it possible to remove Family Link if the phone is not connected to the Internet?
No, to remove an application or account, the device must contact Google servers to verify permissions. Without the Internet, the deletion process will freeze at the verification stage.
What will happen if you simply delete the Family Link application from your child’s phone?
Nothing good. The system will perceive this as a hacking attempt. In a few minutes (or immediately) a notification will be sent to the parent’s phone, and the child’s device may be locked until the password is entered.
Will changing the SIM card help bypass control?
No. Family Link is linked to a Google account, not a phone number. Changing the SIM card will not affect the restrictions set in the account.
How to remove control if a parent has forgotten their password?
The parent needs to restore access to their Google account through the recovery procedure (by phone or backup email). Without restoring the parent's access, it is officially impossible to remove control.
Will flashing the phone work?
Flashing (installing a new operating system) deletes all data, including FRP, only if it is done correctly and the bootloader version allows it. However, on modern phones with a locked bootloader, this is very difficult and risky.