What mic latency is and why it matters
Mic latency is the delay between the moment sound enters your microphone and the moment it appears in your recording or stream. It is measured in milliseconds. A delay of 5 to 10 milliseconds is barely noticeable. A delay of 50 milliseconds or more becomes obvious — you will hear yourself speaking before your words appear on screen, or your lips will seem out of sync with your audio.
Latency comes from three places: your microphone hardware itself (usually small), your audio interface or USB hub (where most delay happens), and your computer's audio drivers and software. If you are streaming, recording video, or playing online games where you need to hear yourself or others in real time, high latency becomes a problem.
The good news is that you can measure your latency without special equipment, and once you know where the delay is coming from, you have concrete steps to reduce it.
Key Takeaways
- Mic latency is the time between sound entering your microphone and appearing in your software, measured in milliseconds.
- You can measure your latency by recording yourself speaking, then comparing the audio waveform to a visual marker like a hand clap or screen tap.
- Most latency comes from your audio interface, USB hub, or driver settings rather than the microphone itself.
- Lowering your buffer size in your audio software is the fastest way to reduce latency, though it requires a more powerful computer.
The simplest way to measure latency yourself
Open your recording software — Audacity (free), OBS, or whatever you normally use. Start a new recording and do this: tap your desk or clap your hands once, clearly and sharply. Speak a word when ready after, like "now" or "test." Stop the recording.
Play it back and look at the waveform. You will see a spike where you tapped or clapped, then another spike where your voice started. The space between those two spikes is your latency. In Audacity, you can zoom in and count the pixels, then convert that to milliseconds based on the timeline at the top. In OBS, the waveform is less precise, but you can still see the gap.
This method is not laboratory-accurate, but it is honest. It tells you whether your latency is in the "you won't notice" range (under 20 milliseconds) or the "this is annoying" range (50 milliseconds or more).
Using your audio interface's own tools
If you own a dedicated audio interface — a Focusrite Scarlett, PreSonus, Behringer, or similar device — it may come with software that shows latency directly. Open the control panel or driver software for your interface. Look for a section called "Latency," "Buffer Size," or "Performance."
The number you see is usually the round-trip latency: the time for sound to go in, through your computer, and back out. This is the number that matters most. Write it down. If it is under 20 milliseconds, you are in good shape. If it is 50 milliseconds or higher, the next section will show you how to lower it.
Not all interfaces display this clearly. If you cannot find it, the tap-and-record method above is your backup.
Why your USB hub and drivers affect latency more than the mic
Your microphone itself has almost no latency — the sound is converted to digital data almost when ready. The delay happens after that, in the chain between your mic and your computer's processor.
If your microphone plugs into a USB hub (especially an unpowered one), that hub adds delay. If your audio drivers are outdated, they add delay. If your computer is running many programs at once, the operating system may queue your audio data, adding delay. The buffer size setting in your audio software — how much data your computer collects before processing it — is usually the biggest culprit.
This is why the same microphone can have different latency on different computers, or even different latency depending on what else you are running.
How to lower your latency
Start with the easiest fix: if your microphone is plugged into a USB hub, plug it directly into your computer instead. This removes one layer of delay. If you must use a hub, use a powered hub (one with its own power adapter) rather than an unpowered one.
Next, update your audio drivers. Go to your audio interface manufacturer's website or your computer's device manager, and read the latest driver for your specific model. Restart your computer after installing. Outdated drivers are a common source of unnecessary latency.
The most effective fix is lowering your buffer size. In your recording or streaming software, look for settings called "Buffer Size," "Buffer Length," or "Audio Device Settings." Lower numbers mean less latency. Start by cutting your current buffer size in half — if it is 512 samples, try 256. If your computer can handle it without crackling or stuttering, go lower. If you hear audio dropouts, raise it back up.
Lower buffer sizes demand more from your CPU, so this only works if your computer is fast enough. Older machines may not be able to go below 256 or 512 samples without problems.
When latency is not the real problem
Sometimes what feels like latency is actually something else. If you are streaming and your chat seems delayed, that is usually network latency (the time for data to travel to the streaming service), not mic latency. If your video is out of sync with your audio, that is usually a video encoding issue, not a microphone issue.
Before you spend time chasing mic latency, confirm that is actually what you are measuring. Use the tap-and-record method above. If the gap between your tap and your voice is small (under 30 milliseconds), your mic latency is fine and you should look elsewhere for the problem.
Frequently Asked Questions
What latency is considered acceptable?
Under 20 milliseconds is imperceptible to most people. Between 20 and 50 milliseconds is noticeable but tolerable for most uses. Above 50 milliseconds becomes distracting, especially if you are monitoring yourself while speaking or streaming. For gaming or live performance, many people aim for under 10 milliseconds.
Does a more expensive microphone have less latency?
Not necessarily. Latency comes mostly from your interface, drivers, and buffer settings, not the microphone itself. A $30 USB microphone can have the same latency as a $300 one if they are both plugged into the same computer with the same settings. The expensive microphone may sound better, but latency is not where the difference shows.
Can I measure latency on a Mac or Linux computer?
Yes, the tap-and-record method works on any operating system. Mac and Linux machines often have lower latency than Windows machines with the same hardware, because their audio drivers are tighter. If you are having latency problems on Windows, switching to Mac or Linux may help, but it is not a may provide.
Will lowering my buffer size hurt my recording quality?
No. Buffer size affects latency and CPU load, not audio quality. A lower buffer size means your computer processes audio more frequently, which reduces delay but uses more processor power. The actual sound quality stays the same.
What if I have already lowered my buffer size and latency is still high?
Your audio interface or USB hub is likely the bottleneck. Try plugging directly into your computer instead of a hub, update your audio drivers, and close other programs running in the background. If none of that helps, your interface may straightforward have higher latency than others — some older or cheaper interfaces cannot go below 20 to 30 milliseconds no matter what you do.