# Sound Pressure Level Converter (Pa / dB SPL re 20 µPa)

Convert sound pressure between linear units (Pa, µPa, µbar, mbar) and the decibel sound pressure level dB SPL (Lp = 20·log₁₀(p / 20 µPa), reference p₀ = 20 µPa = 2e-5 Pa RMS, per ISO 1683). Supports bidirectional linear↔logarithmic conversion. Calibration anchor: 1 Pa → 20·log₁₀(1/2e-5) ≈ 94 dB SPL. Reference values: threshold of hearing 20 µPa (0 dB), speech ≈ 0.02 Pa (60 dB), rock concert ≈ 20 Pa (120 dB), pain threshold ≈ 200 Pa (140 dB).

> Canonical page: https://elysiatools.com/en/tools/sound-pressure-level-converter

- **Category:** Math & Numbers

- **Keywords:** sound pressure, sound pressure level, SPL, Lp, decibel, dB SPL, pascal, Pa, µbar, microbar, acoustics, 20 log, microphone calibration

## Overview

Convert sound pressure between Pa, µPa, µbar, mbar, and dB SPL referenced to 20 µPa. Enter a value, choose the input and output units, and set the desired decimal places for a clear JSON result.

## Inputs

- **Input unit** (select)
- **Value** (number): Sound pressure in the selected Input unit. Must be non-negative (linear) or finite (dB).
- **Output unit** (select)
- **Decimal Places** (number)

## When to use

- Convert microphone or acoustic measurements from pascals to dB SPL.
- Convert a dB SPL reading into linear sound pressure units such as Pa or µPa.
- Compare acoustic reference values using consistent pressure units.

## How it works

- Enter a non-negative linear pressure value or a finite dB SPL value.
- Select the input unit: Pa, µPa, µbar, mbar, or dB SPL.
- Select the output unit and choose between 0 and 10 decimal places.
- The converter applies the dB SPL reference of 20 µPa and returns the converted value with related unit values in JSON.

## Use cases

- Microphone calibration using the 1 Pa to approximately 94 dB SPL reference.
- Acoustic measurement work requiring conversions between dB SPL and pascals.
- Checking familiar sound-pressure references such as speech or hearing-threshold levels.

## Frequently asked questions

### What reference does this converter use for dB SPL?

It uses 20 µPa, equal to 2e-5 Pa RMS, as the dB SPL reference pressure.

### What is 1 Pa in dB SPL?

1 Pa is approximately 93.98 dB SPL, commonly rounded to 94 dB SPL.

### Can I convert dB SPL back to pascals?

Yes. Select dB SPL as the input unit and Pa as the output unit.

### Which pressure units are supported?

The converter supports Pa, µPa, µbar, mbar, and dB SPL.

### What values can I enter?

Linear pressure values must be non-negative. dB SPL inputs must be finite numbers.

## Related tools

- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bar to PSI](https://elysiatools.com/en/tools/bar-to-psi): Convert bar to pounds per square inch with configurable decimal precision
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).
- [Capacitor Reactive Power Calculator (Q_c = 2πfCU²)](https://elysiatools.com/en/tools/capacitor-reactive-power): Compute the reactive power produced by a known capacitor: Q_c = 2π·f·C·U². Supports single-phase, three-phase star (Y) and delta (Δ) connections. Returns Q_c in var/kvar, capacitive reactance Xc, and capacitor current Ic. Complementary to the power-factor-correction tool (which sizes a capacitor for a target cosφ).
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.
- [Condensing / Evaporating Temperature Calculator](https://elysiatools.com/en/tools/condensing-temperature-calculator): Estimate the saturated condensing temperature (T_cond) and evaporating temperature (T_evap) of a refrigeration circuit. Three modes: (1) from coil approach — T_cond = T_ambient + condenser ΔT approach, T_evap = T_medium − evaporator ΔT approach; (2) from measured saturated pressures — given P_cond and P_evap for a known refrigerant (R-22 / R-134a / R-410A), invert the Antoine fit; (3) from subcooling & superheat — T_cond = T_liquid − SC, T_evap = T_suction − SH. Temperature in °C/K/°F; pressure in bar/MPa/kPa/PSI absolute or gauge (atmospheric default 1.01325 bar). Results reported in °C.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
