How to Fix Double NAT: What It Is and Why It Slows Gaming
Double NAT happens when two routers both perform address translation on your network, causing Strict NAT types, broken UPnP, and gaming lobby failures. Here’s how to detect it and fix it with three proven methods.
If your PlayStation shows NAT Type 3, your Xbox reports “Double NAT detected,” or you keep getting kicked from multiplayer lobbies, Double NAT is often the culprit. It’s one of the most common — and most misunderstood — home networking problems, and it’s almost always fixable without calling your ISP.
What Is Double NAT?
Network Address Translation (NAT) is what allows your router to share a single public IP address among all the devices in your home. Your router rewrites outgoing packets so they appear to come from your public IP, then reverses the process for incoming replies using a state table it maintains internally.
Double NAT occurs when two separate devices are both performing this translation in sequence. A typical setup looks like this:
- Your device has a private IP — say,
192.168.1.50 - Your personal router translates that to its WAN IP — but that WAN IP is also private, like
10.0.0.5 - Your ISP’s gateway then translates
10.0.0.5to your real public IP, such as203.0.113.4
Every packet is translated twice going out and un-translated twice coming in. More critically, there are now two separate NAT state tables that inbound connection requests must traverse — and that’s where things break.
The Most Common Cause
The most frequent cause is an ISP-supplied modem/gateway combo left in “router mode” while a personal router is plugged into it. Both devices run their own DHCP server and NAT. Mesh WiFi systems are another common trigger — plug the primary mesh node into an ISP gateway that’s still routing and you immediately get Double NAT.
How to Detect Double NAT
There are two reliable ways to check:
Method 1: Check Your Router’s WAN IP
Log into your personal router’s admin panel (usually 192.168.1.1 or 192.168.0.1) and find the WAN/Internet status page. Look at the WAN IP address assigned to your router. If it falls in any of these private ranges, you have Double NAT:
10.0.0.0 – 10.255.255.255172.16.0.0 – 172.31.255.255192.168.0.0 – 192.168.255.255
Your router’s WAN IP should be your real public IP (verify at a site like whatismyip.com). If they don’t match, NAT is happening upstream of your router.
Method 2: Run a Traceroute
Open a terminal and run tracert 8.8.8.8 (Windows) or traceroute 8.8.8.8 (Mac/Linux). If the first two hops both show private IP addresses — for example, 192.168.1.1 then 10.0.0.1 — you’re behind Double NAT. If hop 1 is private and hop 2 is already a public IP, you’re fine.
On Xbox, the console does the work for you: go to Settings → General → Network Settings → Test network connection and it will explicitly say “Double NAT detected” if found.
Why Double NAT Breaks Gaming
Online gaming, voice chat, and peer-to-peer applications all rely on inbound connection requests — other players or servers reaching your device. In a Double NAT setup, those inbound requests arrive at the outer ISP gateway, which has no idea which internal device they’re meant for. The packets get dropped.
UPnP — the protocol that lets your console automatically open the ports it needs — only works with the immediately adjacent router. In a Double NAT setup, your console tells your personal router to open a port, but that request never reaches the outer ISP gateway. The outer device still blocks everything.
The result on consoles:
- PlayStation NAT Type 3 (Strict): You can only connect to players with NAT Type 1. No voice chat with Type 2 or 3. Matchmaking pools shrink dramatically.
- Xbox Strict NAT: You can only match with players who have Open NAT. Party chat and game invites frequently fail.
- PC games: Hosting fails, P2P connections time out, and lobby joins drop with errors like “Unable to connect to host.”
The target NAT type for gaming is PlayStation NAT Type 2 or Xbox Open NAT, both of which require only a single properly configured router.
How to Fix Double NAT
Fix 1: Put the ISP Gateway in Bridge Mode (Best Solution)
Bridge mode disables NAT and DHCP on the ISP device, turning it into a transparent passthrough. Your personal router receives the real public IP on its WAN port and becomes the only NAT device on the network.
- Connect a laptop directly to the ISP gateway via Ethernet.
- Open a browser and go to the gateway’s admin page (check the label — commonly
192.168.0.1). - Find the setting labeled Bridge Mode, IP Passthrough, or Disable Routing/NAT.
- Enable it, save, and reboot both devices.
- After rebooting, your personal router’s WAN IP should now match your public IP.
Some ISPs lock bridge mode behind a customer service call — Comcast/Xfinity, AT&T, and Spectrum will typically enable it remotely if you ask. Note that if you use a mesh system, bridge mode goes on the ISP gateway, not on the primary mesh node (the mesh node must stay in router mode to manage its satellites).
Fix 2: Use DMZ on the Outer Router
If bridge mode isn’t available, the DMZ method is the next best option. It tells the outer router to forward all inbound traffic to your personal router, effectively eliminating the port-blocking problem even though Double NAT technically remains.
- Set a static IP or DHCP reservation on the outer router for your personal router’s WAN MAC address (this prevents the IP from changing and breaking the DMZ rule).
- Log into the outer router and find the DMZ setting (often under Advanced → Security or Firewall).
- Enter your personal router’s WAN IP as the DMZ host.
- Save and reboot.
Xbox will still display the “Double NAT detected” warning, but gaming connectivity typically improves to Open or Moderate NAT with this setup.
Fix 3: Eliminate One Router
The cleanest long-term fix is to have only one device performing NAT. You have two options:
- Switch your personal router to Access Point (AP) mode: This disables its NAT and DHCP, turning it into a pure WiFi access point. The ISP gateway handles all routing. You lose the advanced features of your personal router, but Double NAT is gone.
- Replace the ISP combo unit with a standalone modem: If your ISP uses cable (DOCSIS), you can return the ISP’s gateway and buy your own cable modem — no built-in router — then plug your personal router directly into it. Check out our guide to the best DOCSIS 3.1 modems for top picks. This option doesn’t apply to fiber ONTs or ISP setups that require proprietary hardware.
When Double NAT Is Actually Fine
Not every Double NAT situation needs to be fixed. Outbound-initiated traffic — web browsing, video streaming, email, Zoom calls — works perfectly through Double NAT because those connections originate from your side. Only inbound requests are blocked. If nobody in your household plays online multiplayer games, runs servers, or needs port forwarding, Double NAT is harmless and you can leave it alone.
One exception: if your ISP puts you behind CGNAT (Carrier-Grade NAT, identifiable by a WAN IP in the 100.64.x.x range), fixing your home network’s Double NAT won’t help much — the ISP-level NAT is the real bottleneck and that requires contacting your ISP for a public IP or switching providers.
Quick Summary
- Check your router’s WAN IP — if it’s private, you have Double NAT
- Best fix: put the ISP gateway in bridge/passthrough mode
- Backup fix: set a DMZ on the outer router pointing to your personal router
- Nuclear option: use only one routing device on your network
Once you’ve resolved Double NAT, run a speed test to confirm your full speeds are passing through correctly, then check your console’s network test to verify you’ve achieved Open or NAT Type 2. For more gaming network optimization, see our guide on how to reduce WiFi latency and our breakdown of QoS settings on your router.
Related Articles
Why Is My WiFi So Slow? 8 Common Causes and How to Fix Them
Struggling with slow WiFi? From router placement to channel congestion, here are the most common reasons your WiFi is underperforming and what you can do about it.
WiFi 6E Explained: Is It Worth Upgrading in 2026?
WiFi 6E opens up the 6GHz band for blazing fast speeds with less interference. Here's what it means for you and whether you should upgrade now.
How to Test Your WiFi Speed Accurately: A Complete Guide
Getting inconsistent speed test results? Learn how to test your WiFi speed the right way for accurate, reliable measurements every time.