Windows Camera Troubleshooting

How to Fix “Camera Is Being Used by Another App” in Windows

A complete guide for Windows 10 and Windows 11 users: close hidden camera sessions, repair privacy permissions, reset the Camera app, restart services, and reinstall webcam drivers safely.

📷 Windows 10 & 11 ⏱ 5–20 min fix 🛠 Built-in tools only ✅ Laptop & USB webcams

Why Does Windows Say “Camera Is Being Used by Another App”?

The error “Camera is being used by another app”, “Close other apps”, or “It looks like another app is using the camera already” means Windows cannot give the webcam stream to the app you are trying to use. The camera may really be active in another program, or Windows may incorrectly think it is still busy after a crashed video call, browser tab, driver problem, or permission conflict.

Possible Cause Typical Situation Best First Fix
Another video app is open Zoom, Teams, Skype, Discord, OBS, WhatsApp, Telegram, or a browser tab is already using the webcam Close the app in Task Manager
Camera permission is blocked The app opens but shows a black screen, permission warning, or camera unavailable message Enable camera access in Privacy settings
Camera app cache is corrupted The built-in Camera app fails even when other apps are closed Repair or reset the Camera app
Webcam driver conflict The problem started after a Windows update, driver update, or webcam software installation Update, roll back, or reinstall the driver
Browser camera session is stuck Camera works in the Camera app but fails in Chrome, Edge, or Firefox Close tabs and reset site permissions
Security software or virtual camera conflict OBS Virtual Camera, antivirus webcam protection, or manufacturer privacy tools block access Disable the conflicting camera layer temporarily
💡
Important A webcam can usually provide only one direct video stream at a time. If one program has locked the camera, another program may show this error even though the hardware itself is working correctly.

Quick Fixes for “Camera Is Being Used by Another Application” in Windows

Start with these simple checks. They often release the webcam without driver changes or deeper troubleshooting.

1. Close All Apps That May Use the Camera

  1. Close video conferencing apps such as Zoom, Microsoft Teams, Skype, Discord, Google Meet, OBS Studio, WhatsApp, and Telegram.
  2. Close browser tabs that may still have camera access, especially tabs with online meetings, webcam tests, social networks, messengers, or recording tools.
  3. Reopen only the app where you need the camera and test again.

2. Restart Windows

A full restart clears stuck camera handles left by crashed apps and background services.

  1. Click Start → Power → Restart.
  2. Do not choose Sleep or Hibernate; use a real restart.
  3. After Windows loads, open the Camera app first. If it works there, test your main video app next.

3. Check the Physical Camera Switch or Privacy Shutter

Many laptops have a camera privacy slider, keyboard shortcut, or manufacturer utility that can disable the webcam.

⚠️
Do This First If you use a USB webcam, unplug it, wait 10 seconds, plug it into another USB port, and test again. Avoid USB hubs while troubleshooting.

Find and Close the App Using Your Webcam in Task Manager

Some apps remain active in the background even after you close their window. Task Manager is the fastest way to terminate hidden camera sessions.

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. If you see the compact view, click More details.
  3. On the Processes tab, look for apps that may use video: Zoom, Teams, Skype, Discord, OBS, Camera, browser processes, messenger apps, or screen recording tools.
  4. Select the suspicious app and click End task.
  5. Repeat for other video-related processes, then reopen the app where you need the camera.

Check Background Apps and Startup Apps

If the error returns after every reboot, a startup app may be locking the camera automatically.

  1. Open Task Manager → Startup apps.
  2. Temporarily disable video tools, meeting apps, webcam utilities, virtual camera software, and screen recorders.
  3. Restart the PC and test the camera again.
🔎
Tip If the webcam LED is on when you are not using video, an app or browser tab is probably still accessing the camera. Close apps one by one until the LED turns off.

Check Camera Privacy Settings in Windows 10 and Windows 11

Windows can block camera access globally, per app, or separately for desktop apps. If these permissions are disabled, apps may report that the camera is busy, unavailable, or used by another application.

Windows 11 Camera Permissions

  1. Press Win + I to open Settings.
  2. Go to Privacy & security → Camera.
  3. Turn on Camera access.
  4. Turn on Let apps access your camera.
  5. Enable camera access for the specific Microsoft Store app you want to use.
  6. Scroll down and enable Let desktop apps access your camera for programs such as Chrome, Edge, Firefox, Zoom, Teams, Skype, Discord, OBS, and classic desktop software.

