HomeTutorials › dB & dBm

Understanding dB & dBm
in Telecommunications

Why Not Just Use Watts? — A Complete Beginner-to-Professional Guide

📚 Standalone Tutorial 🔔 Fiber Optics & RF 🎓 NodalWire Academy

1 Introduction — Why Do We Need dB and dBm?

Every time a signal travels through a network — whether through kilometres of fibre optic cable, a wireless link across a rooftop, or a passive optical splitter inside a building — it either gains or loses power. Engineers and technicians must track these changes precisely to ensure that a signal arrives at the far end strong enough to be received correctly.

You might wonder: why not just use watts? After all, watts are the standard unit of power. The short answer is that watts become impractical very quickly in real telecom systems.

Communication power levels span from milliwatts down to nanowatts
Figure 1 — Communication power levels span from milliwatts down to nanowatts

A 5G base station might transmit at 1 milliwatt (0.001 W). By the time the signal reaches a phone several kilometres away, it may have fallen to 1 nanowatt (0.000000001 W) — a difference of one million to one. Writing and calculating with such numbers every day would be error-prone and exhausting.

0.000000001 W is simply written as −90 dBm
Figure 2 — 0.000000001 W is simply written as −90 dBm

This is precisely why the telecom industry adopted the decibel (dB) and decibel-milliwatt (dBm) scales. They compress enormous ranges into simple, manageable values that can be added and subtracted rather than multiplied and divided. The value −90 dBm is far easier to work with than 0.000000001 W — and carries exactly the same information.


2 What is dB (Decibel)?

2.1 The Mountain Analogy — Understanding Relative Difference

Before reaching for any formula, consider a simple visual picture. Imagine you are looking at two mountains side by side.

dB is like the difference in height between two mountains
Figure 3 — dB is like the difference in height between two mountains

Mountain A is taller than Mountain B. You can clearly see that A is higher, but that statement alone tells you nothing about how tall either mountain actually is. You only know the relative difference. This is exactly what dB measures — it is always a comparison between two power levels, never an absolute measurement on its own.

In a fibre optic system, Pin (the power entering the cable) is higher than Pout (the power leaving the cable). The fibre absorbs some light along the way. The dB value tells you by how much.

2.2 The dB Formula

The decibel is defined as a logarithmic ratio of two power levels:

dB = 10 × log₁₀ (P_out / P_in)
📐 Formula Breakdown

P_out = Output power (power at the receiving end)

P_in = Input power (power at the transmitting end)

log₁₀ = Base-10 logarithm

10 × = Scaling factor (converts bels to decibels; 1 bel = 10 dB)

When P_out is less than P_in (signal weakened), the result is a negative dB value — a loss. When P_out is greater than P_in (signal amplified), the result is a positive dB value — a gain.

Fibre attenuation of 0.2 dB/km illustrated with the dB formula
Figure 4 — Fibre attenuation of 0.2 dB/km illustrated with the dB formula

2.3 Why Logarithms? The Key Advantage

The logarithmic scale has one powerful property that makes it ideal for engineering: multiplication in the real world becomes simple addition in the dB world.

💡 Core Insight: Multiplication → Addition

In real (linear) power, two components each causing 50% loss:

0.5 × 0.5 = 0.25 (25% of original power remains)

In dB, the same calculation becomes:

−3 dB + (−3 dB) = −6 dB

Adding and subtracting small whole numbers is far easier than multiplying fractions across a chain of 10 or 20 network elements.

2.4 Key dB Reference Values You Must Know

dB ValuePower Ratio (P_out / P_in)Plain English Meaning
0 dB1.0 (×1)No gain, no loss — signal unchanged
+3 dB2.0 (×2)Power doubles
+10 dB10.0 (×10)Power increases tenfold
−3 dB0.5 (×0.5)Power halves
−10 dB0.1 (×0.1)Power drops to one-tenth
−20 dB0.01 (×0.01)Power drops to one-hundredth
⚠️ Common Misconception — Corrected

Incorrect: “10 dBm means the power is 10 times 1 milliwatt.” This is only true for the specific case of +10 dBm.

