DEV Community

Darkssel
Darkssel

Posted on

Windows 11 Microphone Not Working? Here's How to Fix It

You join a Zoom meeting.

You say "Hello."

Nobody responds.

You type in the chat: "Can you hear me?"

They can't.

You check your microphone. The settings look fine. But still — no sound.

You might think:

"Is my mic broken? Do I need to buy a new headset?"

Probably not.

Microphone problems are a common Windows 11 issue. They can happen after a Windows update, a driver conflict, a privacy setting change, or just randomly.

The good news? Many microphone issues can be fixed without buying new hardware.

This guide covers 10 practical ways to fix microphone problems on Windows 11 — from simple checks to driver updates.


Why Is My Microphone Not Working on Windows 11?

Microphone problems can happen for many reasons:

Cause Description
Privacy settings Microphone access is blocked in Windows Settings
Outdated drivers Audio driver needs updating
Windows updates Some updates break microphone functionality
Hardware issues Loose cable, faulty port, or mute switch
App-specific issues One app can't access the mic while others work
Security software Antivirus blocking microphone access
Wrong input device Windows is using the wrong microphone
Corrupt system files Damaged Windows components
Conflicting apps Another app is already using the mic
Audio enhancements Enhancements causing distortion or silence

10 Ways to Fix Microphone Problems on Windows 11


Fix 1: Check Physical Connections and Switches

Before you change any settings, check the basics:

  • Is your microphone plugged in securely (if external)?
  • Try a different USB port or audio jack
  • If using a headset, check for a physical mute switch — make sure it's off
  • Check for a function key (like Fn + F4 or Fn + F6) that toggles the mic on/off
  • Try the microphone on another device to verify it works

Pro tip: If the microphone works on another device, the issue is with your Windows configuration, not the hardware.


Fix 2: Check Microphone Privacy Settings

Windows 11 has strict privacy controls that can block microphone access.

How to check:

  1. Open Settings → Privacy & securityMicrophone
  2. Make sure Microphone access is On
  3. Make sure Let apps access your microphone is On
  4. Scroll down and ensure the specific app you're using (like Zoom, Teams, or Chrome) has access enabled

Pro tip: If you see "Microphone access is turned off" and can't turn it on, you may need to check group policy or contact your IT administrator.


Fix 3: Select the Correct Input Device

Sometimes Windows uses the wrong microphone.

How to check and change:

  1. Open Settings → SystemSound
  2. Under Input, make sure the correct microphone is selected
  3. Click the microphone and test it — you should see the bar move when you speak

Alternative: Right-click the sound icon in the taskbar → Sound settingsInput → select the correct device.

Pro tip: If the correct device isn't listed, skip to Fix 5.


Fix 4: Run the Audio Troubleshooter (If Available)

Windows 11 includes a built-in troubleshooter for audio problems, though its availability may vary depending on your version and build.

How to run it (if available):

  1. Open Settings → SystemTroubleshoot
  2. Click Other troubleshooters
  3. Find Audio → click Run
  4. Follow the on-screen instructions

Alternative: Open the Get Help app → search for "audio troubleshooter" → follow the automated steps.

What it does: This tool can check for common audio problems and may suggest or apply available fixes automatically.

Pro tip: Run this before trying more advanced fixes.


Fix 5: Update Your Audio Driver

A corrupted or outdated audio driver can cause microphone problems.

How to update the driver:

  1. Open Device Manager (right-click Start → Device Manager)
  2. Expand Sound, video and game controllers
  3. Right-click your audio device → Update driverSearch automatically for drivers

If Windows doesn't find a driver:

  • Visit your PC manufacturer's website
  • Download the latest audio driver for your specific model
  • Install it manually

Pro tip: If the microphone is built into your laptop, check the laptop manufacturer's support page for driver updates.


Fix 6: Roll Back the Audio Driver

If the microphone stopped working after a recent driver update, rolling back can fix it.

How to roll back:

  1. Open Device Manager → expand Sound, video and game controllers
  2. Right-click your audio device → Properties
  3. Go to the Driver tab
  4. Click Roll Back Driver (if available)
  5. Restart your PC

Note: If Roll Back Driver is grayed out, skip to Fix 7.


Fix 7: Reinstall the Audio Driver (With Caution)

If updating or rolling back doesn't work, reinstalling the driver can help.

