Smartphone games can be a real headache, especially for children who spend too much time on them, or for their own productivity, suffering from constant notifications. Xiaomi, Redmi and POCO smartphones based on MIUI offer several built-in tools for blocking games, but not all users know how to use them correctly. Moreover, standard methods are often bypassed by resetting settings or installing additional applications, which poses risks to data security.
In this article, weβll look at 5 proven ways to block games on Xiaomi devices, from built-in parental controls to hidden MIUI features and third-party utilities. Youβll learn how to limit usage time, completely block the game from launching or even hide it from the menu so that your child (or yourself) canβt accidentally open it. All instructions are relevant for 2018-2026 models and tested on the latest firmware versions.
Important: Some methods require administrator rights or developer mode. If you block games for a child, discuss these restrictions with him in advance - a sudden lock can cause a negative reaction. Also remember that on devices with an unlocked bootloader, a child can bypass any restrictions through Recovery or ADB.
1 Built-in Parental Controls MIUI
The most obvious and safe way to do this is to use standard parental controls in your home. MIUI. It allows you not only to block games, but also to set time limits, limit purchases in apps, and filter content by age. MIUI 10 (2018).
To activate parental control:
- Open the Settings. β Parental control.
- Click Start and create PIN- code (remember or write it down!).
- Select a child profile (or create a new one).
- Go to the Application Limitations section.
- Find the game in the list and set a time limit or block it completely.
Advantages of the method:
- π Does not require root or third-party application rights.
- π Flexible settings: You can set a schedule (e.g. lock games from 22:00 to 8:00).
- π Use statistics are kept.
β οΈ Warning: If a child knows the PIN- code of parental control, they can reset the restrictions. Use complex code (not date of birth!) and don't keep it in your phone's notes.
Write PIN- code to a safe location | Check the version of MIUI (must be at least 10) | Update the list of applications in the settings |Sync the data with the Mi Account (in case of reset)
-->
2. Blocking through Digital Well-being
The MIUIβs Digital Wellbeing feature allows you to track app usage times and set strict limits, and unlike parental controls, you can block a game for a certain period or completely disable it without creating a separate profile.
Instructions:
- Go to Settings β Digital Well-being β Toolbar.
- Select the App Timer.
- Find the game in the list and set a limit (for example, 30 minutes a day).
- Activate the Lock option after the time has expired.
If you want to block the game completely:
- In the same section, click on the game β Limit background activity.
- Turn off Display Notifications.
- Turn on the app to suspend (this will block the launch).
Limitations of the method:
- β A child can reset if they know the password from their Mi Account.
- β It does not work for system applications.
π‘
If the game continues to run after blocking, check if it is installed in the Secured Space, in which case the lock must be set separately for each profile.
3. Use of Second Space (Second Profile)
The MIUIβs Second Space feature allows you to create an isolated profile with separate settings and apps, ideal if you want to give your child a phone but limit access to games, social media or other distracting apps.
How to set up:
- Go to Settings β Special Options β Second Space.
- Create a new profile and set a separate password for it.
- In the main space, remove all games (they will only remain in Second Space).
- In Second Space settings, turn off the ability to switch between profiles without a password.
Advantages:
- π Complete isolation: There will be no games at all in the main profile.
- π± You can customize different wallpapers, apps, and even time limits for each space.
β οΈ Warning: If your child knows the Mi Account password, they can reset Second Space through Settings β Xiaomi Account β Delete Space. To avoid this, untie your account from the device in your profile settings.
Parental Control | Digital Well-Being |Second Space |Third-Party Apps |I don't know, haven't tried-->
4. Block through the application settings (for individual games)
Some games (especially from major developers such as Genshin Impact, PUBG Mobile or Roblox) have built-in parental controls that allow you to limit game time, purchases, or even completely block access over the PIN- code.
Example for Genshin Impact:
- Open the game and go to Settings β Account β Parental Controls.
- Set the PIN- code and set the restrictions.
- Activate the Lock Login option (a PIN will be required when you try to start).
For PUBG Mobile:
- Go to Settings β Game Time Management.
- Turn on the healthy gameplay mode.
- Set a time limit and activate the lock.
List of games with built-in parental control:
| Game. | The path to settings | Maximum time limit |
|---|---|---|
| Genshin Impact | Settings β Account β Parental Control | Unlimited (configured) |
| PUBG Mobile | Settings β Managing game time | 6 hours a day |
| Roblox | Settings β Confidentiality β Parental control | Configured through the site |
| Brawl Stars | Settings β Parental control | 2 hours a day |
The downside is that if the game doesn't support parental control, it won't work, and the child can just delete and reinstall the game, resetting all the restrictions.
How to get around the lock through reinstalling the game?
5. Third-party applications for blocking games
If the built-in MIUI features don't work, you can use third-party utilities, which offer advanced features: geolocation lock, remote control, hidden mode, and even schedule lock.
Top-3 applications for blocking games on Xiaomi:
- π AppBlock β allows you to block games by time, day of the week or location, and there's a Hard Lock feature that you can't get around without a password.
- π StayFocusd β limits the total time you use app categories (e.g., all games at once).
- π¨βπ©βπ§βπ¦ Kids Place creates a secure sandbox with allowed apps, and everyone else (including games) will be blocked.
How to set up AppBlock:
- Download the app from Google Play.
- All necessary permits (including special features)
- Add games to the blacklist.
- Set a password to unlock.
- Activate Strict Lock Mode (without it, your child can simply delete AppBlock).
β οΈ Warning: Some antiviruses (such as Avast or Kaspersky) may conflict with blocking applications.
Comparison of annexes:
| Annex | Free version | Hard lockdown. | Remote control |
|---|---|---|---|
| AppBlock | Yes (with limitations) | Yes. | No. |
| StayFocusd | Yes. | No. | No. |
| Kids Place | Free-to-play | Yes. | Yes (premium) |
π‘
Third-party apps are more efficient than built-in MIUI features, but require more rights and may conflict with system services. Before installing, check for compatibility reviews with your Xiaomi model.
6. Hiding and blocking through ADB (for advanced)
If you're ready to go into the technical details, you can block the game through ADB (Android Debug Bridge), a method that is suitable for power users and allows you to completely disable access to the application, even if the child knows the passwords from the Mi Account.
What you need:
- Computer with installed ADB-driver.
- USB Type C C Cable (original)
- Developer Mode and USB Debugging on your smartphone.
Instructions:
- Connect your phone to your PC and open the command line (Win + R β cmd).
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Find out the game's package name (for example, for PUBG Mobile it is com.tencent.ig). Use the command: adb shell pm list packages | grep "game name"
- Block the game with the command: adb shell pm hide com.tencent.ig (replace com.tencent.ig with the desired package).
To unlock, use:
adb shell pm unhide com.tencent.igAdvantages of the method:
- π§ Doesn't require root rights.
- π Locking is system-level, and it is impossible to circumvent it without ADB.
Disadvantages:
- β Hard for beginners.
- β When settings are reset, the lock is removed.
π‘
If you donβt know the gameβs package name, search for it through App Inspector in Google Play or use the adb shell pm list packages command -f to output the full list.
Frequent Mistakes and How to Avoid Them
When blocking games on Xiaomi, users often face typical problems, and here are the most common ones and ways to solve them:
1. The child resets the restrictions through resetting.
- πΉ Solution: Turn off the ability to reset without password in Settings β Additional β Resetting β Reset Protection.
- πΉ If the phone is linked to a Mi Account, you will need to enter your login and password after the reset.
2.The game continues to work after the lock.
- πΉ Cause: The application is cloned (e.g., via Dual Appendices in MIUI).
- πΉ Solution: Check the list of applications in Settings β Applications β Dual applications and block the copy.
3.Digital Well-Being Blockage is not working.
- πΉ Reason: Special features for the service are disabled.
- πΉ Solution: Go to Settings β Special Features β Digital Well-Being and Enable Permission.
4.The third-party blocking application is not working.
- πΉ Cause: Conflict with optimization MIUI.
- πΉ Solution: Add a blocker to auto-clean exceptions: Settings β Battery β Battery Optimization β All Apps β Find a blocker β No restrictions.