How to set up screen time on Xiaomi: a detailed guide for all versions of MIUI

Monitoring screen time has become a necessity for many Xiaomi users. Overuse of gadgets affects vision, sleep and productivity โ€” especially for children and adolescents. Fortunately, MIUI provides built-in screen time-limiting tools that work on all models from the Redmi Note 10 to the flagship Xiaomi 13 Ultra. In this article, you will find not only basic instructions, but also hidden system chips that will help make control as effective as possible.

It is important to understand that screen time settings in MIUI We'll go through both of these, including the nuances for different versions of firmware, and if you've never used these features, don't worry. The interface is intuitive, and our screenshots (path descriptions) will help to orient even beginners. ADB-commands that circumvent some system limitations.

What is screen time and why limit it

The term โ€œscreen timeโ€ refers to the total duration of active smartphone use, from watching videos to playing games and social media. Studies show that the average user spends more than 4 hours per day on the screen, and in adolescents this figure often exceeds 7 hours, the consequences of such behaviors range from chronic eye fatigue to reduced concentration.

Here are the key reasons to set limits:

  • ๐Ÿ‘๏ธ Vision protection: reducing screen time reduces risk of dry eye syndrome and myopia.
  • ๐Ÿ˜ด Sleep quality: blue screen light suppresses the production of melatonin, a hormone responsible for sleep.
  • ๐Ÿ“ฑ Digital Detox: Consciously Reducing Time With Your Gadget Improves Productivity and Mental Health.
  • ๐Ÿ‘ถ Child control: limiting access to games and social networks during school hours.

In MIUI, Screen Time is integrated into the Digital Well-being section (older versions of Time to Use) and allows:

  • ๐Ÿ“Š Track usage statistics by day/week.
  • โฑ๏ธ Set timers on individual applications.
  • ๐Ÿ”’ Lock the device on schedule (for example, overnight).
  • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Set up parental controls with a password.
๐Ÿ“Š How often do you check your screen time statistics?
Every day.
Once a week.
redico
Never.

Where to find screen time settings in MIUI

The path to settings depends on the firmware version. In the latest versions of MIUI 13/14, the section was moved to the Digital Well-Being menu, and in MIUI 12 and below it was called Time to Use.

MIUI versionThe path to settingsNotes
MIUI 14 (2023โ€“2026)Settings โ†’ Digital Well-Being โ†’ ToolbarThere is also a section called โ€œParental Controlโ€
MIUI 13Settings โ†’ Digital well-beingMenu design may differ on Redmi and POCO
MIUI 12.5 and belowSettings โ†’ Time of useFunctional is limited, there are no detailed statistics
MIUI for POCOSettings โ†’ Special Opportunities โ†’ Digital Well-BeingSome models may have different paths.

If you don't find the section along the specified path, try searching in the settings (the magnifying glass icon in the upper right corner). Enter the query "screen time" or "digital well-being" - the system will tell you the exact location.

โš ๏ธ Note: Some Xiaomi models for China (with China firmware) ROM) The partition can be hidden, and to activate it, you need to change the region to Global or EEA through ADB.

Step-by-step setting personal limitations

Personal limitations are good for self-control, and you can set timers for individual apps (like TikTok or YouTube) or a global limit for all screen time.

  1. Open Settings โ†’ Digital Well-Being โ†’ Toolbar.
  2. Slip on the chart "Screen time" (usually displayed at the top).
  3. Click on โ€œSet a screen time limitโ€ and select the desired duration (15 minutes to 23 hours).
  4. Activate the option โ€œBlock the device when you exceed the limitโ€ if you want a full lock.

To limit individual applications:

  1. In the Digital Well-Being section, select App Timers.
  2. Slip on the hourglass icon next to the desired application.
  3. Set a daily limit (e.g. 1 hour for Instagram).
  4. Enable the โ€œHard Limitโ€ option to block the application after the time has expired.

Select "Application Timers" section |

Set a limit for each application |

Activate a hard limit |

Check the usage statistics-->

If you want to temporarily suspend restrictions (for example, on weekends), use the โ€œPauseโ€ feature in the timer menu, which allows you to postpone the lock for 5/15/30 minutes or for the whole day.

