Xiaomi camera says "no access to the camera" SD-Map, although it is not in the phone: how to fix

You try to take a photo on Xiaomi, but instead of taking a photo, you see a message saying, “No access to the camera.” SD-This bug is found on models from the Redmi Note 10 Pro to Xiaomi 13 Ultra, and its causes are not due to the physical absence of the drive, but to system settings failures. MIUI, resetting to factory settings or incorrect removal of the flash drive (if it was previously used).

In this article, we will discuss 7 working ways to return the camera to access internal memory, even if you are not using the system. SD-You'll learn how to reset storage settings, clear the camera cache, fix folder permissions, and what to do if an error appears after you've firmware. And at the end, answers to frequent questions, including when the camera stops saving photos at all, despite the free space in memory.

Why Xiaomi's camera requires SD-map if it's not there?

Message “No access to the SD-The map in the app The camera is a bug MIUI, It's a system that thinks that photos should be written to an external drive, but can't find it:

  • 🔄 Failure after update MIUI: Newer firmware versions sometimes reset storage settings by default.
  • 📱 Residual settings from the old SD-If the phone used to have a flash drive, and then it was removed, the system may “forget” to switch back to internal memory.
  • 🗑️ Damaged Camera Cache: Temporary com.android.camera files may contain incorrect paths.
  • 🔧 Manually modifying the save path: A user or third-party software (such as File Manager) could redirect the save to a non-existent drive.
  • 🛠️ File system errors: Folder damage DCIM/Camera or lack of rights to record.

On Xiaomi models with a hybrid slot (for example, Redmi Note 11 Pro)+) The problem may be exacerbated if the Adoptable Storage function was previously used, in which case the system remembers» SD-card as part of the main storage and cannot correctly return the settings after its extraction.

⚠️ Note: If you see an error «SD-The card is damaged instead of no access, which is another problem, which requires formatting the flash drive.

Method 1: Reset storage settings in the Camera application

The fastest method is to return the standard settings for saving a photo.

  1. Open the Camera app.
  2. Touch the gears. ⚙️ in the upper right corner (or swipe from the right edge of the screen on new versions) MIUI).
  3. Go to the Settings section → Place of preservation (or Storage).
  4. Select “Inner Memory” (or Device).
  5. Reboot the phone.

If the Save Place is missing or inactive, you've got system-level misalignment. Go to the next one.

Make sure there's no phone on it. SD-map

Check the free space in internal memory (minimum 1 GB)

Close all applications that work with photos/video

Turn off the VPN (if used)

-->

Method 2: Clearing the cache and data of the Camera application

The accumulated cache may contain outdated paths to SD-To throw it off:

  1. Open Settings → Applications → Application Management.
  2. Find the Camera (or Mi Camera on global firmware).
  3. Select Warehouse. → Clear the cache.
  4. Click Clear Data (this will reset all camera settings to factory settings).
  5. Reboot the phone.

Important: After cleaning the data, user settings (e.g. photo resolution, timer, filters) may reset.

Once a month

Only when mistakes occur

Never cleaned.

I don't know what that is.

-->

If the error persists after cleaning, check the DCIM folder access rights:

  1. Connect your phone to your PC and open up your internal memory.
  2. Go to the folder. DCIM → Camera.
  3. Make sure it has the rights to write (on Windows: right button → Properties → Security).

Method 3: Resetting access rights to the storage

MIUI Can restrict camera access to internal memory due to resolution failure android.permission.WRITE_EXTERNAL_STORAGE. To correct:

  1. Open Settings → Applications → Permissions → Repository Rights.
  2. Find the Camera and turn on the "Allow storage access" switch.
  3. Return to Settings → Applications → Application Management → Camera → Permissions.
  4. Make sure all permissions (camera, microphone, storage) are enabled.

On MIUI 14+ firmware, additional confirmation may be required:

adb shell pm grant com.android.camera android.permission.WRITE_EXTERNAL_STORAGE

This command must be entered through ADB (in more detail, in method 6).

Xiaomi modelTypical cause of errorRecommended method of correction
Redmi Note 10/11Failure after upgrade to MIUI 13Cleaning cache + resetting storage settings
Xiaomi 12/13Conflict with the function "Memory Expansion"Resetting access rights + resetting
POCO F4/F5Damage to the DCIM folderRemove the Camera folder and recreate
Xiaomi Pad 5/6Post-extract error SD-mapADB-drop-off

Method 4: Remove and Recreate Camera Folder

If the DCIM/Camera folder is damaged, it can be deleted, and the system will create a new one the next time the camera is launched.

  1. Connect your phone to your PC or use a file manager (such as Mi File Manager).
  2. Go to the Inner Memory → DCIM.
  3. Remove the Camera folder (or rename it to the Camera folder) Camera_old).
  4. Restart your phone and open the camera – the folder will be created automatically.

