Decibel Meter
Click Enable Microphone and the Decibel Meter turns your microphone into a sound level meter, reading Live, 5s Average, and Peak dB levels with a choice of A, C, or Z frequency weighting. Run the built-in hand-rub calibration first, since your device's microphone isn't calibrated for absolute SPL out of the box. The real-time pitch detection takes under a minute and needs nothing but your browser.
The moment you grant microphone access, a decibel meter turns the noise around you into a live dB reading — showing you at a glance whether a room is comfortably quiet or edging into the zone where prolonged exposure starts to matter for your hearing. You don't need a dedicated handheld unit to get a useful answer; your laptop or phone microphone, combined with a little frequency-weighted math, delivers a real-time measurement close enough for everyday calls like judging a nursery, a home office, or a noisy street. This guide walks through what the numbers mean, how the reading is calculated, and how to keep results consistent enough to trust.
Reading Your Sound Meter: What the Numbers Mean
A sound meter reading is only useful once you know what each figure represents. The live number is an instantaneous reading of sound pressure; min, average, max, and peak describe how that number behaved over your session. Loudness is not fixed — it's a moving target, which is why watching the trend for thirty to sixty seconds tells you more than a single glance.
Min, Avg, Max, and Peak Explained
The min reading captures the quietest moment of your session. The avg reading smooths out short spikes and is the figure most health guidance actually relies on, since hearing damage is driven by sustained exposure rather than a single loud clap. Max and peak level capture the loudest instant — useful for gauging risk from sudden events like a door slam or a passing siren rather than a room's baseline character.
Understanding Sound Pressure Level (dB SPL)
Sound pressure level is a logarithmic comparison between the pressure of a sound wave hitting the microphone and a fixed reference pressure P0 of 20 micropascals — roughly the quietest sound a healthy ear can detect. In KaTeX form:
$$L_p = 20 \log_{10}\left(\frac{p}{p_0}\right)\text{ dB SPL}$$
Because a browser microphone can only report dBFS (decibels relative to full digital scale) rather than true dB SPL, most online tools apply a calibration curve to approximate that scale. It's an estimate, not a lab-grade measurement — a useful reference level rather than a regulatory figure.
Sound Level Meter Reference: From Whisper to Jet Engine
Numbers are abstract until you anchor them to familiar sounds. The table below lines up common environments with their typical sound level in dB, the safety category NIOSH and the World Health Organization associate with that range, and roughly how long you could stay there before it adds up.
Sound Level Guide: dB Ranges Explained
| dB Range | Example Source | Category | Safe Exposure Time |
|---|---|---|---|
| 0–40 dB | A quiet room, whisper, rustling leaves | Quiet | Unlimited |
| 40–70 dB | Normal conversation level, quiet office | Moderate | Unlimited / all-day |
| 70–85 dB | Busy traffic noise, vacuum cleaner | Caution | 8 hours (NIOSH limit) |
| 85–100 dB | Power tools, motorcycle | Harmful | 2 hours or less |
| 100–120 dB | Chainsaw, siren, concert | Very Harmful | Minutes |
| 120+ dB | Fireworks, jet engine | Dangerous | Immediate risk |
From Quiet to Dangerous: Interpreting the Scale
The decibel scale is logarithmic, not linear — every 10 dB increase represents roughly ten times more sound intensity and feels about twice as loud to the human ear. That's why a quiet office at 50 dB and busy traffic at 80 dB feel so different despite the numbers looking close, even before you factor in how far you are from the sound source. Ambient noise, background noise, and environmental noise all describe sound you didn't intentionally create but still have to live inside of, and tracking how it shifts over a session tells you more than any single reading.
How This Decibel Meter Works in Your Browser
Unlike a dedicated hardware unit, this kind of browser-based sound analysis leans entirely on the Web Audio API — a standard audio API built into every modern browser — to turn a raw microphone stream into a usable reading, with no installation required.
From Sound Wave to Decibel Reading
The process happens in a few fast steps. First, the browser requests permission to use the microphone and captures the incoming audio signal as a continuous stream.
Second, digital sampling converts that analog sound wave into thousands of discrete samples per second. Third, a Fast Fourier Transform (FFT) breaks the signal into its component frequencies, producing the frequency spectrum you often see rendered as a moving bar graph.
Finally, a Root Mean Square (RMS) calculation determines the average power of the waveform, and that value is mapped onto a decibel level using a calibration curve tuned to typical consumer microphones. This pipeline of audio processing repeats dozens of times a second, which is why the reading updates in real time.
Microphone Access and Frequency Weighting Explained
Raw dBZ (unweighted) readings don't match how humans actually perceive loudness, because different sound frequency ranges affect perceived volume differently. Frequency weighting corrects for this: dBA weighting approximates human hearing sensitivity and is the standard for everyday and occupational noise measurement, while dBC weighting is flatter and better suited to low-frequency, high-intensity sources like machinery or bass-heavy music. Professional audio tools sometimes report levels in LUFS instead, a related but distinct broadcast-standard unit worth knowing if you ever compare a browser reading against studio software.
Calibrating Your Sound Meter for Accurate Readings
No browser microphone ships pre-calibrated. Microphone sensitivity and microphone quality vary widely between a laptop webcam, a phone earpiece mic, and a headset, so two devices sitting side by side in the same room can report noticeably different numbers.
Using the Calibration Offset for Accurate Readings
A calibration offset lets you nudge the displayed reading up or down to align it with a trusted reference. The most reliable approach uses a professional SPL meter or an acoustic calibrator that emits a steady reference tone — commonly 94 dB at 1 kHz — next to your microphone, then adjusts the offset until the browser reading matches it.
Common Sources of Measurement Error
- Inconsistent distance from source between comparisons.
- Wind or HVAC airflow crossing the microphone.
- Automatic gain control silently adjusting levels mid-session.
- Small-room reflections inflating the reading.
Phone Decibel Meter Calibration Tips
If you're checking noise with a phone rather than a laptop, keep it still, uncovered, and at a fixed distance from the source for each comparison — a small change in angle or distance can swing the reading by several dB. Repeat the measurement three times and compare the averages rather than trusting any single sample.
Advanced: manual calibration walkthrough
- Play a steady reference tone (ideally 94 dB from a calibrator, or a known 1 kHz test tone) next to the microphone.
- Read the current uncalibrated value on the meter.
- Subtract the meter's reading from the known reference value to get your offset.
- Enter that offset so future readings shift to match the reference instrument.
- Re-check periodically — offsets can drift if you change devices, cases, or microphone settings.
Safe Noise Exposure and Your Sound Meter Readings
Regulatory bodies don't treat all loud sounds equally — duration matters as much as intensity, and managing noise exposure is a large part of why a meter is useful in the first place. Monitoring workplace noise is one of the most common reasons people reach for a tool like this, and it's central to workplace safety compliance.
NIOSH Safe Exposure Time by Decibel Level
NIOSH and OSHA both anchor their occupational guidance to a baseline of 85 dB for 8 hours, then apply a 3 dB exchange rate: every 3 dB increase cuts the recommended safe duration in half. The formula behind that rule of thumb can be written as:
$$T = \frac{8}{2^{\left(\frac{L - 85}{3}\right)}}\text{ hours}$$
where \(L\) is the measured sound level in dBA and \(T\) is the estimated maximum duration considered safe. At 85 dB that's 8 hours; at 88 dB it drops to 4 hours; at 100 dB it's down to roughly 15 minutes. This is the same math behind most exposure calculator widgets you'll see paired with a sound meter, and it's a useful mental model even without doing the arithmetic yourself.
Measurement Protocol for Repeatable Readings
- Measure for 30–60 seconds per session to smooth out random spikes.
- Keep the device still, uncovered, and at a consistent distance.
- Repeat three times and compare the average, not a single peak.
- Log the date, time, location, and distance so results are comparable later.
- Note the context — window open or closed, HVAC running, time of day.
A simple measurement workflow log makes repeat comparisons far more useful than one-off readings. A plain-text template you can copy into a spreadsheet or notes app:
date,time,location,distance,avg_db,max_db,notes 2026-03-23,21:30,bedroom,1m,34,48,window closed 2026-03-24,21:30,bedroom,1m,36,52,light rain 2026-03-25,21:30,bedroom,1m,33,46,quiet night
What Your Sound Meter Reveals About Noise Pollution and Health
Noise pollution isn't only an annoyance — sustained exposure is increasingly treated as a public health issue, with effects reaching well beyond the ears.
Hearing Loss and Tinnitus (NIHL)
Loud sound damages the delicate hair cells lining the inner ear; because these cells don't regenerate, the resulting damage is permanent. The clinical term for this is Noise-Induced Hearing Loss (NIHL), and it's frequently accompanied by tinnitus — a persistent ringing or buzzing that can outlast the exposure that caused it by years. Wearing ear protection above roughly 85 dB is the single most effective way to prevent both.
What Counts as Safe for Everyday Noise?
There's no universal number, but a practical safe noise level for everyday environments stays comfortably below the occupational screening threshold and pays closer attention to duration once levels climb near it. Protecting your hearing health starts with knowing your own baseline.
The World Health Organization frames this as an occupational safety and health and safety issue rather than a purely auditory one, since chronic exposure ripples into other systems entirely. If your ears already feel off after loud exposure, a proper hearing test is worth scheduling — a browser meter is a screening tool, not a diagnosis.
Sleep, Stress, and Cardiovascular Risk
- Sleep disruption: nighttime noise above roughly 40 dB can measurably reduce sleep quality and duration.
- Cardiovascular risk: long-term high noise exposure is linked to elevated blood pressure and heart disease.
- Stress and anxiety: chronic noise raises stress hormones and can heighten anxiety over time.
- Cognitive impact and child development: noise impairs concentration and memory in adults, and children are especially vulnerable to noise-related learning effects.
Practical Uses for Your Sound Meter
Beyond curiosity, a browser-based meter earns its keep as a quick screening tool for everyday wellness decisions — not a replacement for certified equipment, but a fast way to catch problems early.
Home and Work
- Check whether a new appliance is as quiet as advertised.
- Confirm a nursery or bedroom stays within a comfortable background noise level for sleep.
- Screen an open-plan office for distracting spikes before an important call.
Audio, Health, and Wellness
- Calibrate speaker volume to a safe range before a long listening session.
- Track your own noise dose across a loud event like a concert or club.
- If your tool includes a save report option, use it to log results as a PDF for later comparison.
None of this requires more than the single microphone permission prompt, and a good tool processes everything locally — nothing about your background noise needs to leave your device to be useful. Combined with a basic understanding of acoustics, even a simple sound meter reading turns an abstract "it feels loud in here" into a number you can track, compare, and act on with confidence.