Test your camera in Windows, Mac, or Linux with built-in tools before troubleshooting
The fastest way to test your camera is to open the app your operating system provides for this purpose. On Windows 10 and 11, that's the Camera app. On Mac, it's Photo Booth. On Linux, it's Cheese or Snapshot, depending on your distribution. These apps show you a live feed from your camera in seconds — if you see yourself or your surroundings, the camera works. If the screen stays black or shows an error, you have a hardware or driver problem to solve.
Before you open any app, check the physical basics: make sure nothing is blocking the camera lens, and if your laptop has a camera cover or shutter, slide it open. Some cameras have a small LED light next to the lens that turns on when the camera is active — look for that as a sign the hardware is responding.
Key Takeaways
- Windows users can test their camera by opening the Camera app from the Start menu and checking for a live video feed.
- Mac users should open Photo Booth (in Applications > Utilities) to see if the camera displays video in real time.
- If the camera app shows a black screen or an error message, the problem is usually a driver that needs updating or a permission setting that blocks camera access.
- Video call apps like Zoom, Skype, or Google Meet can also test your camera, but the built-in camera app is faster and shows problems more clearly.
- On Windows, you can also check Device Manager to see if the camera is listed and whether Windows recognizes it as working.
Testing on Windows 10 and 11
Open the Start menu and type "Camera" into the search box. Click the Camera app when it appears. The app will ask for permission to access your camera the first time you run it — click "Yes" or "Allow". Within a few seconds, you should see a live video feed of whatever is in front of your camera.
If you see video, your camera hardware and driver are working. If the screen stays black, check Device Manager to see whether Windows recognizes the camera at all. Right-click the Start button, select Device Manager, and look for "Cameras" in the list. Click the arrow next to it to expand. If you see your camera listed with a green checkmark, the device is recognized. If there's a yellow exclamation mark or a red X, Windows has detected the camera but something is wrong — usually an outdated or missing driver.
If the camera doesn't appear in Device Manager at all, the hardware may not be connected properly (on a desktop with an external camera, check the USB cable), or the camera may be disabled in your BIOS settings. Restarting your computer sometimes fixes temporary connection issues.
Testing on Mac
Open Finder, go to Applications, then Utilities, and double-click Photo Booth. The app opens with a live camera feed in the center of the window. If you see video, the camera is working. Photo Booth also shows three capture modes at the bottom — you can take still photos or video to confirm the camera records, not just displays.
If Photo Booth shows a black screen or says "No Camera Found", check System Preferences (or System Settings on newer macOS versions). Go to Security & Privacy, then Camera, and look for the apps that have permission to use the camera. If Photo Booth or another app you want to use is not listed, or if it's listed but the toggle is off, click the lock icon at the bottom left, enter your password, and turn the camera permission on for that app.
If the camera still does not work after you grant permission, restart your Mac. If it still fails, the camera hardware may be disconnected or faulty — this is rare on built-in MacBook cameras but more common on external USB cameras.
Testing on Linux
Most Linux distributions come with either Cheese or Snapshot as the default camera app. Open your applications menu and search for "Camera", "Cheese", or "Snapshot". Click to launch it. You should see a live video feed within a few seconds.
If the app opens but shows a black screen, the camera may not have the right permissions. Open a terminal and type ls -la /dev/video* to see if the camera device is listed. If it is, check whether your user account is in the video group by typing groups. If "video" does not appear in the list, add your user to that group with sudo usermod -a -G video $USER, then log out and log back in.
If the device does not appear in /dev/video*, the camera hardware is not being detected by the kernel. Check your BIOS to see if the camera is disabled there, or try a different USB port if you are using an external camera.
Using a video call app to test your camera
Zoom, Skype, Google Meet, and similar apps all have camera settings where you can preview your video before joining a call. Open the app, go to Settings or Preferences, find the Video or Camera section, and look for a preview window. If you see yourself or your surroundings in the preview, the camera is working.
This method is useful if you want to test the camera in the exact app you plan to use, but it does not show problems as clearly as the built-in camera app does. If a video call app shows a black screen but the Camera app works, the problem is usually a permission setting specific to that app — check your operating system's privacy settings and make sure the app has camera permission.
What to do if your camera fails the test
If the camera app shows a black screen or an error, start with the simplest fixes. Restart your computer. Unplug and replug an external USB camera. Make sure nothing is physically blocking the lens. Check that your camera is not disabled in BIOS (restart your computer, press Delete, F2, or F12 during startup depending on your manufacturer, and look for a Camera or Integrated Peripherals setting).
Next, update your camera driver. On Windows, right-click the camera in Device Manager and select "Update driver". On Mac, drivers usually update with macOS itself, so check for system updates in System Settings. On Linux, update your system packages with your package manager (apt, yum, pacman, etc.).
If the camera still does not work after a restart and a driver update, the hardware may be faulty. External USB cameras are usually easier to replace than built-in laptop cameras. If you have a built-in camera that fails, contact the laptop manufacturer or a repair shop — replacing it often requires opening the device.
Testing camera quality and settings
Once you confirm the camera works, you can check its quality and adjust settings. Most camera apps let you zoom, adjust brightness, or change resolution. Take a test photo or video in good lighting and in dim lighting to see how the camera performs in different conditions.
If the video looks blurry, try cleaning the lens with a soft, dry cloth — dust and fingerprints are the most common cause. If the image is too dark or too bright, check whether your camera app has brightness or exposure controls. Some cameras also have autofocus — if the image stays blurry even after cleaning, autofocus may be struggling. Try pointing the camera at something with clear edges (like a book spine) to help it focus.
Frequently Asked Questions
Why does my camera app say "Camera not found" even though I have a camera?
The camera is either disabled in BIOS, not recognized by your operating system, or the driver is missing or outdated. Restart your computer first. Then check Device Manager (Windows) or System Report (Mac) to see if the camera appears. If it does, update the driver. If it does not appear, restart into BIOS and look for a Camera or Integrated Peripherals setting to enable it.
My camera works in one app but not another. What's wrong?
The app that does not work probably does not have permission to use the camera. On Windows, Mac, and Linux, go to your privacy or security settings, find the Camera section, and make sure the app is listed and has permission turned on. Then restart the app.
Can I test my camera without opening an app?
Not directly, but you can check whether your operating system recognizes the camera. On Windows, open Device Manager and look for the camera under the Cameras section. On Mac, open System Report (Apple menu > About This Mac > System Report) and click USB to see if your camera is listed. On Linux, open a terminal and type lsusb to see connected USB devices.
What if my external USB camera does not show up in Device Manager?
Try a different USB port — some ports may not provide enough power or may be faulty. If the camera still does not appear, restart your computer. If it still does not show up after a restart, the camera hardware may be broken or the USB cable may be damaged.
Is there a way to test my camera's microphone at the same time?
Most camera apps do not test audio, but video call apps like Zoom or Skype do. Open the app, go to Settings, find the Audio or Microphone section, and look for a test or preview option. Some apps let you record a short test message and play it back to confirm the microphone is working.