Updated September 2026. We expanded this guide from six items to twelve, adding WPA3 and Wi-Fi 7 requirements, router firmware and end-of-life risks, network segmentation, enterprise authentication and evil-twin attacks. We also corrected advice that no longer holds up, such as relying on MAC address filtering. Sources are the NSA, FBI, NIST and the Wi-Fi Alliance.
Wireless networks are convenient because the signal goes through walls, and that’s also the security problem: anyone within range can try to connect, listen in or impersonate your network. The same basic risks apply to a home router and a corporate Wi-Fi system, although businesses need a few extra controls. Here are the twelve things to get right.
Wireless network security checklist
| # | Consideration | Home | Business |
|---|---|---|---|
| 1 | Use WPA3 encryption | Yes | Yes |
| 2 | Use a long, unique Wi-Fi passphrase | Yes | Guest networks |
| 3 | Secure the router’s admin access and update firmware | Yes | Yes |
| 4 | Turn off WPS and UPnP | Yes | Yes |
| 5 | Replace end-of-life equipment | Yes | Yes |
| 6 | Separate guest and IoT devices | Yes | Yes |
| 7 | Use 802.1X / WPA3-Enterprise for staff | No | Yes |
| 8 | Require Protected Management Frames | If available | Yes |
| 9 | Keep every connected device patched | Yes | Yes |
| 10 | Watch for rogue access points and evil twins | Be aware | Yes |
| 11 | Plan coverage and access point placement | Basic | Yes |
| 12 | Use firewalls and monitor the network | Yes | Yes |
1. Use WPA3 encryption
Encryption stops people nearby from reading your traffic and joining your network. WPA3 is the current standard. WPA3-Personal replaces the old pre-shared key handshake with Simultaneous Authentication of Equals (SAE), which blocks offline password guessing: an attacker can’t capture the handshake and test millions of passwords later (Wi-Fi Alliance). If some older devices can’t connect, use WPA2/WPA3 transition mode. Never use WEP, original WPA or TKIP; they can be cracked with free tools.
Reading an older article? Use the brief to stay current.
This Article Gives You the Background. The Brief Gives You What Changed Next.
Get the weekday cyber brief for new policy moves, CISA actions, and risk developments this article could not cover when it was published.
By subscribing you agree to our Privacy Policy.
Free. Weekday mornings. 5 minutes or less.
Newer Wi-Fi requires WPA3. Any network on the 6 GHz band (Wi-Fi 6E and Wi-Fi 7) must use WPA3 or Enhanced Open, and Wi-Fi 7’s multi-link features require WPA3 as well (Cisco).
2. Use a long, unique Wi-Fi passphrase
With WPA2, a short password can be cracked offline from a captured handshake, so length matters. Use a passphrase of at least 15 characters, such as four or five random words, and don’t reuse it anywhere else. Change it if someone who knew it shouldn’t have access any more. If you need to look up or share your current key, see our guide on how to find your network security key.
3. Secure the router’s admin access and update firmware
The router is the heart of the network, so protect its settings:
- Change the default admin username and password. Default credentials are published online.
- Turn off remote management so the admin page can’t be reached from the internet.
- Install firmware updates and turn on automatic updates if your router offers them. The NSA recommends this, along with rebooting the router regularly (NSA).
- Change the default network name (SSID) to something that doesn’t reveal the router model or your name or address.
4. Turn off WPS and UPnP
Wi-Fi Protected Setup (WPS) lets devices join with a button press or an 8-digit PIN. The PIN method has a design flaw that cuts the number of guesses an attacker needs to about 11,000, so on routers without a lockout it can be brute-forced quickly, revealing the Wi-Fi password (CERT/CC). UPnP lets devices open ports on your router automatically, which malware can abuse. Turn both off unless you have a specific need.
5. Replace end-of-life equipment
Routers and access points that no longer get security updates are a growing target. In May 2025 the FBI warned that criminals were infecting end-of-life routers, including older Linksys models, with malware and selling access to them as proxy services for cybercrime (FBI IC3). If the manufacturer no longer releases firmware for your model, replace it.
6. Separate guest and IoT devices
Smart TVs, cameras, doorbells and visitors’ phones don’t need to reach your laptops or file servers. Put them on a guest network or separate VLAN with client isolation turned on, so a compromised device can’t attack the rest of the network. Businesses should keep corporate, guest, IoT and payment systems on separate network segments with firewall rules between them.
7. Use 802.1X and WPA3-Enterprise for staff
A single shared Wi-Fi password doesn’t work for a business: everyone knows it, it rarely changes and you can’t revoke one person’s access. WPA3-Enterprise uses 802.1X, so each user or device authenticates individually through a RADIUS server. The strongest option is EAP-TLS with device certificates, which also defeats password phishing through fake access points. NIST SP 800-153 covers enterprise wireless planning (NIST).
8. Require Protected Management Frames
Older Wi-Fi sends management messages, such as “disconnect,” without protection, so an attacker can knock devices off the network and push them toward a fake access point. Protected Management Frames (PMF, 802.11w) fix this and are mandatory with WPA3. A 2020 WPA3 update added beacon protection and operating channel validation to block more of these attacks (Wi-Fi Alliance). Set PMF to “required” where all your devices support it.
9. Keep every connected device patched
Wi-Fi security also depends on the devices that connect. Research such as KRACK (2017), which broke WPA2’s handshake on unpatched clients (KRACK), and FragAttacks (2021), which affected nearly every Wi-Fi device through design and implementation flaws (FragAttacks), was fixed through software updates on phones, laptops and routers. Keep automatic updates on everywhere.
10. Watch for rogue access points and evil twins
A rogue access point is an unauthorized device plugged into your network, often by an employee trying to boost coverage. An evil twin is a fake network with a familiar name, set up to capture passwords or traffic. Businesses should use wireless intrusion detection or prevention (WIDS/WIPS), which most enterprise Wi-Fi systems include. Everyone should be cautious on public Wi-Fi: check the exact network name with staff, prefer your phone’s hotspot for sensitive tasks, and make sure sites use HTTPS. Our guide to encrypting your internet connection explains when a VPN helps.
11. Plan coverage and access point placement
Place access points toward the center of the space rather than next to outside walls and windows, and lower transmit power if the signal spills far into the parking lot or the street. This won’t stop a determined attacker with a high-gain antenna, but it reduces casual access. Businesses should run a site survey so coverage matches where people actually work.
Reading an older article? Use the brief to stay current.
This Article Gives You the Background. The Brief Gives You What Changed Next.
Get the weekday cyber brief for the developments, risk shifts, and new signals that changed the picture after this article was published.
By subscribing you agree to our Privacy Policy.
Free. Weekday mornings. 5 minutes or less.
12. Use firewalls and monitor the network
Keep the router’s firewall on and the firewall on each computer turned on too. Check the router’s list of connected devices occasionally and investigate anything you don’t recognize. Businesses should send wireless controller and firewall logs to a central system and alert on unusual activity. Our step-by-step guide on how to set up a firewall covers both home routers and business firewalls.
What doesn’t really help: MAC filtering and hidden networks
- MAC address filtering only allows listed device addresses to connect. But MAC addresses are sent unencrypted and are easy to copy, and modern phones use a different, random MAC address for each network by default (Apple, Android), so allow-lists break easily. Use it only as an inventory aid, not as a security control.
- Hiding the SSID doesn’t hide the network. Free scanning tools still find it, and devices that search for hidden networks can reveal the name wherever they go. Strong encryption and authentication matter far more.
Wireless security is one part of a broader plan. Our cybersecurity checklist and cybersecurity controls guides cover the rest, and our cryptography and network security guide explains the encryption behind WPA3. For new router and Wi-Fi vulnerabilities as they’re announced, sign up for the CyberExperts Daily Brief, a short weekday email.
Frequently asked questions
What is the most important wireless network security setting?
Encryption: use WPA3, or WPA2/WPA3 transition mode if older devices need it, with a long, unique passphrase. After that, change the router’s admin password, turn off remote management and WPS, and keep the firmware updated.
Is WPA2 still safe in 2026?
WPA2 with AES and a long, random passphrase is still reasonably safe for home use, but it’s vulnerable to offline password guessing if the passphrase is weak. WPA3 fixes that and is required for 6 GHz Wi-Fi. Use WPA3 whenever your devices support it.
Does hiding my Wi-Fi network make it more secure?
Not really. Hidden networks are easy to find with free tools, and devices looking for them can broadcast the name. Rely on strong encryption instead.
Is MAC address filtering worth using?
Not as a security control. MAC addresses are easy to copy, and modern phones use random MAC addresses per network, which makes allow-lists hard to maintain. It can help you keep an inventory of devices, but it won’t stop an attacker.
How do I secure Wi-Fi for a small business?
Use WPA3-Enterprise with 802.1X for staff (ideally with certificates), a separate guest network with client isolation, separate segments for IoT and payment devices, current firmware, and a firewall between segments. Replace access points that no longer get updates.
What is an evil twin attack?
An attacker sets up a fake Wi-Fi network with the same or a similar name as a real one so people connect to it. The attacker can then try to capture passwords or intercept traffic. Using HTTPS, a trusted VPN and enterprise authentication with certificates reduces the risk.
Sources
- NSA, Best Practices for Securing Your Home Network (Feb 2023): media.defense.gov
- FBI IC3, Cyber Criminal Proxy Services Exploiting End of Life Routers (May 2025): ic3.gov
- Wi-Fi Alliance, Wi-Fi security and WPA3: wi-fi.org
- Wi-Fi Alliance, WPA3 December 2020 update (Operating Channel Validation and Beacon Protection): wi-fi.org
- Cisco, Migrate to 6 GHz and Wi-Fi 7 with Cisco Wireless: cisco.com
- CERT/CC, Vulnerability Note VU#723755 (WPS PIN brute force): kb.cert.org
- Mathy Vanhoef, KRACK attacks: krackattacks.com
- Mathy Vanhoef, FragAttacks: fragattacks.com
- Apple, Use private Wi-Fi addresses on Apple devices: support.apple.com
- Android Open Source Project, MAC randomization behavior: source.android.com
- NIST SP 800-153, Guidelines for Securing Wireless Local Area Networks: csrc.nist.gov
Newer CyberExperts coverage on this topic
This article still works as background. If you want the current picture, start with the freshest related coverage below and today's brief.
Who Should Pay for GSEC? A 2026 Guide to the GIAC Exam
With GSEC, the real question is who pays: $999 for an attempt, $8,780 with SEC401. Who it suits, the 72% pass mark,...
CISA in 2026: Why the Exam Wants the Auditor’s Answer
CISA rewards the auditor's answer, not the engineer's. Who hires CISAs, the exam format, the five-year experience rule, member and non-member fees,...
SC-200 in 2026: Learn KQL First, Then Book the Exam
SC-200 is still active, with an update on October 21. Why KQL comes first, who it fits, the three skill areas, the...
Friday’s brief: TeamCity ransomware, then Roundcube, cPanel, GitLab
The fastest way to catch up on what changed after this article was published.
Start your morning with the signal that matters.
Get the biggest cybersecurity developments, why they matter, and where to go deeper on CyberExperts.
By subscribing you agree to our Privacy Policy.
Free. Weekdays. Built for operators.