Router vs ISP vs Your PC: How to Find the Real Internet Bottleneck
Your internet feels slow.
But where is the problem actually happening?
It could be:
your Windows PC
Wi-Fi
an Ethernet cable
your router or firewall
your broadband connection
a VPN
another device consuming bandwidth
the website or cloud service you are accessing
These problems can feel almost identical.
Websites hesitate. Teams calls break up. OneDrive takes forever. Downloads slow down.
That is why simply restarting the router or running another speed test often doesn't tell you very much.
The better approach is:
Start at the PC and work outwards until you find the first place performance deteriorates.
Think of the connection like this:
Application → PC → Wi-Fi/Ethernet → Router → ISP → Internet service
That turns “the internet is slow” into something you can actually diagnose.
First: What Does “Slow” Mean?
Before testing anything, define the symptom.
Slow download
Large files, updates and websites take too long to arrive.
Slow upload
Cloud backups, OneDrive, SharePoint and sending large files are slow.
High latency
There is a noticeable delay even though download speeds may look good.
This particularly affects:
Teams
VoIP
remote desktop
cloud applications
Jitter
Latency constantly changes.
This can make video or voice calls break up intermittently.
Packet loss
Some network traffic never reaches its destination and needs retransmitting.
This can produce:
broken audio
freezing
VPN disconnects
incomplete page loads
Only one service is slow
If Microsoft 365 is slow but every unrelated website works normally, your ISP may not be the problem at all.
Don't use download speed as the only measurement of network health.
Step 1: Check Whether One Device or Everyone Is Affected
This is one of the fastest tests.
Only one PC is slow
Look first at:
network adapter
driver
VPN
security software
background traffic
Ethernet cable
Wi-Fi signal
Windows configuration
Every device is slow
Look more closely at:
router
firewall
broadband circuit
ISP
network-wide traffic
wider outage
Microsoft similarly recommends testing another device because it helps separate an endpoint problem from a router or wider connection problem.
Step 2: Test Over Ethernet
This is probably the single most useful broadband test.
Connect a suitable computer directly to the router or primary network equipment using Ethernet.
Turn Wi-Fi off on that computer so you know the test is genuinely wired.
Then run several tests and record:
download
upload
latency
time of day
Ofcom recommends wired testing because Wi-Fi itself can limit performance between the device and router.
Ethernet is fast, Wi-Fi is slow
Your ISP is probably not the main bottleneck.
Investigate:
wireless coverage
router/access-point placement
interference
Wi-Fi band
access-point capacity
client Wi-Fi adapter
Ethernet is also slow
Now investigate:
Ethernet link speed
router/firewall
network saturation
WAN connection
broadband line
ISP
But don't immediately blame the ISP.
A Gigabit service can still test at roughly 90 Mbps if the PC or router has accidentally negotiated a 100 Mbps Ethernet connection.
Step 3: Check Ethernet Link Speed
On Windows 11, go to:
Settings > Network & internet > Ethernet
and inspect the link speed.
You might see:
100/100 Mbps
or:
1000/1000 Mbps
You can also run:
Get-NetAdapter
Microsoft documents Get-NetAdapter as the PowerShell cmdlet for retrieving basic network-adapter properties.
If you expect Gigabit Ethernet but see:
100 Mbps
check:
cable
switch/router port
wall socket
patch panel
dock
USB Ethernet adapter
A damaged cable can still work while forcing the connection down to 100 Mbps.
Microsoft recommends checking and replacing Ethernet cables early in wired-network troubleshooting.
Step 4: Ping the Router
Find the default gateway:
ipconfig
You may see something like:
192.168.1.1
Then run:
ping 192.168.1.1 -n 50
Replace the address with your actual gateway.
Low latency and no packet loss
The connection from the PC to the router looks healthy.
Move further outward.
High latency or packet loss
The ISP is not yet involved in that part of the problem.
Investigate:
Wi-Fi
Ethernet cabling
switch
network adapter
router
LAN congestion
This is one of the most useful distinctions in the entire troubleshooting process.
Step 5: Compare Wi-Fi Beside the Router and at Your Desk
If Wi-Fi is the suspected bottleneck, test twice.
First:
beside the access point/router
Then:
at the normal working location
Imagine the results are:
Ethernet: 480 Mbps
Wi-Fi beside AP: 430 Mbps
Wi-Fi in office: 75 Mbps
The broadband connection is clearly capable of delivering the speed.
The wireless path to the office is not.
Ofcom notes that walls, distance and interference can reduce wireless performance even when the broadband line itself is healthy.
That may mean the business needs:
another properly positioned access point
better AP placement
wired backhaul
improved wireless design
rather than a faster internet package.
Step 6: Check What the PC Is Doing
Press:
Ctrl + Shift + Esc
Open Task Manager.
Look at:
Processes > Network
Possible bandwidth consumers include:
OneDrive
SharePoint sync
cloud backup
Windows Update
video conferencing
large browser downloads
security software
Upload saturation is particularly easy to miss.
A business may have:
500 Mbps download
but only a fraction of that in upload capacity.
One workstation uploading a huge cloud backup can make:
Teams calls
browsing
VoIP
feel terrible even though a headline download test looks respectable.
Temporarily pause the known transfer and retest.
If performance immediately improves, you've found useful evidence.
Don't permanently disable backups to solve a bandwidth problem.
Schedule or control them properly.
Step 7: Test With and Without the VPN
A VPN changes the route your traffic takes.
It can introduce:
encryption overhead
additional latency
traffic inspection
gateway capacity limits
Run the same controlled test:
VPN disconnected
then:
VPN connected
Fast without VPN, slow with VPN
Investigate:
VPN gateway location
gateway capacity
VPN client
security inspection
routing
split-tunnel design
Slow both ways
The VPN is probably not the main bottleneck.
On a managed business device, don't permanently disable security or VPN controls just to improve a speed-test result.
Step 8: Separate DNS From Connection Speed
Sometimes people describe the internet as slow because websites sit there for several seconds before loading.
Once they begin loading, performance is normal.
That can be DNS rather than bandwidth.
Test with:
nslookup microsoft.com
You can also clear the Windows resolver cache:
ipconfig /flushdns
Microsoft includes DNS cache flushing among its supported Windows network troubleshooting steps.
Do not randomly switch DNS providers without first proving that DNS is actually the problem—especially on business networks where DNS may provide filtering or internal name resolution.
Step 9: Look at the Router
If:
multiple devices are slow
Ethernet is slow
PC-to-router tests are clean
the router or WAN side deserves attention.
Check the router's official management interface.
Depending on the connection type, useful information can include:
WAN status
broadband sync speed
error counts
connection uptime
CPU load
connected devices
firmware version
For full fibre, you may also have an ONT between the fibre line and router.
Do not repeatedly reset fibre equipment while troubleshooting.
A provider may need the existing state and logs to diagnose a fault.
Step 10: Compare Router Speed With PC Speed
This is a very powerful comparison.
Example A
Router receives: 500 Mbps
Wired PC: 470 Mbps
Office Wi-Fi: 80 Mbps
Conclusion:
Wi-Fi is the bottleneck.
Example B
Purchased service: 500 Mbps
Router WAN connection: 95 Mbps
Wired PC: 92 Mbps
Possible causes:
100 Mbps WAN negotiation
damaged ONT/router cable
unsuitable router
WAN configuration problem
Example C
Expected line: 80 Mbps
Router sync: 32 Mbps
Wired PC: 30 Mbps
The local network is delivering roughly what the broadband line is receiving.
The ISP/line now deserves investigation.
Step 11: Test More Than Once
One speed test is weak evidence.
Ofcom recommends testing broadband at different times rather than relying on a single snapshot.
Run controlled wired tests:
morning
afternoon
evening
If performance is:
480 Mbps at 10am
but:
90 Mbps every evening
while the local network remains healthy, ISP or wider capacity issues become more plausible.
If performance is poor at all times and the router itself reports low incoming speed, the evidence becomes stronger again.
Step 12: When the Router Is the Bottleneck
A router can be the limiting component even when its Ethernet ports advertise Gigabit speeds.
Older or underpowered hardware may struggle with:
fast broadband
VPN termination
content filtering
intrusion prevention
many users
several video calls
complex firewall rules
Possible signs include:
router CPU constantly high
performance drops as users increase
speed improves when security features are disabled during a controlled test
router becomes unstable
reboot temporarily fixes it
Don't replace the router simply because the internet is slow.
Replace it when the evidence shows the router is the component limiting throughput.
Step 13: When the ISP Is the Likely Problem
Evidence increasingly points towards the ISP when:
several devices are affected
wired and wireless performance are both poor
PC-to-router latency is healthy
router WAN/sync speed is below expectation
the connection repeatedly disconnects
tests remain poor with one wired computer
the provider reports a line fault or outage
Ofcom advises customers experiencing significantly below-expected broadband speeds to contact their provider so the line can be investigated.
Before calling, record:
service package
router model
wired speed results
dates/times
WAN or sync speed
connection-drop times
devices affected
That is much more useful than:
“Our Wi-Fi is rubbish.”
Don't Forget Your Minimum Guaranteed Speed
UK broadband providers normally give customers an estimate of expected performance, and providers participating in Ofcom's Broadband Speeds Code of Practice also operate around minimum guaranteed speeds for relevant services.
But remember:
The minimum broadband guarantee relates to the provider connection—not the Wi-Fi speed in the meeting room behind four walls.
You need to isolate the two before arguing with the ISP.
The Five-Minute Bottleneck Test
If you want the fastest useful diagnosis, do this:
1. Check whether one device or everyone is affected.
2. Test one PC over Ethernet.
3. Check the Ethernet link speed.
4. Ping the router.
5. Run several wired internet tests.
6. Compare Wi-Fi beside the access point.
7. Check Task Manager for heavy network activity.
8. Test without VPN where appropriate.
9. Compare the router's WAN/sync speed with the wired PC.
10. Contact the ISP only once the evidence points beyond your own network.
That sequence isolates most common bottlenecks without turning the investigation into a 50-step networking exercise.
Why This Matters More for Businesses
Home internet troubleshooting can tolerate a little guesswork.
Business connectivity often cannot.
Modern businesses depend on networks for:
Microsoft 365
VoIP
Teams
cloud applications
backups
remote access
payment systems
A slow connection may actually be:
Wi-Fi design
rather than broadband.
Or:
an upload bottleneck
rather than download capacity.
Or:
an overloaded firewall
rather than the ISP.
Replacing the wrong component wastes money without fixing the problem.
The objective is to identify the first point in the path where performance becomes abnormal.
How Hamilton Group Can Help
Hamilton Group can diagnose business connectivity from the device right through to the internet service.
We can help with:
Windows networking
business broadband
Wi-Fi and access points
Ethernet
switches and VLANs
routers and firewalls
VPN performance
packet loss and latency
network monitoring
cloud-application performance
If your business broadband is genuinely underperforming, we can help produce the evidence needed to escalate it.
If the ISP connection is healthy but your office Wi-Fi is the bottleneck, upgrading the broadband package won't fix that.
Visit hgmssp.com or call 0330 043 0069 to discuss business broadband, Wi-Fi and network support.