dBm to Watts Calculator
Convert dBm ↔ watts and dBm ↔ milliwatts with hard validation. Canonical Unit Engine for RF power.
Trust summary CVP VERIFIED · CVP protocol 1.0.0-proposed · Engineering assurance
- Input interpretation
- Enter values to calculate.
- Result
- —
- Assurance
- Engineering
- Declared partition coverage
- PASS · 5/5 declared partitions (dbm-w, w-dbm, dbm-mw, mw-dbm, invalid-domain) · Matrix
- Known limitations
- RF power unit conversion (dBm ↔ W and dBm ↔ mW). Not a dBW / dBµV converter.
- Core CVP does not include live graph, viewport, or pointer interaction.
- Model
- dBm ↔ W / mW
- Scope
- Log power vs 1 mW (dBm), not 1 W (dBW)
- Verification
- Engine tested · Source checked · v1.3.1 · CVP VERIFIED · CVP protocol 1.0.0-proposed · Engineering assurance· View Manifest · CVP overview · Specification
- Versions
- Calculation 1.3.1 · CVP protocol 1.0.0-proposed · Evidence 2026-09-13.overflow-ssr-rollout
- Verification revision
- 2026-09-13.overflow-ssr-rollout · 2/2 property · digest 250f2cc95400
- Legacy regression
- 22/22 tests · Production surface contract 4/4
- Trust layers
- Verification VERIFIED · Production CURRENT · overall VERIFIED
- Reference
- O1 model · O2 expected_values · O2 numerical_behavior
- Interfaces
- PASS · UI (SSR) / REST / MCP
- Supplemental domain review
- Internal · Pass · electrical-engineer
- Named expert review
- Not performed
- CVP suite
- 6/6 golden · 8/8 CVP boundary · 14/14 invalid · 2/2 property · 4/4 metamorphic · 4/4 round-trip · 10/10 cross-interface · 4/4 CVP contract · Manifest
- Sources
- NIST Technical Note 1850
- ITU / RF practice — dBm
- Evidence
- 9 legacy golden · 7 legacy boundary · legacy regression suite · 6/6 oracle-backed golden · 14/14 invalid · Artifact integrity PASS · CalculatorX electrical review
- Semantic contract
- PASS
Full verification
Formulas
Core equations used by this calculator.
How to use
Choose the conversion direction
Four modes: dBm → W, W → dBm, dBm → mW, and mW → dBm.
Enter the value
Watts and milliwatts must be greater than zero for the reverse log. dBm may be negative.
Read the converted power or level
W = 10^((dBm−30)/10) and mW = 10^(dBm/10). Adding 10 dB multiplies linear power by 10.
Example calculations
Common configurations with formula and result.
−30 dBm
1 µW
0 dBm
1 mW reference
10 dBm
10 mW
30 dBm
0 dBW relative to 1 W
40 dBm
10 W
dBm to Watts calculator specification
Version 1.3.1 · Engine tested · Supplemental domain review · Internal · 2026-09-13
- Engine tested 22/22 tests · Production surface contract 4/4
- Supplemental domain review Internal · Pass · electrical-engineer · 2026-09-13
- Named expert review Not performed
- Calculation version 1.3.1
Review policy · Evidence · Reviewed by CalculatorX electrical review (electrical-engineer)
- Definition
- dBm is decibels relative to 1 mW. W = 10^((dBm−30)/10); mW = 10^(dBm/10).
- What it calculates
- dBm ↔ W / mW
- Inputs
- mode (default dbm-w)
- value
- Outputs
- number
- Formula
W=10^((dBm-30)/10); mW=10^(dBm/10)- Assumptions
- Log power vs 1 mW (dBm), not 1 W (dBW)
- Units
- dBm, W, mW
- Boundary conditions
- W/mW ≤0 → VALUE_MUST_BE_POSITIVE
- Bad mode → INVALID_MODE
- binary64 overflow → NUMERIC_OVERFLOW
- binary64 underflow to 0 → NUMERIC_UNDERFLOW
- Example
- 30 dBm → 1 W; 0 dBm → 1 mW; −30 dBm → 1 µW
- Validation cases
3 published on this page · 22/22 tests · Production surface contract 4/4 · View evidence
- dbm-w 30 → 1 W
- dbm-mw 0 → 1 mW
- dbm-w -30 → 1e-6 W
- Sources
- NIST Technical Note 1850 — Appendix B — dBm ↔ milliwatt · accessed 2026-09-12Supports: P_mW = 10^(dBm/10); dBm = 10 log10(P_mW)
- ITU / RF practice — dBm — 0 dBm = 1 mWSupports: Log power ratio definition relative to 1 mW
- NIST Technical Note 1850 — Appendix B — dBm ↔ milliwatt · accessed 2026-09-12
- Last reviewed
- 2026-09-13
- Reviewed by
- CalculatorX electrical review (electrical-engineer)
- Calculation version
- 1.3.1
Background
Interpretation and common distinctions.
Convert dBm ↔ watts / milliwatts (Unit Engine).
Canonical engineering / Agent calculator: this page. Lightweight SEO converter sibling: /convert/power/dbm-to-watt.
Agent / API notes
Capability id: units.rf.dbm_watts · tool id: dbm-watt · pin 1.3.1.
Canonical input field is value; share URLs may use the UI alias a. mode defaults to dbm-w.
Related tools
Other calculators in this family: Antenna Length Calculator, Cascaded Noise Figure Calculator, Coax Impedance Calculator, Free-Space Path Loss Calculator, L-section LC Match Calculator, Receiver Sensitivity Calculator, Reflection Coefficient to Impedance Calculator, RF Link Budget Calculator . Explore all RF & Microwave.
Frequently asked questions
Key distinctions behind the calculation.
Why is 0 W rejected?
log10(0) is undefined; the API returns VALUE_MUST_BE_POSITIVE.
What happens at extreme dBm?
IEEE-754 binary64 representable range applies. Overflow returns NUMERIC_OVERFLOW; a mathematically positive power that underflows to 0 returns NUMERIC_UNDERFLOW. Normal RF values are unaffected.
What if I omit mode?
The engine and schema default to dbm-w (dBm → watts).