How to remove parental controls on Xiaomi: from password reset to ADB-team

Introduction: Why Standard Shutdowns Don't Always Work

Parental controls on Xiaomi devices (including Redmi, POCO and Black Shark) are not just a content restriction feature, but a whole host of secure mechanisms integrated into the MIUI shell. Many users are faced with a situation where standard disconnection through settings is not possible: the system requires a password that is forgotten or does not respond to changes at all, the reasons can be different from a failure in the Family Link to blocking at the Mi Account level.

In this article, we will discuss all possible ways to remove parental control, from the simplest (reset via settings) to advanced (using ADB and engineering menus).

  • ๐Ÿ” Forgot the password from parental control or Mi Account
  • ๐Ÿ“ฑ The device is locked after the update MIUI (for example, before the version 14/15)
  • ๐Ÿ‘ค Parental control activated by the previous owner (when buying a used phone)
  • ๐Ÿšซ The function "Request password when changing settings" is included in Settings โ†’ Special opportunities

Important: some methods require superuser rights (root) or access to the developer mode. If you are not sure about your actions, it is better to contact the Xiaomi service center - improper manipulation can lead to complete loss of data or a "brick" of the device.

๐Ÿ“Š What is your case with parental control?
Forgot my password.
I bought a used phone with a lock.
Updated MIUI and the control worked itself
Another option

Method 1: Standard shutdown via MIUI settings

If you have access to the parental control password or Mi Account from which the feature was activated, try to disable restrictions in the standard way.This method works on most Xiaomi devices running MIUI 12-15 (including Redmi Note 10/11/12, POCO X3/X4/X5, Mi 11/12/13).

Instructions:

  1. Open Settings โ†’ Applications โ†’ Parental Controls.
  2. Enter your password (if requested).
  3. Go to the Restrictions Management section.
  4. Click Disable Parental Controls and confirm the action.

If there is no "parental control" item on the menu, check:

  • ๐Ÿ” Section Settings โ†’ Google โ†’ Parental Controls (if you use Google Family Link)
  • ๐Ÿ” Settings โ†’ Accounts. โ†’ Mi Account โ†’ Family access
  • ๐Ÿ” In the search for settings, enter "parent" - sometimes the item is hidden in non-obvious sections.

โš ๏ธ Note: On some firmware (for example, MIUI Global Stable for the European region) Parental controls can be linked to a Google Account, in which case you can only disable it via families.google.com from your computer.

โ˜‘๏ธ Preparing for the removal of parental control

Done: 0 / 4

Method 2: Reset password through Mi Account (if linked account)

If parental controls are activated through Mi Account and the password is lost, you can restore access through the official Xiaomi service, which is suitable for devices where control is tied to the account, and not to the local password.

Step-by-step:

  1. Go to account.xiaomi.com from your computer or other device.
  2. Sign in with the same account that is used on the locked phone.
  3. In the Security โ†’ Devices section, find your smartphone.
  4. Click Remove the device (this will reset the parental control binding).
  5. On the phone, reboot and check for restrictions in Settings โ†’ Applications.

If this method does not work, try:

  • ๐Ÿ“ง Restore the password from Mi Account through email/phone (button "Forgot your password?" on the site).
  • ๐Ÿ”„ Untie your account through Settings โ†’ Accounts. โ†’ Mi Account โ†’ Delete your account (password entry required).
  • ๐Ÿ“ž Contact Xiaomi with proof of ownership of the device (checks, box).
Resetting methodRequired.Works onRisks.
Reset via Mi AccountAccess to email/phone accountMIUI 10-15, all modelsLow (re-authorization may be required)
Deleting the device from the accountAccess to account.xiaomi.comMIUI 12+, tethered devicesMedium (possible loss of cloud data)
Local password resetKnowing the answer to the control questionMIUI 11 and olderHigh (in case of incorrect attempts, lock for 24 hours)