โš ๏ธ Attention: B MIUI 14, we have Focus Mode, which blocks all distracting applications for a given period of time, and it can be enabled through Digital Well-Being. โ†’ Focus mode or through the Quick Settings Panel (swipe down from the top edge of the screen).

Parental Control: How to Limit Child Screen Time

For children and adolescents, MIUI has a separate section with advanced settings, where you can not only limit time, but also block specific applications, set a schedule, and view activity history.

  1. Go to Settings โ†’ Digital Well-Being โ†’ Parental Controls.
  2. Click on Add Child Profile and select an account (if your child has a Mi Account) or create a local profile.
  3. Set a password for parental control (required! otherwise the child will reset the settings).
  4. Set up: ๐Ÿ•’ Total screen time (for example, 2 hours on weekdays and 3 hours on weekends). ๐Ÿ“ต Sleep schedule (locking device from 22:00 to 7:00). ๐ŸŽฎ Application restrictions (banning games during school hours). ๐Ÿ” Content filter (blocking 18)+ content).

An important nuance: if a child uses a device without Mi Account, all settings will reset after hard reset. To avoid this, link the childโ€™s profile to your Xiaomi account through Settings โ†’ Xiaomi Account โ†’ Family.

What to do if the child has reset the settings?
If your child has reset, you can only re-attach the device to your Mi Account by re-attaching the parental control to your Mi Account. 1. Go to Settings โ†’ Xiaomi Account โ†’ Devices on your phone. 2. Find the childโ€™s device and request binding. 3. Confirm the action on his phone (you will need to enter your password).

For additional security, we recommend:

  • ๐Ÿ” Install PIN-code to unlock the childโ€™s screen (so that he can not bypass the restrictions through the guest mode).
  • ๐Ÿ“ฑ Enable Safe Mode in Settings โ†’ Special features (limits the installation of new applications).
  • ๐Ÿ”„ Regularly check the activity log in parental control (shows which apps were used).

Hidden functions and ADB-Teams for Advanced Users

If the standard settings MIUI Not enough can be used ADB-This method is suitable for advanced users, because it requires connecting the phone to a PC and knowing the basic commands.

Here are some useful commands:

  • ๐Ÿ“ฑ Set a global screen time limit (in seconds): adb shell settings put global screen_off_timeout 7200 (7200 seconds = 2 hour)
  • ๐Ÿ”’ Block new applications: adb shell settings put global install_non_market_apps 0
  • ๐Ÿ•’ Disable automatic time synchronization (useful to bypass some limitations): adb shell settings put global auto_time 0

To work with ADB, you will need:

  1. Install Android SDK Platform-Tools on PC.
  2. Enable USB Debugging on your phone (Settings โ†’ About Phone โ†’ MIUI Version โ†’ 7 times tap on version โ†’ Return to Additional โ†’ For developers โ†’ Debugging by USB).
  3. Connect the phone to the PC and execute the adb device command to check the connection.

โš ๏ธ Attention: Misuse of the right ADB This can cause system failures. Before experimenting, back up your data through Settings. โ†’ Additionally. โ†’ Backup and reset.

๐Ÿ’ก

If so, ADB-commands screen time resets โ€“ check the automation settings in Settings โ†’ Special facilities โ†’ Automation: Sometimes third-party applications (such as Tasker) conflict with system constraints.

Frequent problems and their solutions

Even when you set it up correctly, users are confronted with bugs and unexpected behaviors, and here are the most common problems and ways to solve them:

Problem.Reason.Decision
Restrictions are reset after rebootingConflict with MIUI optimizationAdd the Digital Well-Being app to auto-cleaning exceptions (Settings โ†’ Apps โ†’ Permissions โ†’ Auto-Run)
Timers donโ€™t work for individual appsThe application has administrator rightsCheck Settings โ†’ Applications โ†’ [Application Name] โ†’ Additional โ†’ Administrator Rights
Parental controls do not block gamesThe game is installed as a system applicationDelete the game and install it through the Mi App Store (system applications are not subject to restrictions)
Statistics not updatedDigital Well-Being Service Shut DownGo to Settings โ†’ Applications โ†’ Application Management โ†’ Three Points โ†’ Show System โ†’ Digital Well-Being and Enable It

