Children's control on Android is a useful feature for parents, but sometimes it becomes an obstacle for the device owner. Perhaps you bought a used smartphone with activated restrictions, forgot your password, or simply want to return full access to functions. In this article, we will look at all the current methods of removing restrictions - from standard methods through settings to bypassing the lock if the password is lost. parental controls, or just want to return full access to functions Android. In this article, we will look at all the current methods of removing restrictions - from standard methods through settings to bypassing the lock if the password is lost.

It is important to understand that manufacturers (for example, Samsung, Xiaomi, Huawei) implement different control mechanisms: built-in Android tools, proprietary shells (MIUI, One UI, EMUI) or third-party applications like Google Family Link. Therefore, there is no universal solution - you will have to select a method to suit your situation. We will consider options for all cases, including bypassing restrictions without a password via ADBwhich works even on locked devices.

Before you begin, check: perhaps the restrictions are set not at the system level, but through the app (for example, Kids Place or Norton Family). In this case, it is enough to remove it. If the control is built into the firmware, read on.

๐Ÿ“Š What brand of your Android smartphone?
Samsung
Xiaomi
Huawei
Google Pixel
Other

1. Disabling child controls through Android settings

The easiest way is if you know the password or PIN code for the account that has set the restrictions. The instructions are suitable for standard Google parental controls and most branded shells.

Go to Settings โ†’ Digital wellbeing and parental controls (on some devices the path may differ: Settings โ†’ Users and accounts โ†’ Parental controls). Here you will see a list of profiles with restrictions. Select your profile (or your childโ€™s profile, if controls are installed on it) and click โ€œRemove restrictionsโ€ or โ€œDisable parental controls.โ€ The system will ask for a password - enter it, and all locks will be removed.

  • ๐Ÿ”น For Samsung: Settings โ†’ Digital health and parental controls โ†’ Parental controls โ†’ Turn off
  • ๐Ÿ”น For Xiaomi (MIUI): Settings โ†’ Accessibility โ†’ Parental controls
  • ๐Ÿ”น For Huawei (EMUI): Settings โ†’ Security and privacy โ†’ Parental Controls
โš ๏ธ Attention: On some devices (for example, Samsung Galaxy c One UI 5.0+s), after disabling controls, a reboot may be required for the changes to take effect. If restrictions remain, check for third-party blocking applications in Settings โ†’ Applications.

2. Resetting the parental control password through a Google account

If you have forgotten the password, but the device is linked to yours Google account, you can restore access through it. This method works for built-in control from Google (for example, in Family Link) and some proprietary solutions.

Open the page accounts.google.com on any device (we do not specify a link, since the URL may change) and log in under the same account that is used on phone. Go to โ€œSecurityโ€ โ†’ โ€œDevice Managementโ€. Find your smartphone in the list and select โ€œRemove restrictions.โ€ If this item is missing, try:

  1. Remove the device from the list of trusted ones.
  2. Reset the password for your Google account (this will automatically remove some locks).
  3. Login again on the phone - the system may offer to reset control settings.
๐Ÿ’ก

If installed on the phone Google Family Link, try deleting the application via Settings โ†’ Applications โ†’ Family Link โ†’ Delete. After this, the restrictions may disappear automatically.

Brand Password reset method Works without root?
Google (Family Link) Via accounts.google.com โ†’ Security โ†’ Device management Yes
Samsung Reset via Samsung Account (findmymobile.samsung.com) Yes
Xiaomi Only via Mi Account (if tied) Yes
Huawei Via Huawei ID (cloud.huawei.com) Yes
Other brands Bypass via ADB or factory reset Partially

3. Removing child control by resetting settings (Hard Reset)

If standard methods do not work and the password is lost, there remains a radical method - full reset. This will delete all data from the phone, including applications, photos and accounts, but is guaranteed to remove any restrictions.

Instructions for most Android devices:

  1. Turn off the phone.
  2. Hold down the key combination to enter in Recovery Mode (usually Power + Volume up, but may differ on some models).
  3. In the recovery menu, select Wipe data/factory reset (controlled by the volume and power buttons).
  4. Confirm the action and wait for the process to complete.
  5. Reboot the device (Reboot system now).
โš ๏ธ Attention: On devices with FRP protection (Factory Reset Protection) after the reset, you may need to enter data from the last synchronized one Google account. If you do not remember the login/password, the phone will turn into a โ€œbrick.โ€ In this case, you will need to bypass the FRP (look for instructions for the specific model).

Save important data (photos, contacts) on your PC or cloud|

Make sure you know the login/password for your Google account (for FRP)|

Charge the phone at least 50%|

Check the button combination for Recovery Mode (for your model)-->

4. Bypassing child controls via ADB (without root)

For advanced users, there is a way to disable restrictions via Android Debug Bridge (ADB)without losing data. This method works if the phone is enabled Debugging by USB (even if parental controls themselves block access to the settings).

You will need:

  • ๐Ÿ–ฅ๏ธ A computer with ADB drivers and Platform Tools from Google installed.
  • ๐Ÿ“ฑ USB cable for connecting the phone.
  • โš™๏ธ Enabled USB debugging (if not, see spoiler below).

Connect the phone to the PC, open the command line (or Terminal on Mac/Linux) and run:

adb shell pm list packages | grep -i "kids\|parent\|family"

This command will list applications associated with parental controls. Copy the package name (for example, com.google.android.apps.kids.familylink) and run:

