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:
- Open the Camera app.
- Tap the gear icon (βοΈ) in the upper right corner or swipe up the screen to open the settings menu.
- Find the Watermark section (or Xiaomi Signature in English).
- 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.
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:
- Open the Camera and switch to Pro (or Manual) mode.
- 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
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:
- Open the photo in the app.
- Select the Healing tool (the patch icon).
- Increase the scale and circle the watermark with your finger.
- Click the tick β the algorithm will automatically fill the area.
| Annex | Difficulty | Quality of the result | Suitable for |
|---|---|---|---|
| Snapseed | Low. | Good (on a monotonous background) | Single photos |
| Photoshop | Tall. | Excellent. | Package processing |
| Remove Watermark | Medium | Satisfactory | Quick removal |
| GIMP | Tall. | 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:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux).
- Enter the command to check the connection: adb devices must appear serial number of the device.
- Execute the command to disable the watermark: adb shell settings put global watermark_enabled 0
- 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?
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:
- Install a file manager with ROOT support (such as Root Explorer or Solid Explorer).
- Go to /system/vendor/build.prop or (for newer versions of MIUI): /system/system/build.prop
- Find the line: ro.miui.has_watermark=1 and replace it with: ro.miui.has_watermark=0
- Save the file, set the rights 644 (rw-r--r---).
- 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.xmlIn 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:
- Open the β Pro-Mode.
- Find the format or RAW option and activate it.
- 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 cause | Decision |
|---|---|---|
| No option to disable watermark in camera settings | Obsolete version of MIUI or regional firmware (China ROM) | Update your software or install global firmware through Fastboot |
| After the shutdown, the watermark still appears | Camera cache not dropped | Clear the Camera app data in settings (Settings β Apps β Camera β Storage β Clear data) |
| ADB does not see the device | Drivers not installed or debugging not activated | Install 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 rights | Restore the original file from a backup or reflash MIUI |
| Watermark only appears on selfies | Separate setting for front camera | Check 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.