If a game only works with a VPN, the tunnel changed several variables at once, including the route, public IP, DNS path, and sometimes IP-family behavior. Check the service, compare another network, test DNS and IPv4 versus IPv6, inspect firewall rules, then give your ISP or game support a direct-versus-VPN record.
Microsoft ping, tracert, ipconfig, Windows Firewall, and network troubleshooting guidance plus IETF IPv4 and IPv6 connection behavior were checked on July 27, 2026.
IN THIS GUIDE

When a game only works with VPN enabled, the VPN deserves one point for getting you online and zero points for explaining why. A tunnel can change the route, public IP address, DNS resolver, network interface, and sometimes whether the connection uses IPv4 or IPv6. Any one of those changes could matter.
The useful conclusion is narrow: the game can reach its service through at least one path, while the direct connection currently fails. That is a solid clue. It is not proof that your ISP is throttling the game, your router is cursed, or the VPN should become a permanent emotional-support toggle.
Record the exact failure before changing anything
Disconnect the VPN and reproduce the problem once. Write down the time, game, platform, server region, and exact error. Note whether the failure happens in the launcher, at sign-in, while joining a match, or after play begins.
Then check the publisher’s official status page and your platform’s status page. A service incident can make a VPN test look meaningful when the second attempt simply happened later or reached a different service edge.
Classify the scope:
- One game fails, other games work: focus on that publisher, destination, client, or route.
- Every game fails directly: inspect the device, router, ISP path, firewall, and DNS settings.
- One device fails, another works on the same network: focus on the first device and its software.
- The game works on a phone hotspot: the home connection or its path becomes a stronger suspect.
- The launcher signs in but matches disconnect: DNS is less likely than a route, service, filtering, or session problem.
For mid-match failures, use the broader games keep disconnecting checklist. Do not mix that symptom with a launcher that never connects. They may need different tests.
Run a direct, VPN, and alternate-network comparison
Keep the account, normal server region, device, and game settings unchanged. Do not switch countries or account regions. Test in this order:
- Direct home connection.
- One nearby VPN endpoint.
- Direct home connection again.
- A phone hotspot or another network, if your data plan and game download size make that practical.
Repeat each state twice. Record success, error text, login time, match connection, and any in-game packet-loss reading.
| Result | What it suggests, not proves |
|---|---|
| VPN and hotspot work, home direct fails | Home ISP path, DNS, public IP, router, or direct-interface filtering |
| VPN works, hotspot also fails | A lucky VPN route, IP-family difference, or service treatment of the VPN address |
| Only one VPN endpoint works | Endpoint-specific route or address behavior, not a universal VPN fix |
| Second direct test works | Intermittent service or route issue, or timing rather than the tunnel |
A single successful match is not a diagnosis. Our VPN ping-testing guide uses the same baseline, one change, repeat, and rollback method for performance comparisons.
Test DNS without turning it into a religion
A VPN may supply a different DNS resolver. If the direct resolver returns a stale or incorrect answer, the launcher may fail before the game session begins.
On Windows, close the game and launcher, disconnect the VPN, and open Command Prompt. Run:
ipconfig /flushdns
Microsoft documents /flushdns as clearing and resetting the DNS client resolver cache. Reopen the launcher and test. If you previously entered manual DNS addresses, record them, return the adapter to automatic DNS using Microsoft’s current Windows steps, and compare again.
You can also make one controlled comparison with a reputable public resolver. Change only DNS, restart the launcher, and restore the original setting if nothing improves. A DNS change that fixes sign-in is useful evidence. It does not explain packet loss after a match is established.
If flushing DNS changes nothing and the exact failure occurs during gameplay, move on. DNS has already received enough screen time.
Compare the direct route and IPv4 versus IPv6
A VPN can send traffic through a different upstream provider. It may also carry only one IP family even when the direct connection tries both. The IETF’s Happy Eyeballs standard exists because real networks can have working IPv4 and broken IPv6, or the reverse, and applications need a way to recover.
Start with two basic comparison commands while the VPN is off:
ping -4 one.one.one.one
ping -6 one.one.one.one
Cloudflare uses one.one.one.one for its public resolver service, so this is a general reachability comparison, not a test of your game server. Microsoft documents ping as a round-trip and reachability tool and supports forcing IPv4 or IPv6.
Then compare routes:
tracert -4 one.one.one.one
tracert -6 one.one.one.one
Do not convict the first hop that shows an asterisk. Microsoft notes that some routers do not return the diagnostic messages tracert expects. A silent intermediate hop can still forward normal traffic.
If IPv4 repeatedly works and IPv6 repeatedly fails across more than one destination, update the network-adapter driver and router firmware, then report the comparison to the ISP. Do not permanently disable IPv6 as the opening move. That can hide the fault and create a future side quest.
If only the affected game fails, save its logs or launcher network report if the publisher documents one. The public resolver route cannot reveal a game destination it never visits. The packet loss in one game guide explains how destination-specific trouble can coexist with a perfectly calm browser.
Inspect firewall, filtering, NAT, and packet size
A VPN usually creates a separate virtual network interface. A firewall or security product may treat that interface differently from the normal Ethernet or Wi-Fi connection.
In Windows Security, confirm the active direct network profile and use Allow an app through firewall for the official launcher and game when the publisher requires it. Microsoft recommends allowing an app rather than opening a port because an open port remains available until closed. Avoid disabling the firewall, antivirus, or anti-cheat permanently.
Also check, one item at a time:
- third-party web shields, traffic optimizers, and parental controls;
- a work, school, hotel, or campus network policy;
- a second router creating an unnecessary double-NAT layer;
- current router firmware and the publisher’s official connectivity guidance;
- whether the ISP uses carrier-grade NAT when the game relies on peer connectivity.
A normal VPN does not guarantee open NAT. It may make NAT stricter because many customers share one exit address. If the game reports a NAT type, compare direct and VPN results without assuming the label identifies every blocked path.
Packet-size trouble is less common but possible when sign-in works and larger transfers or match sessions hang. A tunnel adds headers and may handle path size differently. Save the original MTU before testing any publisher or ISP recommendation. Do not paste a mystery value from a seven-year-old forum post and call it networking.
Build evidence that support can actually use
If the home direct connection still fails, collect a compact report:
- exact error and UTC/local timestamp;
- game, platform, launcher version, and normal region;
- direct, nearby VPN, and hotspot outcomes;
- whether IPv4 and IPv6 comparisons differ;
- whether DNS-only testing changes the result;
- router model, ISP, and wired versus Wi-Fi result;
- match ID or client logs when available.
Send service-specific errors and match IDs to the game publisher. Send repeatable direct-route, IP-family, and alternate-network differences to the ISP. A VPN success alone does not prove intentional throttling. Congestion, peering, DNS, address reputation, firewall rules, and a broken IP-family path can all create similar evidence. Our gaming VPN troubleshooting guide covers tunnel-side problems if the workaround starts failing too.
You can keep using a nearby VPN route as a temporary workaround only when the game’s rules allow it and the connection remains stable. Do not use it to bypass an account restriction, regional release, matchmaking rule, or network policy.
FAQ
Why does my game work with a VPN but not without one?
The VPN changes multiple connection variables, commonly the upstream route and public IP, and sometimes DNS or IP-family handling. Compare another network, DNS-only testing, IPv4 versus IPv6, and firewall treatment to isolate which change matters.
Does this prove my ISP is blocking or throttling the game?
No. A broken route, peering trouble, DNS failure, IPv6 problem, public-IP reputation, or local filtering can produce the same result. Record repeatable direct, VPN, and hotspot outcomes before contacting the ISP.
Should I leave the VPN on for the game?
It can be a temporary workaround if the game and network rules permit it. Keep the direct-path report open with the relevant support team because the VPN may add latency, stop working, or mask a problem that still needs repair.
Can changing DNS fix a game that only connects through a VPN?
It may help when the direct DNS resolver gives a bad answer or fails during launcher sign-in. It will not repair weak Wi-Fi, an upstream route, packet loss during a match, or a game-service outage.
Can LagZero fix a game that only works through a VPN?
LagZero may provide another route when the direct route is the problem. It cannot repair local Wi-Fi, firewall rules, DNS configuration, ISP access failure, or the game service, and a different route may perform worse. Join the LagZero waitlist to test rather than trust a guaranteed-fix fairy tale.