Method 3: Use the Engineering Menu (#4636##)

On some Xiaomi devices (especially older versions of MIUI 9-11), parental controls can be bypassed through an engineering menu, which does not require root rights, but does not work on all firmware.

Instructions:

  1. Open the Phone app and enter the combination: ##4636##.
  2. In the menu that opens, select Phone Information (or Usage Statistics).
  3. Scroll down and find Parental Controls or Restrictions.
  4. Click Reset Settings or Disable.
  5. Reset the device.

If the combination doesnโ€™t work, try alternative codes:

  • ๐Ÿ“ฑ ##7780## - Reset settings (does not delete data, but can remove restrictions).
  • ๐Ÿ“ฑ ##3646633## โ€” Engineering menu for MediaTek processors (works on Redmi) 9A/9C/10A).
  • ๐Ÿ“ฑ ##2664## - Sensor test (sometimes containing hidden settings).

โš ๏ธ Note: Entering engineering codes on devices with MIUI 13+ This can cause you to reset your regional settings (e.g. from Global to China). โ†’ Additionally. โ†’ Backup.

What to do if the engineering menu is not opened?
On the new versions MIUI (14+) The engineering menu is often blocked. The alternative is to use the app. MTK Engineering Mode (for MediaTek processors) or Qualcomm EngineerMode (for Snapdragon) can be downloaded from official sources, but beware: some of them are not available. APK-files contain malicious code.

Method 4: Bypass ADB (for advanced users)

If the standard methods do not help, and you have access to the developer mode and USB-You can try to disable parental control via Android Debug Bridge (ADB). This method is suitable for Xiaomi based on Android 10-14 and requires a computer with installed Mi drivers. PC Suite.

Step-by-step:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone. Press 7 times on MIUI Version. Return to Settings โ†’ Additional โ†’ Developer. Enable USB Debugging.

Connect the phone to your computer and confirm the debugging permission.

ADB Tools

Command line.

Terminal

adb shell


pm uninstall -k --user 0 com.miui.guardprovider




pm uninstall -k --user 0 com.android.providers.settings




settings put global parental_controls_enabled 0

Reset the device.

If the restrictions remain after the reboot, try additional commands:

  • ๐Ÿ–ฅ๏ธ adb shell am force-stop com.miui.guardprovider - forced stop of control service.
  • ๐Ÿ–ฅ๏ธ adb shell pm clear com.miui.guardprovider โ€“ cleaning up application data.
  • ๐Ÿ–ฅ๏ธ adb shell settings delete global parental_controls โ€” removal of global settings.

โš ๏ธ Note: pm uninstall commands remove system applications, which can lead to unstable operation MIUI. After you do it, check the health of Settings and Google Play. In extreme cases, you will need to reset to factory settings.

๐Ÿ’ก

If ADB does not recognize the device, install Xiaomi USB Driver drivers from the official website or use the Mi Flash Tool for forced installation.

Method 5: Hard Reset (complete reset)

If all the previous methods didn't work, the most radical way is to completely reset your device, which will remove all the data from your device, including parental controls, but also delete:

  • ๐Ÿ“ธ Photos, videos and music (unless saved in the cloud).
  • ๐Ÿ“ฑ Contacts, SMS, call-in.
  • ๐ŸŽฎ Installed applications and their data.
  • ๐Ÿ”‘ Passwords from Wi-Fi and accounts.

How to make a Hard Reset:

  1. Turn off the device.
  2. Press the Power button + Volume up at the same time (on some models โ€“ Volume down).
  3. Wait for the Mi logo to appear and release the buttons โ€“ you will be in Recovery mode.
  4. Use volume buttons for navigation and power button for selection.
  5. Select Wipe Data โ†’ Wipe All Data (on some firmwares โ€“ Factory Reset).
  6. Confirm the action and wait for the process to be completed.
  7. Reboot the device (Reboot System).

Important: on devices with a locked bootloader, after a reset, you may need to re-authorize to Mi Account. If you do not remember your account information, the phone will turn into a โ€œbrickโ€ (will not turn on without linking to the original account).

Xiaomi modelCombination for RecoveryFeatures
Redmi Note 10/11/12Food + Volume upMIUI 14+ may require a password from Mi Account
POCO X3/X4/X5Food + Volume upRecovery English is available
Mi 11/12/13Power + Volume up (hold 10+ seconds)Chinese firmware reset could bring region back to China
Redmi 9A/9C/10AFood + Volume up + Volume downSome versions of Recovery lack touch controls

๐Ÿ’ก

Before Hard Reset, you must remove it. SIM-Card and memory card โ€“ they can be password protected after reset.

Alternative methods (if nothing helps)

If none of the above methods worked, consider the following options:

1. Update/Return firmware through Fastboot

On some devices, parental controls go off after flashing.

  • ๐Ÿ–ฅ๏ธ Download the official firmware for your model from the Xiaomi Firmware website.
  • ๐Ÿ–ฅ๏ธ Use the Mi Flash Tool to install via Fastboot mode.
  • ๐Ÿ”„ Select the Clean All option (complete cleaning).

2. Contact the Xiaomi Service Center

If the device is warranty or you do not risk to carry out manipulations yourself, contact the official service. To confirm ownership you will need:

  • ๐Ÿ“„ Check or guarantee card.
  • ๐Ÿ“ฆ Original box with serial number.
  • ๐Ÿ†” Passport of the owner.

3. Use of third-party utilities (at your own risk)

There are programs like Mi Account Unlock Tool or Xiaomi Tool V2 that promise to reset parental controls.

  • โš ๏ธ 90% of these utilities contain viruses or spyware.
  • โš ๏ธ They can disrupt their work. DRM-Keys (for example, for Netflix) HD Widevine L1).
  • โš ๏ธ The warranty on the device will be cancelled.
