What is lqi and rssi

Last updated: April 1, 2026

Quick Answer: LQI (Link Quality Indicator) and RSSI (Received Signal Strength Indicator) are complementary wireless metrics; RSSI measures the power of the received signal while LQI measures overall link quality including packet integrity, error rates, and reliability.

Key Facts

RSSI and LQI: Understanding Wireless Metrics

RSSI (Received Signal Strength Indicator) and LQI (Link Quality Indicator) are two fundamental metrics used to evaluate wireless network connections. While they are related and often used together, they measure different aspects of wireless communication. Understanding both metrics is essential for diagnosing network issues, optimizing device placement, and ensuring reliable wireless communication in IoT and mesh network environments.

RSSI: Received Signal Strength Indicator

RSSI measures the power level of the received wireless signal, expressed in dBm (decibels relative to one milliwatt). Range: RSSI values typically range from -120 dBm (very weak signal) to 0 dBm (very strong signal). Measurement: RSSI is a simple, direct measurement of how strong the incoming signal is at the receiver's antenna. Limitations: RSSI alone doesn't indicate whether data is being transmitted reliably; strong signal strength doesn't guarantee error-free communication if there is significant interference or noise.

LQI: Link Quality Indicator

LQI provides a more comprehensive assessment of link quality by evaluating multiple factors beyond signal strength. Scale: LQI ranges from 0 (poor) to 255 (excellent). Factors Measured: LQI accounts for signal strength, packet reception rates, bit error rates, interference levels, and overall transmission reliability. Practical Value: LQI better reflects whether actual data communication will succeed, making it more useful for routing decisions in mesh networks.

Comparison and Relationship

While RSSI and LQI are related, they are not equivalent. A high RSSI value doesn't always correlate with a high LQI value if there is significant interference or environmental noise. Conversely, a location with moderate RSSI might have excellent LQI if there is minimal interference. Professional network analysis typically uses both metrics: RSSI for understanding signal propagation and identifying coverage areas, and LQI for assessing actual transmission reliability and network performance.

AspectRSSILQI
Full NameReceived Signal Strength IndicatorLink Quality Indicator
MeasurementSignal power in dBmOverall link quality (0-255)
Scale-120 to 0 dBm0 to 255
What It MeasuresSignal strength onlySignal integrity, packet errors, reliability
UsefulnessCoverage mapping, dead zone detectionRouting decisions, network reliability

Related Questions

Can strong RSSI have weak LQI?

Yes, strong RSSI with weak LQI typically indicates significant interference or environmental noise. The signal is strong but corrupted, making data transmission unreliable.

Which metric is more important for network reliability?

LQI is generally more important for reliability since it directly measures transmission quality, while RSSI only measures signal strength without accounting for interference.

How do WiFi routers use RSSI and LQI?

WiFi devices use RSSI for initial connection decisions and coverage assessment, while using LQI or similar metrics to optimize data rates and maintain connection stability.

Sources

  1. Wikipedia - RSSI CC-BY-SA-4.0