How to know which app is using camera in laptop?

How to know which app is using camera in laptop?
I have been noticing that my laptop’s camera indicator light turns on randomly even when I’m not using any application that requires the camera. This has raised concerns about my privacy and made me suspicious that some background app might be accessing the camera without my knowledge. I am unsure how to identify which specific app is responsible for this. Sometimes, I hear about apps that secretly use the camera for malicious purposes, and this insight has made me even more determined to figure out how to monitor and detect which apps are accessing the camera on my laptop. I feel a bit overwhelmed and need a clear method to address this issue effectively. How can I know which app is using the camera in my laptop so that I can take the necessary steps to protect my privacy?
5 Answers

The best way to ensure you detect which app is using your camera is through systematic checking using professional tools:
- System Monitoring Tools:
- Windows tools like
Process Explorer
, available from Microsoft’s Sysinternals suite, can provide detailed insights. - Download and run
Process Explorer
. Use the search feature to look forcamera
orwebcam
. -
This will highlight any processes hooking into the camera driver.
-
MacOS Hardware Monitoring Tools:
- For Mac, using tools like
EtreCheck
reveals any unusual behavior related to hardware usage. - Download and run
EtreCheck
, creating a report on hardware activity and identifying potentially malicious apps.
These tools can be extremely effective in pinpointing exact details on resource usage.

Given the concern surrounding unauthorized camera access, here is a comprehensive and detailed approach to tackling this problem:
- Windows Privacy Settings:
- Go to
Settings > Privacy > Camera
. - Ensure the option
Allow apps to access your camera
is enabled so you can manage specific permissions. -
Review each app listed under
Choose which apps can access your camera
. Disable access for untrusted or rarely-used applications. -
Activity Logs (For Advanced Users):
- Check Windows Event Viewer logs by searching
event viewer
in the Start menu. - Navigate to
Applications and Service Logs > Microsoft > Windows > Windows Camera Framework
. - Here, you can find detailed logs about camera usage events, including timestamps and initiating processes.
This detailed inspection can provide clear evidence on unauthorized usage and help you secure your privacy.

To find out which app is using your camera on a laptop, there are simple and user-friendly methods that don’t involve technical knowledge:
- Windows Security Notification:
- Windows 10 and later versions often provide a notification when an app tries to access the camera.
-
Keep an eye on these notifications to catch any unauthorized use.
-
Third-Party Software:
- Using applications like
Webcam On-Off
orWho Stalks My Cam
will help you track which apps access your camera periodically. - These applications create logs and alert you immediately when the camera is accessed.

I understand the anxiety related to privacy. To identify which app is using your laptop’s camera in real-time can be done with the following more advanced method:
- Command Prompt (Windows):
- Open Command Prompt with administrative privileges.
- Type
tasklist /v
to list all active processes with more details. - Look for processes associated with camera usage, such as
browsers
,zoom.exe
,skype.exe
, etc. - Terminal (macOS):
- Open Terminal from Applications > Utilities.
- Typing
lsof | grep "AppleCamera"
will show you the list of processes using the camera.
This method is more technical but provides deeper insights.

To determine which app is using the camera on your laptop, you can follow these steps:
- Check Camera Light Indicator: Many laptops have an indicator light next to the camera. If this light is on, it indicates the camera is in use. However, this won’t tell you which app is using it.
- Windows Task Manager:
- Press
Ctrl + Shift + Esc
to open Task Manager. - Go to the
Processes
tab and look for any applications you recognize that may use the camera. - Apps like Skype, Zoom, or browser apps like Chrome or Firefox might be accessing the camera.
- Privacy Settings:
- Navigate to
Settings > Privacy > Camera
on your system. - Here, you will see a list of apps granted permission to use the camera. You can toggle off the ones you do not want to have access.
- Activity Monitor (macOS):
- Open
Activity Monitor
from theApplications > Utilities
. - Check the
Camera
section to see which applications are using it. Applications like FaceTime, Skype, or any video conferencing software might be listed.