Microphone Latency: What It Is and How to Get Below 10 ms
Updated: June 2026
Quick answer: Latency is the delay between sound entering the mic and arriving back in your headphones — also called "round-trip latency". Above 15 ms it becomes audible as an echo of your own voice; above 30 ms it makes singing impossible. The fix is to use hardware monitoring on the interface, lower the buffer size to 64 or 128 samples, and install ASIO drivers on Windows.
TL;DR — Cut latency in 4 steps
- Use the interface's headphone output with hardware monitoring — bypasses the OS entirely.
- Lower the buffer size to 64 or 128 samples (1.3 or 2.6 ms at 48 kHz).
- Install ASIO on Windows (the vendor's driver, or ASIO4ALL as a fallback). Apple's Core Audio is ASIO-equivalent built in.
- Close software effects while tracking. Plugins add 5–50 ms each.
What latency actually is
Three delays add up to the total round-trip latency: the analog-to-digital converter inside the interface (about 1 ms), the buffer that the OS reads from (1–20 ms depending on size), and the digital-to-analog converter back to your headphones (1 ms). The buffer is the variable you control.
Detailed Guide
1. What you can hear
Latency is annoying above 10–15 ms (about the delay of a sound coming from 3 metres away). Above 25 ms it disrupts speech timing; above 50 ms singing becomes impossible. Live musicians work below 5 ms; podcasters tolerate 15 ms.
2. Hardware monitoring — the real fix
Every modern audio interface (Focusrite Scarlett, UA Volt, Behringer UMC, MOTU M2) has a "Direct Monitor" knob that mixes the live mic signal directly into the headphone output, bypassing the computer. Latency drops to under 1 ms — limited only by the analog circuits.
USB mics with a 3.5 mm headphone jack (Shure MV7, Elgato Wave 3, Rode NT-USB+) do the same thing internally. The jack on the mic is zero-latency monitoring.
3. Buffer size and round-trip
The buffer is a temporary memory area the OS uses to deliver audio in chunks. Smaller buffer = lower latency but higher CPU. Typical settings at 48 kHz:
- 64 samples — 1.3 ms one way, 2.6 ms round-trip. Needs a strong CPU.
- 128 samples — 2.6 ms / 5.3 ms. Sweet spot for tracking.
- 256 samples — 5.3 ms / 10.6 ms. Default for mixing.
- 512 samples — 10.6 ms / 21 ms. For CPU-heavy mixes.
4. ASIO on Windows
Windows' default MME and WASAPI drivers carry 30–80 ms of latency. ASIO bypasses the OS and talks straight to the hardware. Install the vendor ASIO driver (Focusrite's, UA's, Steinberg's). If you have no ASIO-compatible interface, use ASIO4ALL as a wrapper around any driver. On Mac, Core Audio is the native low-latency layer — no extra install required.
5. Bluetooth headphones
Bluetooth adds 150–250 ms of latency, no matter how fast the audio chain. Use wired headphones during recording — wireless is for casual listening only.
6. USB mic latency
Even with a perfect setup, USB mics have higher round-trip than XLR interfaces: 10–20 ms versus 3–8 ms. The on-mic headphone jack delivers under 5 ms because it bypasses the computer entirely.
7. Plug-in latency
Software effects add their own delay. A linear-phase EQ can add 50 ms; a heavy reverb 100 ms; a Krisp/RTX Voice plugin around 20 ms. While tracking, bypass all plugins on the input chain.
8. Measuring your latency
Open your DAW's preferences — Reaper, Logic, Ableton all show round-trip latency in the Audio settings panel. Anything under 10 ms is good. Compare to your microphone test on DoCam; if there's a perceptible echo, latency is your problem.
FAQ
I hear my own voice slightly delayed in Zoom. Why?
Zoom's echo cancellation introduces 20–40 ms of round-trip. There's no fix from your side; mute your mic or use a separate monitoring chain.
Does latency reduce sound quality?
No, just timing. Audio still arrives faithfully — it's just late.
Why does latency get worse over time?
Other apps grabbing CPU, USB hubs sleeping, or a software effect leaking memory. Restart the DAW and audio driver.
Will faster RAM lower latency?
Not measurably. CPU and audio driver matter more than RAM speed.
What's the lowest realistic round-trip on Windows?
2–3 ms with ASIO and a 32-sample buffer on a fast CPU. Most users hit 5–8 ms in practice.
Key Takeaways
- Hardware monitoring on the interface kills the latency problem entirely while tracking.
- ASIO on Windows is mandatory; Core Audio on Mac is built in.
- 128-sample buffer at 48 kHz is the sweet spot for most rigs.
- Wired headphones only — Bluetooth adds 200 ms.