Privacy and Security Enable or Disable Apps Access to Camera in Windows 11

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:
  • Tags Tags
    camera

Camera_app_banner.webp

This tutorial will show you how to allow or deny apps access to the camera for your account or all users in Windows 11.

Many apps and services request and use the camera, and Windows settings give you control over which apps can use your camera.

There are three types of cameras that apps and services may have access to, depending on what type of cameras come with or are installed on your device:
  • A color camera is used for taking traditional color photos or videos.
  • An infrared camera takes a gray scale (black and white) photo or video based on infrared intensity.
  • A depth camera can see the shapes of items in front of it, and how far they are from the device. For example, a depth camera can be used to recognize when a person is in front of the device.
You can choose which apps can access the camera.

If you turn on Windows Hello facial recognition, it will use your camera to sign you in even if the setting that allows apps to access your camera is turned off.

If your device comes with a camera light, the light will turn on when the camera is in use.

If your system doesn’t have a camera light, you’ll get a notification to let you know when the camera turns on or off.

References:



Contents

  • Option One: Turn On or Off Camera Access for All Users in Settings
  • Option Two: Turn On or Off Camera Access for All Users using Command
  • Option Three: Turn On or Off Apps Access to Camera for Current User in Settings
  • Option Four: Turn On or Off Apps Access to Camera for Current User using REG file
  • Option Five: Turn On or Off Desktop Apps Access to Camera for Current User in Settings
  • Option Six: Turn On or Off Desktop Apps Access to Camera for Current User using REG file
  • Option Seven: Turn On or Off Specific Apps Access to Camera for Current User in Settings
  • Option Eight: Enable or Disable Camera Access for All Users in Local Group Policy Editor
  • Option Nine: Enable or Disable Camera Access for All Users using REG file




Option One

Turn On or Off Camera Access for All Users in Settings


You must be signed in as an administrator to use this option.


1 Open Settings (Win+I).

2 Click/tap on Privacy & security on the left side, and click/tap on Camera on the right side. (see screenshot below)


Camera_app_permissions.png

3 Turn On (default) or Off Camera access for what you want. (see screenshots below)

Microphone_access-1.png
Microphone_access-2.png

4 You can now close Settings if you like.




Option Two

Turn On or Off Camera Access for All Users using Command


You must be signed in as an administrator to use this option.

This is the same setting as Option One.


1 Open Windows Terminal (Admin), and select either Windows PowerShell or Command Prompt.

2 Copy and paste the command below you want to use into Terminal (Admin), and press Enter to apply. (see screenshot below)

Turn on Camera access
SystemSettingsAdminFlows.exe SetCamSystemGlobal webcam 1

OR

Turn off Camera access
SystemSettingsAdminFlows.exe SetCamSystemGlobal webcam 0

camera_access_command.webp





Option Three

Turn On or Off Apps Access to Camera for Current User in Settings


1 Open Settings (Win+I).

2 Click/tap on Privacy & security on the left side, and click/tap on Camera on the right side. (see screenshot below)


Camera_app_permissions.png

3 Turn On (default) or Off Let apps access your camera for what you want. (see screenshot below)

Turning off Let apps access your camera, will disable and gray out Option Five, Option Six, and Option Seven.


Microphone_access-1.png

4 You can now close Settings if you like.




Option Four

Turn On or Off Apps Access to Camera for Current User using REG file


This is the same setting as Option Three.


This option is now ignored by Windows 11, and no longer works.


1 Do step 2 (on) or step 3 (off) below for what you want.


 2. Turn On Apps Access to Camera for Current User

This is the default setting to allow you to use Option Five, Option Six, and Option Seven.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_ON_let_apps_access_camera_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam]
"Value"="Allow"


 3. Turn Off Apps Access to Camera for Current User

This will disable and prevent you from using Option Five, Option Six, and Option Seven.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_OFF_let_apps_access_camera_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam]
"Value"="Deny"

4 Save the .reg file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded .reg file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 You can now delete the downloaded .reg file if you like.




Option Five

Turn On or Off Desktop Apps Access to Camera for Current User in Settings


1 Open Settings (Win+I).

2 Click/tap on Privacy & security on the left side, and click/tap on Camera on the right side. (see screenshot below)


Camera_app_permissions.png

3 Click/tap on Let apps access your camera to expand it open. (see screenshot below step 4)

4 Turn On (default) or Off Let desktop apps access your camera for what you want. (see screenshot below)

Desktop apps may not always appear in the list of apps available on the Camera settings pages or might still be able to access your camera even when these settings are turned off.



Microphone_access-1.png

5 You can now close Settings if you like.




Option Six

Turn On or Off Desktop Apps Access to Camera for Current User using REG file


This is the same setting as Option Five.


This option is now ignored by Windows 11, and no longer works.


1 Do step 2 (on) or step 3 (off) below for what you want.


 2. Turn On Desktop Apps Access to Camera for Current User

This is the default setting.

This will also turn on the required Let apps access your camera setting in Option Three and Option Four.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_ON_let_desktop_apps_access_camera_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam]
"Value"="Allow"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam\NonPackaged]
"Value"="Allow"


 3. Turn Off Desktop Apps Access to Camera for Current User

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_OFF_let_desktop_apps_access_camera_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam\NonPackaged]
"Value"="Deny"

