How to remove the signature of Xiaomi from the photo: official and informal methods

Xiaomi’s watermark in photos is a standard feature of the brand’s smartphones that automatically adds the manufacturer’s logo and device model to the bottom corner of the images. For many users, this signature becomes an annoying element, especially if the photos are planned to be published on social networks, printed or used for professional purposes. Fortunately, there are several ways to remove this watermark – both through the official camera settings and using third-party tools.

It is important to understand that signature deletion methods depend on the smartphone model, the MIUI firmware version, and even regional settings. For example, on devices for the Chinese market (China ROM), the option to disable the watermark may be hidden or absent. In this article, we will discuss all the current ways, from simple changes to the camera menu to advanced methods for advanced users, including editing system files.

If you’re looking for a way to remove a signature without loss of quality or using third-party apps, start with the first two sections. For those who are prepared for more complex manipulations (including getting ROOT- rights), look at the latest methods. We’ll also look at how to avoid watermarking new photos and what to do if the standard methods don’t work.

1. Disabling the watermark in Xiaomi camera settings

The most obvious and safe way to do this is to disable automatic signature addition directly in the Camera app, which works on most modern Xiaomi, Redmi and POCO devices with MIUI 12 and later, but on some budget models (such as the Redmi 9A or POCO M3) this option may not be available.

To check for the presence of the function:

  1. Open the Camera app.
  2. Tap the gear icon (βš™οΈ) in the upper right corner or swipe up the screen to open the settings menu.
  3. Find the Watermark section (or Xiaomi Signature in English).
  4. Switch the slider to the off position.

If the option is not in the main menu, try:

  • πŸ” Go to Additional Settings β†’ Photo settings.
  • πŸ“± Update the Camera app via Google Play (sometimes newer versions add hidden features).
  • 🌐 Replace the device region to India or Global (in settings of the Settings system β†’ Additionally β†’ Region).

⚠️ Warning: On some models (e.g., Xiaomi 11T Pro or POCO F4), the option to disable the watermark only appears after the first shot is taken. Try taking a test photo first, then re-entering the settings.

πŸ“Š What is your Xiaomi model?
Redmi (Note 10/11/12 et al.)
POCO (F/X/M series)
Mi (11/12 episodes)
Another model
I don't know.

2. Use of Pro mode or third-party cameras

If a standard camera does not have the option to disable the watermark, you can bypass the restriction using alternative shooting modes or third-party applications.This method does not require ROOT- rights and is suitable for most devices.

Method 1: Pro mode in a standard camera

In professional mode (Pro or Manual), a watermark is not usually added to use:

  1. Open the Camera and switch to Pro (or Manual) mode.
  2. Take a picture – Xiaomi will not be signed.

The disadvantage of the method: in Pro mode there are no automatic settings (for example, HDR or AI- optimization), which can affect the quality of the photo in difficult lighting conditions.

Method 2: Third-party Camera (Google Camera, Open Camera)

Third-party apps don't add Xiaomi watermarks. Popular options:

  • πŸ“· Google Camera (GCam) – requires you to install a ported version for your model (see the 4PDA or XDA-Developers forums).
  • πŸŽ₯ Open Camera is open source software with manual settings (available on Google Play).
  • πŸ–ΌοΈ Footiej is a camera with advanced features for enthusiasts.

⚠️ Warning: When using GCam on some Xiaomi models (such as the Redmi Note 10 Pro), the main camera may not work or artifacts may arise.

β˜‘οΈ Preparation for shooting without watermark

Done: 0 / 4

3. Photo editing: removing the watermark manually

If you've already added a watermark to a photo, you can remove it with editors, which is a method that works for single shots, but it's not effective for processing large numbers of photos. Consider the best tools for Android, iOS and PC.

Mobile applications:

  • πŸ–ŒοΈ Snapseed (Google) – Healing tool or Stamp allows you to carefully remove the logo.
  • 🎨 Adobe Photoshop Express is an Auto Fill Fix function.
  • 🧹 Remove Watermark (specialized watermark removal software).

Desktop programs:

  • πŸ’» Adobe Photoshop is a Spot Healing Brush (J) tool or Content-Aware Fill.
  • πŸ–₯️ GIMP (free analogue of Photoshop) is a Resynthesizer plugin for filling areas.
  • 🌐 Online services (e.g. Inpaint or Fotor) – upload a photo, watermark and download the result.

Step-by-step instructions for Snapseed:

  1. Open the photo in the app.
  2. Select the Healing tool (the patch icon).
  3. Increase the scale and circle the watermark with your finger.
  4. Click the tick – the algorithm will automatically fill the area.
AnnexDifficultyQuality of the resultSuitable for
SnapseedLow.Good (on a monotonous background)Single photos
PhotoshopTall.Excellent.Package processing
Remove WatermarkMediumSatisfactoryQuick removal
GIMPTall.Good.Free alternative

πŸ’‘

If the watermark is located on a complex background (for example, on grass or cloudy sky), use the Clone Stamp tool in Photoshop or GIMP. It allows you to manually copy texture from adjacent areas.

4. Removal of watermark through ADB (without ROOT)

For advanced users who are ready to work with the command line, there is a method to disable the watermark via ADB (Android Debug Bridge), which does not require ROOT- rights, but requires a computer and basic knowledge of working with the terminal.

What you need:

  • πŸ–₯️ Computer with drivers installed ADB (You can download from the Android Developers website).
  • πŸ“± Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times to activate the developer mode, then additionally β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-cable (preferably original).

Instructions:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux).
  3. Enter the command to check the connection: adb devices must appear serial number of the device.
  4. Execute the command to disable the watermark: adb shell settings put global watermark_enabled 0
  5. Reboot your smartphone.