What is it? DRM-Keys and why you canโ€™t lose them?
DRM (Digital Rights Management) is a copyright protection system used to view content in high resolution (Netflix, Disney+, Amazon Prime) if incorrectly tampered with system files, the keys can be reset to L3, which will limit the video resolution to 480p.

FAQ: Frequent questions about removing parental controls

Can parental controls be removed without data resetting?
Yes, in most cases, it's possible. Try: Reset passwords through Mi Account (if the control is tied to the account); use ADBs to shut down system services; Update firmware (sometimes resets restrictions); Hard Reset is a last resort.
Why does the phone ask for an old Mi Account after resetting?
This is theft protection activated on all Xiaomi devices with MIUI 9+. If the phone was tied to an account and you reset through Recovery, the system will require you to enter the information of that account. Solutions three: Remember data or restore access through account.xiaomi.com. Contact the service center with proof of purchase. Use the official unlock tool Mi Unlock Tool (waiting 7-30 days).
Does Xiaomi work with a MediaTek processor?
Yeah, but there's nuance: ๐Ÿ”ง On MediaTek devices (e.g. Redmi) 9A/10A) Often there is an engineering menu on the code ##3646633##. ๐Ÿ”ง For ADB-Teams may need an additional MediaTek Preloader driver. โš ๏ธ Reset via Fastboot on MediaTek is fraught with "brief" - use only official firmware.
How to check if parental controls are enabled on my Xiaomi?
Signs of Active Parental Control: ๐Ÿ”’ Access to certain apps (e.g. YouTube, Google Play) is blocked). โฐ Limited time of use of the device. ๐Ÿ“ต You can not install new apps or games. ๐Ÿ” B Settings โ†’ The apps have a "Parental Control" option, and you can also search for "parent" settings, and the system will show all the associated parameters.
What if parental controls are activated after the MIUI update?
This is a well-known MIUI 13-15 problem, where some security settings are reset after the update. Solutions: Reset the device - sometimes control is turned off after the reboot. Check the settings of Google Family Link (possibly the control is activated through it). Perform an application-only reset (Settings โ†’ System โ†’ Resetting โ†’ App settings reset).