About Microphone Test
The Microphone Test checks that your microphone is picking up sound with a live waveform display and a volume level meter, so you can confirm it works — and see exactly how sensitive it is — before a call, stream or recording. Whether you want to test my mic online before a video call, run a quick mic test online to verify a new headset, or check microphone volume levels before a recording session, this is the tool: click Start, grant microphone permission, and speak, clap or play music near the mic; the waveform traces your audio in real time and the level bar shows how loud the input currently is, along with a decaying peak indicator.
It's built on the Web Audio API: your microphone's raw audio stream feeds into an `AnalyserNode`, which continuously provides both time-domain waveform data (drawn to the canvas every animation frame) and the data used to compute a simple RMS-based volume level. This is the same underlying technique video-conferencing apps use for their own "testing your mic" indicators — this tool just exposes it directly and persistently rather than as a brief pre-call check.
Beyond a basic "does it work" check, the live meter makes it easy to diagnose specific problems: a mic that shows no waveform movement at all is likely not selected correctly at the OS level or physically muted; a level that barely moves even when you speak normally suggests low input gain or a mic placed too far away; and a meter that's pinned near 100% even at normal speaking volume suggests the input gain is too high and will clip in calls or recordings. If your device has multiple microphones, a dropdown lets you switch between them and compare their sensitivity directly.
The audio is analyzed entirely in your browser and is never recorded, uploaded or stored anywhere — closing the tab or clicking Stop ends the stream immediately with nothing retained. If you actually want to save audio rather than just test levels, use the companion Voice Recorder instead.
How to Use the Microphone Test
- Click "Start test" and allow microphone access when prompted.
- Speak or make noise near your microphone and watch the waveform and level meter respond live.
- Switch microphones with the device dropdown if you have more than one connected.
Features
- Live waveform visualization from the Web Audio API
- Real-time volume level bar with a decaying peak indicator
- Switch between multiple connected microphones
- No recording — audio is analyzed live and never stored
Examples
Testing a headset mic at normal speaking volume
Input
Speak a sentence at normal conversational volume
Output
Level meter rises to roughly 30–50% with visible peaks, waveform shows clear speech patterns
Frequently Asked Questions
The waveform isn't moving at all — what's wrong?
Check that the correct microphone is selected in the device dropdown, that it isn't muted at the hardware or OS level, and that you granted microphone permission when prompted (check your browser's site settings if you accidentally denied it).
What does the level percentage actually measure?
It's a simplified RMS (root-mean-square) loudness measurement scaled to 0–100%, giving a quick relative sense of input volume — it isn't a calibrated decibel meter, but it's consistent enough to compare quiet vs. loud input or compare two microphones.
Does this record or save any audio?
No — audio is analyzed live for the waveform and level display only. Nothing is recorded, saved or uploaded. Use the Voice Recorder if you want to save an actual audio file.
Is the Microphone Test free?
Yes, the Microphone Test is completely free with no usage limits. No signup, no account and no installation required.
Is my data safe?
Yes. All processing happens locally in your browser using JavaScript — nothing you type is uploaded or stored on our servers.
Related Tools
Voice Recorder
Record audio from your microphone and download it instantly, with multiple takes kept in one session. Free online voice recorder, nothing is uploaded.
Webcam Test
Check that your webcam works and see its live resolution, frame rate and aspect ratio. Free online webcam test with snapshot download.
Screen Recorder
Record your screen and download it as a WebM video — no install, no account, no upload. Free online screen recorder that runs entirely in your browser.
Keyboard Tester
Test every key on your keyboard and check for ghosting or rollover issues with a live visual layout. Free online keyboard tester.