Skip to content

Check Your Phone's Connected Band

This is a simple experiment: check which base station your phone is currently connected to and what frequency band it's using. Through this experiment, you can intuitively understand the network deployment in your location and verify the frequency band knowledge we learned earlier.

Experiment Goals

  • Learn how to view your phone's network connection information
  • Identify the current connected band and frequency
  • Understand the relationship between ARFCN/NR-ARFCN and actual frequencies

iOS Devices

Entering Field Test Mode

On iPhone, you can enter Field Test mode by dialing a special code:

  1. Open the Phone app
  2. Dial *3001#12345#*
  3. Tap the call button

You will see a hidden diagnostic interface showing current network connection information.

Understanding the Interface

iOS Field Test Mode - China Unicom 5G
iOS Field Test mode showing China Unicom 5G SA network information

From the image above, we can see:

ParameterValueDescription
Carrier中国联通 (China Unicom)Current carrier
Network CapabilitiesSA5G Standalone mode
PLMN460 01Mobile Country Code (460=China) + Network Code (01=Unicom)
TAC8493400Tracking Area Code
PCI927Physical Cell Identity
RSRP-67 dBmReference Signal Received Power (signal strength)
SNR21.5Signal-to-Noise Ratio (signal quality)
Bandwidth100100 MHz bandwidth
Band78n78 band (3.5 GHz)

RSRP Signal Strength Reference

RSRP RangeSignal Quality
> -80 dBmExcellent
-80 ~ -90 dBmGood
-90 ~ -100 dBmFair
-100 ~ -110 dBmPoor
< -110 dBmVery Poor

Android Devices

Android doesn't have a built-in Field Test mode, but you can use third-party apps to view detailed network information.

App NameDescriptionDownload
NSG (Network Signal Guru)Powerful, shows detailed 5G NR informationApp stores
CellularzClean interface, supports multiple network typesGoogle Play
NetMonsterOpen source, comprehensive featuresGoogle Play / F-Droid

NSG Interface Guide

Example 1: China Mobile 5G (n41 Band)

NSG showing China Mobile 5G
NSG app showing China Mobile 5G SA network - n41 band

Key information explained:

ParameterValueDescription
PLMN460/00China Mobile (MNC=00)
BandN41n41 band
SSB-ARFCN504990Synchronization Signal Block NR-ARFCN
Freq.2524.95 MHzCenter frequency
BandTDD 2600+TDD mode, 2.6 GHz band
PCI853Physical Cell Identity
SS-RSRP-78.0 dBmSignal strength
SS-SINR31.0 dBSignal-to-noise ratio

Frequency calculation verification:

ARFCN 504990 falls in 0-3000 MHz range
F = 0.005 × 504990 = 2524.95 MHz ✓

Example 2: China Unicom 5G (n78 Band)

NSG showing China Unicom 5G
NSG app showing China Unicom 5G SA network - n78 band

Key information explained:

ParameterValueDescription
PLMN460/01China Unicom (MNC=01)
BandN78n78 band
SSB-ARFCN627264Synchronization Signal Block NR-ARFCN
Freq.3408.96 MHzCenter frequency
BandTDD 3500TDD mode, 3.5 GHz band
PCI927Physical Cell Identity
SS-RSRP-60.0 dBmSignal strength (excellent)
SS-SINR27.0 dBSignal-to-noise ratio

Frequency calculation verification:

ARFCN 627264 falls in 600000-2016666 range
F = 3000 + 0.015 × (627264 - 600000)
F = 3000 + 408.96 = 3408.96 MHz ✓

Practice Exercise

Now it's your turn to try!

Step 1: Check Current Network

Use the methods above to check your phone's current network information and record the following parameters:

  • [ ] Carrier name
  • [ ] Network type (4G/5G, SA/NSA)
  • [ ] Band
  • [ ] ARFCN/EARFCN
  • [ ] Frequency (if displayed)
  • [ ] RSRP (signal strength)

Step 2: Verify Frequency

Using the recorded ARFCN, calculate the center frequency using the frequency calculation formulas and verify if it matches the displayed frequency.

Step 3: Cross-reference Band Table

Refer to the China ISP Spectrum Allocation page to confirm that the band you're using falls within your carrier's allocated range.

FAQ

Why am I seeing 4G instead of 5G?

Possible reasons:

  1. Phone doesn't support 5G: Check if your phone supports 5G
  2. 5G toggle is off: Check if 5G is enabled in settings
  3. No 5G coverage at your location: 5G coverage isn't as widespread as 4G
  4. Plan restrictions: Some plans may limit 5G usage

Why is the RSRP value negative?

RSRP is measured in dBm to represent signal power. Since wireless signals have very low power after propagation (typically in microwatts), values in dBm are always negative. A larger value (closer to 0) indicates stronger signal.

What's the difference between NSA and SA?

ModeFull NameDescription
NSANon-Standalone5G relies on 4G core network
SAStandaloneComplete 5G network

SA mode provides lower latency and more complete 5G features.

Further Reading

Released under the MIT License.