As of 2023, WhatsApp has added official proxy support inside the app. The aim was to let users establish a connection when internet access is disrupted. This feature works on completely different logic from the "account management" style of proxy use on other platforms.
How Does the Official Proxy Feature Work?
End-to-end encryption is not broken as it passes through the proxy. The proxy owner cannot see the message content ; they can, however, see the connection metadata.
Setup
- Android: Settings → Storage and data → Proxy → Use proxy → enter the server address.
- iOS: Settings → Storage and Data → Proxy → Set Up Proxy.
- The address can be a domain name or an IP; the port is usually 80, 443 or 5222.
- When the connection is established, a green status indicator appears on the settings screen.
This feature does not work with standard HTTP/SOCKS5 proxies, only with WhatsApp's own proxy software. Typing a general-purpose proxy address you happen to have into this field will not work.
The WhatsApp Business API Side
In enterprise integrations (Business API / Cloud API) the need for a proxy is different: you want your server's outbound traffic to Meta endpoints to go out through a single controlled IP. This comes from security policy and IP whitelist requirements.
In these scenarios a proxy is not a privacy tool but a network governance component.
The feature is not a privacy tool but an accessibility tool. Set your expectations accordingly.
Security Warning
Publicly shared WhatsApp proxy addresses cannot read your message content, but they do see when, how much and how often you connect. Do not use addresses whose source you do not know for long periods. If possible, run WhatsApp's open-source proxy software on your own server.
What It Does Not Do
- Cloning the same number across different devices — a proxy does not provide that.
- Bypassing number verification — SMS/call verification is independent of the IP.
- Bulk messaging — this violates the platform's rules and results in the number being banned.
To diagnose connection problems you can use the ping test tool to measure your access to the target server, and verify your own exit address on the My IP Address page.
For another example of in-app proxy support, see our Telegram guide; for a fixed corporate exit, the ISP proxy page; and for connection measurement, the the ping test tool .