mic keeps cutting out in a pc

Why Does the Mic Keep Cutting Out in Windows 11/10? (2026 Fixes)

Quick answer: A mic that cuts in and out is rarely a dying microphone. It’s usually one of a handful of Windows settings: USB power management putting your mic to sleep, an aggressive noise-suppression or “exclusive mode” setting, outdated audio drivers, or a microphone privacy permission getting reset by a Windows update. Most of these take under two minutes to check.

This guide walks through the fixes in order of how often they actually solve the problem, covers what changed in recent Windows 11 updates, and includes separate troubleshooting for Bluetooth and USB microphones, which tend to fail for different reasons than wired ones.

First: Figure Out Your Dropout Pattern

Before changing settings, identify which of these you’re actually experiencing. It determines which fix section to jump to:

  • The mic fully disappears from the input device list, then reappears a few seconds later → usually USB power management or a driver issue.
  • The mic stays connected, but audio cuts to silence intermittently during calls or recordings → usually a Windows or app-level setting (noise suppression, exclusive mode, automatic gain control).
  • The mic never worked at all, or stopped working after a specific update → usually a privacy permission or default device selection issue.
  • Only one specific app (Discord, Zoom, a game) has the problem, and it works fine everywhere else → the issue is almost certainly in that app’s own audio settings, not Windows.

Quick Fixes to Try First

1. Restart Your Computer

This resolves a surprising number of one-off audio glitches by clearing temporary driver and process state. If this is the first time you’ve seen the issue, start here before anything more involved.

2. Run the Windows Audio Troubleshooter

The menu path has changed since Windows 10. If you’re following older guides, this is the update:

  1. Open Settings (Windows key + I)
  2. Go to System
  3. Click Troubleshoot
  4. Click Other troubleshooters
  5. Find Recording Audio and click Run

Follow the prompts, then retest. If the mic still cuts out, also run the Speech troubleshooter from the same list.

3. Check Microphone Privacy Permissions

This has also moved. In current Windows 11:

  1. Open Settings
  2. Go to Privacy & security
  3. Select Microphone
  4. Confirm the master toggle Let apps access your microphone is on
  5. Scroll down and confirm the specific app you’re using has permission

Privacy permissions have a habit of silently resetting after major Windows feature updates. If your mic worked fine yesterday and stopped today with no other changes, this is one of the first places to check, even if you’re certain you already enabled it once.

The Fix Most Guides Skip: USB Power Management

If your mic is USB (including USB dongles for wireless headsets), this is one of the single most common causes of intermittent cutouts. A microphone that fully disconnects and reconnects every few seconds or minutes, especially on laptops.

Windows has a power-saving feature called USB Selective Suspend that puts idle USB ports into a low-power state to save battery.

The problem is that it can misidentify a microphone that’s technically “idle” between spoken words as unused, and briefly cut power. This shows up as a dropout to whatever app is trying to capture continuous audio.

To disable it:

  1. Open Control Panel > Power Options (or search “Edit power plan”)
  2. Click Change plan settings next to your active power plan
  3. Click Change advanced power settings
  4. Expand USB settings > USB selective suspend setting
  5. Set both On battery and Plugged in to Disabled
  6. Click Apply, then OK

A second, related check in Device Manager:

  1. Open Device Manager
  2. Expand Universal Serial Bus controllers
  3. Right-click each USB Root Hub, select Properties
  4. Go to the Power Management tab
  5. Uncheck Allow the computer to turn off this device to save power
  6. Repeat for each root hub, then restart

This does reduce battery life slightly on laptops, but it’s usually a worthwhile trade for a mic that doesn’t randomly disconnect mid-call. If your cutouts happen specifically while on battery power (but not while plugged in), this is very likely your cause.

Check Windows Sound Settings

  1. Go to Settings > System > Sound
  2. Under Input, confirm the correct microphone is selected in the dropdown
  3. Speak normally and watch the input level meter respond
  4. Click your microphone, then Device properties, and check the volume level. Too low, and quiet speech may register as silence; too high, and clipping can sound like cutting out

Scroll down to Advanced and check App volume and device preferences. This lets you confirm each app is actually using the correct input device, since it’s common for one app to silently default to a different (or disconnected) mic than the one you’re speaking into.

Check the Recording Devices Panel

  1. Right-click the speaker icon in the taskbar and select Sound settings, or search “Sound Control Panel”
  2. Go to the Recording tab.
  3. Right-click in an open space and confirm Show Disabled Devices and Show Disconnected Devices are both checked.
  4. Confirm your primary mic isn’t disabled. If it is, right-click and select Enable.
  5. Right-click your correct mic and select Set as Default Device

