My mic kept cutting out mid-sentence on Discord. Not constantly, more like every few minutes it’d just drop out for half a second or a full second, then come back. Friends in my server thought I was on a bad connection but I was wired. Tested the mic in other apps, including the built-in Windows recorder, and it was perfectly fine there. So this was definitely a Discord-specific thing.
Here’s what I found after a lot of trial and error.
The most common cause: audio driver issues
The first thing to check is your audio drivers. Corrupted or outdated drivers are behind this more often than anything else.
To do a quick test before updating anything:
- Press Win + R, type
devmgmt.msc, hit Enter - Expand Sound, video, and game controllers
- Right-click your audio device, select Disable, then right-click again and Enable
That cycle sometimes clears a stuck state. If it doesn’t, right-click again and choose Update driver > Search automatically.
Discord’s input sensitivity setting
This one surprised me. If you have Automatically determine input sensitivity turned on in Discord’s Voice & Video settings, Discord tries to detect when you’re speaking versus silent. If the threshold is set too high, it clips the start or end of sentences.
Go to User Settings > Voice & Video, scroll to Input Sensitivity, and toggle off the auto mode. Set a manual bar and watch it while you speak. You want the bar pulsing consistently without jumping to silence mid-sentence.
Turn off Echo Cancellation
This fixed it for a lot of people on the Discord support forums. Echo Cancellation can misinterpret your own voice as an echo and suppress it. Same menu, Voice & Video settings. Just toggle it off and test.
Power Management on USB devices
If you’re on a USB mic or USB headset, Windows might be cutting power to it. This is a known issue.
- Open Device Manager again
- Expand Universal Serial Bus controllers
- Right-click USB Root Hub > Properties > Power Management
- Uncheck Allow the computer to turn off this device to save power
- Do this for every USB Root Hub listed
Quality of Service (QoS) setting
In Discord’s Voice & Video settings, there’s an option called Quality of Service High Packet Priority. Some people find disabling this fixes audio drops, especially if other programs are competing for bandwidth.
If nothing works: clean boot
Boot Windows with only essential services running to rule out third-party software conflicts. Press Win + R, type msconfig, go to Services, check Hide all Microsoft services, then Disable All. Restart and test Discord.
That last step is what finally nailed it for me. Turned out a background app was interfering with audio routing. Enabled services back one by one until I found it.
Here’s a video I found useful while going through all this: [search “Discord mic cutting out fix 2024” on YouTube for a recent walkthrough, several good ones come up]
Hope this helps someone. Let me know if any of these steps fix it for you.