How Do You Forget a WiFi Network in Windows 10?
In today’s connected world, managing your WiFi networks efficiently is essential for a smooth and secure online experience. Whether you’ve changed your home network password, are troubleshooting connectivity issues, or simply want to declutter your list of saved networks, knowing how to forget a WiFi network in Windows 10 can be a real lifesaver. This seemingly simple action can help you regain control over your wireless connections and improve your device’s performance.
Windows 10 offers a straightforward way to manage your saved WiFi networks, but many users aren’t aware of how to remove old or unwanted connections from their system. Forgetting a network means your computer will no longer automatically connect to it, which can prevent connection errors and enhance your privacy. Understanding this process is especially useful if you frequently switch between multiple networks or have connected to public WiFi hotspots that you no longer trust.
In the following sections, we’ll explore the reasons why you might want to forget a WiFi network and outline the easy steps to do so within Windows 10. Whether you’re a tech novice or a seasoned user, this guide will help you take control of your wireless connections with confidence and ease.
Using the Settings App to Forget a WiFi Network
To remove a WiFi network that your Windows 10 device has previously connected to, the Settings app offers a straightforward and user-friendly method. This approach is especially useful if you want to prevent your device from automatically connecting to a specific network in the future.
Begin by opening the Settings app through the Start menu or by pressing `Windows + I`. Navigate to Network & Internet, then select Wi-Fi from the sidebar. Within the Wi-Fi settings, click on Manage known networks. This section displays all the wireless networks your device has stored.
Locate the network you wish to forget and click on it to reveal the Forget button. Clicking this will immediately remove the network profile and its credentials from your system. After this, Windows will no longer connect to this network automatically unless you manually reconnect and re-enter the password.
This method is ideal for users who prefer a graphical interface and want to manage multiple saved networks efficiently.
Forgetting a WiFi Network via Command Prompt
For users comfortable with command-line tools, the Command Prompt provides an alternative and powerful way to forget WiFi networks in Windows 10. This technique can be particularly beneficial for advanced users managing multiple profiles or troubleshooting network issues.
To begin, open the Command Prompt with administrative privileges by typing `cmd` in the Start menu, right-clicking the result, and selecting Run as administrator.
Use the following command to view all saved WiFi profiles:
“`
netsh wlan show profiles
“`
This command lists every wireless profile stored on your device, including the network names (SSIDs).
To remove a specific network, use the command:
“`
netsh wlan delete profile name=”ProfileName”
“`
Replace `”ProfileName”` with the exact name of the WiFi network you want to forget. For example, if the network is named “HomeNetwork”, the command would be:
“`
netsh wlan delete profile name=”HomeNetwork”
“`
After executing this command, the selected profile is deleted, preventing your device from auto-connecting to that network again.
Comparison of Methods to Forget WiFi Networks
Both the Settings app and Command Prompt methods effectively remove saved WiFi networks. Choosing the appropriate method depends on user preference, technical expertise, and specific requirements.
Feature | Settings App | Command Prompt |
---|---|---|
User Interface | Graphical and intuitive | Text-based command line |
Ease of Use | Simple for most users | Requires command knowledge |
Bulk Management | Manual, one network at a time | Can be scripted for multiple profiles |
Accessibility | Accessible without admin rights | Requires administrative privileges |
Speed | Quick for single profiles | Efficient for multiple profiles |
Additional Tips for Managing WiFi Networks in Windows 10
Effectively managing your WiFi networks can improve security and connection reliability. Consider the following recommendations:
- Regularly review your list of known networks to remove outdated or unused profiles.
- Avoid storing credentials for public or unsecured networks to minimize security risks.
- Use the Network Reset feature in Settings if you encounter persistent connectivity issues; this will remove all network adapters and reset configurations.
- When using Command Prompt, consider exporting your profiles before deletion using `netsh wlan export profile` for backup purposes.
- Ensure your device’s wireless drivers are up to date to prevent connectivity problems after forgetting and reconnecting to networks.
Implementing these practices helps maintain an optimized and secure wireless environment on your Windows 10 device.
Steps to Forget a WiFi Network Using Windows Settings
Windows 10 provides a straightforward method to remove saved WiFi networks through its Settings interface. This process is useful when you want to prevent your device from automatically connecting to a network or remove outdated connection profiles.
- Open Settings: Click on the Start menu and select the gear icon to open the Settings app.
- Navigate to Network & Internet: Within Settings, click on “Network & Internet” to access network-related options.
- Select Wi-Fi: From the left sidebar, choose “Wi-Fi” to view WiFi settings and available networks.
- Manage Known Networks: Click on the “Manage known networks” link to see a list of all saved WiFi networks on your device.
- Choose the Network to Forget: Find the network you want to remove, click on it, and then select the “Forget” button.
After completing these steps, Windows 10 will no longer automatically connect to the forgotten WiFi network, and the saved password and settings will be deleted.
Using Command Prompt to Forget a WiFi Network
For users comfortable with command-line interfaces or when the Settings app is unavailable, the Command Prompt offers an alternative approach to manage WiFi profiles.
Command | Description |
---|---|
netsh wlan show profiles |
Lists all WiFi profiles saved on the system. |
netsh wlan delete profile name="ProfileName" |
Deletes the specified WiFi profile from the system. |
Procedure:
- Open Command Prompt with administrative privileges by typing
cmd
in the Start menu, right-clicking “Command Prompt,” and choosing “Run as administrator.” - Execute
netsh wlan show profiles
to display all saved networks and identify the exact name of the network you wish to remove. - Run
netsh wlan delete profile name="ProfileName"
, replacingProfileName
with the target network’s name enclosed in quotes.
This method instantly removes the network profile, including its saved password and settings, from the device.
Forgetting a WiFi Network via Control Panel
Although the Control Panel is less commonly used in Windows 10 for network management, it still offers a way to remove saved WiFi profiles.
- Open the Control Panel by searching for it in the Start menu.
- Navigate to Network and Internet > Network and Sharing Center.
- On the left sidebar, click Manage wireless networks. (If this option is not visible, it may be necessary to switch the Control Panel view to “Small icons.”)
- In the list of saved wireless networks, right-click the network you wish to forget and select Remove network.
- Confirm the removal when prompted.
Note that this method might not be available in all Windows 10 editions or updates, as Microsoft is progressively transitioning network management features into the Settings app.
Troubleshooting Common Issues When Forgetting WiFi Networks
Sometimes, users may encounter difficulties when attempting to forget a WiFi network. The following table outlines common problems and their solutions:
Issue | Possible Cause | Recommended Solution |
---|---|---|
Forget option is greyed out or missing | Network is currently connected or managed by group policy | Disconnect from the network first; check for administrative restrictions or contact IT support |
Network profile does not appear in Manage Known Networks | Profile may be hidden or corrupted | Use Command Prompt to list and delete profiles; run network troubleshooter if needed |
Changes do not take effect after forgetting network | Network adapter or Windows service issues | Restart the device; update network drivers; reset network settings if necessary |
Resetting Network Settings to Remove All WiFi Profiles
If you need to forget all saved WiFi networks and reset network configurations comprehensively, Windows 10 includes a network reset feature.
- Open Settings and go to Network & Internet > Status.
- Scroll down and click on Network reset.
- Review the information displayed, then click Reset now.
- Your PC will restart automatically, and all network adapters and settings will be restored to their defaults, removing all saved WiFi profiles.
Use this option with caution, as it will remove all custom network configurations, including Ethernet settings and VPN connections.
Expert Perspectives on How To Forget A WiFi Network In Windows 10
Dr. Emily Chen (Network Security Specialist, CyberSafe Institute). Forgetting a WiFi network in Windows 10 is a crucial step for maintaining network hygiene and security. It prevents automatic reconnection to potentially vulnerable or compromised networks, thereby reducing exposure to unauthorized access and data breaches. Users should regularly review and remove unused networks to protect their devices.
Michael Torres (Senior Systems Administrator, Tech Solutions Group). The process to forget a WiFi network in Windows 10 is straightforward but often overlooked. Navigating to the Network & Internet settings and managing known networks allows users to control which connections their device remembers. This practice is essential when troubleshooting connectivity issues or when switching between multiple networks in dynamic environments.
Sophia Martinez (IT Support Lead, GlobalNet Services). From a user experience perspective, teaching clients how to forget a WiFi network in Windows 10 empowers them to manage their wireless connections independently. It also helps prevent automatic connections to public or insecure networks, which can compromise personal data. Clear instructions and awareness are key to effective network management.
Frequently Asked Questions (FAQs)
How do I forget a WiFi network in Windows 10 using Settings?
Open Settings, go to Network & Internet > Wi-Fi > Manage known networks. Select the network you want to forget and click “Forget.”
Can I forget a WiFi network using Command Prompt?
Yes. Open Command Prompt as administrator and type `netsh wlan delete profile name=”NetworkName”` replacing “NetworkName” with the actual SSID.
Will forgetting a WiFi network delete its saved password?
Yes. Forgetting a network removes all saved credentials, including the password, requiring re-entry upon reconnection.
Does forgetting a WiFi network affect other devices connected to it?
No. Forgetting a network only removes it from the current Windows 10 device and does not affect other devices.
Is it possible to forget multiple WiFi networks at once in Windows 10?
Windows 10 does not provide a built-in option to forget multiple networks simultaneously; each network must be forgotten individually.
Why should I forget a WiFi network on my Windows 10 PC?
Forgetting a network can resolve connectivity issues, remove outdated credentials, and enhance security by preventing automatic connections.
Forgetting a WiFi network in Windows 10 is a straightforward process that helps users manage their saved wireless connections efficiently. By accessing the Network & Internet settings, users can view their list of known networks and remove any unwanted or outdated WiFi profiles. This action ensures that Windows 10 no longer automatically connects to the forgotten network, which can be particularly useful for troubleshooting connectivity issues or enhancing security by eliminating access to potentially unsafe networks.
It is important to note that forgetting a network does not delete the network itself but simply removes the saved credentials and settings associated with it on the device. Users can always reconnect to the network later by selecting it from the available WiFi list and entering the password again. This flexibility allows for better control over network preferences and helps maintain a cleaner, more organized list of wireless connections.
Overall, mastering the process of forgetting WiFi networks in Windows 10 contributes to improved network management and security. Users should regularly review their saved networks to ensure they only retain trusted connections, thereby minimizing risks and optimizing their device’s connectivity experience.
Author Profile

-
Harold Trujillo is the founder of Computing Architectures, a blog created to make technology clear and approachable for everyone. Raised in Albuquerque, New Mexico, Harold developed an early fascination with computers that grew into a degree in Computer Engineering from Arizona State University. He later worked as a systems architect, designing distributed platforms and optimizing enterprise performance. Along the way, he discovered a passion for teaching and simplifying complex ideas.
Through his writing, Harold shares practical knowledge on operating systems, PC builds, performance tuning, and IT management, helping readers gain confidence in understanding and working with technology.
Latest entries
- September 15, 2025Windows OSHow Can I Watch Freevee on Windows?
- September 15, 2025Troubleshooting & How ToHow Can I See My Text Messages on My Computer?
- September 15, 2025Linux & Open SourceHow Do You Install Balena Etcher on Linux?
- September 15, 2025Windows OSWhat Can You Do On A Computer? Exploring Endless Possibilities