Xiaomi’s Camera list not match: What it means and how to fix it

What is a Camera list not match and why does it appear?

The Camera list not match error is one of the most common problems on Xiaomi, Redmi and POCO smartphones, due to mismatching of data about the camera modules in the system, which occurs when the device’s firmware expects to find certain cameras (main, wide-angle, macro or telephoto), but in reality detects others – or does not see them at all.

βœ… Updates MIUI (Especially when switching to a new version of Android).

βœ… Unofficial firmware or root rights.

βœ… Replacement of the motherboard or camera module.

βœ… Reset to factory settings followed by recovery from backup.

The bug looks like a pop-up notification when you start the Camera app or a black screen with the text "Camera list not match. Please check your device."** Sometimes the camera can work, but with artifacts: green stripes, blurry or lack of autofocus. In rare cases, the error blocks all the functions of the camera completely.

The reason is that the configuration files (persist.camera) are not compatible with the real hardware, for example, if you flashed the firmware from Xiaomi 12 Pro to Xiaomi 12, the system will search for three cameras instead of two, which will cause conflict, similar to replacing the camera module with a non-original or used from another device.

πŸ“Š Which Xiaomi device did you have an error on?
Redmi Note 10/11/12
POCO F3/F4/F5
Xiaomi 11/12/13 series
Another smartphone
Xiaomi tablet

First steps: reboot and check the hardware

Before you start complex manipulations, follow the basic steps that solve the problem in 30% of cases:

  • πŸ”„ Reboot your smartphone. Hold the power button for 10 seconds before you turn it off, then turn it back on. Sometimes the error is caused by a temporary driver failure.
  • πŸ“± Check the physical condition of the camera. Check the modules for cracks, dirt, or traces of moisture. If the camera was recently disassembled (for example, after a fall), the plume may have departed.
  • πŸ”Œ Turn off all accessories. Remove covers, film and external lenses, which can block sensors or interfere with autofocus.
  • πŸ› οΈ Update the Camera app**. Go to Google Play β†’ My apps. β†’ Updates and check for updates for the standard camera app.

If you still have a problem, go to a deeper diagnosis, and check the camera plume carefully, as it often leaves when you fall or after disassembly to replace the battery on Xiaomi smartphones.

⚠️ Warning: If you have recently dropped your phone or wet it, don't try to stitch the device! First check the hardware at the service center - the error may be due to damage to the camera module or motherboard.

β˜‘οΈ Diagnosis before firmware

Done: 0 / 5

Resetting camera and application settings

If the hardware is fine, the next step is to reset the camera app settings and clear its cache, which helps in cases where the error is caused by a conflict of temporary files or incorrect settings:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the Camera app (or MIUI Camera) and tap it.
  3. Select Warehouse β†’ Clear cache and Clear data.
  4. Return to the main settings of the application and click Reset Settings (if the option is available).
  5. Reboot your smartphone.

If the standard camera app doesn't work at all, try installing an alternative from Google Play (like Open Camera or GCam).If the alternative camera is working fine, the problem is precisely with the system software.

Also check if the camera permissions are disabled:

  • πŸ”’ Go to Settings. β†’ Confidentiality β†’ Application authorizations.
  • πŸ“Έ Find the Camera section and make sure the Camera app is ticked.

⚠️ Attention: On some firmware MIUI After cleaning the data, the camera also resets HDR, AI-Record them in advance if you use non-standard settings.

Update firmware and rollback to stable version of MIUI

The Camera list not match error often appears after a MIUI update, especially if you are using beta or third-party firmware, the solution is to roll back to a stable version or upgrade to the latest official build.

How to update the firmware correctly:

  1. Download the latest stable firmware for your model from the official Xiaomi website (choose Global or EEA region).
  2. Rename the file to update.zip and place it in the root folder of internal memory.
  3. Go to Settings β†’ About the phone β†’ System update.
  4. Slip on the three dots in the upper right corner β†’ Select a firmware file.
  5. Select update.zip and confirm the installation.

If the error appears after the update, try to roll back:

  • πŸ“₯ Download the previous stable version MIUI for your model.
  • πŸ”„ Use Fastboot or Recovery to install (instructions below).
  • ⚠️ Before rolling back the data through Settings β†’ Additionally. β†’ Backup and reset.
Xiaomi modelLast stable MIUI (at 2026)Firmware reference
Redmi Note 12 Pro+MIUI 14.0.8 (Android 13)Download
POCO F5MIUI 14.0.6 (Android 13)Download
Xiaomi 13 UltraMIUI 14.0.12 (Android 13)Download

If the error persists after the update, the problem may be incompatibility between the firmware and the hardware, in which case only manual editing of configuration files or flashing the camera module will help (see the next section).

πŸ’‘

Before you run the firmware, check the model of the device with code ##4636## β†’ Phone Information. Wrong firmware can turn a smartphone into a brick.

Manual editing of files persist.camera (for advanced users)

If the reset and firmware did not help, the error may be due to incorrect data in the file persist.camera, which stores information about the configuration of the cameras. ADB!

Editing instructions:

  1. Connect your smartphone to your PC and enable USB Debugging (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times tap on version β†’ return to Additional β†’ For developers).
  2. Open the command prompt (Windows) or terminal (Linux/macOS) and type:
adb shell


su




mount -o rw,remount /system




cd /vendor/build.prop




nano persist.camera

In the file you will see lines of the form:

persist.camera.hal1.packagelist=com.xiaomi.camera


