Skip to content

Instantly share code, notes, and snippets.

@extratone
Created September 15, 2024 04:49
Show Gist options
  • Save extratone/33daaf39f26cb83ce52048457d25f36e to your computer and use it in GitHub Desktop.
Save extratone/33daaf39f26cb83ce52048457d25f36e to your computer and use it in GitHub Desktop.
Rudimentary point of reference for cell signal value rates which I can never seem to remember. [Source](https://www.wilsonamplifiers.com/blog/how-to-read-cell-phone-signal-strength-the-right-way)
Signal Strength General Results
-50 to -79 dBm Considered great signal (4 to 5 bars)
-80 to -89 dBm Considered good signal (3 to 4 bars)
-90 to -99 dBm Considered average signal (2 to 3 bars)
-100 to -109 dBm Considered poor signal (1 to 2 bars)
-110 to -120 dBm Considered very poor signal (0 to 1 bar)
<table>
<thead>
<tr>
<th>Signal Strength</th>
<th>General Results</th>
</tr>
</thead>
<tbody>
<tr>
<td>-50 to -79 dBm</td>
<td>Considered great signal (4 to 5 bars)</td>
</tr>
<tr>
<td>-80 to -89 dBm</td>
<td>Considered good signal (3 to 4 bars)</td>
</tr>
<tr>
<td>-90 to -99 dBm</td>
<td>Considered average signal (2 to 3 bars)</td>
</tr>
<tr>
<td>-100 to -109 dBm</td>
<td>Considered poor signal (1 to 2 bars)</td>
</tr>
<tr>
<td>-110 to -120 dBm</td>
<td>Considered very poor signal (0 to 1 bar)</td>
</tr>
</tbody>
</table>
Signal Strength General Results
-50 to -79 dBm Considered great signal (4 to 5 bars)
-80 to -89 dBm Considered good signal (3 to 4 bars)
-90 to -99 dBm Considered average signal (2 to 3 bars)
-100 to -109 dBm Considered poor signal (1 to 2 bars)
-110 to -120 dBm Considered very poor signal (0 to 1 bar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment