What Is WPA3?

Run a Speed Test

WPA3 is the Wi-Fi Alliance's third-generation security protocol, replacing WPA2. It addresses fundamental weaknesses in WPA2's password authentication, adds forward secrecy to all connections, and mandates stronger encryption for enterprise networks.

What Was Wrong with WPA2?

WPA2 (Wi-Fi Protected Access 2), introduced in 2004, served as the dominant Wi-Fi security protocol for nearly two decades and remains secure in many respects. However, it has well-documented weaknesses. The most significant is its vulnerability to offline dictionary attacks against the 4-way handshake. When a WPA2 device joins a network, the router and device exchange a series of management frames that prove knowledge of the password without transmitting it directly. But these frames can be captured passively by an attacker on the same channel, and the captured handshake can then be analyzed offline — running through billions of password guesses per second on a GPU — without any connection to the network.

This means that even if you have a strong router and a well-configured network, any captured authentication event from any of your devices permanently leaks a file that an attacker can work on indefinitely. Weak or common passwords are cracked quickly; even moderately complex passwords can be cracked with enough compute time. WPA2's design accepted this risk because offline attacks were assumed to be computationally impractical in 2004 — modern hardware made that assumption obsolete.

SAE: The Core Improvement in WPA3-Personal

WPA3-Personal replaces WPA2's PSK (Pre-Shared Key) authentication with SAE — Simultaneous Authentication of Equals. SAE is based on a Diffie-Hellman key exchange, specifically a variant called Dragonfly. In an SAE handshake, the client and access point each prove knowledge of the password through a mathematical proof that does not transmit anything from which the password could be derived. Even if an attacker records the entire SAE exchange, they cannot run an offline dictionary attack against it.

SAE also introduces forward secrecy. In WPA2-PSK, discovering the network password retroactively decrypts all previously captured traffic, because the same password was used to derive the session key for every connection. With SAE, each connection derives a unique session key through the Diffie-Hellman exchange. Knowing the password after the fact does not enable decryption of past sessions, because the ephemeral key material used in those sessions was never stored anywhere accessible.

WPA3 Modes

WPA3 exists in three flavors. WPA3-Personal (SAE) is the replacement for WPA2-PSK and is the mode most home users will use. WPA3-Enterprise adds optional 192-bit security mode using Suite-B cryptography — stronger cipher suites and key lengths appropriate for government and regulated industry environments. WPA3-Enhanced Open (OWE) addresses a gap that WPA2 never covered: open (password-free) networks. OWE provides unauthenticated encryption — devices connect without a password but still establish an encrypted session, protecting against passive eavesdropping on café and airport networks.

WPA3-Personal in "transition mode" (also called WPA2/WPA3 mixed) is the most common deployment. The access point advertises both WPA2 and WPA3 capabilities simultaneously. Devices that support WPA3 negotiate an SAE handshake; devices that only support WPA2 fall back to PSK. This allows gradual migration without breaking legacy devices.

WPA3 vs WPA2: Feature Comparison

Feature WPA2-Personal WPA3-Personal
Authentication method 4-way handshake (PSK) SAE (Dragonfly)
Offline dictionary attack Vulnerable — captured handshake can be attacked Resistant — no offline attack possible
Forward secrecy No — past traffic decryptable if key known Yes — unique session key per connection
Management frame protection Optional (802.11w) Mandatory
Open network encryption None OWE (Enhanced Open)
Minimum encryption AES-128 (CCMP) AES-128 (CCMP); 256-bit in Enterprise 192-bit mode

Management Frame Protection

WPA3 mandates Protected Management Frames (PMF), standardized in 802.11w. Management frames are the administrative messages Wi-Fi uses to manage connections — probe responses, association requests, and deauthentication frames. In WPA2, these frames are unencrypted and unauthenticated, allowing an attacker to forge deauthentication frames that kick devices off a network at will. This is the basis of Wi-Fi deauth attacks, which are used in denial-of-service attacks and as a setup step for forcing devices to reconnect so their handshakes can be captured.

WPA3's mandatory PMF means management frames are encrypted and authenticated. A forged deauthentication frame from an attacker who does not possess the session keys will be rejected. This closes off the deauth attack vector entirely for WPA3-connected devices.

Enabling WPA3 on Your Router

Most routers manufactured after 2019 support WPA3, though it may not be enabled by default. Log into your router's admin console, navigate to the wireless security settings, and look for a WPA3 option. The recommended setting for most homes is "WPA2/WPA3 Personal" or "WPA3 Transition Mode" — this enables WPA3 for capable devices while keeping WPA2 compatibility for older ones.

On the client side, WPA3 support arrived in Windows 10 version 1903, macOS Catalina (10.15), and iOS 13. Most Android phones with Android 10 or later support WPA3. The main devices to check are older smart TVs, gaming consoles, and IoT devices — a 2018-era smart TV may not support WPA3 and will fail to connect if the network is set to WPA3-only.

Frequently Asked Questions

Is WPA3 required for Wi-Fi 6?

Wi-Fi 6 certification requires WPA3 support, but routers can support WPA3-Personal in transition mode alongside WPA2. Wi-Fi 6E goes further: it requires WPA3-only networks on the 6 GHz band, meaning any device connecting to a 6 GHz Wi-Fi 6E network must support WPA3. If a device does not support WPA3, it simply cannot connect to the 6 GHz radio.

What is SAE and how is it different from PSK?

SAE (Simultaneous Authentication of Equals) is a Diffie-Hellman style key exchange where both the client and the access point prove knowledge of the password without transmitting anything from which the password could be derived. This means that recording the connection handshake and running a dictionary attack offline — a standard attack against WPA2-PSK — is not possible with SAE.

Can WPA3 and WPA2 devices connect to the same network?

Yes, through WPA3-Personal Transition Mode (WPA2/WPA3 mixed mode). The access point simultaneously supports both WPA2 and WPA3 authentication, so older WPA2-only devices connect using WPA2 while newer WPA3 devices use WPA3. The security improvement applies only to WPA3 clients — WPA2 clients remain as vulnerable to offline dictionary attacks as before.

Does WPA3 make Wi-Fi faster?

WPA3 has no meaningful effect on Wi-Fi throughput. The encryption algorithm used for data in flight is largely the same in WPA2 and WPA3 — WPA3's improvements are in the authentication handshake and key establishment, not in the ongoing data encryption that determines speed. The authentication overhead is a one-time connection cost, not an ongoing performance factor.

What is WPA3 Enterprise and how is it different from WPA3-Personal?

WPA3-Personal uses a password for authentication and is designed for home and small office use. WPA3-Enterprise uses 802.1X authentication with a RADIUS server — each user or device has individual credentials rather than a shared network password. WPA3-Enterprise optionally supports a 192-bit security mode using Suite-B cryptography designed for government and high-security environments.

Should I switch to WPA3-only mode on my router?

WPA3-only mode provides the best security but will prevent WPA2-only devices from connecting. Before switching, verify that all your devices — older phones, laptops, smart TVs, gaming consoles, and IoT devices — support WPA3. WPA3 transition mode (WPA2/WPA3 mixed) is the recommended setting for most households: it gives WPA3 security to capable devices while keeping WPA2 compatibility for older ones.

Related Guides

More From This Section