This tutorial will show you different ways on how to enable or disable the microphone on your Windows 11 PC.
When you are not using the microphone (mic) on your PC, you may want to disable it for privacy and security reasons, as it can get hacked and the hackers would be able to hear everything you say.
Contents
- Option One: Enable or Disable Microphone using Keyboard
- Option Two: Enable or Disable Microphone in Settings
- Option Three: Enable or Disable Microphone in Control Panel
- Option Four: Enable or Disable Microphone in Device Manager
- Option Five: Enable or Disable Microphone in PowerShell
1 Press the Microphone key on the keyboard to toggle enable or disable. (see screenshot below)
The actual key you press on the keyboard may vary per manufacturer.
Not all keyboards will have a microphone key or switch available.
1 Open Settings (Win+I).
2 Click/tap on System on the left side, and click/tap on Sound on the right side. (see screenshot below)
3 Under Advanced, click/tap on All sound devices. (see screenshot below)
4 Under Input devices, click/tap on the Microphone you want to enable or disable. (see screenshot below)
5 Click/tap on Don't allow (disable) or Allow (enable) for what you want. (see screenshots below)
Don't allow will remove the microphone from Device Manager.
Allow will add the microphone back to Device Manager.
6 You can now close Settings if you like.
1 Open the Control Panel (icons view), and click/tap on the Sound icon (control mmsys.cpl,,1).
2 Click/tap on the Recording tab. (see screenshots below)
3 Right click or press and hold on the Microphone you want, and click/tap on Enable or Disable.
Disable will remove the microphone from Device Manager.
Enable will add the microphone back to Device Manager.
4 Click/tap on OK.
You must be signed in as an administrator to use this option.
1 Open Device Manager (devmgmt.msc).
2 Do step 3 (enable) or step 4 (disable) below for what you want.
3 To Enable Microphone
This is the default setting.
A) Click/tap on the arrow next to Audio inputs and outputs to expand it open. (see screenshot below)
B) Right click on the Microphone device you want, and click/tap on Enable device.
C) You can now close Device Manager if you like.
4 To Disable Microphone
A) Click/tap on the arrow next to Audio inputs and outputs to expand it open. (see screenshot below)
B) Right click on the Microphone device you want, and click/tap on Disable device.
C) Click/tap on Yes to confirm. (see screenshot below)
D) You can now close Device Manager if you like.
You must be signed in as an administrator to use this option.
1 Open Windows Terminal (Admin), and select Windows PowerShell.
2 Copy and paste the command below you want to use into PowerShell, and press Enter. (see screenshots below)
(Enable microphone - default)
Get-PnpDevice | Where-Object {$_.FriendlyName -like '[I]Microphone[/I]'} | Enable-PnpDevice -Confirm:$false
OR
(Disable microphone)
Get-PnpDevice | Where-Object {$_.FriendlyName -like '[I]Microphone[/I]'} | Disable-PnpDevice -Confirm:$false
3 When finished, you can close Windows Terminal (Admin) if you like.
That's it,
Shawn Brink
Related Tutorials
- Enable or Disable Apps Access to Microphone in Windows 11
- Enable or Disable Sound Output Device in Windows 11
- Test Microphone in Windows 11
- Clear Microphone Last Accessed History in Windows 11
- Change Default Sound Input Device in Windows 11
- Change Sound Input Device Volume Level in Windows 11
- Turn On or Off Camera and Microphone Access in Application Guard for Microsoft Edge
- Turn On or Off Include Microphone when Recording with Snipping Tool in Windows 11
Last edited: