Why You Need This Checklist

This checklist is for you if you're diagnosing a device that won't power on, has no signal, or is drawing too much current. I'm writing this specifically for devices using Qualcomm 5G platforms—think Snapdragon 8 Gen series or the older 5G-integrated modems—because the power delivery and antenna routing are different from 4G boards.

I've been in this situation: a client's device arrives, completely dead, and they need it back in 48 hours for a field test. Normal diagnostic time is two days. You don't have time for theory. You need to know which pins to probe and what numbers to expect.

This checklist covers 6 steps. I'll be honest from the start: I don't have hard data on industry-wide failure rates for specific Qualcomm power management ICs, but based on my experience with over 50 emergency repairs in 2024, these are the points that fail most often.

Step 1: Check the Main Power Rails (VPH_PWR and PMIC Input)

Before you touch any other test point, verify that the main battery voltage is reaching the Power Management IC (PMIC). On most Qualcomm reference designs, this is called VPH_PWR (Voltage Phone Power).

Set your multimeter to DC voltage mode (20V range). Connect the black probe to a ground point—use a shielded ground point on the board, not the USB port shell, as that can sometimes be isolated.

Red probe on the main battery connector's positive pad. You should see 3.6 to 4.2 volts if the battery is connected. If you see 0V, the issue is either the battery itself or the connector. I've seen this exact problem three times in the past year: a bent pin on the battery connector that looked fine under a microscope, but wasn't making contact. The fix was a 5-minute re-solder of the connector.

I said 3.6 to 4.2 volts—or rather, I should specify that for a device with a fully charged battery, you're looking for 4.2V. If you're testing off a power supply, maintain 4.2V to avoid undervoltage lockout. If I remember correctly, the PMIC on Snapdragon 8 Gen 2 has an undervoltage threshold around 3.0V, but don't quote me on the exact datasheet spec.

If VPH_PWR is present, move to the PMIC output rails. Common output voltages are 1.8V (for the modem and RF subsystems) and 0.9V (for the main CPU core). These are usually labeled on the schematic as VREG_S1 or similar. If these are missing, the PMIC itself is likely damaged (ugh).

Step 2: Verify the Ground Path and Antenna Ground

This is the step most people skip, and it's where I've lost hours on emergency jobs. A bad ground connection on the antenna feed can cause a phone to show "No Service" or drastically reduced sensitivity. This is especially (unfortunately) common on devices that have been dropped and have a cracked RF shield.

Switch your meter to continuity mode (the beeping mode). The goal here isn't to measure resistance—it's to confirm there's a path. Probe across the main ground plane and an antenna ground pad. You want a solid beep with resistance under 0.5 ohms. If you get no beep or a resistance over 2 ohms, you've found the problem.

In Q2 2024, we had a batch of IoT gateways (Qualcomm QCX216-based) that kept failing cellular signal tests in the field. I spent two hours checking the modem firmware and antenna tuning. Then I continuity-checked the ground path—the antenna was completely isolated from the main ground by a hairline crack in the PCB (frustrating!).

Let me rephrase that: the crack was invisible under normal lighting. I only found it because I was looking at it under a magnifier while probing. That was a $5,000 mistake we made (a whole batch deployed). It cost us a client relationship. That's when we implemented our 'always continuity-test the ground on any RF connector' policy.

Step 3: Trace the Clock Signals (But Not with a Standard Multimeter)

A standard multimeter can't measure the 26/38.4 MHz clock signals generated by the Qualcomm WTR or QET RF front-end components—the frequency is too high. But you can check if the clock output pin has any voltage at all.

Procedure:

  • Identify the main clock source (usually a tiny crystal or oscillator near the RF transceiver). On Snapdragon 8 Gen 3, this is often a 26.0 MHz XO.
  • Set your meter to AC millivolts. You won't get an accurate frequency reading, but you'll see a small AC voltage (typically 300-800 mVAC) if the oscillator is running.
  • If you see 0 mVAC, the clock is not oscillating. This can be a dead crystal (common in drop damage) or a failed power supply to the oscillator itself.

I wish I had tracked the number of times I've seen a dead crystal being the cause of 'no signal' on Qualcomm devices. What I can say anecdotally is that it's probably in the range of 10-15% of my emergency modem failures. Replacing the crystal is a 10-minute job if you've got steady hands and a rework station.

Step 4: Check the RF Switch Control Voltages (The Qualcomm RF360 Path)

This is specifically for devices using the Qualcomm RF360 front-end solution. The RF360 uses a series of switches and filters that require logic-level control voltages (typically 1.8V or 2.85V) to change bands.

If you're troubleshooting a phone that connects to LTE but not 5G (or vice versa), the issue is often a missing control voltage on the antenna switch.

