Blog
Wireless Network Troubleshooting: Common Culprits & Fixes — Real Problems Businesses Face
“The Wi-Fi is slow.”
That’s the most common complaint IT hears, right after “the servers are down.” And it’s usually the hardest to solve because “the Wi-Fi is slow” could mean almost anything. Dead zone in the corner office? Interference from neighbouring networks? Too many devices connected? Outdated security settings? Bad password?
Most IT teams start with the nuclear option: restart the access point. Sometimes it works. Usually, it doesn’t, well, at least not for long.
The problem with wireless network troubleshooting is that it looks simple on the surface but involves layers of complexity underneath. You need to know what you’re actually looking for. And you need to understand that “the Wi-Fi is slow” often isn’t a Wi-Fi problem at all.
Let’s break down the most common issues we see, what actually causes them, and how to fix them.
Problem 1: Dead Zones (Spots With No Signal)
You’ve got an access point in your main office. It works great at the desk 20 feet away. But walk to the canteen? No signal. Conference room two doors down? Dead zone.
This is the most visible wireless network troubleshooting problem, and it’s also one of the easiest to solve once you understand what’s happening.
How far should one access point really reach?
The manual says 300 feet. The reality is much different.
A modern access point in ideal conditions (open air, no obstacles) might reach 150-200 feet. But add walls, and that cuts dramatically. Add metal studs or a refrigerator, and it cuts more. A two-story building? Signal degrades between floors.
Most businesses underestimate how many access points they actually need. They install one AP and expect it to cover 5,000 square feet. It can’t.
What actually blocks signal
Concrete walls block more than drywall. Metal studs block more than wood. Water blocks a lot. Your office refrigerator is basically a signal blocker. So is that filing cabinet full of metal.
The irony: your best office space for meetings (interior conference room, protected from outside noise) is the worst space for Wi-Fi. It’s surrounded by walls and metal.
The solution
You need a heat map. Not a guess. Not “it seems to work okay.” An actual site survey that shows you where the signal is strong and where it’s weak.
Once you have that, you can place access points strategically. You’re probably going to need more than you think. The rule of thumb: one AP per 1,500-2,000 square feet for good coverage. Better coverage (and better handling of multiple users) might be one AP per 1,000 square feet.
This is where wireless network troubleshooting stops being about fixing the problem and starts being about preventing it. Fix it right the first time instead of dealing with dead zones for years.
Problem 2: Interference – The Invisible Killer
Your Wi-Fi is configured correctly. Your access points are placed well. But performance still drops in certain areas or at certain times of day.
Welcome to interference.
Neighbouring networks screaming on the same channel
Wi-Fi operates on shared frequencies. If you’re in a multi-tenant building or in a dense urban area, you’re probably sharing airspace with 20+ other networks.
If they’re all on the same channel as you, it’s like everyone trying to have a conversation in a crowded room at the same time. Nobody can hear anyone clearly.
Rogue APs (that old router someone plugged in)
Someone’s personal router from home. An old access point nobody decommissioned. A guest network that was supposed to be temporary but has been running for three years. These create interference and often have weaker security than your main network.
Cordless phones and microwave ovens (yes, really)
They operate on 2.4 GHz, same as Wi-Fi. A cordless phone near your access point will cause interference. A microwave oven running will cause a temporary but severe interference spike.
We’ve actually seen offices where Wi-Fi performance tanked predictably at lunchtime. Turned out people were using the microwave, and it was positioned right next to the router.
How to spot interference vs. just “slow connection”
Real interference shows:
- Performance is consistent (slow all the time or slow at specific times)
- It affects multiple devices simultaneously
- Restarting the AP doesn’t help
- You see lots of retransmissions (the AP has to send packets multiple times because they’re corrupted)
If it’s intermittent, if it only affects certain devices, or if it goes away when you restart, it’s probably something else.
The fix: Channel optimisation and DFS bands
Most Wi-Fi networks run on 2.4 GHz, which has only 3 non-overlapping channels. If you’re in a building with 10 neighbouring networks, they’re all probably sharing those 3 channels. You’re fighting for airspace.
Solution: Use channel analysis tools to see what channels your neighbours are on, then pick the least congested channel. Or switch to 5 GHz, which has more non-overlapping channels. Or use 6 GHz if you’ve got Wi-Fi 6E.
DFS (Dynamic Frequency Selection) lets you use even more channels, but requires devices that support it. If you’re doing serious wireless network troubleshooting, this is a feature you want.
Also: Find and disable any rogue APs. That old guest network router? Shut it down.
Problem 3: Too Many Devices, Not Enough AP Capacity
Your Wi-Fi works fine when 50 people are in the office. But on Mondays or when everyone’s in the building, it crawls.
You’re overloaded.
Your one AP handling 200+ devices (it’s dying)
An access point can theoretically handle a lot of devices. But there’s a difference between “theoretically connected” and “actually performing.”
Most people don’t realise that each device takes a small amount of the AP’s resources just by being connected. Add the actual data they’re sending, and you hit limits quickly.
We once saw an office with 150 employees and two access points (total capacity on paper: 4 Gbps). On busy days, performance was terrible. The APs were at capacity, and additional devices couldn’t even connect properly.
Client density limits (real numbers)
For a “good experience” (not just “barely working”), plan for:
- 20-30 devices per 2×2 MIMO AP (older standard)
- 40-50 devices per 4×4 MIMO AP (modern)
- Even more on Wi-Fi 6 with OFDMA
But those are optimistic numbers assuming moderate usage. If everyone’s doing video calls simultaneously, you need fewer devices per AP.
Band steering (why your phone keeps switching)
Your phone is dual-band. It can connect to 2.4 GHz or 5 GHz. Modern access points try to “steer” devices to the less-congested band.
Sometimes this works great. Sometimes devices resist (old phones especially). Sometimes the AP makes the wrong choice and steers devices to the congested band.
Good wireless network troubleshooting means checking whether band steering is helping or hurting. You can usually disable it and let devices choose, or configure it more intelligently.
The fix: Upgrade to more APs, optimise roaming
Add more access points. This distributes the load and provides better coverage. It’s the most straightforward solution, though not the cheapest.
Also optimise roaming settings. When a device moves from one AP to another, the transition should be seamless. If it’s not, users experience drops. Modern access points support fast roaming protocols (802.11r, 802.11k) that make this smoother.
Problem 4: Authentication & Connection Drops
A user can see your Wi-Fi network. They can connect. But after five minutes, they drop off. Or they can’t connect at all. Or they connect fine, then periodically disconnect and reconnect.
This is authentication and roaming territory.
WPA2 vs. WPA3
WPA2 is the old standard. It works, but it’s old. WPA3 is newer and more secure. If you’re running really old access points, you might even be on WEP or WPA, which is a security nightmare.
Be aware that not all devices support WPA3 yet. If you switch to WPA3-only, older devices won’t connect. If you run WPA2 and WPA3 simultaneously, older devices will downgrade to WPA2.
Certificate issues killing enterprise Wi-Fi
If you’re using WPA2-Enterprise (different from WPA2-Personal), you’ve got a certificate authenticating the network. When that certificate expires, or when it’s misconfigured, devices can’t connect.
We once saw an entire office unable to connect on Monday morning. The cause: the network certificate expired on Friday, and nobody noticed over the weekend. One certificate renewal fixed it, but it took two hours to diagnose.
Devices that disconnect every 15 minutes
Sometimes it’s a driver issue (update the device’s Wi-Fi driver). Sometimes it’s a power-saving setting on the device (disable “power save mode” for Wi-Fi). Sometimes it’s the access point’s power settings (sometimes APs have overly aggressive power management).
Guest Wi-Fi working, employee Wi-Fi broken (or opposite)
This usually means the issue is specific to that network’s configuration, not general network health. Check:
- SSID broadcast settings
- Channel settings
- Security settings (WPA2 vs. WPA3)
- DHCP configuration
- Firewall rules
The fix: Check logs, certificate renewal, client config
Most of the time, the access point logs tell you exactly what’s happening. Is the device authenticating but then dropping? That’s different from “can’t authenticate at all.”
For enterprise networks, renew certificates before they expire (set a calendar reminder for 30 days before expiration).
For client devices, check:
- Wi-Fi drivers are current
- Power saving is disabled for Wi-Fi
- Device isn’t roaming aggressively between APs
Problem 5: Bandwidth Hogging (It’s Not Always Slow)
Your Wi-Fi is connected. Signal is strong. But performance is terrible.
One user is streaming 4K video. Another’s uploading gigabytes to cloud storage. One’s running a big software download. All simultaneously, all on the same Wi-Fi network.
Everyone else is now waiting.
How to identify the culprit
Look at your access point’s client list. Sort by data usage or bandwidth. Which device is at the top? That’s usually your problem.
Is it a legitimate work device doing legitimate work (large file upload), or is it someone’s personal laptop streaming Netflix?
The fix: QoS, traffic shaping, user education
QoS (Quality of Service) lets you prioritise traffic. Work video calls get priority. Personal streaming gets whatever’s left over. File uploads to critical systems get priority. Backups get deprioritised.
Traffic shaping limits how much bandwidth individual devices can use. One user’s video stream can’t kill everyone else’s connection.
User education: tell people not to stream Netflix on the work Wi-Fi during business hours. Seems obvious, but it happens.
Here’s what we actually find when we dig into reported Wi-Fi problems:
30% of the time: It’s a configuration issue (wrong channel, interference, wrong security settings)
25% of the time: It’s an access point placement issue (dead zones, overloaded AP)
20% of the time: It’s a client device issue (driver, settings, old hardware)
15% of the time: It’s actually the internet connection, not the Wi-Fi (people blame Wi-Fi when the real problem is slow internet)
10% of the time: It’s something weird (rogue AP, microwave interference, cable modem dying)
What Meraki dashboard can shows you
When you have proper wireless network troubleshooting tools, you can see:
- Signal strength per client per AP
- Noise floor and interference levels
- Channel utilization
- Client disconnect events and reasons
- Roaming history
- Data rates and retransmission rates
Most of the time, the issue becomes obvious once you see this data. You don’t need to guess.
Let’s do a proper network assessment. Book a chat with Steve









