My Internet Is Slow: A Small Business Troubleshooting Guide

"The Internet Is Slow" — The Most Common Business Complaint

You've heard it from your employees. You've said it yourself. The internet is slow, and it's costing you time and patience.

The frustrating part is that "slow internet" can be caused by a dozen different things, and your ISP's first suggestion will always be "have you tried turning it off and on again?" (To be fair, that actually works surprisingly often.)

Before you spend an hour on hold, here's a systematic way to figure out what's going on — and whether you can fix it yourself.

Step 1: Test Your Actual Speed

First, find out what you're actually getting versus what you're paying for. Go to fast.com or speedtest.net and run a test.

You need three numbers:

  • Download speed — How fast data comes to you (loading web pages, streaming, downloading files)
  • Upload speed — How fast data goes out from you (sending emails with attachments, video calls, uploading files)
  • Ping/Latency — The delay before data starts moving (matters for video calls and real-time applications)

Compare the results to your plan. If you're paying for 200 Mbps download and you're getting 180 Mbps, your internet connection is fine — the slowness is somewhere else. If you're getting 30 Mbps on a 200 Mbps plan, that's a real problem.

Run the test multiple times at different times of day. If speeds are great in the morning but terrible at 2 PM, that suggests congestion — either on your network or your ISP's.

Step 2: Try the Oldest Trick in the Book

Restart your modem and router. Unplug them (modem first, then router), wait 30 seconds, then plug them back in (modem first, wait for it to fully connect, then router).

This actually fixes a lot of problems. Routers and modems are small computers, and like any computer, they can get bogged down with stale connections, memory leaks, and cached data. A restart clears all that out.

If restarting consistently fixes the problem but it keeps coming back, that's a sign your equipment might be aging out.

Step 3: Check If It's One Device or Everything

Is the slowness affecting every device, or is it one computer? Test your speed on multiple devices. If your phone is getting 200 Mbps on Wi-Fi but your desktop is getting 20 Mbps, the problem is the desktop, not the internet.

Common single-device culprits:

  • Old Wi-Fi adapter — Older laptops may have Wi-Fi 4 or even Wi-Fi 3 adapters that can't keep up with modern speeds
  • Software updates downloading in the background — Windows Update, macOS updates, and app updates can saturate your connection
  • Malware — Infected devices sometimes use your bandwidth to send spam or mine cryptocurrency
  • Browser extensions — Too many extensions can slow down web browsing even with a fast connection

Step 4: Check Your Wi-Fi Signal

Wi-Fi performance drops dramatically with distance and obstacles. If the slow device is far from the router or separated by thick walls, that might be your answer.

Walk closer to your router and test again. If speeds improve significantly, you have a coverage problem, not an internet problem.

Fixes for coverage problems:

  • Move your router to a more central location
  • Add a Wi-Fi access point or mesh node to cover dead zones
  • For stationary devices in dead zones, run an Ethernet cable instead

Step 5: Count Your Devices

Every device on your network shares your bandwidth. If you have a 100 Mbps connection and 25 devices are connected, they're all competing for that capacity.

Check how many devices are connected to your router. Log into your router's admin page (usually 192.168.1.1) and look for the connected devices list. You might be surprised — smart TVs, security cameras, personal phones, tablets, and IoT devices all add up.

Common bandwidth hogs:

  • Cloud backup software uploading large files
  • Security cameras streaming video continuously
  • Software updates on multiple devices at once
  • Streaming video (a single 4K stream uses about 25 Mbps)

Step 6: Check for ISP Issues

Sometimes the problem really is your ISP. Before calling:

  • Check downdetector.com for your ISP — if hundreds of people are reporting problems, it's an outage
  • Check your ISP's website or social media for service alerts
  • Ask a neighboring business if their internet is also slow (if you share the same ISP)

When you do call your ISP, have your speed test results ready. "I'm paying for 200 Mbps but consistently getting 30 Mbps on a wired connection" is a much more productive conversation than "the internet is slow."

Step 7: Consider Whether You've Outgrown Your Plan

Business needs grow. When you signed up for your internet plan, you might have had 5 employees and 10 devices. Now you have 15 employees, 40 devices, cloud-based software, video conferencing, and a security camera system.

Here's a rough guide for business internet speeds:

  • 1-5 employees, basic use: 50-100 Mbps
  • 5-15 employees, moderate use: 100-300 Mbps
  • 15-30 employees, heavy use: 300 Mbps - 1 Gbps
  • Anyone doing regular video conferencing: Add 10-25 Mbps per simultaneous call

The Bottom Line