Here's what to do:

  • Find the RF front-end module (often labeled QET or QPM, for Qualcomm Power Management).
  • Locate the MIPI RFFE bus pins or dedicated GPIO control lines.
  • Set your multimeter to DC voltage mode.
  • Probe the control pin while the device is attempting to access the 5G band (you may need to use a forced band test in the engineering menu). You should see a steady 1.8V or a switching waveform (hard to see on a basic meter, but you'll see the voltage 'pulse').

If you see 0V, the MIPI bus is not being pulled up, or the modem is not requesting that band. This happened to me on a prototype tablet: the MIPI pull-up resistor was a 4.7k ohm but the schematic called for a 10k ohm. The 4.7k was too low, and the control voltage was only 1.2V instead of 1.8V. The 5G switch never activated. (That was a 'well, I learned something' moment.)

Step 5: Test the Sensor Inputs for the Modem (GNSS and Temperature)

This one's a bit niche, but it's saved me on two separate occasions. The Qualcomm 5G modem has built-in GNSS (GPS/GLONASS). It also uses a temperature sensor to adjust the RF front-end for thermal drift. If the temperature sensor fails (reads open circuit), the modem can refuse to start transmission.

Procedure:

  • Locate the temperature sensor (often a tiny thermistor near the PA—power amplifier).
  • Set your meter to resistance mode (kilo-ohms).
  • Probe across the thermistor's two pads. At room temperature (25°C), you should see a resistance of about 10k ohms (common for NTC types).
  • If you see an open circuit (OL) or a short (< 100 ohms), the thermistor is dead, and the modem will likely report a temperature error and refuse to transmit on high-power bands.

I don't have hard data on this failure rate, but my sense is it's uncommon—maybe 2-3% of emergency calls. But when it happens, it's a perplexing symptom (device connects, then drops transmission after 5 seconds). The fix is a $0.50 thermistor replacement. I did this on a client's critical automotive telematics unit in July 2024, saved them a full board replacement.

Step 6: Measure the Current Draw (The 'Sniff Test' for Component Failure)

This is less about poking specific pins and more about overall board health. When a Qualcomm 5G device fails, the PMIC usually shuts down the whole board to protect itself. But sometimes a component fails partially, drawing excessive current.

Important safety note: Do not try to measure current on the battery connector without a power supply that has current limiting. Use a bench power supply set to 4.2V with a 1A current limit.

What to look for:

  • 0 mA (total dead): The PMIC is not starting at all. Usually a bad VPH_PWR connection or a shorted capacitor on a PMIC input rail. Probe around with resistance mode (kohms) to ground—if you find a short (< 10 ohms), that's your problem.
  • 50-200 mA (but device won't boot): The modem is initializing but getting stuck. Often a bad SPI flash or a corrupted boot partition. This is beyond multimeter diagnosis—you'd need a debug cable or UART.
  • 500 mA+ and device gets hot: A hardware short on a power rail. Use a thermal camera (or your finger, carefully) to find the hot component. It's usually a blown capacitor or a failed power amplifier.

In 2023, I diagnosed a Qualcomm-based industrial tablet that was drawing 800 mA while powered off. I probed around with a multimeter in resistance mode (using a 0.1-ohm shunt in series—not a typical multimeter technique). It turned out to be a failed bypass capacitor on the Wi-Fi/BT combo chip. The capacitor had shorted internally (circa 2022 manufacturing batch issue). Replacing it fixed the device entirely.

Common Mistakes and Final Tips

Here are the things I've screwed up, so you don't have to:

  • Not using a known-good ground. I once spent 20 minutes chasing a non-existent voltage drop, only to realize my ground probe was touching a floating test pad. Always verify your meter's continuity by touching the probes together first (beep), then find a ground that's clearly labeled—like the USB shield's ground pin.
  • Trusting the meter's auto-ranging. On the Snapdragon 8 Gen 2, the main CPU core voltage (VDD_CORE) is around 0.7V when idle. My meter in auto-range mode initially tried to measure it as 0.000V until I forced it to a 2V range. I nearly replaced a perfectly good PMIC. (ugh, novice move).
  • Forgetting that some Qualcomm modems use a shared antenna bus for LTE and 5G. A good continuity check on the RF path will save you from blaming the modem when it's actually the antenna switch that's stuck.
  • Not recording your measurements. I wish I had tracked the specific resistance values for antenna paths on 5G millimeter-wave modules. I'm starting a record now (January 2025), so I'll have better data for myself later. If you're doing this regularly, keep a spreadsheet. It saved me on a repeat repair last month.

Prices as of January 2025: A decent digital multimeter with capacitance and frequency modes will cost $30-150 (based on major tool supplier quotes; verify current pricing). The Fluke 117 is the workhorse, but Aneng or UNI-T meters are fine for this kind of work if you're budget-conscious. The key spec is that it has true-RMS AC voltage capability for Step 3. Standard meters won't work well on the clock signal.

That's the checklist. Six steps—hopefully you find the issue faster than I did on my first emergency 5G device repair.

For telecom planning, the article should be read with protocol context in mind: 3GPP TS 38.xxx for radio behavior, IEEE 802.3bt for high-power PoE, ITU-T G.652.D for optical fiber assumptions, insertion loss in dB for link budget, and PIM in dBc for passive RF quality.