Correct: dB is logarithmic, not linear. +3 dB doubles power (not triples). +6 dB quadruples it. +10 dB multiplies by 10. The dB number is not a direct linear multiplier.


3 What is dBm (Decibel-Milliwatt)?

3.1 The Sea Level Analogy — Understanding Absolute Reference

Now extend the mountain analogy one step further. Suppose you want to know not just that Mountain A is taller than Mountain B, but precisely how high Mountain A is. To state an absolute height, you need a universally agreed reference point. Geographers chose sea level — defined as 0 metres.

dBm is like measuring mountain height above sea level
Figure 5 — dBm is like measuring mountain height above sea level (absolute reference)

dBm does the same thing for signal power. It fixes the reference point at exactly 1 milliwatt (1 mW), which is defined as 0 dBm. Every other power level is then expressed relative to this fixed anchor.

3.2 The dBm Formula

dBm = 10 × log₁₀ (P / 1 mW)
📐 Formula Breakdown

P = The actual signal power you are measuring (in milliwatts)

1 mW = The fixed reference (this is what makes it dBm, not just dB)

Result = Positive means above 1 mW; negative means below 1 mW

0 dBm = 1 mW reference; the formula applied to a fibre link
Figure 6 — 0 dBm = 1 mW reference; the formula applied to a fibre link

3.3 dBm Reference Table

dBm ValueEquivalent Power (mW)Where You Typically See This
+20 dBm100 mWHigh-power optical transmitter, RF power amplifier output
+10 dBm10 mWTypical SFP/XFP laser transmit power
+3 dBm2 mWShort-reach fibre transmitter
0 dBm1 mWReference level; clean signal at test point
−3 dBm0.5 mWAfter one 3 dB splitter
−10 dBm0.1 mWAfter 10 dB of fibre loss
−20 dBm0.01 mWModerate-distance fibre link output
−30 dBm0.001 mWNear the sensitivity limit of many receivers
−40 dBm0.0001 mWVery weak signal; approaching noise floor
−90 dBm0.000000001 mWExtremely weak RF signal (mobile phone receive level)

3.4 How dB and dBm Work Together

📌 The Golden Rule

dBm + dB = dBm  —  absolute + relative change = new absolute

dBm − dBm = dB  —  difference between two absolute levels = relative ratio

dB + dB = dB  —  combining two relative values = total relative change


4 Where Are dB and dBm Used?

Five core use cases for dB in telecommunications
Figure 7 — Five core use cases for dB in telecommunications
Detailed reference: dB use cases with typical industry values
Figure 8 — Detailed reference: dB use cases with typical industry values

4.1 Loss — Signal Attenuation

ComponentTypical Loss (dB)Notes
Single-mode fibre (SMF, G.652)0.2–0.4 dB/kmLower loss at 1550 nm; long-haul standard
Multimode fibre (MMF)0.5–3.5 dB/kmHigher loss; used for short distances (<2 km)
FC/UPC connector (each)0.1–0.3 dBClean polished connector
FC/APC connector (each)0.1–0.2 dBAngled polish; better return loss
Fusion splice0.02–0.1 dBVery low loss; preferred over mechanical
Mechanical splice0.2–0.5 dBField restoration; higher loss
1×2 passive splitter3.5 dBHalf the power to each port
1×4 passive splitter7 dBPower split four ways
1×8 passive splitter10 dBCommon in GPON distribution
1×16 passive splitter13 dBUsed in large PON deployments
WDM coupler / MUX0.5–1.5 dBInsertion loss of the multiplexer

4.2 Gain — Signal Amplification

Amplifier TypeTypical Gain (dB)Application
EDFA (Erbium-Doped Fibre Amplifier)+15 to +25 dBLong-haul DWDM; amplifies C-band signals
Raman Amplifier+10 to +15 dBDistributed gain; used with EDFA in ultra-long spans
SOA (Semiconductor Optical Amplifier)up to +30 dBMetro networks; gating switch
RF Power Amplifier+20 to +40 dBWireless BTS, MW backhaul transmitters
LNA (Low Noise Amplifier)+15 to +25 dBFirst-stage receiver amplifier; preserves SNR

