You took your smartphone to take a photo of an important moment - and the camera icons on your desktop are gone. Is the situation familiar? The disappearance of the camera icon on Android is a common problem that can occur after a system update, an application crash, or even due to accidental deletion. The good news: in 95% of cases, the icon can be returned without complex manipulations.

The reasons for the loss vary from trivial (hiding from the desktop) to technical (damage to system files). In this article we will analyze all possible scenarios - from a basic check of the applications folder to recovery via ADB (a tool for advanced users). Important: if the camera not only disappeared from the screen, but also stopped launching through search or the voice assistant, the problem may be deeper - we’ll talk about that too.

Do not rush to reset your phone to factory settings: try simple methods first. Let's start with the most obvious thing - checking whether you accidentally hid the icon.

1. Checking the “All Applications” folder

Most often, the camera icon does not disappear forever, but simply moves to the folder with all installed apps. This may happen after a shell update (for example MIUI, One UI or ColorOS), when the system automatically sorts the icons.

How to check:

  • 📱 Swipe up from the bottom edge of the screen to open application menu (on some phones you need to click on the “dots” or “squares” icon in the dock).
  • 🔍 Enter the word “camera” in the search bar (or camera on the English layout).
  • 🖱️ If the application is found, hold down its icon and drag it to the desktop.

On some firmware (for example, Flyme or EMUI), the camera icon may be hidden in the “Tools” or “Google” folder. If the search did not produce results, proceed to the next step.

📊 Does your smartphone run on pure Android or a proprietary shell?
Pure Android (Pixel, Motorola)
Samsung One UI
Xiaomi MIUI/HyperOS
Huawei EMUI/HarmonyOS
Oppo/Realme ColorOS
Another shell

2. Restoring the icon through the launcher settings

The launcher (the app responsible for the appearance of the desktop) sometimes resets the settings after updating or clearing the cache. This can lead to the disappearance of system application icons, including the camera.