adb shell pm uninstall -k --user 0 package_name

After reboot, the restrictions should disappear. If this method does not work, try disabling the device administrator:

adb shell dpm remove-active-admin package_name/.AdminReceiver
How to enable USB debugging if it is blocked?

If parental controls block access to Settings โ†’ For developers, try:

1. Follow the hidden link: enter in the phone dialer ##2846579## (for Huawei) or *#9900# (for Samsung).

2. On some Xiaomi the combination works: Settings โ†’ About phone โ†’ MIUI version (press 7 times), then go back and find Advanced โ†’ For developers.

3. nothing helps - all that remains is to reset the settings.

5. Disabling control through safe mode

Some parental control applications (for example, Kaspersky Safe Kids or Qustodio) can be temporarily deactivated by loading the phone into safe mode. This mode disables all third-party apps, including blockers.

To enter safe mode:

  1. Hold the button Power until the shutdown menu appears.
  2. Hold your finger on โ€œTurn offโ€ (or โ€œTurn off powerโ€) until you are prompted to enter safe mode.
  3. Confirm the action.

In safe mode:

  • ๐Ÿ”ง Uninstall the parental control application via Settings โ†’ Applications.
  • ๐Ÿ”‘ Reset the administrator password (if required).
  • ๐Ÿ”„ Reboot the phone in normal mode.
โš ๏ธ Attention: In safe mode, some system functions (for example Google Play Services) may not work correctly. Do not update applications or change system settings in this mode - this may cause crashes.

6. Features for different brands: Samsung, Xiaomi, Huawei

Manufacturers modify Android to suit their needs, so the methods for disabling control may vary. Let's consider the nuances for popular brands.

Samsung (One UI)

On devices Samsung parental controls are often tied to Samsung Knox a security system that blocks bypassing restrictions. If standard deactivation through settings does not work:

  • ๐Ÿ“ฑ Try deleting the childโ€™s profile through Settings โ†’ Accounts and archiving โ†’ Users.
  • ๐Ÿ”„ Use Samsung Find My Mobile (findmymobile.samsung.com) for remote reset.

Xiaomi (MIUI)

In MIUI control is implemented via Security โ†’ Parental Control. Features:

  • ๐Ÿ” The control password may be the same as the password from Mi Account.
  • ๐Ÿ“ฒ Reset may require confirmation via SMS to the linked number.

Huawei (EMUI/HarmonyOS)

Huawei uses its own system control linked to Huawei ID. To remove restrictions:

  • ๐ŸŒ Log in to your account at cloud.huawei.com and remove the device from the managed list.
  • ๐Ÿ”ง On your phone, go to Settings โ†’ Security โ†’ Parental Controls โ†’ Reset settings.
๐Ÿ’ก

On devices Huawei s HarmonyOS (instead of Android), standard ADB methods may not work. In this case, only resetting the settings or contacting support to confirm ownership will help.

7. What to do if nothing helps?

If all of the above methods did not work, it may be installed on the phone corporate control software (for example, in educational institutions or on work devices) or used custom Launcher with locks. In such cases:

  • ๐Ÿ“„ Contact the administrator who set the restrictions (for example, a school or employer).
  • ๐Ÿ› ๏ธ If your phone is yours, try flashing it via Fastboot or ODIN (for Samsung). This will delete all data, but is guaranteed to remove the locks.
  • ๐Ÿ”ง For devices with root access you can manually delete control files via Root Explorer (paths: /system/app/ or /data/app/).

If you are not sure of your actions, it is better to contact a service center. Incorrect firmware or deleting system files can turn the phone into a โ€œbrick.โ€

โš ๏ธ Attention: On some devices (for example, Samsung s Knox or Google Pixel s Titan M) independent flashing will void the warranty and may lead to hardware locking (for example, eFuse on Samsung).

Frequently asked questions

Is it possible to remove child control without resetting the data?

Yes, if you know the password or can use ADB (see section 4). Removing the blocker application in safe mode will also help (section 5 If the control is built into the firmware (for example, on corporate ones). devices), you canโ€™t do without a reset.

What to do if after resetting the phone requires an old Google account (FRP)?

This Factory Reset Protection is protection against theft If you do not remember your account details, try:

  1. Restore access to your account via accounts.google.com.
  2. Use official unlocking services (for example, for Samsung โ€” findmymobile.samsung.com).
  3. Contact the service center with proof of purchase.

Independent bypass of FRP may violate the law (Article 272 of the Criminal Code of the Russian Federation - unlawful access to computer information).

Do these methods work on Android tablets?

Yes, all the described methods are also suitable for tablets on Android (for example, Samsung Tab, Lenovo Yoga, Huawei MediaPad, with the exception of tablets with children's firmware (for example, Amazon Fire Kids Edition), where control is hardwired at the system level and requires special tools to unlock.

Is it possible to bypass parental controls through the engineering menu?

No, engineering menu (codes like ##4636##) does not contain functions for managing parental controls. to diagnose the network and hardware components. Attempts to change settings through the engineering menu can lead to loss of communication or malfunction of the modules (for example, GPS or Wi-Fi).

How to check which application is blocking the phone?

Install from Google Play application App Inspector or Package Name Viewer. It will show all installed apps and their rights. Look for keywords in the list: parent, kids, family, control. Also check the section Settings โ†’ Applications โ†’ Special access โ†’ Device administrators - there may be hidden blockers.