If none of these methods worked, try resetting your digital well-being settings:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find Digital Well-Being and tap it.
  3. Select โ€œStorageโ€ โ†’ โ€œDelete dataโ€.
  4. Reboot your phone and set the restrictions again.

๐Ÿ’ก

If the problem persists after reset, check the MIUI version. In some beta versions of the firmware, the screen time function is unstable. Solution: roll back to the stable version via Settings โ†’ About Phone โ†’ System Update โ†’ Three Points โ†’ Select an update package.

Alternative applications for screen time control

If embedded tools MIUI You don't like it, you can use third-party apps, and they offer more flexible settings, cross-platform synchronization, and advanced analytics.-5 provenance:

  • ๐Ÿ“Š Googleโ€™s official Android integration app, Digital Wellbeing (Google), allows you to set limits, track usage and enable Do Not Disturb mode, minus: it doesnโ€™t work on some customized Xiaomi firmware.
  • ๐Ÿ‘ถ Kids Place is a dedicated parental control solution that blocks access to all apps except the ones you allow, and it has a remote web dashboard management feature, plus it works even without Mi Account.
  • โฑ๏ธ AppBlock Allows you to block apps on a schedule (such as social networks during working hours), supports multiple profiles and password protection.
  • ๐Ÿ”’ Norton Family โ€“ A comprehensive solution with location monitoring, website blocking and screen time limits, plus cross-platform (powered by iOS and Windows).
  • ๐Ÿ“ˆ ActionDash Alternative to Digital Wellbeing with more detailed statistics and a widget for the home screen.

Before installing third-party apps, check their compatibility with your version of MIUI. Some programs (such as Digital Wellbeing) may conflict with Xiaomiโ€™s built-in services, leading to double counting of statistics or timer failures.

Can I set different limits for weekends and weekdays?
Yes, in MIUI 13/14, this feature is available under Parental Control. When setting up your total screen time, select the option โ€œSet up a scheduleโ€ and specify individual limits for each day of the week. In older versions (MIUI 12 and below), this option is not available โ€” you will have to use third-party apps like AppBlock.
How to get around screen time limits if you forget your password?
If you forget your password from parental controls, there are two ways to reset: via Mi Account: log in to your account on account.xiaomi.com, find the device in the Family section and reset. Through ADB (requires unlocked bootloader): adb shell pm clear com.miui.screenrecorder This command will reset your digital well-being settings but delete all the statistics. Attention: on devices with a locked bootloader, these methods will not work โ€“ you will need a full reset.
Why does the screen time statistics show incorrect data?
Inaccuracies in statistics are usually associated with: ๐Ÿ”„ Optimization MIUI: Add Digital Well-Being to Auto Cleanup Exceptions (Settings) โ†’ Annexes โ†’ Permits โ†’ Auto-start). โณ System time failure: check date and time settings (Settings) โ†’ Additionally. โ†’ Date and time โ†’ Automatically). ๐Ÿ“ฑ Launcher conflict: If you use a third-party launcher (like Nova Launcher), go back to the standard launcher. MIUI Launcher and restart your phone. If the problem persists, clear the Digital Well-Being app cache in Settings โ†’ Annexes โ†’ Application management.
Can I limit screen time on Xiaomi without the Mi Account?
Yes, but with limitations: ๐Ÿ”น Local profile: in parental control, you can create a profile without linking to the account, but after Hard Reset all settings will reset. ๐Ÿ”น Third-party apps: Kids Place or AppBlock work without Mi Account, but require a password to change settings. ๐Ÿ”น ADB-commands: allow you to set strict restrictions, but require technical skills. For maximum reliability, we recommend linking the device to the Mi Account - this is the only way to save the settings after resetting.
How to transfer screen time settings to the new Xiaomi phone?
To transfer restrictions and statistics to your new device: Back up on your old phone: Settings โ†’ Additional โ†’ Backup and Reset โ†’ Local Backup (select Digital Well-being in the data list). Move the backup file to your new phone (via Mi Cloud, Google Drive or cable). Restore data on your new device: Settings โ†’ Additional โ†’ Backup and Reset โ†’ Restore from local copy. If you have Mi Account synced, parental control settings will be transferred automatically when you log in to your new phone.