persist.camera.eis.enable=1




persist.camera.dualcamera.enabled=1

You need to:

  • πŸ” Find lines that mention the number of cameras (e.g. persist.camera.triple.enabled)=1).
  • ✏️ Fix them to match your device’s real-world configuration (e.g. if you have two cameras instead of three).
  • πŸ’Ύ Save the changes (Ctrl)+O β†’ Enter β†’ Ctrl+X).
  • πŸ”„ Reboot your smartphone.

On Xiaomi smartphones with a Snapdragon 8 Gen 2 processor (such as Xiaomi 13 Ultra), the error is often associated with the wrong value of the persist.camera.aux.packagelist parameter - it needs to be adjusted to real modules.

⚠️ Note: Incorrect editing of files in /vendor This can lead to bootloop.Before making changes, back up the partition through TWRP or Fastboot.

What if there are no root rights?
If you don’t have root, try using it. ADB-commands to reset camera settings without editing files: adb shell pm clear com.xiaomi.camera adb shell settings delete global camera_hal_version Then restart the device.

Flashing the camera module via Fastboot/EDL

If all previous methods fail, you have to reflash the camera module separately from the main firmware.

  • πŸ”§ You changed your motherboard or camera to an unoriginal one.
  • πŸ“± You have custom firmware (like LineageOS or Pixel Experience).
  • πŸ”„ The error occurred after a failed update MIUI.

Step-by-step:

  1. Download the stock firmware for your model from the Xiaomi Firmware Updater website.
  2. Unpack the archive and find the file with the.img extension that is responsible for the camera (usually called vendor.img or persist.img).
  3. Install Fastboot drivers and connect your phone to your PC in Fastboot mode (press Power + Volβˆ’ when the device is off).
  4. In the command line, do:
fastboot flash vendor vendor.img


fastboot flash persist persist.img




fastboot reboot

Devices with a MediaTek processor (e.g., Redmi Note 12) may require the use of EDL mode and the Mi Flash Tool.

  • πŸ–₯️ Download the Mi Flash Tool from Xiaomi’s official website.
  • πŸ”Œ Connect the phone in mode EDL (Close the contacts test point on the board or use the command adb reboot edl).
  • πŸ“ Select the Clean All and Lock option in the Mi Flash Tool and run the full firmware package.

After flashing the camera module, the error "Camera list not match" should disappear. If not, the problem is likely hardware incompatibility (for example, the camera module from another Xiaomi model is installed).

πŸ’‘

Fastboot/EDL flashing is the most reliable way to fix the bug, but requires strict adherence to instructions. Incorrect actions can lead to loss of IMEI or lock the bootloader.

What to do if nothing helps: hardware solutions

If the software methods didn't work, the problem is the hardware.

  • πŸ”§ Check the camera plume. On Xiaomi smartphones, it often leaves after a fall or battery change. Take the device apart and make sure the plume is tightly connected to the connector on the motherboard.
  • πŸ“Έ If you have installed a non-original camera (like AliExpress), it may not be compatible with your model).
  • πŸ”„ Check the motherboard, if the phone fell or urinated, the tracks that communicate with the camera could be damaged, and only repairs at the service center will help.
  • πŸ”‹ Power problem. Sometimes the error is caused by unstable voltage on the camera module. Try replacing the battery or checking the power chain.

Cost of repair in the service center:

Type of repairAverage price (2026)Implementation time
Camera diagnostics500–1000 β‚½30-60 minutes
Replacement of camera plume1500–2500 β‚½1-2 hours
Replacement of camera module (original)3000–8000 β‚½2-3 hours
Maternity board repair5000–15000 β‚½1-3 days

If you are not sure about your skills, it is better to contact an authorized service center Xiaomi. self-repair without experience can aggravate the problem (for example, damage the flexible plume or chips on the board).

FAQ: Frequent questions by mistake "Camera list not match"

❓ Can I use a smartphone with this error?
Yes, but with limitations. The standard camera app won't work, but you can install third-party apps (like Open Camera or GCam).However, some features (like Night Mode or 50x zoom) may not be available.
❓ The error occurred after the screen was replaced?
Indirectly, yes. When you change the screen, the camera plume is often turned off, and if it's not connected back properly, there may be an error. Some workshops also use non-original plumes that are not fully compatible with the motherboard. Check the plume connection or contact the service.
❓ After firmware, the camera works, but there is no autofocus?
This indicates a partial incompatibility between the firmware and the camera module. Try: Switch another firmware option (e.g. Global instead of China); manually edit the persist.camera file (see section above); install a modified camera app (e.g., GCam with support for your model).
❓ Can I roll back the firmware without losing data?
Theoretically, yes, but in practice, it's risky. When you roll back through Fastboot or Recovery, the data in the /data partition is usually erased. To minimize losses: Back up via TWRP or Mi Cloud. Use the Save user data option in the Mi Flash Tool (if available). Move important files to your PC or external drive.
❓ Where to find the original camera module to replace?
Original parts can be purchased: πŸ›’ Kimovil (European store with guarantee). πŸ“¦ On AliExpress (look for sellers with a rating above 98% and reviews about compatibility with your model). πŸ”§ Xiaomi service centers (sometimes sell used modules after repairs) The cost of the original camera module for flagships (Xiaomi 13 Ultra, Mix Fold 3) can reach 10 000 β‚½, For budget models (Redmi Note 12) – 2000–4000 β‚½.