How to Hide WiFi Networks in Windows 11
Hiding a WiFi network in Windows 11 stops your router from broadcasting its name so strangers cannot see it on their connection lists. This trick, also known as hiding your SSID, adds an extra layer of privacy for your home network.
You might want to do this if you live in an apartment building or busy area where passersby can spot your private network details. While Windows 11 still lets your own devices connect just fine, anyone else nearby will not see your network pop up when they search for a signal.
You can hide WiFi networks in Windows 11 by opening Command Prompt as administrator and using netsh wlan add filter commands. Use ssid=YYYYYYYY to block specific networks or ssid=ZZZZZZZZ with permission=allow after permission=denyall to show only your network.
Why hide WiFi networks?
Cleaning up the available connections list makes finding and joining your own network much faster.
What happens when you are done?
Removing these entries clears them directly from the quick settings menu. SSID filtering keeps the Windows 11 network interface tidy. Blocked networks vanish from view once the configuration steps finish.

Warning: Administrative Privileges
Administrative rights are required to modify these network adapter settings. Windows blocks unauthorized configuration attempts and triggers an ‘Access Denied’ message during unprivileged attempts. Elevated permissions are mandatory for making these changes.

How to block specific networks
Command Prompt tools give you precise control over your visible network list without needing extra software. Specific service set identifiers (SSIDs) get hidden by instructing the operating system to ignore designated broadcast names.
- Click the Start button and type cmd.
- Right-click 'Command Prompt' and select 'Run as administrator'.
- Run these commands to block specific network names (SSIDs):
How to block everything except your own
Blocking all surrounding wireless signals except a designated primary connection requires specific console commands. This filtering mechanism suppresses every broadcast aside from trusted access points.
- Open the Command Prompt as an administrator.
- Run this command to block all networks:
netsh wlan add filter permission=denyall networktype=infrastructure
3. Next, run this command to allow only your specific network to show:
How to verify your changes
Verifying filter configurations requires launching the command line utility. Executing 'netsh wlan show filters' displays active rules and confirms whether hidden connections appear underneath the 'Deny' category.
netsh wlan show filters
This displays a complete inventory of active connection constraints. Finding targeted SSIDs under the 'Deny' banner confirms the procedure succeeded.
How to revert your changes
Deleting established filters restores visibility for previously concealed connections. Running the following command removes specific block rules:
netsh wlan delete filter permission=deny ssid="NetworkName" networktype=infrastructure
Executing this instruction deletes the restriction and returns the target network to the standard connection menu.
Summary
Command line utilities provide total control over wireless profiles and visibility rules in Windows 11.
Does hiding a network prevent it from being seen by other devices?
No. Using these commands only hides the network on your specific computer. Other devices in your home or office will still be able to see and connect to those networks. This is a local setting that does not affect the actual broadcast signal of the router.
Will these changes persist after a Windows update?
Yes. These filters are stored in the Windows network configuration settings. They will typically remain active even after you restart your computer or install standard Windows updates. You do not need to re-apply these commands unless you perform a major system reset or network settings refresh.
Is there a GUI option to hide networks in 🪟 Windows 11?
No, Windows 11 does not provide a graphical user interface (GUI) button to hide specific WiFi networks. You must use the Command Prompt or PowerShell with administrative rights to manage these network filters. This is a technical feature intended for advanced users who need more control.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!