[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"blog-how-to-diagnose-a-slow-internet-connection-free-tools-en":3,"site-settings":69},{"post":4,"related":24,"prev":67,"next":52,"availableLocales":68},{"_id":5,"slug":6,"locale":7,"title":8,"excerpt":9,"content":10,"coverImage":11,"category":12,"tags":13,"seoKeywords":17,"author":18,"published":19,"publishedAt":20,"indexNowAt":21,"createdAt":22,"updatedAt":21,"__v":23},"69d188f33c0a1ad0961cbef3","how-to-diagnose-a-slow-internet-connection-free-tools","en","How to diagnose a slow internet connection (free tools)","Step-by-step guide to finding why your internet is slow — speed test, ping, traceroute, DNS check and WiFi isolation. Free browser tools, no download needed.","Your internet feels slow. But is it actually slow — or does it just feel that way? Is the problem your connection, your router, your ISP, or the website you're visiting? Most people restart the router, shrug, and move on. But with the right approach and a few free tools, you can pinpoint exactly what's wrong in under 10 minutes.\n\nThis guide walks you through a systematic diagnosis — from measuring actual speed to tracing the exact hop where your connection is losing time.\n\n---\n\n## Step 1: Measure your actual speed\n\nBefore anything else, get a baseline. Your ISP promises a certain speed — let's see if they're delivering it.\n\nUse the **[internet speed test on netvizor.app](https://netvizor.app/tools/internet-speed)** to measure your current download speed, upload speed, and ping. Run the test at least three times — once right now, once during peak hours (evenings), and once at an off-peak time (early morning).\n\n**What to look for:**\n- Download speed significantly below what your plan promises → ISP issue or line degradation\n- Upload speed much lower than download → asymmetric connection (normal for most home plans) or upstream congestion\n- Speed varies wildly between tests → congestion or unstable connection\n\n**Before the test:**\n- Connect via Ethernet, not WiFi — this isolates the connection itself from wireless variables\n- Close all other apps, pause downloads, stop streaming on other devices\n- If possible, test from multiple devices\n\nIf speed is consistently 50%+ below your plan speed during off-peak hours, that's a clear ISP issue worth contacting them about.\n\n---\n\n## Step 2: Check your ping and jitter\n\nSpeed is only half the story. You can have 500 Mbps download and still feel lag if your ping is unstable. This is especially true for gaming, video calls, and real-time applications.\n\nRun a **[ping test on netvizor.app](https://netvizor.app/tools/ping)** to a nearby server and note:\n\n**Ping (latency):** Time for a data packet to travel to a server and back.\n- Under 20ms — excellent\n- 20–50ms — good\n- 50–100ms — acceptable\n- Over 100ms — noticeably sluggish for interactive use\n\n**Jitter:** Variation in ping between packets. A connection that goes 20ms → 80ms → 30ms → 150ms feels much worse than a stable 50ms. Jitter is the hidden cause of choppy video calls and stuttering games even when \"speed is fine.\"\n\nRun a continuous ping from your command line alongside the online test to see jitter in action:\n\n```bash\n# Windows\nping -t 8.8.8.8\n\n# macOS / Linux\nping 8.8.8.8\n```\n\nWatch for \"Request timed out\" lines — that's packet loss. Even 1% packet loss causes noticeable problems.\n\n---\n\n## Step 3: Run a traceroute to find the bottleneck\n\nThis is where diagnosis gets interesting. A traceroute shows every single stop your data makes on its journey from your computer to a destination — and how long each hop takes.\n\nRun a **[traceroute on netvizor.app](https://netvizor.app/tools/traceroute)** to a site you're having trouble with (Google, YouTube, or whatever is slow).\n\n**How to read the results:**\n\n```\nHop  Host                    Avg Latency\n1    192.168.1.1             2ms       ← Your router\n2    10.0.0.1                8ms       ← ISP local node\n3    172.16.5.1              12ms      ← ISP backbone\n4    142.250.180.1           14ms      ← Google\n5    google.com              15ms      ← Destination\n```\n\n**What the hops tell you:**\n\n**Hop 1 is your router.** If this is already 20ms+, the problem is inside your house — router overheating, bad Ethernet cable, or a device hogging bandwidth.\n\n**Hops 2-3 are your ISP.** If latency jumps significantly here, the problem is between you and your ISP's infrastructure — congestion, degraded line, or a faulty node. This is worth reporting to your ISP with the traceroute as evidence.\n\n**Later hops are the internet backbone.** High latency here is normal for geographically distant servers. A server in Singapore will always be 150ms+ from Europe — that's physics, not a problem.\n\n**A hop that shows * * *:** This just means that router doesn't respond to traceroute probes — it doesn't mean traffic is lost there. Only worry if latency stays high after that hop.\n\n---\n\n## Step 4: Check DNS resolution speed\n\nThis one surprises most people. Every time you visit a website, your device first asks a DNS server \"what's the IP address for google.com?\" If your DNS server is slow or overloaded, every single page load starts with a delay — even if your actual internet speed is fine.\n\nCheck your DNS with the **[DNS lookup tool on netvizor.app](https://netvizor.app/tools/dns-lookup)** — if resolution takes over 100ms consistently, consider switching DNS servers.\n\nYou can also test DNS speed from the command line:\n\n```bash\n# Windows\nnslookup google.com 1.1.1.1    # Test Cloudflare DNS\nnslookup google.com 8.8.8.8    # Test Google DNS\nnslookup google.com            # Test your current DNS\n\n# macOS / Linux\ndig google.com @1.1.1.1\ndig google.com @8.8.8.8\ndig google.com\n```\n\nCompare the response times. If your ISP's DNS is significantly slower than 1.1.1.1 or 8.8.8.8, switch your DNS:\n\n**How to change DNS on Windows:**\nSettings → Network → Change adapter options → Properties → IPv4 → Use the following DNS server addresses → 1.1.1.1 / 8.8.8.8\n\n**How to change DNS on router (affects all devices):**\nLogin to your router admin panel (usually 192.168.1.1) → DHCP settings → Primary DNS → 1.1.1.1, Secondary DNS → 8.8.8.8\n\n---\n\n## Step 5: Isolate WiFi vs the actual connection\n\nWiFi and your internet connection are two completely different things. A problem with WiFi doesn't mean slow internet — and fast WiFi doesn't guarantee fast internet. You need to separate them.\n\n**The definitive test:** Connect your computer directly to the router with an Ethernet cable and run the speed test again.\n\n| Result | Meaning |\n|--------|---------|\n| Speed improves dramatically on Ethernet | WiFi is the problem — interference, distance, router placement |\n| Speed is the same (still slow) on Ethernet | The connection itself is slow — ISP issue or modem problem |\n| Speed is fine but ping is unstable | WiFi jitter — switch to 5GHz or use Ethernet |\n\n**Common WiFi problems that cause \"slow internet\":**\n\n**2.4GHz congestion:** Every router in your building probably uses channels 1, 6, or 11. Switch to 5GHz which has far less interference and much higher throughput — it just has shorter range.\n\n**Router placement:** WiFi signal degrades dramatically through walls, floors, and large appliances. A router in a closet or behind a TV is a common cause of \"random\" slowness.\n\n**Too many devices:** 20+ devices on a consumer router causes CPU strain. The router's processor can't handle all the NAT translations fast enough.\n\n**Old router:** WiFi 4 (802.11n) routers are genuinely slow by modern standards. If your router is from before 2018, upgrading to WiFi 5 or WiFi 6 is often the single biggest speed improvement you can make.\n\n---\n\n## Step 6: Check for bandwidth hogs on your network\n\nSlow internet sometimes has nothing to do with your ISP or router — another device on your network is consuming all the bandwidth.\n\nCommon culprits:\n- **Windows Update** downloading gigabytes in the background\n- **Cloud backup** (Dropbox, OneDrive, Google Drive) syncing large files\n- **Torrent client** running forgotten in the background\n- **Gaming console** downloading a game update overnight... and still going\n- **Smart TV** updating firmware\n- **Someone else on your network** streaming 4K video\n\nCheck which devices are consuming bandwidth from your router admin panel: login to **192.168.1.1** → look for **Bandwidth Monitor**, **Traffic Statistics**, or **Client List** with usage data.\n\nOn Windows, you can check per-process network usage:\n```\nTask Manager → Performance tab → Open Resource Monitor → Network tab\n```\n\nOn macOS:\n```\nActivity Monitor → Network tab → sort by \"Sent Bytes\" or \"Rcvd Bytes\"\n```\n\n---\n\n## Step 7: Test the connection to specific destinations\n\nSometimes internet feels slow only on certain sites or services — while everything else is fine. This suggests the problem is not your connection but rather that specific destination.\n\nUse the **[ping test on netvizor.app](https://netvizor.app/tools/ping)** to compare latency to different destinations:\n- A nearby server (low ping = your connection is fine)\n- The slow website (high ping = problem at destination or routing to it)\n\nThen run a **[traceroute](https://netvizor.app/tools/traceroute)** specifically to the slow destination to see where the delay builds up. If the problem appears in the last few hops before the destination — it's on their end, not yours.\n\n---\n\n## Step 8: Check your IP and connection type\n\nSometimes the issue is more fundamental — you might be on a connection type that has structural limitations you weren't aware of.\n\nCheck your current IP and connection details with **[My IP on netvizor.app](https://netvizor.app/tools/my-ip)**. This shows your ISP name and connection type — useful for confirming you're on the right plan and not accidentally on a throttled connection.\n\n---\n\n## The complete diagnostic checklist\n\nWork through this in order — stop when you find the culprit:\n\n- [ ] **Speed test** (Ethernet, not WiFi) → is speed close to what your plan promises?\n- [ ] **Ping test** → is latency stable? Any packet loss?\n- [ ] **Traceroute** → where does latency spike?\n- [ ] **DNS test** → is DNS resolution fast?\n- [ ] **WiFi isolation** → does speed improve on Ethernet?\n- [ ] **Bandwidth hog check** → is another device consuming all bandwidth?\n- [ ] **Destination-specific** → is the problem only with certain sites?\n- [ ] **Router check** → when did you last restart it? Is it overheating?\n- [ ] **Modem check** → any error lights? When did you last restart it?\n\n---\n\n## What to tell your ISP (with proof)\n\nIf you've worked through the checklist and the problem is clearly on your ISP's side, document it before calling:\n\n1. Run speed tests at different times of day — screenshot the results\n2. Run traceroute and identify the hop where latency spikes (usually hops 2-4)\n3. Note the times when slowness occurs — consistent evening slowness is congestion, random slowness is instability\n4. Document packet loss from continuous ping test\n\nArmed with specific data — \"my speed drops to 12 Mbps between 7-10pm, traceroute shows 200ms+ at hop 3 which is your node at [IP]\" — you're far more likely to get a useful response than \"my internet is slow.\"\n\n---\n\n## Frequently asked questions\n\n**Why is my internet slow only in the evenings?**\nClassic congestion. Your ISP's local node is overloaded by everyone in your area coming home and using internet simultaneously. This is an infrastructure problem on the ISP's side — document it with speed tests at different hours and report it.\n\n**Why does my speed test show 200 Mbps but YouTube still buffers?**\nSpeed test servers are often optimized and cached nearby — they don't represent real-world performance to specific destinations. Run a traceroute to YouTube's servers specifically to see what's happening on that route.\n\n**My ping is fine but video calls are choppy — why?**\nCheck jitter, not just average ping. A connection with 30ms average ping but ±50ms jitter will cause choppy audio and video. Run a continuous ping and watch how much the values vary.\n\n**Does restarting the router actually help?**\nYes, genuinely — but not for the reasons most people think. Routers accumulate stale routing tables, overflowing NAT tables, and memory leaks over time. A restart clears all of this. A monthly restart is good practice; daily restarts suggest a problem with the router itself.\n\n---\n\n## Summary\n\nSlow internet has a specific cause — it doesn't just \"happen.\" Working through these steps systematically takes less than 10 minutes and gives you a clear answer: is it your WiFi, your router, your ISP, or the destination?\n\nStart with the **[speed test on netvizor.app](https://netvizor.app/tools/internet-speed)**, add a **[ping test](https://netvizor.app/tools/ping)** to check for jitter, and run a **[traceroute](https://netvizor.app/tools/traceroute)** if the problem persists. These three tools together tell you almost everything you need to know — for free, in your browser, in under 5 minutes.","https://cdn.netvizor.app/uploads/images/mnkvg0oy-59b4cf27be321dc9c918410c.webp","guide",[14,15,16],"internet speed","network diagnostics","troubleshooting","slow internet, diagnose internet speed, network tools, ISP issues, connection analysis","NetVizor Team",true,"2026-04-06T00:55:11.306Z","2026-04-06T00:55:11.969Z","2026-04-04T21:56:03.570Z",0,[25,41,55],{"_id":26,"slug":27,"locale":7,"title":28,"excerpt":29,"coverImage":30,"category":12,"tags":31,"seoKeywords":36,"author":18,"published":19,"publishedAt":37,"createdAt":38,"updatedAt":39,"__v":23,"indexNowAt":40},"69cc3c89e56a405086ac0f99","rainbow-six-siege-ping-test-how-to-check-and-fix-high-ping","Rainbow Six Siege Ping Test: How to Check and Fix High Ping","Test your ping to Rainbow Six Siege servers instantly. Learn what causes high ping in R6 Siege, how to check latency in-game, and the best fixes to reduce lag.","https://cdn.netvizor.app/uploads/images/mnf4pg9n-3eadc5b7865136d9a7618e4e.webp",[32,33,34,35],"Rainbow Six","ping","latency","gaming","Rainbow Six Siege, ping test, high latency, reduce ping, gaming performance","2026-04-05T00:28:10.133Z","2026-03-31T21:28:41.151Z","2026-04-05T00:28:11.210Z","2026-04-05T00:28:11.209Z",{"_id":42,"slug":43,"locale":7,"title":44,"excerpt":45,"coverImage":46,"category":12,"tags":47,"seoKeywords":50,"author":18,"published":19,"publishedAt":51,"scheduledAt":52,"indexNowAt":53,"createdAt":54,"updatedAt":53,"__v":23},"69d14e903c0a1ad0961cb315","ping-tester-check-your-ping-online","Ping tester — check your ping online","Test your ping to any server instantly. Check latency in ms, understand jitter and packet loss, and find out how to reduce high ping.","https://cdn.netvizor.app/uploads/images/mnkmimpl-d0fda1b5a0952d30e4011a2d.webp",[33,48,49],"network","diagnostics","ping test, latency, network diagnostics, improve ping, connection speed","2026-04-04T17:46:56.295Z",null,"2026-04-04T17:46:56.967Z","2026-04-04T17:46:56.298Z",{"_id":56,"slug":57,"locale":7,"title":58,"excerpt":59,"coverImage":60,"category":12,"tags":61,"seoKeywords":64,"author":18,"published":19,"publishedAt":65,"scheduledAt":52,"createdAt":66,"updatedAt":66,"__v":23},"69d023d830c471ab92422ef9","call-of-duty-ping-test-check-your-latency-to-warzone-and-cod-servers","Call of Duty Ping Test — Check Your Latency to Warzone and CoD Servers","Test your ping to Warzone and CoD servers instantly. Fix lag, check NAT type, diagnose packet loss and find out why you're dying around corners","https://cdn.netvizor.app/uploads/images/mnjd0z4c-a8e2fc82a5edbe4028adb529.webp",[33,62,63,35,48],"Call of Duty","Warzone","ping test, Call of Duty, Warzone servers, reduce lag, gaming latency","2026-04-03T20:32:24.490Z","2026-04-03T20:32:24.495Z",{"_id":26,"slug":27,"title":28},[7],{"siteName":70,"logoUrl":71,"socialLinks":72,"footerText":73},"NetVizor","/uploads/images/mmcdovh2-32c35b6298e8f6a68f6ae812.png",{"twitter":73,"github":73,"linkedin":73,"youtube":73},""]