Most internet slowdowns have a fixable cause: aging equipment, Wi-Fi coverage gaps, too many devices, or an ISP plan you've outgrown. Work through these steps systematically before calling your ISP, and you'll either solve it yourself or have the specific information they need to help you quickly.

Still can't figure out what's slowing you down? Get in touch — we'll diagnose the problem and get your business back up to speed.

Network Diagnostics: The Tools and Techniques Behind Troubleshooting

Let's look at the tools and concepts that network professionals use to track down internet problems.

Traceroute: Following the Path

When your connection to a specific website is slow, traceroute shows you every stop (called a "hop") your data makes between your computer and the destination. Each hop is a router or server along the way.

To run a traceroute:

  • Windows: Open Command Prompt, type tracert google.com
  • Mac/Linux: Open Terminal, type traceroute google.com

You'll see a list of hops with response times. If most hops respond in 10-20ms but one suddenly jumps to 200ms or shows asterisks (timeouts), you've found the bottleneck. If the slow hop is within your ISP's network, that's evidence to bring to them. If it's further along, the problem is outside your ISP's control.

DNS Resolution Problems

Sometimes "slow internet" is actually slow DNS resolution. Your browser has to look up the IP address for every domain you visit, and if your DNS server is sluggish, every page load has an extra delay before it even starts.

Quick test: Try loading a website by its IP address instead of its name. If 142.250.80.46 loads instantly but google.com takes a few seconds, DNS is the culprit.

Fix: Change your DNS servers to a faster provider:

  • Cloudflare: 1.1.1.1 (consistently one of the fastest)
  • Google: 8.8.8.8
  • Quad9: 9.9.9.9 (also blocks known malicious domains)

You can change DNS on individual devices or on your router (which changes it for all devices on the network).

Bandwidth vs. Throughput vs. Latency

These terms get thrown around interchangeably, but they mean different things:

  • Bandwidth — The maximum capacity of your connection. Think of it as the width of a highway. A 200 Mbps connection is a wider highway than a 50 Mbps connection.
  • Throughput — The actual amount of data flowing through at any given moment. Even on a wide highway, traffic jams slow things down. Your throughput is almost always lower than your bandwidth.
  • Latency — The time it takes for a single packet of data to travel from point A to point B. Even on an empty highway, it still takes time to drive from one city to another.

A connection can have high bandwidth but poor throughput (congestion) or low latency but limited bandwidth (fast but narrow). Understanding which one is causing your problem points you toward the right fix.

Packet Loss: The Silent Speed Killer

Packet loss happens when some data packets don't make it to their destination. Your devices detect the loss and retransmit the data, which slows everything down. With significant packet loss, web pages load in fits and starts, video calls stutter, and downloads crawl.

To check for packet loss:

  • Windows: ping -n 100 google.com — look at the "% loss" at the bottom
  • Mac/Linux: ping -c 100 google.com

Anything above 1-2% packet loss is a problem. Common causes:

  • Damaged network cables
  • Overloaded router or switch
  • ISP network congestion
  • Wi-Fi interference (wireless connections naturally have more packet loss)

Buffer Bloat: Why Fast Internet Can Feel Slow

Buffer bloat is a sneaky problem where your router's internal memory (buffer) is too large. When the buffer fills up with pending data, it adds significant latency even though your bandwidth is fine.

The symptom: your speed test shows 200 Mbps, but web pages feel sluggish and video calls are choppy — especially when someone else on the network is downloading a large file.

Test for it: Run a speed test at dslreports.com/speedtest — it includes a buffer bloat grade.

Fix: Some routers support SQM (Smart Queue Management) — a traffic management technique that prevents buffer bloat by intelligently managing the queue. If your router supports it, enable it. If not, it might be time for a router that does.

When to Upgrade Your ISP Plan vs. Your Equipment

A common mistake is throwing money at a faster ISP plan when the bottleneck is actually your equipment. Before upgrading your plan:

  1. Test speeds on a device wired directly to the modem (bypassing the router entirely). If wired speeds match your plan, your ISP connection is fine — the problem is your router or internal network.
  2. Check your router's age and specs. A router from 2018 might not handle 20+ devices well, even if it technically supports the speed.
  3. Check your modem's rated speed. A DOCSIS 3.0 modem with 8 channels tops out around 340 Mbps — upgrading to a 500 Mbps plan won't help until you upgrade the modem too.

Upgrade your equipment first. It's usually cheaper than a higher ISP plan and often solves the problem. Only upgrade your plan when your wired speed test shows you're consistently hitting your plan's maximum.

Need a professional network assessment? Reach out to us — we'll run the diagnostics and tell you exactly where the bottleneck is.

Last reviewed for accuracy: February 2026

Rate this article

Have questions? We're happy to help. Get in touch for a free consultation.