Disable Audio Enhancements and Exclusive Mode

This is one of the most common causes of a mic that cuts out specifically mid-sentence rather than fully disconnecting:

  1. In the Recording tab, double-click your microphone
  2. Go to the Advanced tab
  3. Uncheck both boxes under Exclusive Mode. These allow one app to seize total control of your mic and block others, which can look like random cutouts when multiple apps try to access it.
  4. Go to the Enhancements tab (if present) and check Disable all enhancements
  5. Turn off any Automatic Gain Control or similar automated leveling feature. These can cause volume to swing unpredictably, sounding like the mic is cutting in and out

Windows 11 24H2 note: Some users have reported new audio enhancement conflicts specifically introduced with the 24H2 update that can interfere with microphone input in certain apps. If your mic issue started right after a Windows update, disabling enhancements here is worth testing before anything more involved.

Check for a Physical or Hardware Problem

  • USB mics: try a different USB port, ideally a USB 3.0 port directly on the motherboard rather than a front-panel header or hub. A powered USB hub can help if you’re running several USB peripherals at once and suspect power delivery, not just software, is the issue.
  • 3.5mm analog mics: confirm the cable is fully seated in the pink mic jack, inspect for a frayed or damaged cable, and remove any extension cables to rule them out.
  • Check for a physical mute switch on the headset or inline control. An accidentally toggled mute switch is more common than people expect, especially with headsets that have an easy-to-bump inline slider.
  • Test on a second computer. If the mic still cuts out on a different PC, the hardware itself is likely faulty, and it may be worth a warranty claim if it’s still covered.

Bluetooth Microphone-Specific Fixes

Bluetooth mics fail for different reasons than wired or USB ones, and deserve their own checklist:

  1. Unpair and re-pair the device. This resolves a large share of intermittent Bluetooth audio issues by forcing a clean reconnection.
  2. Reduce wireless interference. Bluetooth shares the 2.4GHz band with Wi-Fi and other wireless devices. Move the receiver or headset closer to the PC, and if possible, temporarily disable other nearby 2.4GHz devices to test whether interference is the cause.
  3. Check the Bluetooth audio profile. Many Bluetooth headsets automatically switch to a lower-quality voice profile (like HFP/HSP) when the microphone is active, which some users notice as a quality or stability drop compared to pure playback. This is largely a hardware/protocol limitation rather than something you can fully configure around, though updating your Bluetooth adapter driver can sometimes help.
  4. Restart the Windows Audio services. Press Windows + R, type services.msc, and confirm both Windows Audio and Windows Audio Endpoint Builder are set to Running and Automatic. Restarting these two services (right-click > Restart) resolves a surprising number of “the mic just stopped working” situations without needing a full reboot.

Update or Reinstall Audio Drivers

Outdated or corrupted drivers remain one of the most common root causes, especially after a major Windows update:

  1. Open Device Manager
  2. Expand Audio inputs and outputs (and separately, Sound, video and game controllers)
  3. Right-click your microphone or audio device and select Update driver
  4. If that doesn’t help, right-click and select Uninstall device, checking Delete the driver software for this device if offered
  5. Restart. Windows will typically reinstall a generic driver automatically, though for the best results, download the manufacturer’s specific driver from your PC, motherboard, or headset manufacturer’s website afterward.

Isolate the Problem: Is It Windows, or the App?

If Windows Sound settings show a clean, uninterrupted input level but the mic still cuts out inside a specific app, the issue lives in that app, not your system:

  1. Record a 20–30 second clip using the built-in Voice Recorder app, or Audacity for more detail
  2. Speak at both normal and quiet volume
  3. Play it back and listen for gaps, muffled sections, or complete drops

If the recording is clean, move on to checking the specific app’s own audio settings.

Discord

Go to Settings > Voice & Video. Turn off Noise Suppression and Echo Cancellation to test whether either is aggressively cutting your voice.

Also disable Automatically determine input sensitivity and set the sensitivity threshold manually. An overly aggressive automatic threshold is a common cause of a mic that seems to cut in and out specifically during quieter speech.

Zoom

Open Settings > Audio. Click Test Mic to confirm your input level responds correctly.

If Suppress background noise is set to a high/aggressive level, try lowering it or switching it to a lower setting. Overly aggressive suppression can clip the start or end of sentences, which sounds identical to a hardware dropout.

Microsoft Teams, Google Meet, and Similar

Most conferencing apps have an equivalent noise suppression and automatic gain setting buried in their audio settings. The fix pattern is the same: disable or reduce automatic processing first, then retest before assuming it’s a Windows or hardware problem.