If the command doesn’t work, try an alternative (for some versions of MIUI):

adb shell am start -n com.android.camera/.settings.WatermarkSettingsActivity

⚠️ Warning: On devices with MIUI 13+ and HyperOS, this method may not work due to changes in the system configuration structure, in which case ROOT or firmware modification will be required.

What if the ADB can’t see the device?
1. Make sure the ADB drivers are installed (download Minimal ADB and Fastboot or Platform Tools). 2. Try another USB- cable (not all cables support data transfer). 3. Switch the connection mode on your smartphone from Charging to File Transfer (MTP). ZXQPH0007QXXXXXXXXXX. Disable and switch off again in ZXPH000PHKHKKHXXXXXXXXXX.

5. Removal of watermark through ROOT (for power users)

If previous methods have failed and watermarking is a major obstacle, a radical way remains: editing system files, which requires ROOT- rights and can lead to unstable camera performance or resetting. On devices with a bootloader unlocked and installed Magisk or SuperSU, the chances of success are higher.

Steps to remove the watermark through ROOT:

  1. Install a file manager with ROOT support (such as Root Explorer or Solid Explorer).
  2. Go to /system/vendor/build.prop or (for newer versions of MIUI): /system/system/build.prop
  3. Find the line: ro.miui.has_watermark=1 and replace it with: ro.miui.has_watermark=0
  4. Save the file, set the rights 644 (rw-r--r---).
  5. Reset the device.

If the build.prop file doesn’t contain the right string, try editing:

/system/vendor/overlay/framework-miui-res/apk/assets/watermark_config.xml

In this file, look for the option enabled="true" and change to false.

⚠️ Warning: Incorrect editing of system files can result in bootloop (loop boot) or loss of camera functionality. Before making changes, back up files via TWRP or OrangeFox Recovery.

πŸ’‘

Editing system files via ROOT is an extreme method, and if you are not sure about your actions, you should use alternative methods (third-party cameras or manual photo editing).

Alternative methods: workarounds

If none of these methods work, consider workarounds, which don't remove the watermark directly, but avoid it or hide it.

Method 1: Photo framed

If the watermark is in a corner, it can be cut without losing its basic content.

  • πŸ–ΌοΈ Use the standard Gallery app (Pruning tool).
  • πŸ“ Manually select the area without the logo (hold your finger on the screen and drag the boundaries).
  • πŸ”„ Save the new version of the photo.

Method 2: Overlaying another watermark

If you can't delete Xiaomi's signature, you can cover it with your logo or text.

  • 🏷️ Watermarkly is the addition of custom signatures.
  • πŸ–‹οΈ Photomyne is an overlay of text or graphics.
  • 🎨 Canva is a design template for social media.

Method 3: Shooting in RAW

RAW photos (like.dng) don't have watermarks, because they store raw data from the matrix, so you can include the image in RAW:

  1. Open the β†’ Pro-Mode.
  2. Find the format or RAW option and activate it.
  3. Take a picture - the watermark will only be added to the JPEG- version (if it is stored in parallel).

7. Frequent problems and solutions

When removing the Xiaomi watermark, users face typical difficulties, and let's look at the most common and ways to solve them.

Problem.Possible causeDecision
No option to disable watermark in camera settingsObsolete version of MIUI or regional firmware (China ROM)Update your software or install global firmware through Fastboot
After the shutdown, the watermark still appearsCamera cache not droppedClear the Camera app data in settings (Settings β†’ Apps β†’ Camera β†’ Storage β†’ Clear data)
ADB does not see the deviceDrivers not installed or debugging not activatedInstall Minimal ADB and check if the developer mode is enabled
After editing build.prop, the camera stopped working.Error in file syntax or incorrect access rightsRestore the original file from a backup or reflash MIUI
Watermark only appears on selfiesSeparate setting for front cameraCheck the front camera settings in the Watermark section or use GCam

Additional advice:

  • πŸ”„ If the watermark returns after the MIUI update, repeat the deactivation procedure (settings may be reset).
  • πŸ“² On some models (e.g. Xiaomi 13 Pro), the watermark is added only in AI- camera mode. Turn off AI in settings.
  • 🌍 If you are using China ROM, consider switching to the Global or EEA firmware version, which are more often available as a shutdown option.

FAQ: Frequently Asked Questions

Can you remove the Xiaomi watermark without ROOT and a computer?
Yes, in most cases, it is enough to disable the option in the camera settings or use third-party applications (for example, Google Camera or Open Camera).If these methods do not work, try editing photos in Snapseed or Photoshop Express.
Why did the watermark return after the MIUI update?
Updates to firmware can reset user settings, including disabling the watermark. After the update, recheck the camera settings or repeat the procedure through ADB (if you have used this method before).
Is it safe to edit build.prop to remove a watermark?
Editing system files is always fraught with risks, especially without backup. If you are an inexperienced user, it is best to avoid this method. An error in build.prop can lead to a bootloop ( looped boot), and you will need to flash through Fastboot.
Is there a way to remove the watermark from all old photos at once?
For batch processing, desktop programs like Adobe Photoshop (using Actions) or GIMP (with the BIMP plugin) are suitable. You can also write a script in Python with the OpenCV library to automatically remove the logo from the photo series.
My Xiaomi doesn't have the option to turn off the watermark. What do I do?
If your model doesn't support shutdown through settings, try: Use Google Camera (if there's a ported version for your device); shoot in Pro mode - there's no watermark usually added; upgrade to the latest version of MIUI (sometimes the option appears after the update); install custom firmware (such as Pixel Experience), where there are no watermarks by default.