PCAPdroid - network monitor

In-app purchases
1.72K reviews
Content rating
Everyone
500K+
Downloads
Content rating
Everyone
Learn more
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

PCAPdroid is a privacy-friendly open source app which lets you track, analyze and block the connections made by the other apps in your device. It also allows you to export a PCAP dump of the traffic, extract metadata and much more!

PCAPdroid simulates a VPN in order to capture the network traffic without root. It does not use a remote VPN server. All the data is processed locally on the device.

Features:

- Log and examine the connections made by user and system apps
- Extract the SNI, DNS query, HTTP URL and the remote IP address
- Inspect HTTP requests and replies thanks to the built-in decoders
- Inspect the full connections payload as hexdump/text and export it
- Decrypt the HTTPS/TLS traffic and export the SSLKEYLOGFILE
- Dump the traffic to a PCAP file, download it from a browser, or stream it to a remote receiver for real time analysis (e.g. wireshark)
- Create rules to filter out the good traffic and easily spot anomalies
- Identify the country and ASN of remote server via offline db lookups
- On rooted devices, capture the traffic while other VPN apps are running

Paid features:

- Firewall: create rules to block individual apps, domains and IP addresses
- Malware detection: detect malicious connections by using third-party blacklists

If you plan to use PCAPdroid to perform packet analysis, please check out the specific section of the manual.

Join the PCAPdroid community on telegram to discuss and receive updates on the latest features.
No-root network monitor, firewall and PCAP dumper for Android
Updated on
Aug 16, 2026

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
  • No data shared with third parties
    Learn more about how developers declare sharing
  • No data collected
    Learn more about how developers declare collection
  • Data is encrypted in transit

Ratings and reviews

1.63K reviews
DJ Chesley
January 22, 2026
Love the app. Wish you could grip search through all the packets in order to find a particular string. Also, how come there's sometimes unknown applications sending traffic? you know you could do to improve this app significantly? Make it so that the viewable interface of the list of connections can be sorted like a spreadsheet. so you'd have a column for the amount of data or packets that you could tap at the top and it would sort connections by which app is sending the most data.
20 people found this review helpful
Did you find this helpful?
Emanuele Faranda
January 26, 2026
Hello, thanks for your feedback. The global search would be quite intensive to carry on over the whole data, I will think about this. Regarding unknown apps, mostly it happens with short-lived connections. The app relies on some system APIs, to try to detect the app, however sometimes this fails. You can sort apps by traffic in the Apps view
Λᴢғᴀʀ
November 9, 2025
loved it so much, i bought the malware detection and no root firewall. A one and only simple yet powerful tool for paranoid Information Security professionals who know there's no escaping from emerging threats. Developers were also kind enough to respond promptly to a slight memory issue i was facing, and the issue was gone after applying recommended settings by the devs. Thanks a lot for the support.
8 people found this review helpful
Did you find this helpful?
Emanuele Faranda
November 6, 2025
Thanks for your appreciation. Regarding the low memory issue, check if the "Full payload" option is enabled. If so, disable it, as it uses much memory
Alicia Sykes
July 4, 2021
PCAPdroid is an amazing tool that gives you an ultimate insight into exactly what various installed applications on you device are sending and receiving. It's very easy to use, requires no complicated setup, and seems to capture everything. The UI is simple enough, but it also has the ability to export pcap files which can then be opened in any capture viewer, like Wireshark. All in all, this app is awesome both for beginners and pros, it's well built, 5/5 would recommend!
63 people found this review helpful
Did you find this helpful?

What’s new

- Android 17 support: the "Nearby devices" permission is now required
- New Capture List view
- Implement app isolation (Firewall)
- Add settings import/export
- Mitm addon v2.3 (mitmproxy 12.2.3)
- New translations: BN, FR, HI, JA, KO, MS, UR, VI
- Bug fixes and dependency updates