VPN for Video Calls: When It Helps, When It Hurts Zoom, Teams and Meet

Updated: June 2026

Quick answer: Most of the time a VPN hurts video calls — it adds latency (10–50 ms), can cause jitter, and may push you onto a more congested route. Turn the VPN off for calls unless (a) you're in a country that blocks the service, (b) your ISP is throttling video, or (c) corporate security mandates always-on VPN. If you must use one, pick WireGuard protocol and a server in the same country.


TL;DR — When to use VPN for calls

  1. Use VPN if your country blocks Zoom/Meet/Discord (UAE, China, Iran).
  2. Use VPN if your ISP throttles video traffic.
  3. Use VPN if your work requires always-on corporate VPN.
  4. Skip VPN otherwise. It usually makes calls worse.
  5. If using: WireGuard protocol, server in same country, split tunneling for call app.

How VPN affects video call quality

A VPN routes traffic through an extra server. Effects:

  • +10–50 ms latency: depends on VPN server distance. Same city = +5 ms, another continent = +150 ms.
  • Jitter increase: VPN servers can be overloaded, especially during peak hours.
  • Encryption overhead: ~5–10% bandwidth loss.
  • Different network path: sometimes better (bypass congested ISP route), sometimes worse.

Detailed Guide

1. When VPN actually helps

  • Country blocks call services: UAE blocks WhatsApp/FaceTime calls, China blocks Google Meet. VPN bypasses this.
  • ISP throttles video: some ISPs detect Zoom/Skype traffic and slow it. VPN hides the traffic type.
  • Geo-restricted meeting: rare, but some platforms require participants from specific regions.
  • Corporate policy: work-from-home with mandatory VPN to access internal resources.

2. When VPN makes calls worse

  • Adding latency on already-stable connections.
  • Free VPNs (Hola, ProtonVPN free tier) have congested servers.
  • VPN server overloaded during peak (8–10 PM local time).
  • VPN with double-hop (NordVPN's Double VPN) adds 200+ ms.

3. Best VPN protocols for calls

  • WireGuard: lowest overhead, fastest. Recommended.
  • OpenVPN UDP: stable; slower than WireGuard.
  • IKEv2: good for mobile (handles network switching).
  • OpenVPN TCP: avoid — TCP retransmissions add latency.

4. Picking VPN server location

For lowest latency, same country, preferably same metro area. Don't pick "fastest" auto-selection — sometimes it picks a far server with high bandwidth. Test ping before joining a call:

ping vpn-server.example.com

Below 30 ms is excellent; above 80 ms will hurt calls.

5. Split tunneling for the call app

Many VPN clients let you exclude specific apps. Send Zoom traffic direct (no VPN), keep VPN for other apps:

  • NordVPN: Settings → Split Tunneling → exclude Zoom.
  • ExpressVPN: Settings → Split Tunneling → Do not allow Zoom to use VPN.
  • Mullvad: more advanced, requires manual routing rules.

6. Corporate VPN considerations

Many companies route all traffic through HQ. Symptoms: terrible call quality from home. Solutions:

  • Ask IT for split tunneling (call apps bypass VPN).
  • Use phone hotspot instead of company VPN for the call.
  • If allowed, disconnect VPN for calls and reconnect after.

7. VPN on phone for calls

Same logic on mobile. Always-on VPN drains battery, adds latency. For important calls, briefly disable.

8. Test VPN impact

Before:

  • VPN off: speed test at test-internet-speed.
  • VPN on: same test from same location.
  • Ping difference: VPN should add <30 ms to a good server.
  • Jitter difference: VPN should not exceed 10 ms jitter.

9. Free VPNs warning

Free VPNs (Hola, Free OpenVPN servers) often:

  • Overcrowded servers (high jitter).
  • Log user activity (privacy risk).
  • Inject ads.
  • Block UDP (kills video call quality).

For occasional bypass, use a trusted paid tier (Mullvad, ProtonVPN paid, IVPN).

10. WebRTC leak

Some VPNs don't tunnel WebRTC, which means video calls in browsers may still leak your real IP. Test at browserleaks.com/webrtc. If leaking, enable "WebRTC leak protection" in VPN client.


FAQ

Does ExpressVPN slow Zoom?
Usually 10–30 ms latency added. Acceptable for most. For low-latency gaming use cases, turn off during call.

Should I use a VPN if my ISP throttles Zoom?
Yes — VPN encrypts the traffic so ISP can't identify it. Pick WireGuard server in same city.

Can I use a VPN with Microsoft Teams?
Yes. Teams is sensitive to jitter; choose low-load server.

Does VPN help with packet loss?
Sometimes — if loss is on your ISP's route, VPN bypasses. If it's on your local network or WiFi, VPN won't help.

Will my company know I'm not using VPN?
Depends on policy. If they enforce VPN with MDM, traffic goes through. If they only "recommend" it, you can disconnect.


Key Takeaways

  • VPN usually hurts call quality; skip it unless necessary.
  • WireGuard + same-country server is the best combo.
  • Use split tunneling to exclude Zoom/Teams from VPN.
  • Free VPNs are too unstable for video calls.

Related