Modern laptops released in recent years are increasingly equipped with advanced wireless communication modules that support the standard 802.11ax, better known as WiFi 6. Although this standard promises high speeds and low latency, in reality, users often experience unstable connections, sudden disconnects, or a complete inability to connect to the router. This is especially true if your router doesn't support the latest protocols or has software glitches.
Disabling WiFi 6 mode may be the only effective solution to restore stable internet access without purchasing new equipment. Windows Allows you to force the network adapter to switch to the previous generation mode, which often resolves driver conflicts. In this article, we'll cover methods for disabling this feature through system settings.
Before making any changes, it's worth understanding that you're temporarily sacrificing theoretical maximum speed for stability. However, for most everyday tasks, such as streaming video or working with documents, the difference between WiFi 5 (802.11ac) and WiFi 6 will be almost unnoticeable, while the connection stability will increase significantly.
Why you might need to disable WiFi 6
The main reason for switching to the previous communication standard is hardware incompatibility. Many users buy new laptops with support WiFi 6E, but they retain old routers that are physically unable to correctly process requests from the new protocol. This leads to constant reconnections and lost data packets.
The problem often lies in the drivers. Network card manufacturers, such as Intel, Realtek or MediaTek, do not always release stable versions of software immediately after the device is released. Hardware acceleration in new standards may conflict with energy-saving functions of the operating system.
⚠️ Important: Before changing network settings, make sure you have an alternative way to access the internet (for example, via an Ethernet cable or mobile data) so that you can quickly download the necessary drivers in case of errors.
Furthermore, in apartment buildings, the 5 GHz band, which is actively used by WiFi 6, can be heavily polluted by neighboring routers. Forced switching to 802.11n or 802.11ac sometimes allows you to find a freer channel and improve the signal quality.
Checking your adapter's support for standards
Before disabling anything, you need to make sure that your network adapter actually supports the new standard and that it is the problem. In the operating system Windows 10 And Windows 11 This can be done via the command line. Open a terminal and enter the command for more information.
netsh wlan show drivers
In the list that appears, find the line "Supported radio types" or "Radio types supported". If you see it there 802.11ax, then your hardware is ready to work with WiFi 6. If the list only 802.11ac or 802.11n, then there is nothing to disable - your laptop physically does not work in this mode.
It's also important to check the driver version. Go to Device Manager, find your network adapter, and check its properties. It often happens that Windows automatically installs a generic driver that doesn't manage the modes correctly. HE (High Efficiency), characteristic of the sixth generation of WiFi.
Below is a table of standards and their marketing names to help you better understand the technical specifications:
| IEEE standard | Marketing name | Year of release | Max. speed (theoret.) |
|---|---|---|---|
| 802.11n | WiFi 4 | 2009 | 600 Mbps |
| 802.11ac | WiFi 5 | 2014 | 6.9 Gbps |
| 802.11ax | WiFi 6 | 2019 | 9.6 Gbps |
| 802.11be | WiFi 7 | 2026 | 46 Gbps |
What does HE and VHT mean in adapter specifications?
HE (High Efficiency) is a key WiFi 6 technology that enables more efficient use of the spectrum. VHT (Very High Throughput) is part of the WiFi 5 standard. If you disable HE support in the driver properties, the adapter will switch to VHT mode.
Disabling WiFi 6 via Windows Device Manager
The most reliable and common way to force a laptop to ignore the 802.11ax standard is to change the network adapter properties. This method doesn't require installing third-party software and works at the driver level. You'll need to access Device Manager.
Right-click the "Start" button and select the appropriate item from the menu. In the window that opens, find the "Network adapters" section and expand it. Select your wireless module (usually the name contains the words "Wireless," "Wi-Fi," or Intel Wi-Fi 6). Double-click on it to open properties.
☑️ Algorithm for disabling the mode
Go to the "Advanced" tab. In the list of properties, find the parameter that controls the operating mode. It may have different names depending on the chip manufacturer:
- 📶 802.11ax Mode — the most common name for chips Intel.
- 📶 Wireless Mode — a general parameter where you need to select a specific standard.
- 📶 HE Mode — an abbreviation for High Efficiency, similar to ax.
- 📶 VHT Mode - Sometimes disabling this option switches the card to AC mode.
Once you've found the desired option, change its value in the drop-down list on the right. Instead of "Enabled" or "802.11ax," select "Disabled" or "802.11ac." After applying the settings (OK) the connection will be broken, and the laptop will try to reconnect using a new protocol.
Configuring parameters for different adapter manufacturers
The driver interface may differ. Owners of laptops with components from Intel often see the most flexible settings. They have a parameter 802.11ax Mode This option is usually found at the very bottom of the list of additional features. Disabling it ensures that the card switches to the AC standard.
For adapters Realtek The situation can be more complicated. Sometimes there is no direct ax/ac switch. In this case, look for the parameter Band or Preferred BandBy setting priority to 5 GHz but limiting the channel width, you can indirectly influence the protocol used, although this is less effective.
⚠️ Note: The driver interface is constantly being updated. If you don't find the specified parameters, visit the laptop manufacturer's website and download the latest version of the network management utility; the options may be located in a separate menu there.
Devices from MediaTek And Qualcomm Atheros often use terminology HT Mode (for WiFi 4) and VHT Mode (for WiFi 5) To disable WiFi 6, make sure the options related to AX or HE, are deactivated. In some cases, simply rolling back the driver to a version from 2023-2026, when ax support was less aggressive, helps.
Disabling via registry and command line
For advanced users who find the graphical interface ineffective, there's a registry editing method. This is a riskier approach that requires precision. We'll be looking for the keys responsible for Dot11AC And Dot11AX adapter capabilities.
Open the registry editor by typing regedit in the search. Go to the path where the network interface settings are stored. This is usually the branch HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}Inside you will find folders with names like 0000, 0001 - these are your network cards.
Inside the desired folder (you can determine it by the driver name in the DriverDesc parameter), look for parameters with names like b11AXMode or b11ACModeChanging their value from 1 to 0 can forcefully disable the corresponding mode. However, this method does not work for all drivers, as many modern manufacturers block direct registry editing.
An alternative is to use the command prompt with administrator rights to reset TCP/IP and Winsock settings, which sometimes clears the protocol cache:
netsh winsock resetnetsh int ip reset
ipconfig /release
ipconfig /renew
After running these commands, a full system reboot is required. This doesn't directly disable WiFi 6, but it does resolve any software stack errors that may prevent proper mode switching.
Router setup: impact on laptop
The problem may lie not only with the laptop but also with the access point settings. If the router is configured to operate in "Wi-Fi 6 Only" mode (which is rare, but possible in corporate settings), older or faulty adapters simply won't be able to connect. Access the router's web interface.
In the Wireless section, find the Mode settings. Instead of 802.11ax/n/ac mixed try to set it 802.11ac/n mixedThis will force the router to broadcast only up to 5th generation standards, and your laptop will be forced to use them.
- 🔒 Safety: Make sure the encryption type is set to WPA2/WPA3 Mixed. Pure WPA3 sometimes causes compatibility issues when ax is disabled.
- 🔒 Channel width: Try reducing the channel width from 160 MHz to 80 MHz or 40 MHz. This will reduce speed but improve stability.
- 🔒 OFDMA: If your router has a separate checkbox for "Enable OFDMA" or "Target Wake Time," try disabling it. These are WiFi 6 features.
Keep in mind that changes to your router will affect all devices on your network. If you have devices that require WiFi 6 to function properly (such as VR headsets or 8K cameras), disabling the standard entirely on your router is a bad idea. It's best to set up a separate guest network without WiFi 6 support.
Why did my speed drop after disabling WiFi 6?
The speed may have dropped because you limited the channel width or switched to the 2.4 GHz band. In the 5 GHz band, the difference between AC and AX is often minimal over distances greater than 5 meters.
Diagnostics and verification of results
After all the manipulations, you need to make sure that the laptop has actually switched to the desired standard. Launch the command line again and enter netsh wlan show interfacesFind the line "Radio type". It should say 802.11ac or 802.11n, but not ax.
It's also worth running a speed and ping test. Use services like Speedtest or the built-in ping utility. Compare the results with what you had before disabling. If packet loss disappears but the speed remains acceptable, you've achieved your goal.
⚠️ Note: If after disabling WiFi 6 your laptop no longer detects 5 GHz networks, you accidentally disabled AC mode support. Reset the settings and look for the parameter specifically responsible for ax/HE.
In some cases, removing the device from Device Manager with the "Delete the driver software for this device" checkbox and then installing an older, stable version of the driver from the laptop manufacturer's website, rather than Windows Update, can help.
Frequently Asked Questions (FAQ)
Is it safe to disable WiFi 6 permanently?
Yes, it's completely hardware-safe. You're simply changing the antenna's software mode. The only downside is that you won't be able to take advantage of WiFi 6 speeds if you're within the coverage area of a modern router with a high network load.
Will my internet speed decrease after the shutdown?
Theoretically, the maximum speed will decrease. However, in practice, in the presence of interference or a weak signal, the speed may actually increase due to the lack of errors and packet retransmissions. For plans up to 500 Mbps, the difference will be imperceptible.
Do I need to reinstall drivers after changing settings?
Usually no, changes take effect immediately. However, if problems are observed, a complete driver reinstallation with clearing of previous settings (clean install) can be helpful.
Can a Windows update bring WiFi 6 back?
Yes, automatically updating drivers via Windows Update may reset your changes in Device Manager or update the adapter firmware to a version with changed default settings. Please keep an eye on this after major system updates.