How to get the icon back:

  1. Press an empty space on the desktop → select "Desktop settings" (or "Launcher settings»).
  2. Find the section "Hidden applications" or "Application icons».
  3. Check whether the camera is disabled in the list. If so, turn it on.
  4. On some launchers (for example, Nova Launcher), you need to go to "Settings → Icons → Hidden icons».

If you are using a third-party launcher (for example, Microsoft Launcher or Apex Launcher), try temporarily switching to standard. To do this:

Settings → Applications → Default launcher → Select standard
💡

On phones Samsung the camera icon may disappear after activating the mode "Easy Interface" (Easy Mode). To return it, go to Settings → Display → Desktop Mode → Standard.

3. Clearing the cache and data of the Camera application

If the icon is in the application menu, but is not displayed on the desktop or the camera does not start, the problem may lie in damaged cache. Cleaning will not delete your photos, but will reset application settings (for example, shooting mode or filters).

Instructions:

  • 📌 Go to Settings → Applications → All applications.
  • 🔍 Find “Camera” (or Camera) in the list and open it.
  • 🧹 Click "Clear cache", then "Clear data" (if available).
  • 🔄 Reboot your phone.

On some devices (for example Xiaomi or Huawei), you may need to clear the data after allow access to the camera and microphone again. To do this:

Settings → Privacy → Permissions → Camera → Enable access

Make a backup copy of the photo (in case of failure)

Check battery charge (minimum 30%)

Close all background applications

Remember current camera settings (if important)

-->

4. Reinstalling updates for the Camera application

On some smartphones (especially with a clean Android or Pixel) the Camera application is updated via Google Play. If after the update the icon disappears or the camera does not work correctly, it will help roll back to the factory version.

How to do this:

  1. Open Settings → Applications → Camera.
  2. Click on the three dots in the upper right corner → "Uninstall updates».
  3. Confirm the action and reboot your phone.
  4. After rebooting, check if the icon appears. If yes, update the application again via Google Play.

On devices with proprietary shells (MIUI, One UI), the Camera application is usually built into the system and is not updated through the store. In this case, only resetting the settings will help (more on that below).

What to do if the “Uninstall updates” button is inactive?

This means that the “Camera” application is a system application and does not have separate updates. In this case, try:

1. Clear cache and data (as in the previous section).

2. Reset application settings (see section 5).

3. Use an alternative camera from Google Play (for example, Google Camera or Open Camera).

5. Resetting application settings (without data loss)

If the previous methods did not help, the problem may be in the system settings responsible for displaying icons. Resetting application settings will return all permissions and parameters to factory settings, but will not delete your photos, videos or files.

Step-by-step guide:

  • 🔧 Go to Settings → System → Reset settings (on some phones the path may differ: Settings → General → Reset).
  • 🔄 Select "Reset application settings" (not to be confused with a full reset!).
  • 📱 Confirm the action and wait for the reboot.

After reset:

  • 🔓 Go to the permission settings for the Camera application and enable access to the camera, microphone and storage.
  • 🖼️ Check if the icon appears on the desktop. If not, try adding it manually from the application menu.
💡

Resetting application settings does not delete personal data, but it resets all permissions, application accounts and notification settings. After the procedure, you may need to re-enter passwords in some apps.

6. Recovery via ADB (for experienced users)

If the camera icon disappeared after rooting, installing custom firmware or a system failure, recovery via Android Debug Bridge (ADB)can help. This method requires connecting the phone to the computer and basic command line knowledge.

What you will need:

  • 💻 Computer with installed drivers ADB i Fastboot.
  • 🔌 USB cable (preferably original).
  • 📱 Enabled USB debugging on the phone (Settings → About phone → Build number → press 7 times → Developer settings → USB debugging).

Commands for recovery:

adb shell

pm enable com.android.camera # Enables the camera application (replace with the current package if necessary)

pm clear com.android.camera # Clears data (optional)

For devices Samsung the camera package may be called com.sec.android.app.camera, for Xiaomicom.android.camera2. You can clarify the exact name with the command:

adb shell pm list packages | grep camera
⚠️ Attention: Incorrect use ADB can lead to unstable operation of the system. If you are not sure of your actions, skip this method or contact a specialist.

7. Extreme measures: reset to factory settings

If none of the methods helped, and the camera is critical for you, it remains full phone resetThis will delete all data, including photos, applications and settings, so be sure to make a backup copy before the procedure.

How to reset your phone:

  1. Save all important data to Google Drive, computer or external drive.
  2. Go to Settings → System → Reset settings → Delete all data.
  3. Confirm the action and wait for completion (takes 5-15 minutes).
  4. After rebooting, set up your phone as new and check if the camera icon appears.

On some devices (for example, Samsung or Xiaomi), the reset can be performed through recovery mode:

  • Turn off the phone.
  • Hold Power button + Volume up (the combination may vary).
  • In the recovery menu, select "Wipe data/factory reset».
⚠️ Attention: On phones with an unlocked bootloader or custom firmware, resetting may lead to Google account blocking (FRP). Make sure you remember your login details!
Method Difficulty Time Data loss Efficiency
Checking the "All applications" folder 1–2 minutes No 80%
Settings launcher ⭐⭐ 3–5 min No 70%
Clear camera cache ⭐⭐ 2–3 min No 65%
Reset settings applications ⭐⭐⭐ 5–10 min No 90%
Recovery via ADB ⭐⭐⭐⭐ 15–30 min No 95%

Frequently asked questions

Is it possible to return the camera icon without resetting the phone?

Yes, in most cases simpler methods help: checking the “All applications” folder, clearing the cache or resetting the launcher settings. A complete reset of the phone is required only in case of serious system failures (less than 5% of cases).

Why did the camera icon disappear after updating Android?

Updating the system can reset the launcher settings or damage the cache of the Camera application. Most often this happens when upgrading to a new version Android (for example, from 12 to 13) or after a major shell update (for example, MIUI 14 → HyperOS).

The camera works, but there is no icon - what to do?

If the camera is launched through search or a voice assistant, but there is no icon on the desktop:

  1. Add it manually from the application menu (press the icon → "Add to desktop").
  2. Check if it is hidden in the launcher settings.
  3. Install the camera widget (if supported by your shell).
The phone has two cameras (main and Google Camera) - how to remove the unnecessary one?

If you have several camera applications installed, you can disable one of them:

  1. Go to Settings → Applications.
  2. Find an unnecessary camera application (for example, Google Camera).
  3. Click “Disable" (do not delete if it is a system one!).

If you cannot disable it, hide the icon through the launcher settings.

After resetting, the camera icon still did not appear - what to do?

If even after a complete reset the icon does not return, the problem may be:

  • Damage to system files (re-flashing required).
  • Hardware malfunction (for example, a camera cable has fallen off).
  • Blocking antivirus applications or device policies (on corporate phones).

In such cases, contact the service center.

If none of the methods worked, check whether the camera is blocked by third-party software (antivirus, parental control apps) or whether the mode is activated "For Children" (Kids Mode). As a last resort, install an alternative camera application from Google Play —for example, Open Camera or Footage.