Windows Microphone Permission Registry Path

Windows manages hardware privacy controls on a per-user basis through dedicated keys in the Windows Registry. When users grant or deny microphone access to software—whether modern packaged applications from the Microsoft Store or standard desktop programs—these choices are written directly to user-specific subkeys. This guide details the exact registry paths and values responsible for tracking and enforcing system microphone permissions in Windows 10 and Windows 11.

Primary Microphone Registry Location

User-specific microphone access permissions are managed by the Capability Access Manager and recorded under the HKEY_CURRENT_USER hive.

The base registry key for microphone permissions is:

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

Within this key, permissions are divided based on application architecture: packaged applications (Universal Windows Platform / UWP apps) and non-packaged applications (traditional Win32 desktop software).


Packaged (UWP) Application Permissions

Packaged applications registered with Windows have individual subkeys directly inside the microphone path.


Desktop (Non-Packaged) Application Permissions

Traditional Win32 software and standalone desktop executables (such as web browsers, Discord, or Zoom) are grouped under a dedicated subfolder.


Global Access Control and Usage Timestamps

In addition to individual application subkeys, the registry tracks global toggles and device usage: