How to find a lost Bluetooth device (headphones, earbuds, speaker)
You've lost something with a Bluetooth radio in it and you're hoping a scanner app can point you at it. Sometimes it can. This guide starts with the part most articles skip, because it determines whether anything else here is worth your time.
First: can it be found at all?
A BLE scanner is a passive receiver. It hears devices that are powered on and actively broadcasting. Nothing else. That rules out several common cases completely:
- Dead battery. Nothing is transmitting, so nothing can be received. No app, no hardware, no technique. This is the single most common reason a search fails.
- Powered off. Same situation.
- Already connected to something else. This one surprises people. Most Bluetooth devices stop advertising once they establish a connection — advertising is how they solicit a connection, and they have no reason to keep shouting afterwards. If your headphones are happily paired to a laptop in another room, they are likely invisible to a scan.
- Earbuds in a closed case. Many models cut the radio when the lid shuts. The case itself may or may not advertise, depending on the model.
If the device is on, unconnected, and in range, a scan will find it. If you're not sure which situation you're in, it costs nothing to look — just don't conclude the device is gone forever because a scan came up empty.
Second: try the manufacturer's network first
Before reaching for a general scanner, use the purpose-built system if the device is in one. These beat a local scan in one decisive way: they work outside your own Bluetooth range, by borrowing other people's phones as receivers.
- Apple — Find My, for AirPods, AirTags, and Beats. Works even when the device is out of your range, as long as some Apple device has passed near it.
- Google — Find My Device, which since 2024 includes a crowdsourced Bluetooth network covering Fast Pair headphones and trackers, not just phones.
- Samsung — SmartThings Find, covering Galaxy Buds, Watches, and SmartTags.
- Tile, Chipolo, and similar — each runs its own app and network.
If your device is in one of these, start there. A general BLE scanner has a range of roughly 10 meters indoors and cannot tell you the device was left at a coffee shop across town.
Turn to a scanner when the manufacturer network doesn't cover the device, gives you a location but not a spot, or says "last seen here" and you're standing in "here" with no idea which cushion.
Third: the scan
This is the part a general scanner is genuinely good at — closing the last few meters.
Identify your device in the list
Start a scan and give it a full thirty seconds. Devices with slow advertising intervals can take several seconds to appear, and a two-second glance systematically misses them.
Then find yours among the results:
- Look for the name first. Consumer audio gear is usually generous here —
WH-1000XM4,Galaxy Buds3,JBL Flip 6. If you see the product name, you're done identifying. - Don't rely on the address. Most modern devices rotate their Bluetooth address every few minutes, so an address you wrote down last week is useless now. See why Bluetooth addresses change for why.
- If nothing is obviously named, work from the payload clues — manufacturer ID and service UUIDs will at least tell you the vendor. The method is in how to identify an unknown Bluetooth device, and you can paste a raw payload into the advertisement decoder to read the fields directly.
A useful trick for narrowing an ambiguous list: power-cycle a device you do have and watch which entry disappears and returns. Whatever remains is a candidate for the thing you're looking for.
Follow the signal
Once you can see it, you're playing hot and cold. The scanner gives you signal strength (RSSI) but no direction — there's no arrow, and any app promising one from a plain BLE scan is guessing.
The technique that works:
- Watch the trend, not the number. A single reading is noise; a stationary device wanders 5–10 dB on its own. Move a few steps, wait a couple of seconds, and compare.
- Move slowly. Averaging out the noise takes time. Brisk walking gives you neither a clean reading nor a usable trend.
- Use your body as a shield. This is the one way to manufacture direction. Hold the phone against your chest and turn slowly through a full circle. Your body absorbs 2.4 GHz — when it's between the phone and the device, the reading drops; when you're facing the device, it recovers. Two or three rotations will give you a bearing.
- Sweep low and high. Signal passes through a sofa cushion poorly and a drawer front poorly. Once you're within a couple of meters, check inside things rather than around them.
- Expect the last meter to be the worst. Very close in, reflections dominate and readings stop behaving monotonically. At that point put the phone down and look.
The reasons this is a gradient search rather than a distance measurement are covered in Bluetooth RSSI to distance — short version: the conversion to meters needs two constants you don't have, so the absolute number lies while the trend stays honest.
Make it louder if you can
If the device has a companion app with a "find" or "ring" function, use it once the scan tells you which room to be in. A speaker you can hear beats any amount of signal analysis.
If the scan finds nothing
Work through the list in order:
- Move. Ten meters indoors is optimistic. Walk the space rather than scanning from a doorway.
- Rule out the connected case. Turn off Bluetooth on every other device you own — laptop, tablet, TV, car — then scan again. A device that was quietly connected elsewhere will start advertising once it's dropped.
- Check the case. For earbuds, open the lid and scan again.
- Wait for the battery. Counterintuitive, but some devices advertise a low-battery state, and a device that's asleep may wake on a timer.
- Accept the dead-battery answer. If it's been missing for weeks, the radio is almost certainly silent. A scanner can't help, and the manufacturer network's last known location is now your best lead.
iPhone caveat
On iOS you can scan and see names, services, and signal strength, which is everything this method needs. What you don't get is the Bluetooth address — iOS never exposes it. That doesn't affect a hot-and-cold search, but it does mean you can't match a device against an address from another phone. Details in BLE scanning on iPhone.
Doing it
BLE Sniffer for Android scans continuously, shows live RSSI per device, and has a proximity radar for the sweep — plus CSV export if you want to log a search and review it afterwards. Free, no ads, no telemetry.
Related reading
- How to find BLE devices around you — the general sweep technique in more depth
- How to find a hidden Bluetooth tracker — the same skills applied to something that doesn't want to be found
- How to sniff BLE with your phone — getting started with scanning generally