Test your webcam before you need it

The fastest way to test your webcam is to open the camera app built into your operating system — Windows Camera on Windows 10 and 11, Photo Booth on Mac, or Cheese on Linux. Launch the app, point the camera at your face, and watch the live feed. If you see yourself clearly, the hardware works. If the image is dark, blurry, or frozen, or if you see an error message, something is wrong.

Beyond the camera app, you can test your webcam in a video call process like Zoom, Google Meet, or Skype before joining a real meeting. These apps let you preview your video and audio in a settings menu without broadcasting to anyone. This is the most practical test because it shows you exactly what other people will see.

Key Takeaways

  • Your operating system includes a free camera app — Windows Camera, Photo Booth, or Cheese — that shows whether the hardware is working at all.
  • Video call apps like Zoom and Google Meet have a preview mode in settings that lets you check your image and audio before joining a meeting.
  • If your webcam works in the camera app but not in a specific program, that program may not have permission to use the camera.
  • A dark or blurry image usually means the lens needs cleaning, the camera is pointed at a light source, or the lighting in your room is too dim.
  • If the camera app says the device is in use, close all other programs that might be using the webcam, including browsers with video chat tabs open.

Test on Windows 10 and 11

Open the Windows Camera app by pressing the Windows key, typing "camera", and pressing Enter. The app launches and shows a live preview from your webcam. If you see your face or the room behind you, the camera is working. If the screen stays black or shows an error like "We can't find your camera", the hardware is not detected.

If Camera app shows an error, check that no other program is using the webcam. Open Task Manager (Ctrl + Shift + Esc), look at the Processes tab, and close any browser windows or video call apps. Then try the Camera app again. If it still fails, restart your computer — Windows sometimes needs a reboot to recognize a newly connected USB camera.

To test in a video call app, open Zoom, Google Meet, or Skype, go to Settings or Preferences, find the Video or Camera section, and look for a preview window. You should see your live image there. If the preview is blank or shows a different camera than the one you want, click the dropdown menu next to "Camera" and select the correct device.

Test on Mac

Open Photo Booth by pressing Command + Space, typing "photo booth", and pressing Enter. The app shows a live preview from your webcam. If you see yourself, the camera works. If the preview is black or the app says "No camera detected", the hardware is not responding.

On newer Macs with the M1 or M2 chip, the built-in camera is usually recognized when ready. On older Intel Macs, the camera may need a moment to initialize — wait five seconds after opening Photo Booth before concluding it is broken. If Photo Booth still shows nothing, restart your Mac and try again.

To test in a video call app, open Zoom, Google Meet, or Skype, click the menu (usually three dots or lines), select Preferences or Settings, and find Video or Camera. You should see a preview of your image. If the preview is dark, check that you are not pointing the camera at a bright window — the automatic exposure will make your face too dark. Reposition the camera or your lighting and watch the preview update in real time.

Test on Linux

Open Cheese, the built-in camera app on most Linux distributions. If Cheese is not installed, open your package manager (Ubuntu Software, GNOME Software, or your distribution's equivalent), search for "cheese", and install it. Once open, Cheese shows a live preview. If you see your face, the camera works. If the preview is black, the camera is not detected or not permitted.

If Cheese shows a black screen, check that your user account has permission to access the camera device. Open a terminal and run the command groups $USER. If the output does not include "video", add your user to the video group by running sudo usermod -a -G video $USER, then log out and log back in. Try Cheese again.

To test in a video call app, open Zoom, Google Meet, or Skype, go to Preferences or Settings, select Video or Camera, and look for a preview. You should see your live image. If the preview is blank, make sure the correct camera is selected in the dropdown menu — some Linux systems detect multiple camera devices, and you may need to choose the right one.

Diagnose a dark or blurry image

If your webcam works but the image is too dark, the problem is usually lighting, not the camera. Position yourself so that light comes from in front of you or to the side — not from behind you. A desk lamp or window light works well. Avoid pointing the camera directly at a bright light source, because the camera's automatic exposure will darken your face to compensate.

If the image is blurry, the lens may be dirty. Gently wipe the lens with a soft, dry cloth — microfiber works best. Do not use water or cleaning solution unless the cloth is barely damp. Wait for the lens to dry completely before testing again. If the image is still blurry after cleaning, the camera may be focused on the wrong distance — try moving closer or farther from the camera and watch the preview update.

Some webcams have a focus ring around the lens that you can turn by hand. If your camera has one, try rotating it slowly while watching the preview until the image sharpens. If none of these steps work, the camera's lens or sensor may be damaged.

Check camera permissions in your browser and apps

If your webcam works in the camera app but not in a specific program, that program may not have permission to use the camera. On Windows, go to Settings, click Privacy & Security, select Camera, and check that the app you want to use is toggled On. On Mac, go to System Preferences, click Security & Privacy, select Camera, and make sure the app is listed and checked. On Linux, permissions are usually handled by the system at login — if you added your user to the video group, restart your computer for the change to take effect.

In web browsers, the first time you join a video call, the browser asks for permission to use your camera. Click Allow. If you clicked Deny by mistake, the browser remembers that choice. To reset it, go to your browser's settings, find Privacy or Permissions, locate Camera, and remove the website from the blocked list. Then reload the video call page and click Allow when prompted again.

What to do if the camera is in use

If the camera app or a video call program says "The camera is in use by another process", another program is currently accessing the webcam. Close all browser tabs with video calls open, close Zoom or Skype if they are running in the background, and close any other app that might use the camera. Then try again.

On Windows, open Task Manager (Ctrl + Shift + Esc), look at the Processes tab, and close any program that might be using the camera — browsers, Zoom, Skype, Discord, or OBS. On Mac, open Activity Monitor (Command + Space, type "activity monitor"), find the program, click it, and click the X button to quit it. On Linux, open a terminal and run lsof /dev/video0 to see which process is using the camera, then close that program.

Frequently Asked Questions

Why does my webcam work in one app but not another?

The app that is not working either does not have permission to use the camera, or it is looking for a different camera device. Check the app's settings for a Camera or Video option and make sure the correct device is selected. On Windows and Mac, also check your operating system's privacy settings to confirm the app is allowed to access the camera.

Can I test my webcam without opening a video call?

Yes. Use your operating system's built-in camera app — Windows Camera, Photo Booth on Mac, or Cheese on Linux. These apps show a live preview and tell you when ready whether the hardware is working. They do not require you to join a meeting or sign into any service.

What should I do if the camera app says "No camera detected"?

First, restart your computer — Windows and Mac sometimes need a reboot to recognize a camera. If you are using an external USB camera, unplug it, wait 10 seconds, and plug it back in. If the camera is built into your laptop, check that no other program is using it by opening Task Manager or Activity Monitor and closing any video apps. If the problem persists, the camera hardware may be broken.

Is there a way to test my webcam without any apps?

Not without installing something, but you can test in a web browser. Go to a website like webcamtests.com or codepoint.net/camera-test, click Allow when the browser asks for camera permission, and you should see your live video. This tests both the camera hardware and your browser's permission settings in one step.

Why is my webcam image upside down or mirrored?

Most camera apps mirror the image so it looks like you are looking in a mirror — this is normal and intentional. When you join a video call, other people see the correct orientation, not the mirrored version. If the image is actually upside down, your camera may be mounted incorrectly, or the app has a rotation setting you can adjust in its preferences.