Best Network Settings for Working From Home
Your video calls drop, VPN feels slow, and remote desktop lags. Here's a practical guide to fixing your home network for remote work — no IT degree required.
Working from home should feel seamless. But instead, your Zoom freezes mid-sentence, your VPN makes everything crawl, and your remote desktop lags every time someone else in the house opens Netflix.
The good news: most of these problems have simple fixes. Here's a practical guide to making your home network work for remote work.
Step 1: Get Off 2.4 GHz WiFi
This is the single biggest improvement most people can make. Your router broadcasts on different frequency bands, and using the wrong one is like trying to have a phone call in a crowded restaurant.
Parsec tested the difference and found:
| Connection | Average delay | Worst case | Consistency |
|---|---|---|---|
| Ethernet cable | 0.5 ms | 0.7 ms | Rock solid |
| 5 GHz WiFi | 4.6 ms | 8.5 ms | Good |
| 2.4 GHz WiFi | 12.9 ms | 52.7 ms | Unpredictable |
The problem with 2.4 GHz isn't just that it's slower — it's wildly inconsistent. That 52ms spike is what makes your audio cut out mid-word. And since every neighbor's WiFi, every baby monitor, and every microwave also uses 2.4 GHz, it's fighting for airspace constantly.
What to do:
- Check which band you're on. On most devices, go to WiFi settings → tap your network name → look for "Frequency" or "Band"
- If you see "2.4 GHz", switch to your router's 5 GHz network (often labeled with "5G" or "_5G" at the end)
- If your router supports WiFi 6E (6 GHz), use that — it's the least congested band available
- Keep 2.4 GHz for devices that don't need low latency — smart speakers, robot vacuums, etc.
Step 2: Fix Your WiFi Before Blaming Your ISP
Before you call your internet provider, figure out where the problem actually is. Here's a simple diagnostic process from networking guides by Netgear and BroadbandNow:
-
Plug an Ethernet cable from your laptop directly into your router. Run a speed test. If it's fast on cable but slow on WiFi, the problem is your WiFi setup — not your internet.
-
If Ethernet to your router is also slow, plug directly into your modem (the box from your ISP), bypassing the router. If speeds improve, your router is the bottleneck.
-
If it's slow even plugged into the modem, the problem is your ISP. Run tests at different times of day — if it's fine at 9 AM but terrible at 8 PM, that's network congestion on your ISP's end.
-
For random drops, open a terminal and run
ping 8.8.8.8continuously while the problem is happening. Spikes or timeouts give you evidence to share with your ISP.
Step 3: Make Your VPN Less Painful
If your company requires a VPN, you've probably noticed that everything feels slower when it's on. That's because your traffic is taking a detour through your company's servers instead of going directly to the internet.
How much slower? Independent testing in 2025 found that modern VPNs typically add less than 10% speed loss — much better than a few years ago. But latency is the real problem. If your VPN routes traffic through a server on another continent, you could be adding 100ms+ of delay to everything.
Three things you can do:
Pick the nearest VPN server
If your VPN app lets you choose a server location, always pick the closest one. The difference between a server in your city vs. one across the country can be 50–100ms of extra latency — enough to make video calls uncomfortable.
Ask your IT team about split tunneling
Split tunneling means only your company's internal traffic goes through the VPN. Everything else — Zoom, Google Docs, YouTube — goes directly to the internet.
Microsoft officially recommends this for Teams, noting that forcing Microsoft 365 traffic through corporate VPNs "causes rapid saturation and runs VPN infrastructure out of capacity." They estimate 70–80% of Microsoft 365 traffic can safely bypass the VPN since Teams and SharePoint already use their own encryption.
Your IT department controls whether split tunneling is available — but it's worth asking.
Turn off VPN for video calls (if allowed)
If split tunneling isn't an option and your IT policy allows it, disconnecting the VPN for the duration of a video call can dramatically improve quality. Just remember to reconnect afterward.
Step 4: Prioritize Your Work Traffic
When your kid starts streaming Netflix while you're on a Teams call, your router treats all that traffic equally. QoS (Quality of Service) tells your router to prioritize your work laptop's traffic.
When it helps: If your household regularly maxes out your internet connection — multiple people on video calls, streaming, and gaming simultaneously. If you have way more bandwidth than you use, QoS won't make a noticeable difference.
How to set it up:
- Log into your router (usually 192.168.1.1 or 192.168.0.1 in your browser)
- Look for "QoS", "Traffic Management", or "Device Priority"
- ASUS calls it "Adaptive QoS"
- Netgear calls it "Dynamic QoS"
- TP-Link and others have similar features
- Set your work laptop as the highest priority device
- If you can prioritize by application type, set this order:
- Video conferencing (highest)
- VoIP / voice calls
- Streaming video (lower — it buffers; calls don't)
- Downloads and backups (lowest)
Step 5: If You Can't Use Ethernet, Consider Alternatives
A direct Ethernet cable is always the best option for a home office. But if running a cable isn't practical, you have options:
Flat Ethernet cables
Often overlooked: a flat Cat6 cable can run under doors, along baseboards, or behind door frames almost invisibly. A 50-foot cable costs $10–15. For a permanent home office, this is often the cheapest and most reliable solution.
MoCA adapters (use your coax cable)
If your home has coaxial cable outlets (from cable TV), MoCA adapters turn them into Ethernet ports. MoCA 2.5 can deliver real-world speeds over 1 Gbps with low, consistent latency. At $80–150 for a pair, they're pricier than powerline but dramatically more reliable.
Powerline adapters (use your electrical wiring)
Powerline adapters send data through your home's electrical wiring. They're cheap ($30–80 for a pair) and easy to set up, but performance varies wildly depending on your wiring. PCWorld found one adapter delivering 92 Mbps in one home but only 27 Mbps in another (where a whole-house surge suppressor was blocking the signal). Expect roughly a quarter of the advertised speed in practice.
WiFi mesh systems
A mesh system (Eero, Google Nest WiFi, TP-Link Deco) adds satellite nodes to extend coverage. They work best when the satellite node has a strong connection to the main router. Pro tip: If possible, connect the mesh node in your office to the main router via Ethernet cable — this turns it into a full access point and eliminates the wireless backhaul bottleneck.
Step 6: Change Your DNS (Quick Win)
DNS is the system that translates website names into addresses. Your ISP provides one by default, but it's often not the fastest option. Switching takes two minutes and can make websites feel snappier to load.
Independent benchmarks consistently show Cloudflare's DNS as the fastest public option:
- Cloudflare: 1.1.1.1 (primary), 1.0.0.1 (backup)
- Google: 8.8.8.8 (primary), 8.8.4.4 (backup)
How to change it: Search "[your OS] change DNS server" for step-by-step instructions. Set it on your router for the whole household, or on just your laptop.
Honest caveat: Changing DNS helps websites start loading faster, but it won't fix video call issues, VPN slowness, or WiFi problems. Those are latency, jitter, and packet loss issues — different problem, different fix.
Step 7: Test and Measure
Before and after making changes, run a network quality test to see the difference. Pay attention to:
- Latency — under 50ms is good for video calls and remote desktop
- Jitter — under 10ms keeps audio and video smooth
- Packet loss — any amount above 0.5% will affect call quality
Test on the same connection you work on (WiFi if you work on WiFi), and test during your actual work hours — not at 11 PM when nobody else is online.
The changes in this guide are roughly ordered by impact. Most people will see the biggest improvement from the first two steps: getting on 5 GHz WiFi and figuring out where their actual bottleneck is. Start there before spending money on new equipment.