How to reinstall:

  1. Open Device Manager → expand Sound, video and game controllers
  2. Right-click your audio device → Uninstall device
  3. If Windows shows the option, check Delete the driver software for this device
  4. Click Uninstall
  5. Restart your PC
  6. Windows will attempt to reinstall the driver automatically

Important: Only select the "Delete the driver software" option if you have the correct replacement driver available or Windows can reinstall the device driver automatically.

If Windows doesn't reinstall the driver:

  1. Open Device Manager → click ActionScan for hardware changes
  2. Windows should detect and reinstall the audio driver

Fix 8: Disable Audio Enhancements

Audio enhancements can sometimes cause microphone distortion or silence.

How to disable:

  1. Open Settings → SystemSound
  2. Click your input device → Properties (or Device properties)
  3. Under Enhancements (or Effects):
    • Toggle Enhance audio to Off
    • Or uncheck Enable audio enhancements

Alternative (via Control Panel):

  1. Open Control Panel → Sound
  2. Go to the Recording tab
  3. Right-click your microphone → Properties
  4. Go to the Enhancements tab
  5. Check Disable all enhancements
  6. Click ApplyOK

Fix 9: Check for Conflicting Apps

If another app is actively using or has locked access to the microphone, your current app may not be able to use it.

How to check:

  1. Close all apps that might be using the microphone (Zoom, Teams, Chrome, Discord, etc.)
  2. Open Task Manager → Processes tab
  3. Look for any app that might be using the mic
  4. Right-click → End Task only on apps you recognize that may be using the microphone
  5. Restart your app and test the microphone

Pro tip: Some apps (like antivirus software) can also block microphone access. Check your security software's privacy or microphone-protection settings before disabling it entirely.


Fix 10: Run SFC and DISM

Corrupted system files can cause microphone issues.

How to run SFC and DISM:

  1. Open Command Prompt as Administrator
  2. Run:

DISM /Online /Cleanup-Image /RestoreHealth

Enter fullscreen mode Exit fullscreen mode
  1. Wait for completion
  2. Run:

sfc /scannow

Enter fullscreen mode Exit fullscreen mode
  1. Wait for completion
  2. Restart your PC

Pro tip: This fixes many system-wide issues, not just microphone problems.


What If You Want to Monitor Your PC Automatically?

If you're troubleshooting recurring Windows problems, it can also help to know what changes are happening on your PC around the time an issue appears.

That's why I built SysPulse — a lightweight Windows security and monitoring tool.

SysPulse can:

  • Detect new processes and show their full file paths
  • Monitor CPU and RAM anomalies
  • Detect USB connections in real-time
  • Detect startup changes
  • Send Telegram alerts for monitored events
  • Use less than 30MB of RAM

You can set it up and let it monitor your PC in the background — so you know when something changes, even if you're not at your desk.

You can find it at: syspulse.pro


Summary Table

Problem Quick Fix
Microphone not detected Check physical connections, update driver
No sound from mic Check privacy settings, select correct input
Mic works in one app but not another Check app-specific privacy permissions
Mic stopped after update Roll back or reinstall audio driver
Mic too quiet or distorted Disable audio enhancements
Mic in use by another app Close all microphone apps
System-wide issues Run SFC and DISM

Common Microphone Settings Summary

Setting Where to Find It What It Does
Microphone access Settings → Privacy & security → Microphone Controls which apps can use the mic
App-specific permissions Settings → Privacy & security → Microphone → Let apps access your microphone Allows individual apps to use the mic
Input device Settings → System → Sound → Input Selects which microphone to use
Driver update Device Manager → Sound, video and game controllers → Update driver Installs latest audio driver
Troubleshooter Settings → System → Troubleshoot → Other troubleshooters → Audio Diagnoses and fixes common issues

Final Thought

Microphone problems on Windows 11 are frustrating — but many can be fixed without replacing the hardware.

Start with the simplest fixes:

  1. Check physical connections and mute switches
  2. Check microphone privacy settings
  3. Select the correct input device

If those don't work, move to driver updates, rollbacks, or system repairs.

The key: Start with the simplest checks and work your way toward deeper system repairs only if necessary.

Have questions about fixing microphone problems? Drop a comment below — I read every one.

Happy troubleshooting!

Top comments (0)