Mirror reflection on the front camera Xiaomi: how to remove in 2026

You take a selfie on Xiaomi, but the photos are turned horizontally? It's not a camera defect, but a standard mirror effect that the manufacturer turns on by default. This setting mimics the reflection in the mirror, but it interferes with many users β€” especially when shooting text, gestures or asymmetric objects.

In this article, we will discuss why Xiaomi’s front-facing camera (including Redmi, Poco, Black Shark models) mirrors the image and how to fix it. We will look at the official MIUI 12-14 settings, the hidden developer settings, and alternative ways for older firmware versions. Importantly, the methods differ depending on the model and version of the software, so here are universal solutions and a compatibility table.

If you've tried to turn off the mirror through the camera's standard menu, but it didn't work, don't rush to reset the settings. It might be the configuration file or the root rights, and we'll cover all the options, including those that don't require technical knowledge.

Why Xiaomi’s front camera mirrors the image

The mirror image on the selfie camera is not a bug, but a feature. Smartphone manufacturers (including Xiaomi, Samsung, Apple) specifically activate this default mode to:

  • πŸ”Ή So you can simulate a real reflection. When you look in the mirror, your left ear is on the right, and the camera works, and that's what most people are used to.
  • πŸ”Ή Make it easier to set up a shot, and mirroring makes it easier to position yourself in a shot, especially when shooting videos or streaming.
  • πŸ”Ή Maintain social compatibility. Many platforms (such as TikTok or Instagram) automatically mirror video, so the original file without reflection may look β€œinverted” after downloading.

However, this approach has drawbacks:

  • πŸ“„ Text in photos (such as T-shirts or sheets of paper) becomes unreadable.
  • βœ‹ Gestures (e.g., "class" or "winning") are displayed incorrectly.
  • 🎨 Asymmetrical objects (tattoos, hairstyles) look different than in reality.

In Xiaomi, SLR is activated at the MIUI firmware level and depends on the camera model. For example, in smartphones with Sony IMX sensors (for example, Xiaomi 13 Pro), the setting can be hidden in a different menu than in budget Redmi with OmniVision matrices.

πŸ“Š What is your Xiaomi model?
Redmi Note 10/11/12
Poco X3/X4/X5
Xiaomi 11/12/13 series
Black Shark
Another model

Official method: disabling the mirror in the camera settings

The easiest method is to use the built-in Camera app options, but not all Xiaomi models have this feature out of the box.

  1. Open the Camera app and switch to the front camera (swipe down or tap on the switch icon).
  2. Touch the gears. βš™οΈ in the upper right corner (or tap on the screen and select "Settings").
  3. Scroll down to the "Advanced" or "Camera Settings" section.
  4. Look for options: πŸ”„ "Mirror image" (Mirror) πŸ“± "Reflection of the Self (Selfie Reflection) πŸ”€ "Flip Image (Flip Image)

Turn off the slider or uncheck the tick. In some versions of MIUI, you need to select Off. from the drop-down menu.

If there is no such item, don’t worry. On Xiaomi with MIUI 12 and newer, the feature may be called differently or hidden elsewhere. For example, in Poco F3, the option is hidden in Settings β†’ Additional β†’ Display Mode.

Open the annex β€œCamera"|Switch to front camera|Find the settings icon (βš™οΈ)|Check the "Additional" or "Camera settings" section"|Search for options with the words "mirror", "reflection", "flip"

-->

Attention! On some models (e.g. Redmi 9A or Poco M3), the mirror display is turned off only for photos, but remains for video, due to the optimization of the Snapdragon processor for streaming.

⚠️ Warning: After the mirror is turned off, the photos will be saved in β€œreal” form (without reflection), but the preview in shooting mode will remain mirrored.

Hidden settings MIUI: Developer mode

If the standard camera settings don’t have the option to turn off the mirror, try activating developer mode.This method works on Xiaomi with MIUI 13/14 and some versions of MIUI 12.5.

Instructions:

  1. Go to Settings. β†’ The phone.
  2. Find the MIUI version and tap it 7 times in a row, and the notification will appear: "You became a developer!".
  3. Return to the main settings menu and open a new section for developers (usually at the bottom of the list).
  4. Scroll down to the Hardware Acceleration or Multimedia block.
  5. Look for options: πŸ”§ camera.hal1.mirror.front β€” set the value 0 (off.). πŸ”§ persist.camera.mirror.front – change to false. πŸ”§ vendor.camera.mirror.enable - disable the slider.

