Dark mode on Xiaomi smartphones has become a standard feature with the release of MIUI 10, but not all users like it.Some prefer the classic light interface because of better readability in daylight, some face display bugs in individual applications, and some are just tired of the monotonous black range. In this article, we will discuss all the current ways to disable dark theme on Redmi, POCO and Mi devices โ from basic system settings to hidden settings for power users.
It's important to understand that dark mode in MIUI works on two levels: system (shell) and application level. Sometimes, turning it off in settings does not give the expected result, because some programs (for example, YouTube or Telegram) have their own theme parameters, we will look at both scenarios and give recommendations for a full return to light design without traces of black background.
1. Standard dark mode shutdown in MIUI settings
The easiest way to bring back a bright theme is to use the built-in shell settings, which works on all Xiaomi devices with MIUI 12 and later, including the latest versions of HyperOS (if it is already available for your model).
- Open the Settings app (the gear icon on the home screen).
- Go to the Screen section (or Additional settings โ Screen on some models).
- Select Dark Mode (older versions may be called Night Mode or Dark Theme).
- Transfer the slider to the off position. or uncheck next to the option.
Screen settings open|Item "Dark Mode" found|The slider is moved to the "Off" position."|Changes applied (OK button or automatic saving)-->
If the interface is dark after these actions, check:
- ๐ Reboot the device โ sometimes changes are only applied after restart.
- ๐ฑ Version MIUI โ on certain firmware (for example, MIUI 11 for older models) the path may be different: Settings โ Display. โ Brightness โ Dark subject matter.
- ๐ Automatic switching โ if schedule mode is enabled, it must be turned off separately (more on this below).
๐ก
On some POCO models (e.g., the POCO X3 Pro), the Dark Mode option is hidden behind an optional menu. To find it, tap three dots in the upper right corner of the Screen section and select Additional Settings.
2. Disable automatic switching on schedule
Many users are faced with a situation where the dark mode turns on on itself in the evening or at low battery level.This is due to the Auto Switch function, which is activated by default in MIUI.
- Go to Settings โ Screen โ Dark Mode.
- Slip on the Schedule (or Automatic Enablement).
- Choose Never or Off option.
- Turn off the Adaptive Dark Mode option (if any) โ it analyzes lighting through sensors and turns on the dark theme automatically.
| Parameter | Recommended value | Effects of consequences |
|---|---|---|
| Schedule | Never. | The dark mode will not be turned on by time. |
| Adaptive regime | Off. | Disables lighting analysis through sensors |
| Saving charge | Off. | Prevents the inclusion of dark theme at low charge |
| Follow system settings | Off. | Allows applications to ignore system theme |
If your MIUI version doesnโt have an explicit Schedule item, but dark mode still turns on automatically, check the Battery settings and performance. In some firmware, the option is hidden there under the name Energy Saving โ Dark Theme.
Never.|Rarely (once a week)|Frequently (daily)|Constantly (a few times a day)-->
3. Resetting a dark theme for individual applications
Even after you turn off dark mode in your system settings, some apps may still be black, which is because many programs (like Google Chrome, VK, WhatsApp) have their own theme settings that are independent of MIUI.
Method 1: Manual switching in each application
- ๐ฑ YouTube: Profile โ Settings โ General. โ Appearance โ Bright topic.
- ๐ฌ Telegram: Settings โ Appearance โ Light (or System default if you have a MIUI brightly-faced).
- ๐ Google Chrome: โฎ โ Settings โ Topics โ Light.
- ๐ VK: Profile โ Settings โ Interface. โ Bright topic.
Method 2: Forced shutdown through developer settings
If the application ignores the system settings, you can try to forcefully forbid it to use a dark theme:
- Activate Developer Mode: Go to Settings โ About Phone and tap on MIUI Version 7 times.
- Return to Settings โ Additional settings โ For developers.
- Find the option to Forced Enable Light Theme (or Override Force-Dark) and activate it.
What if the option "Override force-dark" is not available?
Important: Forced disabling of a dark theme through the developer settings can lead to incorrect display of some interface elements in applications. If after activating this option, the text becomes unreadable (for example, black font on a black background), return the setting to its original state.
4.Dark Mode Problems After MIUI Update
After installing a new firmware version (especially when switching to MIUI 14 or HyperOS), users often encounter bugs related to a dark topic.
- ๐ Dark mode turns on itself after rebooting: Reason: failure in secure settings. Solution: perform reset via Settings โ Annexes โ Application management โ โฎ โ Resetting application settings.
- ๐ฑ Theme switching does not work in some applications: Reason: Cache conflict. Solution: Clear the cache for the problem application in Settings โ Annexes โ [Name of the annex] โ Warehouse โ Clear the cache.
- ๐ฅ๏ธ Interface. MIUI remains dark despite disabling mode: Reason: corrupt theme files. Solution: change the theme to standard in Settings โ Topics โ My subjects. โ Standard.
๐ก
If you have a dark mode problem after you upgraded to MIUI, check the firmware version first. Unstable betas often contain design bugs. A rollback to a stable version usually solves the problem.
For devices with HyperOS (new shell from Xiaomi), the path to dark mode settings has changed:
Settings โ Display โ Display Style โ Dark themeIf you have HyperOS but no Dark Theme, then your model has not yet received full support for the new shell โ use methods for MIUI 14.
5. Reset all theme settings to factory
If none of these things worked, you might have had a system configuration failure, and then you might want to reset themes to factory settings, and it won't delete your data, but it will bring all the visual settings back out of the box.
Instructions:
- Open Settings โ Themes.
- Slip on the three dots in the top right corner and select Reset (or Restore Default Values).
- Confirm the action.
- Reset the device.
After discharge:
- ๐จ All user themes will be disabled.
- ๐ฑ System fonts, icons and wallpaper will return to standard.
- ๐ Dark Mode will turn off (if it was turned on at the theme level).
๐ก
Before resetting themes, take screenshots of your current settings in Settings โ Topics โ My Themes. This will help you quickly restore your favorite design after the procedure.
If the reset didnโt help, the last option is a full reset (hard reset). However, you should resort to it only as a last resort, as this will delete all data from the device. Before the procedure, be sure to back up through Settings โ About phone โ Backup.
6. Alternative methods for experienced users
If standard methods don't work, you can try more radical methods, they require technical knowledge and can affect the stability of the system, so use them at your own risk.
Method 1: Change of parameters through ADB
You will need a computer with installed ADB-Drivers and Included Debugging USB smartphone.
- Connect your phone to your PC and open the command line in the adb folder.
- Execute the command to check the connection: adb devices
- Turn off dark mode with command: adb shell settings put secure ui_night_mode 1 (where 1 โ bright-themed, 2 โ dark).
- Reboot the device: adb reboot
Method 2: Editing the build.prop file
This is root-rights, and it's designed for advanced users, and it allows you to turn off the dark mode at the system level, but if you edit it incorrectly, it can lead to a bootloop.
Instructions:
- Install a file manager with root support (such as Root Explorer).
- Open the file /system/build.prop.
- Add a line to the end of the file: qmuiflag_darkmode=0
- Save the changes, set the rights 644 and restart the device.
What if the phone is not turned on after building.prop editing?
These methods should only be used if you know exactly what you are doing, and for most users, the standard methods described in the first sections are sufficient.
7. Frequent mistakes and how to avoid them
When trying to turn off dark mode, many users make common mistakes that only complicate the situation, and here are the most common ones and ways to prevent them:
- โ Ignoring updates: On older versions MIUI (for example, MIUI 11 for Redmi Note 8) dark mode settings may not work properly.Solution: Update your firmware to the latest stable version via Settings โ The phone. โ Updating the system.
- โ Use of third-party โoptimizersโ: applications like Clean Master or DU Speed Booster often interferes with system settings, which can cause a crash in the display of the theme. Solution: delete such programs and reset settings.
- โ Incomplete cache reset: Clearing the cache for individual applications only may not work.Solution: perform a full cache clean through Settings โ Warehouse โ Clear the cache (button at the bottom of the screen).
๐ก
If the dark mode turns off but reappears after a while, check for viruses. Some malware changes system settings to display ads on a black background.
Another common problem is the conflict of topics, and if you installed custom themes from the Mi Theme Store, they could override system settings to fix it:
- Go to Settings โ Topics โ My themes.
- Choose a standard theme (usually called Default or Standard theme).
- Apply it and restart the device.