How to Test Your Microphone Online (and Fix It When It Fails)
· 5 min read
Few things derail a meeting, a podcast recording or a game session faster than the words "we can't hear you." The good news: you don't need to install anything to find out whether your microphone works. A browser-based online microphone test tells you in a few seconds whether your mic is picking up sound — before the people on the other end have to tell you it isn't.
How a browser mic test works
Modern browsers expose microphones to web pages through the getUserMedia API. When a page requests access, the browser shows a permission prompt; once you allow it, the page receives the live audio stream and can draw a volume meter or waveform from it. Everything happens locally in your browser — a well-built test never uploads your audio anywhere.
That permission step is also the number one source of confusion: if you ever clicked "Block" on a microphone prompt, the browser remembers that choice for the whole site, and every mic test there will appear dead until you reset it.
Running the test
- Open OnlineMicrophoneTest.com and allow microphone access when the browser asks.
- Speak at a normal volume. You should see the level meter move in real time as you talk.
- If you have several input devices (headset, webcam mic, built-in laptop mic), switch between them in the test's device picker — a very common failure mode is the browser defaulting to a muted or unplugged device.
Mic not working? Check these in order
- Browser permission: click the padlock/tune icon in the address bar and make sure the microphone is set to "Allow" for the site.
- Operating system permission: on Windows (Settings → Privacy → Microphone) and macOS (System Settings → Privacy & Security → Microphone), the browser itself needs mic access.
- Hardware mute: many headsets have a physical mute switch or a tap-to-mute earcup that's easy to hit by accident.
- Wrong default device: unplugging a USB headset can leave the OS pointed at a device that no longer exists. Re-select your input in the OS sound settings.
- Exclusive use by another app: some conferencing and recording apps grab the microphone exclusively. Close them and reload the test.
If the online test shows a healthy signal but a specific app still can't hear you, the problem is in that app's own input settings — not your microphone.
A note on privacy
Sites can only access your microphone after an explicit permission grant, and browsers show a recording indicator while a stream is open. Some sites (including this one) go further and send a Permissions-Policy header that disables microphone access entirely on pages that don't need it. If you're curious what else your browser and network reveal about you, our IP address tool and fraud score checker show exactly what any website can see the moment you connect.
The takeaway
Test before it matters. A ten-second mic test ahead of a call beats two minutes of "can you hear me now" during one — and if the meter moves when you speak, you know any remaining problem lives in the app you're calling from, not your hardware.