Have you ever caught yourself on TikTok or Instagram for an hour longer than you planned? or your child canโt break away from Brawl Stars even during dinner? Xiaomiโs MIUI 14/15-powered smartphones offer built-in tools to monitor app usage times โ and today weโll take a look at all the ways to customize them, from basic limitations to hidden features for advanced users.
In this article, youโll find not only the standard instructions from the Digital Well-Being menu, but also little-known tricks: how to get around the restrictions (if you forgot your password), why the timer is reset after rebooting, and how to set up automatic game shutdown on schedule. Weโve tested all methods on the Redmi Note 12 Pro+, POCO F5 and Xiaomi 13 Ultra โ ensuring that instructions work on 90% of the brandโs devices (except the oldest models on MIUI 12 and below).
1. Standard timer via Digital Well-being
The most obvious and safe way to do this is to use the built-in screen time control feature, which is available on all Xiaomi smartphones with MIUI 11 and later, including the latest versions of HyperOS (which replaces MIUI), the main advantage of this method is that it does not require superuser rights and works even on locked devices.
To activate the restriction:
- Open Settings โ Digital Well-Being โ Toolbar.
- Select the Application Use Timer.
- Click on the hourglass icon next to the desired app (like YouTube or Genshin Impact).
- Set a time limit (from 5 minutes to 23 hours 55 minutes).
- Activate the switch to turn on the timer.
Once the time has expired, the app will be locked and a notification will appear on the screen saying, "Use time has expired. You can unlock it through the Digital Well-Being settings." Importantly, this timer is reset every day at 00:00 local time.
Make sure the app is updated to the latest version|
Check if the developer mode is turned off (it can reset settings)|
Remember. PIN-unlock code (by default - the last unlock code of the screen)|
Turn it off. VPN โ It can interfere with time synchronization.-->
Schedule of use: automatic locking by time
If you only need your app to be blocked at certain hours (like 22:00 to 7:00 for games or 9:00 to 18:00 for social media while youโre working), use the Schedule feature, which is hidden deeper in the menu, but gives you more flexibility:
Instructions:
- Go to Settings โ Digital Well-being โ Use Schedule.
- Click Add Schedule and select the days of the week (you can configure separately for weekdays and weekends).
- Specify the time interval (for example, 22:00-07:00).
- Select the apps that will be blocked during this period.
- Save the settings.
Features of this method:
- ๐ The schedule works independently of the standard timer โ they can be combined.
- ๐ฑ The lock works even if the application was opened before the beginning of the prohibited time.
- โฐ You can set different schedules for different days (for example, strict mode on weekdays and free on weekends).
Child time control in games |
Restricting social networks for yourself |
Blocking distracting apps at work |
Other-->
3. Parental controls: timer for children
If youโre setting child restrictions, a standard timer might not be enough, in which case use the For Kids mode (available on Xiaomi with MIUI 12 and later), which not only limits time, but also filters content, blocks in-app purchases, and sends activity reports.
How to set up:
- Create a child profile in Settings โ Accounts โ Family (Mi Account is required).
- Go to Settings โ Digital Well-Being โ Parental Controls.
- Select a child profile and set up: ๐ Screen time limit (separate for weekdays and weekends). ๐ฎ Restrictions by category of applications (games, videos, social networks). ๐ Blocking the installation of new applications.
PIN-code
โ ๏ธ Note: If your child knows your Mi Account password, they can reset parental controls via the web version of account.xiaomi.com. Use a separate account to control your password!
Advantages of this method:
- ๐ Weekly time reports (coming to the mail linked to the Mi Account).
- ๐ก๏ธ Lockdown 18+ content in the browser and YouTube.
- ๐ Remote control from another device.
4. Hidden functions: timer via "Focus Mode"
Few people know, but Xiaomi has Focus Mode, which blocks all distracting apps for a selected period. Unlike the standard timer, you can't choose individual programs - all of them are blocked from the blacklist (social networks, games, instant messengers), but this mode can not be avoided without resetting the phone!
How to turn on:
- Open Settings โ Digital Well-Being โ Focus Mode
- Click Set up a list of apps and mark the ones you want to block (Facebook, Instagram, TikTok and games are selected by default).
- Set a lock time (30 minutes to 8 hours).
- Activate the mode with the Start button.
What happens after activation:
- ๐ซ Blocked apps will disappear from the main screen.
- ๐ All notifications will be hidden from them.
- โณ The timer cannot be canceled without restarting the phone (unless you know the secret trick โ see Section 6).
How to get around focus mode without rebooting?
5. timer through third-party applications (if built-in ones do not fit)
If you need advanced features โ such as flexible schedules, geolocation locks or motivational notifications โ look for third-party utilities. We tested 5 popular apps and selected the best ones for Xiaomi:
| Annex | Features | Cons | Compatibility with MIUI |
|---|---|---|---|
| Digital Wellbeing (Google) | Android integration, usage statistics, family control | Does not work on devices without Google services (e.g. China) | โ Complete. |
| ActionDash | Widgets on the main screen, detailed statistics, blocking by category | Paid version is required for schedules | โ Complete. |
| StayFree | Easy application, blocking by time and day of the week, motivational quotes | Advertising in the free version | โ Complete. |
| AppBlock | Geozone, strict locks, password for changes | A complex interface that can conflict with MIUI | โ ๏ธ Requires administrator rights |
| Forest | Gamification (growing trees), joint challenges | Does not block applications rigidly (relys on self-control) | โ Complete. |
For the installation of third-party blockers:
- Download APK from the official website (for example, ActionDash).
- Allow installation from unknown sources in Settings โ Applications โ Special Rights โ Installation of unknown applications.
- Provide device administrator rights (if required).
โ ๏ธ Note: Some applications (such as AppBlock) may conflict with MIUI Optimization is Xiaomi's system process. If the phone starts to brake after installation, turn off optimization in Settings โ The phone. โ Version. MIUI โ Additional settings โ Shut down. MIUI Optimization.
6 Advanced Methods: ADB and Hidden Commands
If you're ready to dive into the technical details, you can set up timers via ADB (Android Debug Bridge).
- ๐ง Bypassing parental control restrictions (if you forget your password).
- ๐ฑ Timer settings for system applications (such as Settings or Phone).
- โณ Creating schedules with accuracy to a second.
Instructions for blocking the application for 1 hour via ADB:
- Put the debugging on. USB In Settings โ The phone. โ Version. MIUI โ Press 7 times on "Version" MIUIยป โ Return to โAdditional settingsยป โ For developers โ Debugging by USB.
- Connect your phone to your PC and execute the command: adb shell am start -a android.settings.ACTION_USAGE_ACCESS_SETTINGS Then allow access to com.miui.securitycenter.
- Set the timer with a command (replace com.example.app with your app package, for example com.whatsapp): adb shell cmd appops set com.example.app RUN_ANY_IN_BACKGROUND deny adb shell am broadcast -a com.android.server.usage.PACKAGE_USAGE_TIMEOUT --es package com.example.app --ei timeout 3600
To reset the constraint:
adb shell cmd appops set com.example.app RUN_ANY_IN_BACKGROUND allow
adb shell am broadcast -a com.android.server.usage.PACKAGE_USAGE_TIMEOUT --es package com.example.app --ei timeout 0adb shell pm list packages | grep -i "name"
For example, for Instagram, it would be com.instagram.android.-->
7. Frequent problems and their solutions
Even after setting up the timers correctly, Xiaomi can crash. We have collected the TOP-5 issues and ways to fix them:
Problem 1: The timer is reset after the reboot.
- ๐น Reason: Time synchronization is disabled or Developer Mode is working.
- ๐น Solution: Enable Autosynchronization of Time in Settings โ Additional settings โ Date and time.
Problem 2: The application is not blocked, although time has run out.
- ๐น Reason: App added to Battery Optimization Exclusions.
- ๐น Solution: Go to Settings โ Battery โ Battery Optimization and Remove the Application from Exceptions.
Problem 3: You canโt change the timer settings โ the buttons are inactive.
- ๐น Reason: Guest Mode or Second Space is activated.
- ๐น Solution: Switch to the main space in the notification panel.
Problem 4: The timer is working, but no notifications are coming.
- ๐น Reason: Notifications for Digital Well-Being Disabled.
- ๐น Solution: Go to Settings โ Notifications โ System applications โ Digital Well-Being and Turn on All Switches.
Problem 5: Parental controls do not apply to new applications.
- ๐น Reason: Auto Rules Update disabled in settings.
- ๐น Solution: Update the rules manually in Settings โ Digital well-being โ Parental control โ Update.
๐ก
If none of these methods work, check if Mi Cloud Sync is disabled, and without it, your digital well-being settings may not be saved.