In Games

Check the game’s own audio settings for a microphone volume or sensitivity slider, and use any built-in mic test if available.

If it sounds fine in the test but cuts out during actual voice chat, the issue may be network-related rather than audio-related. Some routers block or throttle specific ports used by in-game voice chat. Restarting your router, or temporarily disabling QoS settings if your router has them, is worth testing.

Disable Xbox Game Bar Background Recording

The Game Bar’s background recording feature has been known to interfere with microphone capture in some games:

  1. Go to Settings > Gaming > Xbox Game Bar
  2. Go to the Captures section
  3. Uncheck Record in the background while I play a game and Record audio when I record a game

Fixing Mic Echo

If you can hear your own voice repeated back through your headphones or speakers, check this setting:

  1. Open the Recording tab in Sound settings
  2. Double-click your microphone
  3. Go to the Listen tab
  4. Uncheck Listen to this device, then click Apply

Using headphones instead of your laptop’s built-in speaker and mic combo also substantially reduces echo, since the microphone is no longer physically close enough to pick up your own output audio.

Summary

A mic that keeps cutting out is rarely a sign of failing hardware.

The far more common culprits are USB power management putting the device to sleep between words, an aggressive noise-suppression or automatic gain setting clipping quiet speech, exclusive mode letting one app block others from accessing the mic, or a privacy permission that got reset after a Windows update.

Work through the fixes roughly in the order above. Disable USB selective suspend if you’re on a USB or Bluetooth-dongle mic, check privacy and default device settings, disable audio enhancements and exclusive mode, and only then move to driver reinstalls or hardware swaps.

Isolating whether the problem happens in Windows itself versus one specific app will save you the most troubleshooting time.

Frequently Asked Questions

Why does my mic keep cutting out?

Most commonly it’s USB power management (USB Selective Suspend) putting the microphone into a low-power state between uses, an aggressive noise-suppression or automatic gain setting in Windows or your app, exclusive mode letting another app block access, or outdated audio drivers.

Why is my mic glitching in and out?

This usually points to an audio processing setting ( automatic gain control, noise suppression, or an incorrect input volume level ) rather than a hardware fault. Disabling these settings and testing again quickly narrows down the cause.

How do I stop my microphone from cutting out on my computer?

Disable USB Selective Suspend in Power Options, confirm the correct input device is selected and enabled in Sound settings, disable audio enhancements and exclusive mode, check microphone privacy permissions, and update your audio drivers if the issue persists.

Why is my mic so quiet all of a sudden in Windows 11?

This is usually a dropped input volume level. Go to Settings > System > Sound > Input, select your microphone, open Device properties, and increase the input volume (and microphone boost, if available) under the Levels section.

Does USB Selective Suspend affect Bluetooth microphones too?

Yes, if the Bluetooth adapter itself connects via USB (which most do), the same power management setting can affect Bluetooth audio devices, not just wired USB microphones and dongles.

Why did my mic stop working after a Windows update?

Windows updates occasionally reset microphone privacy permissions or introduce driver compatibility issues. Check Settings > Privacy & security > Microphone first, then check Device Manager for a driver that may need reinstalling.

Should I disable noise suppression permanently?

Not necessarily. Light noise suppression is genuinely useful in noisy environments. The issue is specifically aggressive or “auto” settings that misidentify quiet speech as background noise and cut it out. Try a lower or manual setting before disabling it entirely.

Is it bad to disable USB Selective Suspend?

It has a minor effect on laptop battery life while on battery power, since the affected USB ports remain fully powered rather than idling. For most people, a stable microphone is worth that small trade-off, especially if you can leave it enabled again while not using the mic-dependent app.

My mic works fine in Windows Sound settings but cuts out in Discord/Zoom. What’s wrong?

The issue is inside that specific app’s audio settings, not Windows or your hardware. Check and disable aggressive noise suppression, echo cancellation, or automatic sensitivity settings in the app.

How do I know if it’s a hardware problem instead of a software one?

Test the microphone on a second computer. If the cutting-out behavior follows the mic to another PC, the hardware itself is likely at fault. If it works fine elsewhere, the problem is specific to your original system’s settings or drivers.

We hope you found this post informative, and do like and follow us on Facebook and Twitter for regular updates.

We also ask that you bookmark this page for future reference. Sign up for our free newsletter as well to receive fresh information immediately in your inbox and keep technically up to date.

Disclosure: For the recommended products or services, we have provided links to external websites. We will get an affiliate commission on some, but not all, of the products or services we recommend if you follow our links to a retailer’s website and make a purchase without affecting your price.

You May Be Interested in Reading:

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *