Devices Enable or Disable Microphone in Windows 11


  • Staff
Microphone2_banner.png

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


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.


Microphone_keyboard.jpg





Option Two

Enable or Disable Microphone in Settings


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)


Microphone_Settings-1.png

3 Under Advanced, click/tap on All sound devices. (see screenshot below)


Microphone_Settings-2.png

4 Under Input devices, click/tap on the Microphone you want to enable or disable. (see screenshot below)

Microphone_Settings-3.png

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.


Microphone_Settings-4.png
Microphone_Settings-5.png

6 You can now close Settings if you like.




Option Three

Enable or Disable Microphone in Control Panel


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.

Microphone_Control_Panel-1.png
Microphone_Control_Panel-2.png





Option Four

Enable or Disable Microphone in Device Manager


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.​

Microphone_Device_Manager-3.png

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.​

Microphone_Device_Manager-1.png

C) Click/tap on Yes to confirm. (see screenshot below)​

Microphone_Device_Manager-2.png

D) You can now close Device Manager if you like.​




Option Five

Enable or Disable Microphone in PowerShell


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.

Microphone_PowerShell-1.png


Microphone_PowerShell-2.png



That's it,
Shawn Brink


 

Attachments

  • Microphone2.png
    Microphone2.png
    6.3 KB · Views: 176
Last edited:

Latest Support Threads

Back
Top Bottom