4.3 Ratio — Signal Quality Metrics

MetricFull NameWhat It MeasuresTypical Range
SNRSignal-to-Noise RatioDesired signal vs. noise floor>20 dB (RF); >15 dB (optical)
OSNROptical Signal-to-Noise RatioSignal vs. ASE noise in DWDM channels>20 dB for coherent systems
ORLOptical Return LossReflected power vs. launched power−30 to −60 dB (lower is better)

5 Optical Power Budget — Worked Example

A power budget answers a fundamental engineering question: given a transmitter, a fibre path with all its components, and a receiver — will the signal arrive with sufficient power to be correctly decoded?

📐 Power Budget Formula
Received Power (dBm) = Tx Power (dBm) − Total Losses (dB)

If  Received Power ≥ Receiver Sensitivity  → Link will work ✓

If  Received Power < Receiver Sensitivity  → Link will fail ✗

5.1 Scenario: Metro Fibre Link (10 km GPON Feeder)

ComponentQuantityLoss per Unit (dB)Total Loss (dB)
Transmit power (OLT SFP)+3 dBm (starting value)
SMF fibre (G.652 at 1310 nm)10 km0.35 dB/km3.50 dB
FC/APC connectors4 (2 pairs)0.25 dB each1.00 dB
Fusion splices30.05 dB each0.15 dB
1×4 passive splitter17.0 dB7.00 dB
Repair/aging margin allowance3.00 dB

Step-by-Step Calculation

🧮 Power Budget Calculation
Tx Power = +3.00 dBm Less: Fibre loss (10 × 0.35) = −3.50 dB Less: Connector loss (4 × 0.25) = −1.00 dB Less: Splice loss (3 × 0.05) = −0.15 dB Less: Splitter loss = −7.00 dB Less: Repair/aging margin = −3.00 dB ——————————————————————— Received Power at ONT = −11.65 dBm

Receiver sensitivity of Class B+ GPON ONT: −27 dBm minimum

Result: −11.65 dBm >> −27 dBm → Link passes with 15.35 dB of margin to spare. ✓

💡 What the Margin Means

The 15.35 dB of margin means the link can absorb approximately 15 more dB of additional loss before the receiver fails. This covers ageing of connectors, bending losses in cables, future splitter upgrades, and temperature-induced variations over the cable’s lifetime.

Operators typically plan for a minimum of 3–6 dB system margin. A margin above 10 dB is considered very healthy for a distribution network.

5.2 Interpreting dBm on a Power Meter

Power Meter ReadingInterpretationField Action
+3 to +10 dBmTransmitter-level power; no significant losses yetConfirm Tx output reference
−5 to −15 dBmNormal mid-link or post-splitter powerCompare against design budget
−20 to −27 dBmLow but within GPON receiver sensitivityCheck for excess connector/splice losses
−28 to −35 dBmBelow GPON ONT sensitivity; link likely failsUse OTDR to locate excess loss
Below −40 dBmSignal effectively lost; fibre break likelyRun OTDR; dispatch repair crew

6 Where to Use dBm — Absolute Power Measurements

Contexts where dBm is the correct unit to use
Figure 9 — Contexts where dBm is the correct unit to use
Use CasedBm RoleExample Value
Transmitter output ratingDefines the launch power spec of the deviceSFP: +3 dBm nominal at 1310 nm
Receiver sensitivityDefines the minimum acceptable signal at the RxGPON ONT: −27 dBm minimum
Power meter readingShows actual signal power at any test point−14.5 dBm measured after splice
Link budget starting pointAnchor value from which all losses are subtracted+3 dBm Tx − 14 dB losses = −11 dBm Rx
OTDR launch levelReference for distance vs. power traceOTDR launched at +6 dBm
Alarm thresholdTrigger level for low-power alarms in NMSAlarm fires at < −25 dBm

7 Quick Decision Guide — dB or dBm?

After working through all of the above, the rule for choosing the right unit is simple:

If you are…Use
Measuring power at a specific pointdBm
Comparing two power levels or gains/lossesdB

Ask yourself: are you pointing to a specific location in the network and reading a level there (use dBm), or describing what happened between two points — a gain, a loss, or a ratio (use dB)?

✅ Quick Examples
  • dBm: “The OLT output is +3 dBm.” ← absolute level at a point
  • dBm: “The OTDR shows −14.7 dBm at the 8 km mark.” ← absolute level at a point
  • dB: “The fibre span introduced 4.2 dB of loss.” ← relative change between two points
  • dB: “The EDFA provides +20 dB of gain.” ← relative change
  • dB: “SNR is 18 dB.” ← ratio of signal to noise

8 Summary — dB vs. dBm at a Glance

PropertydB (Decibel)dBm (Decibel-Milliwatt)
TypeRelative ratioAbsolute power level
ReferenceAnother power level (P_in)Fixed: 1 milliwatt (1 mW)
Zero value (0)Equal input and output; no changeExactly 1 milliwatt
Positive valueGain (output > input)Power above 1 mW
Negative valueLoss (output < input)Power below 1 mW
AnalogyHeight difference between mountainsHeight above sea level
Typical useLoss/gain specs, SNR, ORL, marginTx power, Rx sensitivity, meter readings
Standalone?No — needs two reference pointsYes — self-contained absolute measurement

9 Glossary of Key Terms

TermDefinition
dB (Decibel)Logarithmic unit expressing the ratio of two power levels. Formula: 10 × log₁₀(P_out / P_in).
dBmDecibels relative to 1 milliwatt. Expresses absolute signal power. Formula: 10 × log₁₀(P / 1 mW).
AttenuationReduction in signal power as it travels through a medium, expressed in dB or dB/km.
GainIncrease in signal power, typically from an amplifier, expressed in positive dB.
Insertion LossPower loss introduced by inserting a passive component (connector, splitter, MUX) into a signal path.
Return Loss (ORL)Measure of signal reflected back toward the source. Expressed in negative dB; larger magnitude is better.
SNR / OSNRSignal-to-Noise / Optical Signal-to-Noise Ratio. Ratio of signal power to noise power, in dB.
Receiver SensitivityMinimum signal power (in dBm) at which a receiver can correctly decode data.
Power BudgetDifference between transmitter output power and receiver sensitivity. Must exceed total link losses plus margin.
EDFAErbium-Doped Fibre Amplifier. All-optical amplifier for C-band DWDM; +15 to +25 dB gain.
OTDROptical Time-Domain Reflectometer. Locates splices, connectors, and breaks by measuring backscattered light.
GPONGigabit Passive Optical Network (ITU-T G.984). PON standard for fibre-to-the-home delivery.
SFP / XFPHot-swappable optical transceiver modules specifying Tx power and Rx sensitivity in dBm.

10 References

  • ITU-T G.984 Series. (2008–2016). Gigabit-capable passive optical networks (GPON). International Telecommunication Union.
  • ITU-T G.652. (2016). Characteristics of a single-mode optical fibre and cable. International Telecommunication Union.
  • Lammle, T. (2020). CCNA Cisco Certified Network Associate study guide (Exam 200-301). Sybex / Wiley.
  • Hecht, J. (2015). Understanding fiber optics (5th ed.). Laser Light Press.
  • Keiser, G. (2021). Optical fiber communications (5th ed.). McGraw-Hill Education.
  • NodalWire Academy. (2024). dB and dBm explained for telecom engineers [YouTube video and course notes]. https://www.youtube.com/@NodalWire

About NodalWire Academy

NodalWire Academy is a telecom training platform delivering structured, beginner-to-professional courses on Fiber Optics, GIS for Telecom, Networking, and related disciplines. Live sessions are delivered via Zoom and supported by detailed written tutorials published at www.nodalwireacademy.com.

Subscribe: https://www.youtube.com/@NodalWire  |  Contact: contact@nodalwire.com