Android Mic Test
Run the Android Mic Test to confirm your phone's built-in microphone is actually picking up your voice — tap Enable Microphone, then read the live level meter, spectrum, and dominant frequency and peak level readouts as you speak. If Chrome hears you but another app doesn't, the Android-specific troubleshooting below explains the difference between Chrome's site permission and your phone's OS-level app permission. The microphone test takes under a minute and needs nothing but your browser.
Before a job interview, a telehealth appointment, or a WhatsApp call with family overseas, it's worth knowing whether your Android smartphone can actually be heard. An Android Mic Test checks every microphone built into your device in seconds and gives you a clear pass or fail verdict instead of a guess. Run it in Chrome, speak naturally, and you'll see exactly how your Android's microphone performs before it matters on a real call.
Why Run an Android Mic Test Before an Important Call
This diagnostic exists because an Android mobile phone fails silently more often than you'd expect. A microphone can be partially blocked by a phone case, muted by an aggressive battery-saving mode, or overridden by an app that never released its exclusive audio input, and none of that shows up until someone on the other end says "I can't hear you." Running a quick online android mic test catches the problem while you can still fix it, rather than mid-interview or mid-consultation — test your android mic now and you'll know for certain. It also tells you which microphone failed — Android phones typically carry two to four of them, each doing a different job, so a single pass/fail check on the wrong mic can miss the real fault. The test your iphone mic gives you a clear answer instead of guessing.
Unlike a generic desktop mic checker, a test built for Android accounts for how the operating system actually routes audio: through per-app permissions, OEM noise processing, and a browser's Web Audio API rather than a native driver. That's the gap a browser-based microphone checker is designed to close — no app download, no account, no waiting.
Understanding Your Android Phone's Microphone Test Results
Modern Android phones pack two to four physical microphones around the chassis, and a microphone test only tells the full story once you know which one it's listening to. Each microphone captures a different signal path, and the diagnostics below map directly onto what the live waveform and VU meter show during your test. The check whether your midi is working properly gives you a clear answer instead of guessing.
Bottom Microphone: Your Primary Call Mic
The bottom microphone sits near the charging port and handles ordinary phone calls, voice notes, and the audio track on any video you record. It has the highest sensitivity for close-range speech, which is exactly why it's the first microphone any android microphone test should isolate — if this one fails, every voice call fails with it. A blocked bottom mic reads unusually quiet or completely silent even when the phone's hardware is otherwise intact.
Top Microphone and Noise Cancellation
A second microphone near the top edge exists purely to capture ambient sound. The phone's processor subtracts that ambient signal from the bottom microphone's output — this is noise cancellation in practice, and it's why callers hear less background hum on a modern Android flagship than on a budget device with only one mic. Testing this microphone separately from the bottom one is the only way to isolate a noise-cancellation fault from a primary-mic fault.
Rear Microphone for Video Recording
Higher-end phones add a third, rear-facing microphone near the camera array specifically to capture ambient sound while filming — think a street performance or a product demo — without picking up finger-handling noise from the person holding the phone. It matters more for content creation than for an ordinary video call, so a content creator doing a mic check should verify it independently of the call mics.
Free Android Mic Test: Reading the dB, Hz, and Waveform Output
Once you press start, three readings do most of the work: volume in decibels, Hz frequency data, and a live waveform. Together they turn "does my mic work" into a number you can actually act on. Run the check interface routing and gain to see exactly what's working and what isn't.
Reading the dB Level and dBFS Scale
Volume is measured in dBFS (decibels relative to full scale), and the browser derives it from the raw audio signal using roughly the same relationship a sound engineer would use:
dB = 20 × log₁₀((V_rms / V_ref))
where V_rms is the root-mean-square amplitude of your voice signal and V_ref is the reference level representing 0 dBFS. In plain terms: the closer your speech sits to −30 to −12 on that scale, the clearer you'll sound on WhatsApp or a recorded voice note; below −60 the line is effectively silent, and above −6 the signal clips into audible distortion.
| Level (dBFS) | Quality | What It Sounds Like |
|---|---|---|
| Above −6 | Clipping | Loud, harsh, distorted on calls and voice notes |
| −12 to −6 | Hot | Clear but may distort on loud syllables |
| −30 to −12 | Ideal | Clean and natural on WhatsApp, Teams, and Zoom |
| −50 to −30 | Weak | Quiet — callers say they can barely hear you |
| Below −60 | Silent | No audible voice reaches the other party |
Dominant Frequency, Peak Level, and Sample Rate
The dominant frequency reading, produced through FFT analysis, shows where most of your voice's energy sits — normal speech peaks around 100–300 Hz. A high Hz reading while you're silent usually points to fan noise or electrical interference rather than a real signal.
Peak level tracking captures the loudest moment of your test, which is the fastest way to spot occasional clipping that an average reading would hide. Sample rate detection confirms what rate Chrome is actually receiving from the microphone — typically 44,100 Hz or 48,000 Hz — and an unusual number here often points to a driver-level problem rather than the microphone itself. Audio channels are reported alongside it, since a mono capture on a device that should support stereo input is itself a useful diagnostic clue.
Oscilloscope Waveform and VU Meter
A live oscilloscope waveform renders your audio input in real time — a flat line means no signal is reaching the browser at all, which almost always means a permission or hardware fault rather than a quiet voice. A 32-band VU meter breaks that same signal into frequency bins so you can see whether your mic captures the full vocal range evenly or rolls off at the high or low end, a sign of a partially blocked microphone opening.
How Android Mic Switching Works
Android's audio subsystem relies on a HAL (hardware abstraction layer) to automatically decide which microphone, or combination of microphones, handles a given moment — a phone call, speaker mode, video recording, or a background voice assistant. Android 11 and later support multi-microphone beam-forming natively, steering sensitivity toward your voice and away from surrounding noise.
Once a microphone is selected, the signal moves through the phone's audio processing chain: MEMS capsule, amplifier, analog-to-digital conversion, then Android's AudioFlinger service, before any app — including Chrome — ever receives it. Google Assistant and other always-listening features tap into this same chain earlier, which is exactly why disabling their hotword detection before testing gives you a cleaner, more accurate reading.
Call Quality: What This Android Microphone Test Confirms
A pass on the mic test doesn't just mean "the phone heard something" — it confirms the entire signal path from hardware to browser is functioning, which is the same path every calling app on the phone depends on.
Web Audio API and getUserMedia Permissions
Chrome requests access through getUserMedia({audio:true}), part of the Web Audio API, which interfaces with Android's own AudioRecord API through the browser's media subsystem. An AnalyserNode performs the FFT for frequency analysis, and a GainNode measures RMS amplitude for the dB conversion shown above — all of it running locally in Chrome's audio engine, with the Canvas 2D API drawing the waveform you see on screen. No audio ever leaves the device during the test; nothing is uploaded, recorded to a server, or stored.
Microphone access is granted once per site: tap Allow when Chrome's permission prompt appears, and audio input test data starts flowing immediately. If you previously denied microphone permission, no amount of retrying the page will help — you have to reset it directly (Chrome → Site Settings → Microphone) before the test can read any media devices at all.
If your device pairs a Bluetooth headset or wired earphones, the browser's input selector lets you choose which microphone to test — the phone's own capsule, the headset mic, or the earphone's inline mic — rather than defaulting to the phone speaker's paired input. Testing each one separately after a call where someone said your mic wasn't working is often faster than guessing which device actually dropped the signal.
Fixing a Failed Android Microphone Test by Brand
Stock Android hands microphone permission straight through to Chrome, but most phones don't ship stock Android — every major manufacturer layers its own audio processing and permission manager on top, and each one can silently block a working microphone.
Samsung Galaxy: One UI, Voice Focus, and Bixby
Samsung's One UI permission manager can be stricter than stock Android, so start at Settings → Apps → Chrome → Permissions → Microphone. Samsung also ships Voice Focus, a Dolby-branded audio processor that can suppress input in Sound Quality settings — disable it temporarily while testing. Bixby's always-on hotword detection is a less obvious culprit: it can hold background microphone access even when you never intended to use it, so check Bixby Settings → Voice Wake-Up if the test shows no signal at all.
Google Pixel: Tensor Processing and the Privacy Dashboard
Pixel phones run close to stock Android, so Chrome's permission usually maps directly onto the system-level one — check the Privacy Dashboard (Settings → Privacy → Privacy Dashboard → Microphone) to confirm Chrome shows recent access. Pixel's Tensor chip pre-processes audio with onboard speech recognition before apps ever receive it, which can very slightly alter raw dB and Hz readings compared with other brands — that's expected behavior, not a fault.
OnePlus: OxygenOS and Noise Cancellation Settings
OxygenOS follows the standard Android permission flow with few extra restrictions, but its hardware noise cancellation (Settings → Accessibility → Hearing) uses the secondary microphone to filter sound — turning it off during testing isolates a cleaner signal from the primary mic. Battery optimisation is worth checking too: aggressive background-process killing on some OnePlus builds can interrupt a test mid-session if Chrome isn't excluded.
Xiaomi: MIUI Optimisation and the Security App
On a Xiaomi phone, MIUI runs a dual-permission system, so standard Android settings won't show the full picture — check the Security app → App Permissions → Chrome → Microphone first. Disabling MIUI Optimisation (accessible after enabling Developer Options) resolves many cases where MIUI silently blocks Web Audio API access in Chrome, and Mi AI's always-on wake word is another background process worth switching off before you test.
Common Problems Your Android Mic Diagnostics Will Reveal
Most failed results trace back to one of a handful of causes, and the fix is usually faster than the troubleshooting itself.
Mic Blockage From Lint, Debris, or a Phone Case
The microphone opening sits in the same high-lint zone as the charging port, and a fully blocked opening can read as low as −60 dBFS even with intact hardware. A rigid case or wallet case is an equally common — and easier — fix: remove the case before testing to establish a hardware baseline, then reattach it and retest to confirm whether the case itself is the problem.
Background Noise and Echo Cancellation During a Mic Check
Fans, air conditioning units, and open windows all register on a sensitive MEMS microphone and can mask a genuinely weak signal underneath. Move to a quiet room before testing, and enable in-call noise suppression and echo cancellation separately once you've confirmed the raw hardware passes on its own — testing with noise suppression already active can hide a real fault behind software cleanup.
Water Damage and Hardware Failure vs a Software Fix
After water exposure, wait until the phone is completely dry — 24 to 48 hours — before testing at all; testing too early can produce a false fail. If the test still shows no signal after drying, the microphone's MEMS capsule may need professional replacement, which is different from an app permissions issue that a settings change can resolve in seconds. Distinguishing hardware failure from a software or system settings problem is the entire point of running the diagnostic before assuming the worst.
Chrome Browser vs Other Apps for the Most Accurate Microphone Checker
Not every Android browser supports the Web Audio API equally, and the gap shows up directly in test accuracy.
| Browser | Mic Access | Sample Rate | VU Meter | Recommendation |
|---|---|---|---|---|
| Chrome Browser | Full | Detected | 32-band | Best choice |
| Samsung Internet | Full | Partial | Limited | Use if no Chrome |
| Firefox Android | Partial | Not detected | Partial | Not recommended |
| Opera for Android | Full | Limited | 32-band | Acceptable |
| Brave Android | Shields off | Detected | 32-band | Disable shields first |
| Edge for Android | Full | Detected | 32-band | Good alternative |
Chrome browser has the most complete Web Audio API implementation of any Android browser, which is why it's the recommended default for an android mic test online — every other option listed above trades away some accuracy in exchange for a different privacy model or rendering engine. If a permission block persists, opening the page in an Incognito tab clears any cached permission state and forces a fresh prompt, which resolves a surprising share of "the test won't even start" reports. Outdated Android System WebView is a quieter cause of the same symptom, since Chrome relies on it for rendering and an old version can carry Web Audio API bugs that affect microphone readings.
Who Relies on a Free Online Android Mic Test
The same quick check serves very different people for very different reasons:
- Remote workers confirming their microphone before a Teams, Zoom, or Google Meet video call from a phone rather than a laptop — remote work depends on being heard clearly
- Content creators checking audio quality before filming for TikTok, Instagram Reels, or YouTube Shorts
- Telehealth patients making sure their microphone works before a video consultation, when a silent mic means rebooking the appointment
- Podcasters and mobile podcasting hosts using an Android phone as a backup recorder in the field, where a microphone test takes seconds compared to reviewing a ruined take later
- Every phone repair technician needs a fast post-repair verification that the replacement microphone hardware is functioning correctly before handing the phone back
- Students confirming their device works before an oral exam or an online class that depends on being heard clearly
- Families and other non-technical users who just want a simple way to confirm a phone's microphone works for a WhatsApp call with relatives
Across every one of those cases, the value of the test is the same: catching a broken microphone, a blocked permission, or a background noise problem before it costs you a real conversation — not after. Run this android audio test above, work through the diagnostics that matter to your device, and you'll know your microphone works before you ever need to trust it on a call.