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.

Instant results 100% private No signup needed
Input level0%

Speak normally — the bar should respond. If it stays flat, check OS input or browser permission.

How to Use This Tool

  1. Click Start microphone and accept the browser permission prompt.
  2. Speak normally — the volume bar should respond.
  3. If the bar stays flat, check the OS input device or browser site settings.
  4. 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?
It requests microphone access via getUserMedia and reads volume from a Web Audio AnalyserNode.
No level showing?
Check the input device in OS settings and the site's mic permission.
Is my audio recorded?
No — the analyser runs locally and the stream stops when you leave the page.

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