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


  • Staff
microphone_banner.png

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

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

You can choose which apps can access the microphone.

When your microphone is in use, a microphone icon will be displayed in the notification area of the taskbar system tray.

Reference:


Contents

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




Option One

Turn On or Off Microphone 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 Microphone on the right side. (see screenshot below)


Microphone_app_permissions.png

3 Turn On (default) or Off Microphone 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 Microphone 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 One.


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


 2. Turn On Microphone Access for All Users

This is the default setting to allow using 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 4 below.​

Turn_ON_microphone_access_for_all_users_on_device.reg


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

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\microphone]
"Value"="Allow"


 3. Turn Off Microphone Access for All Users

This will disable and prevent using 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 4 below.​

Turn_OFF_microphone_access_for_all_users_on_device.reg


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

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\microphone]
"Value"="Deny"

4 Save the .reg file to your desktop.

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

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

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




Option Three

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


1 Open Settings (Win+I).

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


Microphone_app_permissions.png

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

Turning off Let apps access your microphone, 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 Microphone for Current User using REG file


This is the same setting as Option Three.


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


 2. Turn On Apps Access to Microphone 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_microphone_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\microphone]
"Value"="Allow"


 3. Turn Off Apps Access to Microphone 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_microphone_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\microphone]
"Value"="Deny"

4 Save the .reg file to your desktop.

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

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

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




Option Five

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


1 Open Settings (Win+I).

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


Microphone_app_permissions.png

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

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

Desktop apps may not always appear in the list of apps available on the Microphone settings pages or might still be able to access your microphone 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 Microphone for Current User using REG file


This is the same setting as Option Five.


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


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

This is the default setting.

This will also turn on the required Let apps access your microphone 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_microphone_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\microphone]
"Value"="Allow"

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


 3. Turn Off Desktop Apps Access to Microphone 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_microphone_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\microphone\NonPackaged]
"Value"="Deny"

4 Save the .reg file to your desktop.

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

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

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




Option Seven

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


1 Open Settings (Win+I).

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


Microphone_app_permissions.png

3 Click/tap on Let apps access your microphone 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 Microphone settings pages or might still be able to access your microphone 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\microphone

Let_specific_apps_access_your_microphone_regedit.png


5 You can now close Settings if you like.




Option Eight

Enable or Disable Microphone 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 microphone 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 Microphone 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 Microphone 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 Microphone 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 Microphone 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 Microphone 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_microphone_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]
"LetAppsAccessMicrophone"=dword:00000001
"LetAppsAccessMicrophone_UserInControlOfTheseApps"=hex(7):00,00
"LetAppsAccessMicrophone_ForceAllowTheseApps"=hex(7):00,00
"LetAppsAccessMicrophone_ForceDenyTheseApps"=hex(7):00,00


 3. Disable Microphone 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_microphone_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]
"LetAppsAccessMicrophone"=dword:00000002
"LetAppsAccessMicrophone_UserInControlOfTheseApps"=hex(7):00,00
"LetAppsAccessMicrophone_ForceAllowTheseApps"=hex(7):00,00
"LetAppsAccessMicrophone_ForceDenyTheseApps"=hex(7):00,00


 4. Default User-choice Microphone 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_microphone_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]
"LetAppsAccessMicrophone"=-
"LetAppsAccessMicrophone_UserInControlOfTheseApps"=-
"LetAppsAccessMicrophone_ForceAllowTheseApps"=-
"LetAppsAccessMicrophone_ForceDenyTheseApps"=-

5 Save the .reg file to your desktop.

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.


That's it,
Shawn Brink


 

Attachments

  • microphone.png
    microphone.png
    6.8 KB · Views: 46
  • Turn_OFF_microphone_access_for_all_users_on_device.reg
    674 bytes · Views: 107
  • Turn_ON_microphone_access_for_all_users_on_device.reg
    676 bytes · Views: 93
  • Turn_OFF_let_apps_access_microphone_for_current_user.reg
    668 bytes · Views: 93
  • Turn_ON_let_apps_access_microphone_for_current_user.reg
    670 bytes · Views: 89
  • Turn_OFF_let_desktop_apps_access_microphone_for_current_user.reg
    690 bytes · Views: 74
  • Turn_ON_let_desktop_apps_access_microphone_for_current_user.reg
    952 bytes · Views: 94
  • Always_enable_microphone_access_for_all_users_on_device.reg
    1,012 bytes · Views: 91
  • Default_user-choice_microphone_access_on_device.reg
    920 bytes · Views: 103
  • Disable_microphone_access_for_all_users_on_device.reg
    1,004 bytes · Views: 94
Last edited:

Latest Support Threads

Back
Top Bottom