# Sound Power Level Converter (W / dB Lw re 1 pW)

Convert sound power between linear units (W, mW, µW, pW) and the decibel sound power level dB Lw (Lw = 10·log₁₀(W / 1 pW), reference P₀ = 1 pW = 1e-12 W, per ISO 3744 / IEC 60027-3). Supports bidirectional linear↔logarithmic conversion and reports the equivalent value in all five units. Reference values: whisper ≈ 1e-9 W (Lw ≈ 30), speech ≈ 1e-5 W (Lw ≈ 70), jet engine at 1 m ≈ 1e4 W (Lw ≈ 160).

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

- **Category:** Math & Numbers

- **Keywords:** sound power, sound power level, Lw, decibel, dB, pW, picowatt, SWL, acoustic power, noise emission, ISO 3744, 10 log

## Overview

Convert sound power between W, mW, µW, pW, and dB Lw relative to 1 pW. Enter a value in any supported unit to calculate the equivalent sound power, with results reported across all five units.

## Inputs

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

## When to use

- Convert a measured or calculated sound power value from watts to dB Lw.
- Convert a dB Lw value back to linear power units such as W, µW, or pW.
- Compare acoustic power values using a consistent reference of 1 pW.

## How it works

- Select the input unit: W, mW, µW, pW, or dB Lw.
- Enter a non-negative linear power value or a finite dB Lw value.
- Choose the preferred output unit and set the number of decimal places from 0 to 10.
- The converter applies Lw = 10·log₁₀(W / 1 pW) or the inverse calculation and reports equivalent values in all five units.

## Use cases

- Acoustic engineering calculations that require sound power and sound power level conversions.
- Noise emission documentation using dB Lw with the 1 pW reference.
- Educational and technical comparisons of values such as whisper-level and speech-level sound power.

## Frequently asked questions

### What reference does dB Lw use?

dB Lw uses a reference sound power of 1 pW, equal to 1e-12 W.

### Can I convert dB Lw to watts?

Yes. Select dB Lw as the input unit and W as the output unit.

### Which input units are supported?

The converter accepts W, mW, µW, pW, and dB Lw.

### What values are valid for linear power?

Linear sound power must be non-negative. dB Lw values must be finite.

### How is the result rounded?

Set Decimal Places to a value from 0 to 10. The default is 6 decimal places.

## 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.
- [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.
- [Concrete Strength Grade Converter](https://elysiatools.com/en/tools/concrete-strength-grade-converter): Convert between concrete strength notations: C grade ↔ cube strength fcu ↔ cylinder fck,cyl ↔ prism fck,prism ↔ design value fc. Ratios: fck,cyl = 0.8·fcu, fck,prism = 0.88·0.76·fcu, fc = fck,prism/1.4. Any one input produces all others.
- [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
