How to Forget WiFi Networks on Windows 11
When you join a WiFi network, Windows 11 saves the SSID (network name) and the password. This creates a network profile that helps your computer connect automatically. You should forget a network if it is no longer needed, if the password has changed, or if you are experiencing persistent network connection issues. Removing old profiles helps clear your network cache and prevents your device from trying to connect to insecure or outdated access points.
What happens when you forget a network?
When you choose to forget a network, Windows 11 deletes the saved password and all associated connection settings. Your computer will no longer recognize the network automatically. The next time you want to join that network, you will be prompted to enter the security key as if it were a brand-new connection.
| Action | Result |
|---|---|
| Disconnecting | Stops the current session but keeps the password saved. |
| Forgetting | Deletes the password and removes the network profile entirely. |
Method 1: Using the Taskbar (For nearby networks)
This is the fastest way to remove a network that is currently in range.
- Click the WiFi icon in the bottom right corner of your Taskbar.
- Click the arrow next to the WiFi icon to see available networks.

- Right-click the network you want to remove.
- Select Forget.

Method 2: Using System Settings (For all saved networks)
Use this method to remove networks that are not currently in range or to manage your full list of known networks.
- Open Settings by pressing the Windows key + I on your keyboard.

- Click on Network & internet in the left menu.
- Select WiFi on the right side of the screen.

- Click on Manage known networks.

- Find the network you want to remove in the list.
- Click the Forget button next to that network name.

Advanced Tip: Using Command Prompt
If you prefer using commands, you can remove networks via the terminal. Note: This step requires admin privileges.
Open the Command Prompt as an administrator and type the following command to see your saved networks:
netsh wlan show profilesTo delete a specific network, use this command (replace “NetworkName” with the actual name of the network):
netsh wlan delete profile name="NetworkName"Troubleshooting Connectivity Issues
If your computer keeps reconnecting to a network you have already forgotten, there may be a conflict with your network adapter settings or the WLAN autoconfig service. If you still face issues, you can perform a full network reset. Go to Settings > Network & internet > Advanced network settings > Network reset. This will reinstall your network adapters and set other networking components back to their original settings.
Summary
Forgetting a WiFi network is a simple way to keep your computer secure and organized. Whether you use the Taskbar for nearby networks or the Settings menu for saved ones, the process only takes a few clicks. Keeping your saved network list clean helps ensure your computer only connects to the networks you trust and prevents common IP address conflict or connection errors.
Why does Windows 11 keep reconnecting to a forgotten network?
If Windows 11 keeps reconnecting, you may have multiple network profiles with similar names or a sync setting enabled. Ensure you have forgotten the network in the ‘Manage known networks’ list. If the issue persists, check if your device is syncing settings from another computer via your Microsoft account.
Can I forget a network using PowerShell?
Yes, you can use PowerShell to manage networks. Open PowerShell as an administrator and use the command ‘netsh wlan delete profile name=”NetworkName”‘ to remove a specific saved network. This is an effective way to clear network profiles if the standard graphical interface is not responding correctly.
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!