Windows 10 Camera Permissions

  1. Open Settings → Privacy → Camera.
  2. Under Allow access to the camera on this device, click Change and turn access on.
  3. Enable Allow apps to access your camera.
  4. Enable camera access for the needed app.
  5. Enable Allow desktop apps to access your camera.
Recommended Setting Keep camera access enabled globally, but allow only trusted apps. You can disable access for apps you do not use instead of blocking the camera system-wide.

Repair or Reset the Windows Camera App

If the built-in Camera app itself shows the error, its app data may be corrupted. Repairing keeps the app data when possible; resetting removes the app data and restores default settings.

Repair or Reset Camera in Windows 11

  1. Open Settings → Apps → Installed apps.
  2. Find Camera.
  3. Click the three-dot menu next to Camera and choose Advanced options.
  4. Click Repair first and test the app.
  5. If the error remains, return to the same page and click Reset.

Repair or Reset Camera in Windows 10

  1. Open Settings → Apps → Apps & features.
  2. Select Camera and click Advanced options.
  3. Click Repair if available, or click Reset.
  4. Restart the PC and test the camera again.

Reinstall the Camera App with PowerShell

If resetting does not help, reinstall the Camera app. Open PowerShell as Administrator and run:

PowerShell · Run as Administrator
Get-AppxPackage *Microsoft.WindowsCamera* | Remove-AppxPackage
    

Then open Microsoft Store, search for Windows Camera, and install it again.

⚠️
Note Resetting or reinstalling the Camera app affects only the Microsoft Camera app. It does not delete your photos, videos, webcam driver, or Windows account files.

Restart Windows Camera and Video Services

Windows camera access depends on background components. Restarting the related services can release a stuck webcam session and restore app access.

Restart Services from Services Manager

  1. Press Win + R, type services.msc, and press Enter.
  2. Find Windows Camera Frame Server.
  3. Right-click it and choose Restart. If the service is not running, choose Start.
  4. Also check Capability Access Manager Service. It should usually be running and set to Manual (Trigger Start).
  5. Restart the PC after changing services.

Restart the Camera Frame Server from Command Prompt

Open Command Prompt as Administrator and run:

Command Prompt · Run as Administrator
net stop FrameServer
net start FrameServer
    
🚨
Be Careful Do not randomly disable Windows services. Disabling privacy, device, or RPC-related services can create new camera, microphone, Store app, and sign-in problems.

Update, Roll Back, or Reinstall the Webcam Driver

A damaged or incompatible camera driver can make Windows think the webcam is busy even when no app is using it. This is especially common after Windows updates, laptop utility updates, or virtual camera installations.

Update the Camera Driver

  1. Right-click Start and open Device Manager.
  2. Expand Cameras. On some systems, the webcam may appear under Imaging devices or Sound, video and game controllers.
  3. Right-click your webcam and choose Update driver.
  4. Select Search automatically for drivers.
  5. Restart the PC after the update.

Roll Back the Driver

If the issue started immediately after a driver update, rolling back may be better than updating again.

  1. In Device Manager, right-click the webcam and choose Properties.
  2. Open the Driver tab.
  3. Click Roll Back Driver if the button is available.
  4. Restart Windows and test the camera.

Reinstall the Webcam Driver

  1. Open Device Manager.
  2. Right-click the webcam and choose Uninstall device.
  3. If you see Attempt to remove the driver for this device, leave it unchecked for the first attempt.
  4. Click Uninstall.
  5. Restart the PC. Windows should detect the webcam and reinstall the driver automatically.

Install the Manufacturer Driver

If Windows installs a generic driver but the error remains, download the camera or chipset driver from your device manufacturer’s support page. Use the exact laptop, motherboard, or webcam model.

🧩
USB Webcam Tip For external webcams, also update USB controller and chipset drivers. A USB power or controller problem can look like a camera app conflict.

Fix “Camera Is Used by Another App” in Browsers, Zoom, Teams, Skype, and Discord

If the camera works in the Windows Camera app but fails in a specific program, the problem is usually app permissions, app settings, cached camera sessions, or virtual camera conflicts.

Google Chrome and Microsoft Edge

  1. Close all meeting and recording tabs.
  2. Open the site where you need the camera.
  3. Click the lock icon in the address bar and allow Camera.
  4. Go to Settings → Privacy and security → Site settings → Camera.
  5. Select the correct camera and remove old blocked entries for the site.
  6. Restart the browser.

Mozilla Firefox

  1. Open the website that needs camera access.
  2. Click the lock icon next to the address and remove any blocked camera permission.
  3. Open Settings → Privacy & Security → Permissions → Camera → Settings.
  4. Remove or update the site permission, then reload the page.