⚠️ Note: Before deleting, copy all photos/video from the Camera folder to another location.

If the folder is not created by itself, do it manually:

  1. In the file manager, click Create a folder.
  2. Call it Camera (with a capital letter, no spaces).
  3. Set access rights: Read/Write for everyone.

💡

If the DCIM folder is missing, create it manually. The path should look like this: /storage/emulated/0/DCIM/Camera.

Method 5: Reset all settings (without data loss)

If previous methods did not help, perform a soft reset - it will return the system settings to the factory, but will not affect user files:

  1. Open Settings → About the phone → Reset settings.
  2. Choose Reset all settings (not to be confused with Reset to factory!).
  3. Confirm the action and wait for the reboot.

After discharge:

  • 🔧 Reset the camera (resolution, HDR, AI-regime).
  • 📁 Check that the save path is set to internal memory.
  • 🔄 Restart your phone again (sometimes you need to double-boot).

This method helps in 80% of cases where the error is associated with software conflicts. MIUI. If the problem remains, move on to ADB-method.

💡

Soft reset does not remove photos, videos or apps, but returns to factory settings Wi-Fi, Bluetooth, sound and system resolutions.

Method 6: Correction through ADB (for advanced users)

If the camera is persistently "looking» SD-card, it is not, you can manually reset the storage settings through ADB. You'll need it:

  • 🖥️ Computer with Platform Tools installed.
  • 📱 Included Debugging by USB on the phone (Settings) → The phone. → Version. MIUI → 7 times to unlock Developer Settings).
  • 🔌 Cable USB (preferably original).

Instructions:

  1. Connect your phone to your PC and open Command Prompt (Windows) or Terminal (Mac/Linux) in the folder with the platform-tools.
  2. Enter the command to check the connection: Adb devices must appear serial number of your device.
  3. Reset the storage settings: adb shell cmd camera reset
  4. Reset the camera permissions: adb shell pm clear com.android.camera
  5. Reboot your phone: adb reboot

If the error persists after the reboot, try to force the saving path:

adb shell settings put global camera_save_path internal

⚠️ Attention: Misuse of the right ADB If you're not sure what you're doing, skip this method or go to a service center.

What if the ADB can’t see the device?
1. Make sure USB debugging is enabled (Settings → Additional → Developer Settings → USB Debugging). 2. Check the drivers: On Windows, install Mi PC Suite or Google USB Driver drivers. 3. Try another cable or USB port. 4. Reboot your phone and PC.

Method 7: Fastboot Flashing (extreme case)

If none of these methods worked, the reason could be that the MIUI system files were damaged, and then a clean flashing through Fastboot would help, and that would delete all the data, so first, you'd have to:

  • 📤 Backup photos, contacts and apps (via Settings) → Additionally. → Backup).
  • 🔋 Charge your phone to at least 60%.
  • 📥 Download the official firmware for your model from the Xiaomi Firmware website.

Instructions:

  1. Unpack the archive with firmware in the folder platform-tools.
  2. Turn off the phone and press Power + Volume down to log into the Fastboot.
  3. Connect your phone to your PC and execute the command: fastboot flash all (or fastboot flash all-w for full cleanup).
  4. Wait for the completion (5-10 minutes) and reboot.

After flashing:

  • 🔧 Set up your phone as new.
  • 📸 Check the camera's performance - no access error SD-The map must disappear.
  • 🔄 Restore data from backup.

This method is guaranteed to solve the problem, but requires technical skills. If you are not sure, contact the Xiaomi service center.

FAQ: Frequent questions by mistake “No access to the SD-map»

❓ The camera says, "No access to the SD-map, but the photo is saved?
This is a cache-related "false" error: clear the camera data (Settings → Apps → Camera → Storage → Clear data) and restart the phone. If the message remains but the photo is saved, ignore it (this is an interface bug).
❓ After updating MIUI The camera stopped saving the photo?
Reset your storage settings (Camera → Settings → Settings → Save Place → Internal Memory). If it doesn’t work, reset all settings (Settings → About Phone → Reset).
❓ Can I correct the error without resetting the settings?
Yes, 90% of the time, cleaning the camera cache + resetting the storage permissions (see Method 2 and Method 3) helps.
❓ Why the bug only appears in the Camera app, and other programs are working fine?
The Camera app uses separate storage settings that can be lost independently of the rest of the system, and this does not affect the Gallery, WhatsApp or other programs.
❓ Where did the photo disappear after resetting the camera settings?
They're still in the phone's memory, but they may be in a different folder (like DCIM/Screenshots or Pictures).