Free Online Microphone Tester
A microphone tester opens the default input via getUserMedia, feeds it through a Web Audio AnalyserNode and renders a live RMS volume meter.
Your data is processed entirely in your browser and never sent to any server.
Speak normally — the bar should respond. If it stays flat, check OS input or browser permission.
How to Use This Tool
- Click Start microphone and accept the browser permission prompt.
- Speak normally — the volume bar should respond.
- If the bar stays flat, check the OS input device or browser site settings.
- Click Stop when finished to release the mic.
What Is a Microphone Tester?
There's nothing more frustrating than joining a call and being told you sound silent. This tester requests mic access, creates a MediaStreamSource and pipes it into an AnalyserNode that reads time-domain samples every animation frame. The RMS of the buffer drives a green-to-red volume bar. Nothing is recorded — the analyser runs locally and the stream stops the moment you click Stop or leave the page.
Podcasters check input level before recording. Remote workers test a new headset after a software update. Support reps verify the mic side of a video-call issue without joining an actual call. You'll need to accept the microphone permission prompt your browser shows.
If the bar stays flat, check the OS input device, the site's mic permission and whether another application has the mic open. Different browsers expose different device labels, so seeing your real device name (vs. a generic "Default") is a good signal that permissions are in order.
Frequently Asked Questions
How does it work?
No level showing?
Is my audio recorded?
Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.
Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.
Related Miscellaneous
Test your webcam in the browser. Live preview with camera label, resolution and frame rate.
Detect your browser, version, OS, and device. See what websites see when you visit.
Test your keyboard. Detect key, code and keyCode for every press, with a visual on-screen layout.