Zoom, Microsoft Teams, Skype, and Discord

  1. Open the app’s video settings.
  2. Choose the real webcam, not OBS Virtual Camera, Snap Camera, or another virtual device unless you intentionally use it.
  3. Disable HD video, background effects, or camera enhancements temporarily.
  4. Sign out of the app, quit it fully from the tray icon, then open it again.
  5. If the app still fails, update it or reinstall it.
Fast Test Open the built-in Camera app. If it works there, Windows and the driver are probably fine. Focus on the specific browser or video app settings.

Advanced Fixes for Persistent Windows Webcam Conflicts

Use these methods if the camera still shows as being used by another application after closing apps, checking permissions, resetting the Camera app, and reinstalling the driver.

Run the Camera Troubleshooter or Get Help Diagnostics

  1. Open Settings.
  2. In Windows 11, go to System → Troubleshoot → Other troubleshooters and look for camera-related diagnostics if available.
  3. You can also open the Get Help app and search for camera troubleshooter.
  4. Apply any recommended fixes and restart Windows.

Repair Windows System Files

Corrupted system components can break camera permissions, Store apps, and device access. Open Command Prompt as Administrator and run:

Command Prompt · Run as Administrator
sfc /scannow
    

If SFC reports that it could not repair some files, run:

Command Prompt · Run as Administrator
DISM /Online /Cleanup-Image /RestoreHealth
    

After DISM finishes, run sfc /scannow again and restart the computer.

Disable Conflicting Virtual Camera Software

Virtual camera tools can reserve or redirect the webcam. Temporarily uninstall or disable software such as OBS Virtual Camera, ManyCam, Snap Camera, NVIDIA Broadcast, XSplit VCam, or manufacturer webcam effects tools.

Create a New Windows User Profile

If camera permissions or app settings are corrupted only in your current account, a new local user profile can confirm it.

  1. Open Settings → Accounts → Other users.
  2. Create a new local user account.
  3. Sign in to the new account and test the Camera app.
  4. If the camera works there, the original profile has a settings or permission problem.

Check Registry Policy Blocks

On work, school, or previously tweaked PCs, camera access may be disabled by policy. Open Registry Editor only if you are comfortable with advanced Windows settings.

Registry path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam
    

For personal PCs, the Value entry is commonly set to Allow when camera access is enabled. If your computer is managed by an organization, do not override policy settings without permission.

🚨
Registry Warning Export the registry key before editing anything. Incorrect registry changes can break Windows features or create permission problems.

Frequently Asked Questions About Camera Errors in Windows

Q Why does Windows say my camera is being used by another app when nothing is open?
A background process, browser tab, tray app, virtual camera tool, or crashed video session may still be holding the webcam. Open Task Manager and end video-related processes, then restart the Windows Camera Frame Server service or restart the PC.
Q How do I know which app is using my camera?
In Windows 11, open Settings → Privacy & security → Camera and check recent camera activity if it is shown for your apps. You can also watch the webcam LED and close apps from Task Manager until the LED turns off. Common culprits are Teams, Zoom, Skype, Discord, browsers, OBS, and messenger apps.
Q Why does the camera work in the Camera app but not in Chrome or Edge?
Windows and the driver are probably working, but the browser site permission or browser camera selection is wrong. Open browser site settings, allow camera access for the website, choose the correct webcam, close other meeting tabs, and restart the browser.
Q Can antivirus software cause the “camera used by another app” error?
Yes. Some security suites include webcam protection that blocks camera access or allows it only for approved apps. Temporarily disable webcam protection or add your trusted video app to the allowed list, then test again.
Q Should I uninstall the webcam driver?
Yes, but only after easier steps fail. Uninstall the webcam from Device Manager, restart Windows, and let Windows reinstall it automatically. If the issue remains, install the driver from your laptop or webcam manufacturer’s support page.
Q What should I do if my laptop has a black camera screen instead of this error?
Check the physical privacy shutter first. Then enable camera permissions in Windows settings, select the correct camera in the app, reset the Camera app, and reinstall the webcam driver. A black screen often means the camera is blocked, disabled, or selected incorrectly.

📷 Bottom Line

The “Camera is being used by another app” error in Windows 10 and Windows 11 is usually caused by a stuck video session, blocked camera permission, browser tab, virtual camera tool, or webcam driver conflict. Start by closing video apps in Task Manager, restarting the PC, and checking Privacy → Camera permissions. If the built-in Camera app fails too, repair or reset it, restart the Windows Camera Frame Server service, and reinstall the webcam driver. Work through the steps in order and the camera should become available again without reinstalling Windows.