What is wireless ADB?
Wireless ADB lets you debug your phone over Wi-Fi without a USB cable. It's the same ADB protocol, just running over TCP instead of USB. Here's the trade-off.
Andora handles ADB device detection, drivers, and authorization automatically — no command line, no driver hunts. Free download for Windows 10 & 11.
Download Andora — Freeadbd on your phone listens on a TCP port (default 5555). Your PC connects to phone-ip:5555. The protocol on top is identical to USB ADB.
Throughput drops from ~480 Mbps (USB 2.0) or ~5 Gbps (USB 3.0) to whatever your Wi-Fi delivers — typically 50-200 Mbps. Big APK installs and logcat captures take longer.
No cable. Phone can move freely. Multiple devices can be active at once. Setup is quick on Android 11+ with the new pairing flow.
On Android 11 and newer the flow is built in: enable USB debugging, open Developer options → Wireless debugging, choose Pair device with pairing code, and enter that code on your PC. Older phones use the legacy route — connect once over USB, run adb tcpip 5555, unplug, then adb connect <phone-ip>:5555. Our complete walkthrough with screenshots is here: set up wireless ADB on Windows.
Reach for it when a cable gets in the way — testing folding or rotating a device, mirroring to a meeting room, debugging while the phone charges across the desk, or working with several devices at once. Stick with USB when you're pushing large files, flashing, or need the most stable connection, because Wi-Fi is slower and more sensitive to network drops.
Do the phone and PC need to be on the same Wi-Fi? Yes. Wireless ADB connects over your local network, so both devices have to be on the same Wi-Fi (and not isolated by client/AP isolation) to pair and stay connected.
Does wireless ADB work without ever using a cable? On Android 11+ yes — the pairing-code flow needs no USB connection at all. On older versions you need one initial USB connection to run adb tcpip 5555 before going wireless.
Why does my wireless ADB connection keep dropping? Usually the phone changed IP address (DHCP), Wi-Fi sleep turned the radio off, or the daemon reset. Set a static IP or DHCP reservation, disable Wi-Fi sleep in Developer options, and reconnect.
Is wireless ADB secure? The Android 11+ pairing code and per-device authorization protect it on a trusted network. Avoid using it on public Wi-Fi, where other clients could attempt to reach the open ADB port.
Andora wraps ADB in a clean Windows GUI — drag-drop APK installer, wireless setup, screen mirroring, and one-click fixes for the errors above.
Download Andora