Guides

Microphone not working on Windows 11

Check this first One minute, in your browser, nothing to install.
Run the mic test

Last updated: 2026-08-05

Windows 11 has four independent places that can silence a microphone: the hardware, the default device, two layers of privacy permission, and exclusive mode. Any one of them produces identical symptoms — total silence, no error message.

That is the entire problem. You are not diagnosing a fault, you are working out which of four switches is off.

Run the mic test above first.

Waveform moves — hardware and drivers are fine. Skip to step 3, it is permissions or an application. Nothing — start at step 1.

1. Hardware mute

Roughly a third of cases. Windows reports nothing when a device mutes itself in hardware, which is why it wastes so much time.

Check the cable inline control, the earcup button, and whether the boom arm mutes when raised. On laptops, F4 or F8 usually carries a crossed-out mic. USB microphones frequently have their own button with an LED that changes color rather than turning off — a Blue Yeti mutes with a flashing light, not a dark one.

2. Wrong default device

The other third. Windows enumerates every microphone it has ever seen, including your webcam, and picks badly.

Skip the Settings app. Win + R, then:

mmsys.cpl

Recording tab. Every input, with live level meters on all of them at once. Speak, and watch which meter moves. That tells you what Windows is actually hearing in one glance instead of switching devices one at a time.

Right-click in the list and enable Show Disabled Devices — a disabled mic is invisible in the modern Settings panel, which is how people conclude a device has vanished.

Bluetooth headsets

Separate problem, and the one most guides miss.

Bluetooth audio runs two profiles. A2DP gives stereo output and no microphone. HFP/HSP gives you the mic and drops audio to mono at roughly 8–16 kHz. A headset cannot do both.

In the recording list you will see two entries for the same headset — “Headphones” and “Headset”. The mic only exists on the Headset one. If you pinned the Headphones device because it sounds better, you have no microphone and Windows will never tell you why.

Music sounding suddenly terrible on a call is not a fault. That is the profile switch working correctly.

3. Privacy gates

Windows 11 gates the microphone twice, and the second gate is the one that catches people.

Settings → Privacy & security → Microphone

  • Microphone access
  • Let apps access your microphone
  • Let desktop apps access your microphone

The third governs anything not from the Microsoft Store. Chrome, Edge, Firefox, Discord, Zoom, OBS — all desktop apps. The list above it is irrelevant to them.

Browser permission is separate again. Padlock in the address bar, Microphone → Allow, then reload the page. If it still fails, quit the browser entirely and relaunch. Chrome in particular does not always apply a permission change to a running process.

4. Exclusive mode

An application can claim the device outright and lock everything else out. If you were in a call earlier, the culprit is probably still running in the tray.

Kill Zoom, Teams, Discord, OBS, and Skype properly — closing the window is not enough for any of them.

Then turn the behavior off permanently. Back in mmsys.cpl → your mic → PropertiesAdvanced:

Uncheck Allow applications to take exclusive control of this device.

There is no good reason to leave this on for a general-purpose machine.

5. Audio enhancements

Same Advanced tab: uncheck Enable audio enhancements.

Vendor DSP is the real target here. Dell’s MaxxAudio, Lenovo’s Voice Focus, and several Realtek noise-suppression stacks are aggressive enough on some hardware that a quiet microphone gets gated to complete silence. The signal is there; the enhancement is removing it.

If disabling this fixes it, your microphone was working the whole time.

6. Driver

Last, because it is genuinely the least likely and the most disruptive.

Device Manager → Audio inputs and outputs → right-click the mic → Uninstall device → restart.

One thing worth knowing: Windows Update frequently replaces a vendor audio driver with the generic Microsoft HD Audio one, which loses vendor-specific microphone handling. If your mic broke shortly after an update, that is the likely cause — install the current driver from your laptop maker’s support page, not from Windows Update.

Still nothing

Move the microphone to another machine, or another microphone to this one. One test, and it settles hardware versus software definitively.

For USB devices, plug directly into the machine. Bus-powered hubs, docks, and monitor USB ports are common causes — a condenser mic drawing more current than the hub supplies enumerates fine and captures nothing.

Confirm the fix worked Run the test again and check the result changed.
Run the mic test

Other tests