How to Disable Microphone Access for Specific Apps in Windows 11
🔍 WiseChecker

How to Disable Microphone Access for Specific Apps in Windows 11

Quick fix: Open Settings → Privacy & security → Microphone. Scroll to list of apps with microphone access. For each app you want to block: toggle Off. For Win32 apps not in list: scroll to Let desktop apps access your microphone — can’t block per-app; only all-or-nothing. For granular: use third-party tools like SoundVolumeView.

Windows 11 lets you block microphone access per UWP app (one toggle each). For Win32 desktop apps, blocking is all-or-nothing under “Let desktop apps access your microphone.” For per-Win32-app control: third-party tools needed.

Symptom: Want to block microphone access for specific apps on Windows 11.
Affects: Windows 11.
Fix time: ~5 minutes.

ADVERTISEMENT

What causes this need

Some apps overuse microphone access:

  • Slack listening during all-day workdays.
  • Cortana / Search using mic for voice commands you don’t want.
  • Gaming apps with voice chat always on.
  • Apps accessing mic without explicit consent.

Block specific apps while keeping mic available for trusted apps.

Method 1: Block per UWP app via Settings

The standard route.

  1. Open Settings → Privacy & security → Microphone.
  2. Ensure Microphone access (system-wide) is On.
  3. Ensure Let apps access your microphone is On.
  4. Scroll to list of UWP apps.
  5. For each app you want to block: toggle Off.
  6. Apps still installed but can’t use microphone.
  7. For Camera app, Skype, Teams (Store version): all listed individually.
  8. Restart blocked apps to apply.
  9. For desktop apps (Win32: Discord, Zoom, Skype installer): not listed individually. Use Method 2 or 3.

This is the standard fix.

ADVERTISEMENT

Method 2: Block all Win32 apps via the master toggle

For desktop apps as a group.

  1. Same Settings page. Scroll to Let desktop apps access your microphone.
  2. Toggle Off. All Win32 / desktop apps blocked.
  3. Apps may show error or quietly fail when trying to access mic.
  4. For temporary block while you do something quiet: toggle off, do the task, toggle back on.
  5. For specific Win32 apps you want to block but others allowed: not supported natively. Use Method 3.
  6. For list of recent Win32 apps that accessed mic: visible above the toggle in Settings. Shows app name + last accessed time.
  7. For Zoom / Teams / Skype: even if app says it has mic permission, the system-level toggle wins.

This is the all-Win32 block.

Method 3: Use third-party tools for granular Win32 control

For per-app Win32 control.

  1. SoundVolumeView by NirSoft: free utility showing mic usage per app.
  2. Download from nirsoft.net. Run.
  3. Shows: each audio capture session by process. Can disable/enable per session.
  4. For permanently blocking Discord’s mic: requires AutoHotkey scripting or app-specific settings (Discord has its own input device picker; pick a fake / nonexistent device).
  5. For Windows Sandbox / VM approach: run untrusted apps in sandbox without mic access.
  6. For audio routing tools: VB-CABLE, VoiceMeeter. Route mic to certain apps only.
  7. For chronic specific app abuse: uninstall the app.
  8. For Discord specifically: Settings → Voice & Video → Input Device → pick None / disable.
  9. For Teams: Settings → Devices → Microphone → pick None.

This is the granular route.

How to verify the fix worked

  • Settings → Privacy & security → Microphone shows specific app as Off.
  • App, when used, can’t access mic (silence in voice chat).
  • Other apps still work fine.
  • System tray privacy indicator (mic icon) doesn’t appear when blocked app runs.

If none of these work

If app still uses mic: App restart: close completely, reopen. For corporate-managed PCs: Group Policy may force mic access. For specific apps with hidden processes: child process may bypass main app’s permission. For Bluetooth headset: separate permission scheme. For desktop session: per-session vs per-machine. Restart session. For specific apps: app itself may have stored permission cache. Reset app: Settings → Apps → pick app → Advanced options → Reset. For chronic apps without listing: not all apps register for system mic access. May use lower-level APIs. For privacy concern: uninstall problematic apps entirely.

Bottom line: Settings → Privacy & security → Microphone → toggle per UWP app. Win32 apps: only all-or-nothing via Let desktop apps access your microphone. For per-Win32 control: SoundVolumeView or app’s own input device setting.

ADVERTISEMENT