How to Enable Hidden Camera Settings on Xiaomi: The Complete 2026 Guide

Xiaomi, Redmi and POCO are known for their powerful cameras, but most users are unaware that MIUI has additional features that can significantly improve the quality of shooting. These options are not displayed in the standard interface of the Camera application, but can be activated through an engineering menu, secret codes or modification of configuration files.

In this article, we will take a look at all the ways to unlock hidden settings, from simple commands for beginners to advanced methods for power users. ISO, activate RAW-shooting on budget models, unlock 4K@60fps where it is not officially supported, and even configure the image processing algorithms from Google Camera without installing third-party applications. MIUI 12–14 and HyperOS, including Xiaomi 13/14, Redmi Note 12, POCO F5 other models 2022–2026 year-end).

⚠️ Warning: Some methods require root rights or change system files, which can result in loss of warranty or unstable operation of the device. On models with a locked bootloader (for example, global versions of Xiaomi for Europe), some methods may not work without unlocking the bootloader.

1. Secret codes for quick access to hidden settings

The easiest way to activate hidden camera features is to use engineering codes, which work on most Xiaomi devices without having to root or install additional apps, and just type in the standard Phone app, like dialing.

Here is a list of proven codes for different versions of MIUI:

  • πŸ” Checking for camera information: ##4636## β†’ Select Camera Information. This shows supported resolutions, video formats, and available modules (wide-angle, telephoto, etc.).
  • πŸŽ₯ Unlocking 4K@60fps: ##36446337## (It works for Xiaomi. 12T, Redmi Note 11 Pro+ And some other models with Dimensity processor, and when you type in, reboot your smartphone, you'll have a new mode in the camera settings.
  • πŸ“Έ Activation. RAW (DNG): ##34971539## This code includes saving photos in format RAW even on budget devices where the option is hidden by default (e.g. Redmi 10 or more). POCO M4 Pro).
  • πŸ”§ Camera Engineering Menu: ##6484## or ##64663##. You can manually adjust autofocus, white balance and exposure settings here, but beware - incorrect values can lead to crashes.

⚠️ Note: Some models (e.g. Xiaomi 13 Ultra or POCO F4 GT) If nothing happens after you enter the code, try alternative methods in the following sections.

πŸ“Š What Xiaomi model do you use?
Xiaomi 13/14 series
Redmi Note 11/12
POCO F4/F5
Redmi 10/9 series
Another model

2.Activate Hidden Modes via MIUI Hidden Settings

If the engineering codes didn’t work, you can use MIUI Hidden Settings (available on Google Play), which allows you to include hidden MIUI features without root rights, including advanced camera settings. The application works on most Xiaomi, Redmi and POCO devices with MIUI 11-14 firmware.

Instructions for activation:

  1. Download and install MIUI Hidden Settings from Google Play.
  2. Open the application and provide all the necessary permissions (access to settings, camera, storage).
  3. Go to the Camera section.
  4. Activate the necessary options: πŸ”˜ Enable 4K 60fps β€” Unlocks video shooting in resolution 4K 60 frame/sec. πŸ”˜ Enable Pro Mode – includes a professional mode with manual shutter speed settings, ISO and focus. πŸ”˜ Enable RAW Capture – Adds the ability to save photos in format DNG. πŸ”˜ Enable Ultra Wideband – activates additional settings for the wide-angle camera (if it is in the device).

Reboot your smartphone.

After the reboot, open the standard Camera app – a new section Additional or Professional Mode will appear in the menu (depending on the model).

Check the version of MIUI in Settings β†’ About the phone

Make a backup of photos

Charge your phone at least 50%

Turn it off. VPN (It can block access to hidden settings)-->

3. Manual editing of configuration files (for advanced)

If previous methods failed, you can manually edit the system files that control the camera settings, which requires root rights or access to the Android Debug Bridge (ADB), which will not work on devices with a locked bootloader (most global versions of Xiaomi) without first unlocking.

Instructions for root devices:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Cross the path: /system/etc/device_features/ Here are the configuration files responsible for the available camera functions.
  3. Find the file. camera.xml or miui_camera.xml (The name may differ depending on the model).
  4. Open the file in the text editor and find the lines with the parameters: <bool name="support_4k_60fps">false</bool> <bool name="support_raw_capture">false</bool> <bool name="support_pro_mode">false</bool> Change false to true for the right options.
  5. Save the file, set the rights to 644 (rw-r--r---) and restart the device.

For rootless devices, you can use ADB:

  1. Connect your smartphone to your PC and activate Debugging over USB in the developer settings.
  2. Open the command line and type: adb shell su mount -o rw,remount /system echo "ro.vendor.camera.hal3.enabled=1" >> /system/build.prop echo "persist.vendor.camera.privapp.list=com.android.camera" >> /system/build.prop mount -o ro,remount/system reboot These commands add support for HAL3 (Hard Abstrware Layer 3), which unlocks additional camera features.
  3. Install a.apk file (permission to install from unknown sources may be required).
  4. Open GCam and import the configuration file (.xml) for your model (you can download it on the same forums).
  5. In the application settings, activate: πŸ”˜ HDR+ Enhanced – Improves dynamic range. πŸ”˜ Night Sight – Night mode with better detail. πŸ”˜ Astrophotography – a mode for shooting the starry sky (works on Xiaomi 13 Ultra, POCO F4 GT). πŸ”˜ RAW + JPEG β€” saving photos in two formats.

⚠️ Note: Some Xiaomi models (e.g. Redmi 10 or Xiaomi) POCO M3) GCam may not work well due to a weak processor or incompatibility with camera drivers, in which case try other versions of the app or roll back to a standard camera.

πŸ’‘

If GCam doesn’t start, try disabling MIUI Optimization in the developer settings. Go to Settings β†’ About Phone β†’ MIUI Version (click 7 times to activate Developer Mode), then to Settings β†’ Additional β†’ For Developers β†’ Turn off MIUI Optimization.

5 Unlock hidden functions via ADB (no root)

If you don’t have root rights but have access to ADB, you can activate some hidden camera settings using commands, a technique that works on most Xiaomi devices with the bootloader unlocked (even if the root isn’t installed).

Instructions:

  1. Install Platform Tools on your PC.
  2. Connect your smartphone to your computer and activate Debugging via USB.
  3. Open the command line in the folder with ADB Enter: adb shell settings put global hidden_camera_features_enabled 1 settings put global camera_hal3_enabled 1 settings put global camera_double_tap_power_gesture 1 These commands include hidden functions HAL3, Double-pressing the power button to start the camera and other options.
  4. To activate 4K@60fps, use: adb shell setprop persist.vendor.camera.privapp.list com.android.camera setprop persist.vendor.camera.hal3.enabled 1
  5. Reset the device.
❓ How to Reverse Changes When Camera Stops Working?
If the Camera app gives an error after activating the hidden settings, follow the following steps: Clear the Camera cache and application data in the settings. ADB, Enter the command: adb shell settings delete global hidden_camera_features_enabled If you have edited system files, return their original state (or restore them from a backup). In extreme cases, reset your phone settings (without deleting data) to Settings. β†’ Additionally. β†’ Resetting settings.
❓ Does this work on HyperOS?
HyperOS (the new firmware from Xiaomi, which replaced MIUI) supports most of the described methods, but there are nuances: Engineering codes work the same way as on MIUI. The MIUI Hidden Settings application may require an update for compatibility with HyperOS. Editing system files has become more difficult due to increased protection (Magisk will be required to bypass restrictions). Google Camera works stably, but a newer version may be required (for example, GCam 8.8) Before experimenting, check the current information on forums - the Xiaomi community is actively testing compatibility with HyperOS.
❓ Can I activate hidden settings on the global version of Xiaomi?
Yes, but with limitations: πŸ”Ή Engineering codes and MIUI Hidden Settings is available on all versions (including global versions). πŸ”Ή ADB-The commands also do not require unlocking the bootloader. πŸ”Ή To edit system files or install GCam, you may need to unlock the bootloader (on global versions this is often blocked by the manufacturer).If you bought a smartphone from the official Xiaomi store for Europe or Russia, most likely, the bootloader is blocked. In this case, use methods without root.