Skip to content
Follow
Windows

How to Enable or Disable Wi-Fi in Windows 11

Richard
Written by
Richard
Mar 26, 2026 Updated Sep 15, 2026 2 min read
How to Enable or Disable Wi-Fi in Windows 11
How to Enable or Disable Wi-Fi in Windows 11

Wireless networking in Windows 11 lets you connect your PC to the internet without cables using built-in hardware controls. You can turn your Wi-Fi connection on or off in seconds using either the Quick Settings panel on the taskbar or the main Settings app .

Advertisement
⚡ Quick Answer

You can enable or disable Wi-Fi in Windows 11 using the command prompt with administrator privileges. To enable, type `reg add “🗝️HKEY_LOCAL_MACHINESOFTWAREMicrosoftPolicyManagerdefaultWifiAllowWiFi” /v value /t REG_DWORD /d 1 /f`. To disable, use `0` instead of `1`.

Advertisement

What is Wi-Fi?

Wi-Fi is a wireless local area network (WLAN) technology that uses radio waves to connect your device to the internet without cables.

🪟 Windows 11 Wi-Fi Features

Windows 11 Wi-Fi features include better wireless performance, WPA3 protection (Wi-Fi Protected Access 3, a modern security protocol that safeguards your connection), and support for newer standards like Wi-Fi 6. When you need to troubleshoot network problems or save battery, you can quickly disable wifi windows 11 using the Quick Settings menu or the main Settings app without restarting your computer.

  • Wi-Fi 6: The sixth generation of Wi-Fi . It works faster and handles more devices at once.
  • Wi-Fi 7: The newest generation. It offers even faster speeds and better performance.
  • WPA3: The latest security standard. It keeps your Wi-Fi connection safer with stronger protection.

Configure advanced network rules through the Wi-Fi area in Policy CSP (Configuration Service Provider, a framework used to manage device settings).

Advertisement

Learn how to use Wi-Fi 7, Wi-Fi 6, and WPA3 in Windows for better wireless coverage and network security.

What You Need

⚠️ Admin privileges required: Administrative credentials are required to enable or disable Wi-Fi.

How to Enable or Disable Wi-Fi

Enable Wi-Fi

This setting remains active by default.

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Wifi\AllowWiFi" /v value /t REG_DWORD /d 1 /f

Disable Wi-Fi

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Wifi\AllowWiFi" /v value /t REG_DWORD /d 0 /f
windows 11 wifi is disabled
windows 11 wifi is disabled

Summary

Disabling Wi-Fi in Windows 11 stops computers from connecting wirelessly, and administrative rights remain necessary for making this change.

Advertisement

How do I block Wi-Fi on 🪟 Windows 11?

Right-click the Start button and select Settings. Head over to the Network & internet tab, then scroll down to Advanced network settings. Network adapters and the option to Enable or Disable them appear under the list of network adapters.

What happens if you disable your Wi-Fi?

Disabling wireless networking enhances security and privacy by halting automatic network connections and altering IP addresses.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

Enable or Disable Windows 11 Network Adapter
Windows Enable or Disable Windows 11 Network Adapter
3 Simple Steps to Reset Network Adapters in Windows 11
Windows 3 Simple Steps to Reset Network Adapters in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *