How to turn on black and white on the phone Xiaomi: 4 working ways

The black and white mode on Xiaomi smartphones is not only a stylish visual effect, but also a useful feature for those who want to reduce eye strain, save battery power or just try something new. Depending on the version of MIUI and the device model (be it Redmi Note 12, POCO X5 or flagship Xiaomi 14), the inclusion process can be slightly different. In this article, we will analyze all the current ways, from standard settings to hidden features for power users.

It's important to understand that monochrome mode works in different ways: it's just a screen filter, and it's a full-scale flashing of the system in gray, and we'll also tell you how to bring back the colors if you don't like it, and we'll give you tips on how to optimize your black and white interface, and some methods require unlocking the bootloader or root rights, but most users will do without it.

If you use Xiaomi at work or school, black and white mode can help reduce distractions โ€“ research shows that monochrome interfaces reduce cognitive load on your computer. 12-15%. And for photographers, it is also a way to see the world in a "classic" color scheme, like in old film cameras.

Method 1: Including through the "Color filter" (MIUI 12 and later)

The easiest and safest method is to use the built-in Color Filter feature, which is available on most devices with MIUI 12 and higher, which does not require administrator rights and is reversible in one click.

Instructions:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Special features (or additional settings on some models).
  • ๐Ÿ” Scroll down and select a Color Filter (sometimes called Color Correction).
  • ๐Ÿ–ฑ๏ธ Activate the switch in the upper right corner.
  • ๐ŸŽจ In the list of modes, select Shades of Grey (or Monochrome).
  • ๐Ÿ”„ Adjust the intensity of the effect with a slider (if available).

Are the energy-saving modes turned off (they may conflict with the filter)|

Are all applications closed (some games block filtering)|

Is color profile synchronization enabled (in Settings โ†’ Display)|

Checked in Safe Mode (press the power button โ†’ โ€œSafe Modeโ€)

-->

This method works on all modern devices, including the Redmi 10/11/12 series, POCO F4/F5, Xiaomi 13T/14 and even some Black Shark models. The main advantage is that the filter is applied to the entire interface, including system applications and games, without exception. However, it has a limitation: in some applications (for example, Instagram or TikTok), videos can be displayed in color if they are played through an embedded player.

โš ๏ธ Attention: On devices with AMOLED-screens (e.g. Xiaomi) 13 Ultra or POCO F5 Pro) black and white mode can increase battery life on 8-12%, Because the pixels are completely off in the black areas. IPS-Matrices (e.g. Redmi Note) 10) The effect will be minimal.

Method 2: Read Mode (for screen and applications)

If you donโ€™t want a full monochrome interface, but only a comfortable reading experience, you can use Read Mode. Itโ€™s available in Settings โ†’ Display and offers a softer color palette, close to e-books.

How to turn on:

  1. Go to Settings โ†’ Display โ†’ Reading Mode.
  2. Activate the switch and select Always or Scheduled.
  3. In additional settings, turn off Warm Tones and turn on Black and White (if available).
  4. Customize the brightness and contrast to your preferences.

This regime is particularly useful for:

  • ๐Ÿ“– Read books on Google Play Books or Moon+ Reader.
  • ๐Ÿ“ฐ View news on Google News or Yandex Zen.
  • ๐Ÿ“ Work with documents in Microsoft Word or Google Docs.
ParameterColor filter (Method 1)Reading mode (Method 2)
Applies to the entire interfaceโœ… Yes.โŒ Only to supported applications
Works in games.โœ… Yes.โŒ No.
Savings in battery chargeโšก Up to 12%. AMOLED)โšก Up to 5%
Root rights requiredโŒ No.โŒ No.
Customized intensityโœ… Yeah (slideer)โŒ No.

Color filter (full monochrome)|

Reading mode (soft tones)|

Nothing, I love colors.|

I use both depending on the task.-->

Reading mode is less aggressive than a full black and white filter, but it doesn't affect system menus and some apps, like Telegram or WhatsApp, the colors will remain the same, but it's ideal for long-term text work, as it reduces eye fatigue by 20-30% compared to the standard mode.

Method 3: ADB-Compulsory Incorporation (for Advanced Enablers)

If your device doesnโ€™t support color filters (e.g. older versions of MIUI 11 or custom firmware), you can turn on black and white via ADB (Android Debug Bridge), which requires a connection to your computer, but does not need root permissions.

Step-by-step:

  1. Enable USB Debugging in Settings โ†’ About Phone โ†’ MIUI version (click 7 times, then go back to Additional Settings โ†’ For Developers).
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Open the Command Prompt (Windows) or Terminal (macOS/Linux) and type:
adb shell settings put secure accessibility_display_daltonizer_enabled 1


adb shell settings put secure accessibility_display_daltonizer 0

To return the colors, use:

adb shell settings put secure accessibility_display_daltonizer_enabled 0
What if the ADB does not recognize the device?
Make sure that Xiaomi drivers are installed ADB/Fastboot Drivers (you can download from the official website) Try using the original USB-cable (not all cables support data transfer) Enable File Transfer mode when you connect to your PC. Restart your phone and computer if the device is not detected.

โš ๏ธ Note: On certain devices (e.g, POCO X3 Pro MIUI 12.5) after application ADB-The color calibration may be lost. To fix this, go to Settings. โ†’ Display. โ†’ Screen Colors and Select a Standard Profile.

This is a versatile technique that works even on devices where the manufacturer has removed the option from the menu, but it requires minimal technical skills. If you have never used ADB, we recommend that you first practice on less critical commands, for example, to check the version of Android:

adb shell getprop ro.build.version.release

Method 4: Magisk Castom Firmware and Modules (for enthusiasts)

For those who are willing to go beyond the standard features, there are custom solutions based on Magisk or alternative firmware like LineageOS. These methods give maximum flexibility, but require an unlocked bootloader and can deprive you of warranties.

Popular modules for black and white mode:

  • ๐Ÿ”ง Monet Tweaks โ€“ allows you to fine-tune the systemโ€™s color palettes, including full monochrome.
  • ๐Ÿ”ง Grayscale Mode Enabler is a simple module that adds a switch to the notification panel.
  • ๐Ÿ”ง Substratum Themes with Black & White themes โ€“ changes icons and interface elements.

How to determine:

  1. Unlock the bootloader through the Mi Unlock Tool (instructions on the official Xiaomi website).
  2. Install TWRP or another custom recaveri.
  3. Please use Magisk to obtain root rights.
  4. Download the desired module from the Magisk repository and activate it.
adb pull /dev/block/bootimg boot_backup.img


adb push boot_backup.img /dev/block/bootimg

-->

Advantages of custom solutions:

  • ๐ŸŽ›๏ธ Full control over shades of gray (you can adjust the scale, contrast, brightness).
  • ๐Ÿ”„ Quickly switching through notification panel or gestures.
  • ๐Ÿ–ผ๏ธ Ability to apply monochrome only to individual applications.

โš ๏ธ Note: On devices with Dynamic RAM Expansion (e.g. Xiaomi) 12T) Installation of some Magisk modules may lead to reduced performance on the 5-10%. Before installing, check the compatibility of the module with your model in the forum. XDA Developers.

How to bring back the color: rollback changes

If you donโ€™t like the black and white mode or cause inconvenience, you can return the standard colors in several ways depending on the method of inclusion:

For Method 1 (Color Filter):

  • Return to Settings โ†’ Special Options โ†’ Color filter and turn off the switch.
  • Or use the notification bar: swipe down and tap the color filter icon (if there is one).

For Method 2 (Reading Mode):

  • Turn off the mode in Settings โ†’ Display โ†’ Reading mode.
  • Or wait until the automatic shutdown is on schedule (if it was set up).

For Method 3 (ADB):

  • Follow the cancellation command (see above).
  • Or reset the settings of special features: Settings โ†’ System โ†’ Resetting of settings โ†’ Resetting of special features.

For Method 4 (Magisk):

  • Disable the module in the Magisk manager.
  • Or remove it completely and restart the device.

๐Ÿ’ก

If, after disabling black and white mode, colors are displayed incorrectly (for example, with a greenish or reddish tint), calibrate the screen in Settings โ†’ Display โ†’ Screen Colors โ†’ Calibration.

Tips for using black and white mode on Xiaomi

To monochrome interface was not only stylish, but also functional, use these recommendations:

  • ๐Ÿ“ฑ Set up gestures: In Settings โ†’ System system โ†’ Gestures can be assigned to swipe on the screen for quick on / off filter.
  • ๐Ÿ”‹ Watch the battery: AMOLED-Black and white saves charge, but if you use Always-On Display, turn it off โ€“ in monochrome it loses meaning.
  • ๐Ÿ“ท Photos in color: In the Xiaomi camera, you can enable photo saving in color even with a monochrome interface: Camera settings โ†’ Keep the original.
  • ๐ŸŽฎ Games and videos: On YouTube or Netflix, you can temporarily turn off the filter through the notification panel if the content looks uncomfortable.

For photographers, it's easy to evaluate contrast and composition in black and white, try taking a few shots in monochrome, and then compare them to the color versions, which many professionals use to teach "seeing" light and shadows.

If you're working with documents, turn on a dark theme in Microsoft Office or Google Docs โ€” it works better with a black and white interface and further reduces eye strain. To do this, go to the app's settings and select Dark Mode or AMOLED Black.

FAQ: Frequent questions about black and white on Xiaomi

Can you turn on black and white on Xiaomi with MIUI 11 or older?
On MIUI 11 and below, there may be no standard color filter, in which case use Method 3 (ADB) or install an app from Google Play, such as Grayscale Mode. Note that third-party apps may not work in some system menus.
Why do some apps (like Instagram) have colors?
Some apps (especially those that use native video rendering like Instagram or TikTok) ignore the system color filters. This is a restriction of Android, not Xiaomi. Solution: use the browser version of the service or turn off the filter temporarily.
Does black and white affect productivity?
On most Xiaomi devices, monochrome mode does not affect performance, since the filter is applied at the interface rendering level. However, on weak chipsets (for example, Redmi 9A with Helio G25) there may be micro-scroll delays. If this is critical, try reducing the filter intensity.
Can I adjust the hot keys for a quick switch?
Yes, for that: Install the Button Mapper app from Google Play. Assign the Color Filter to double-press the power or volume button. Or use the QuickSwitch Magisk module to add a switch to the notification bar.
Will Black and White Work After MIUI Update?
When you update via OTA (over the air), the color filter settings will remain. However, if you perform a full reset or reflash the device via Fastboot, all settings will reset. We recommend that you back up to Settings โ†’ System โ†’ Backup before upgrading.