4 Save the .reg file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded .reg file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 You can now delete the downloaded .reg file if you like.




Option Seven

Turn On or Off Specific Apps Access to Camera for Current User in Settings


1 Open Settings (Win+I).

2 Click/tap on Privacy & security on the left side, and click/tap on Camera on the right side. (see screenshot below)


Camera_app_permissions.png

3 Click/tap on Let apps access your camera to expand it open. (see screenshot below step 4)

4 Turn On (default) or Off the apps you want. (see screenshot below)

Desktop apps may not always appear in the list of apps available on the Camera settings pages or might still be able to access your camera even when these settings are turned off.



Microphone_access-1.png

This setting is saved to the Value string value (REG_SZ) as the Prompt (off) or Allow (on) data for each app listed as a subkey in the registry key below.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam

Let_specific_apps_access_your_camera_regedit.png


5 You can now close Settings if you like.




Option Eight

Enable or Disable Camera Access for All Users in Local Group Policy Editor


You must be signed in as an administrator to use this option.

The Local Group Policy Editor is only available in the Windows 11 Pro, Enterprise, and Education editions.

All editions can use Option Nine to configure the same policy.


1 Open the Local Group Policy Editor (gpedit.msc).

2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. (see screenshot below)

Computer Configuration > Administrative Templates > Windows Components > App Privacy

Microphone_access_gpedit-1.png

3 In the right pane of App Privacy in the Local Group Policy Editor, double click/tap on the Let Windows apps access the camera policy to edit it. (see screenshot above)

4 Do step 5 (enable), step 6 (disable), or step 7 (default) below for what you want.

5 Always Enable Camera Access for All Users

This will turn on and prevent using Option One, Option Two, Option Three, Option Four, Option Five, Option Six, and Option Seven.


A) Select (dot) Enabled. (see screenshot below)​

B) Select Force Allow in the "Default for all apps" drop menu in Options.​

C) Click/tap on OK, and go to step 8 below.​

Microphone_access_gpedit-3.png

6 Disable Camera Access for All Users

This will turn off and prevent using Option One, Option Two, Option Three, Option Four, Option Five, Option Six, and Option Seven.


A) Select (dot) Enabled. (see screenshot below)​

B) Select Force Deny in the "Default for all apps" drop menu in Options.​

C) Click/tap on OK, and go to step 8 below.​

Microphone_access_gpedit-4.png

7 Default User-choice Camera Access

This is the default setting to allow using Option One, Option Two, Option Three, Option Four, Option Five, Option Six, and Option Seven.


A) Select (dot) Not Configured. (see screenshot below)​

B) Click/tap on OK, and go to step 8 below.​

Microphone_access_gpedit-2.png

8 You can now close the Local Group Policy Editor if you like.




Option Nine

Enable or Disable Camera Access for All Users using REG file


You must be signed in as an administrator to use this option.

This is the same setting as Option Eight.


1 Do step 2 (enable), step 3 (disable), or step 4 (default) below for what you want.


 2. Always Enable Camera Access for All Users

This will turn on and prevent using Option One, Option Two, Option Three, Option Four, Option Five, Option Six, and Option Seven.


A) Click/tap on the Download button below to download the file below, and go to step 5 below.​

Always_enable_camera_access_for_all_users_on_device.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy]
"LetAppsAccessCamera"=dword:00000001
"LetAppsAccessCamera_UserInControlOfTheseApps"=hex(7):00,00
"LetAppsAccessCamera_ForceAllowTheseApps"=hex(7):00,00
"LetAppsAccessCamera_ForceDenyTheseApps"=hex(7):00,00


 3. Disable Camera Access for All Users

This will turn off and prevent using Option One, Option Two, Option Three, Option Four, Option Five, Option Six, and Option Seven.


A) Click/tap on the Download button below to download the file below, and go to step 5 below.​

Disable_camera_access_for_all_users_on_device.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy]
"LetAppsAccessCamera"=dword:00000002
"LetAppsAccessCamera_UserInControlOfTheseApps"=hex(7):00,00
"LetAppsAccessCamera_ForceAllowTheseApps"=hex(7):00,00
"LetAppsAccessCamera_ForceDenyTheseApps"=hex(7):00,00


 4. Default User-choice Camera Access

This is the default setting to allow using Option One, Option Two, Option Three, Option Four, Option Five, Option Six, and Option Seven.


A) Click/tap on the Download button below to download the file below, and go to step 5 below.​

Default_user-choice_camera_access_on_device.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy]
"LetAppsAccessCamera"=-
"LetAppsAccessCamera_UserInControlOfTheseApps"=-
"LetAppsAccessCamera_ForceAllowTheseApps"=-
"LetAppsAccessCamera_ForceDenyTheseApps"=-

5 Save the .reg file to your desktop.

6 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

7 Double click/tap on the downloaded .reg file to merge it.

8 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

9 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
Option two updated to work again using command instead of REG file. :alien:
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender

Latest Support Threads

Back
Top Bottom