Reboot your smartphone.

If you don’t have these options, your Xiaomi model doesn’t support software disabling the mirror through the developer, in which case only manual editing of configuration files (we’ll talk about this below) or using third-party applications will help.

What to do if there are no camera settings in developer mode?
This means that the manufacturer has blocked access to the camera settings at the firmware level. In this case, try: 1. Update MIUI to the latest version (sometimes features are added in new builds). 2. Use alternative cameras (for example, Google Camera or Open Camera). 3. Get root rights and edit /system/build.prop file (for more details in the manual methods section).

Compatibility table: Xiaomi models and support for disabling the mirror

Not all Xiaomi smartphones allow you to disable mirror display standard means. Below is a table with proven models and available methods (data is current for MIUI 14 as of August 2026):

ModelStandard camera settingsDeveloper modeRoot is required.Notes
Xiaomi 13/13 Proβœ… Yes (in "Additional")βœ… Yes (camera.hal1.mirror)❌ No.The mirror is turned off separately for photos and videos
Redmi Note 12 Pro+βœ… Yes (in "Camera settings")❌ No.❌ No.The function is called "Reflection of Self."
Poco F4/F5❌ No.βœ… Yes (persist.camera.mirror)❌ No.Reboot is required after changes
Redmi 10A/10C❌ No.❌ No.βœ… Yes.You need to edit build.prop.
Black Shark 5 Proβœ… Yes (in "Shooting Modes")βœ… Yes.❌ No.The mirror is turned off only for game mode.

If your model is not in the table, try methods for similar devices, for example, for Redmi Note 11 will fit the instruction from Redmi Note 12, and for Poco X3 Pro – from Poco F4.

πŸ’‘

Before experimenting with settings, back up your data via Settings β†’ System β†’ Backup. This will help restore your phone if something goes wrong (for example, after editing system files).

Manual methods: editing system files (for advanced ones)

If standard methods fail and mirroring is critically intrusive, then manual interference with system files remains, a method that requires root rights and is only suitable for advanced users.

Attention! Incorrect editing of system files can lead to loss of warranty, camera failures or phone breeze.

Instructions for devices with unlocked bootloader and Magisk:

  1. Install Root Explorer or Mixplorer (with superuser mode enabled).
  2. Go to /system/build.prop and open the file in the text editor.
  3. Add the following lines to the end of the file: persist.camera.mirror.front=false camera.hal1.mirror.front=0
  4. Save the changes and restart the phone.
  5. If the mirror is still there, try editing /vendor/build.prop (for Android 10+ devices).

If you use custom firmware (like LineageOS or Pixel Experience), the mirror image can be sewn into the kernel, in which case only flashing to another build or manual patching of kernel will help.

FAQ: Answers to Frequent Questions

πŸ” Why Xiaomi’s Mirror is Shutting Down for Photos, Not Videos?
This is due to streaming processor optimization. Many Xiaomi chipsets (like the Snapdragon 7xx or Dimensity) use hardware acceleration for video that doesn't support software-based mirror shutdown. Solution: use third-party apps like Open Camera or Footage.
πŸ“± How to check if the camera mirrors my Xiaomi?
Take a selfie with text (like a lettering on a piece of paper) If the text reads well, there are no mirrors. If the letters are inverted (like "b" looks like "d"), mirroring is active. You can also compare the photo to the reflection in a real mirror.
πŸ”§ Can I remove a mirror without root rights?
Yes, in most cases. Try: Standard camera settings (section "More"), Developer Mode (parameters camera.hal1.mirror). Third-party applications (GCam, Open Camera). Root is only needed to edit system files on models where other methods do not work (for example, Redmi 9A).
πŸ”„ After the mirror is turned off, the photos are stored in the wrong orientation?
This is due to a conflict between the camera settings and the orientation sensor. Solutions: Turn off the screen autorotate in the notification curtain. Manually rotate the photo in the gallery (most Xiaomi viewers support this feature). Use the Rotate Image Fix app for automatic correction.
πŸ“² Will these methods work on Xiaomi with custom firmware?
Depending on build. On firmware like LineageOS or ArrowOS, mirroring is usually turned off through the camera settings or build.prop file. MIUI-In ports (e.g. xiaomi.eu) the methods are the same as in the original firmware. If nothing works, look for patches for your specific firmware on the forum. 4PDA.