Why is my mic too quiet even though the bar is moving?
Two stacked levels need to be raised: the OS input gain, and (on hardware mics) the physical gain knob on the device. Windows: Settings > System > Sound > Input > select your mic > raise the input volume slider. macOS: System Settings > Sound > Input > select your mic > raise the input volume slider. USB and XLR mics also usually have a physical gain knob on the body or on the audio interface — turn it up. Move closer to the mic too: doubling the distance roughly halves the level.
The browser is asking for microphone permission — why?
getUserMedia is gated behind an explicit user permission grant by every major browser, by design. Without that prompt, any web page could silently record you. The Allow click only grants permission to this page (or this site) and only for this session; you can revoke it at any time from the browser's site settings. Nothing is recorded or uploaded on this page — the audio is analyzed locally and discarded.
I clicked Allow but the bar still does not move. What is wrong?
Four common causes, in order of frequency. (1) The wrong input device is selected — use the device dropdown to pick the right one. (2) The OS itself has muted the input — Windows Settings > System > Sound > Input or macOS System Settings > Sound > Input, and confirm the input volume slider is up. (3) A physical mute switch on the headset cable or earcup is engaged — check the cable and the device body. (4) Another app holds an exclusive lock on the mic (Skype, OBS, an older Zoom desktop client) — quit it and reload this page.
Why does Chrome ask again even though I already allowed it once?
Either the previous Allow was "this time only" (Chrome offers that on some installs), or the browser was reset, or the site URL changed. To grant permanently: click the lock icon in the address bar > Microphone > Allow. To audit and clean up: chrome://settings/content/microphone — the Allowed and Blocked lists are visible there.
Can I test AirPods, a Bluetooth headset, or a USB mic?
Yes — anything the OS exposes as an input device will appear in the dropdown. AirPods, Bose, Sony, Jabra, Logitech, and similar Bluetooth headsets all work. USB condenser mics (Blue Yeti, HyperX QuadCast, Rode NT-USB, etc.) appear once plugged in. XLR mics on an audio interface (Focusrite Scarlett, Audient, MOTU) show up as the interface, not the mic directly.
Does my mic work here mean my mic will work in Zoom and Google Meet?
Yes. This tool uses the same getUserMedia WebRTC API that Zoom, Google Meet, Microsoft Teams, Slack Huddles, and Discord rely on. If audio registers on the level meter here, the OS is routing your mic correctly to the browser and it will work in every WebRTC-based app — assuming no other app is holding an exclusive capture on the device.
Does this microphone test record or upload my voice?
The live meter does not record anything. If you click Record on sample A or sample B, the browser creates a local audio blob so you can play it back or download it. That blob never uploads to Clipy, there is no transcription, and there is no server-side processing. You can verify this in your browser's Network tab.
Does the microphone test work on iPhone and iPad?
Yes, in Safari 14.1 and later on iOS and iPadOS. Tap the lock or AA icon in the Safari address bar and select Website Settings to grant microphone permission if the prompt does not appear automatically. Bluetooth mics paired in iOS Settings appear automatically; switching between earpiece mic, AirPods, and external mics happens at the iOS level, not in the browser dropdown.