How to Forget a Network in Windows 11?
Last Updated :
23 Jul, 2025
Knowing how to forget a network in Windows 11 is useful when removing previously connected Wi-Fi networks from your device. This can help in cases where you need to clear saved network settings or troubleshoot connectivity issues. In this guide, we will walk you through the steps to forget Wi-Fi in Windows 11 and effectively manage your Wi-Fi connections.
How to Forget a Network in Windows 11
How do I Remove or Forget a Wifi Network?
Managing your Wi-Fi network connections in Windows 11 is crucial for security and convenience. This guide presents various methods to forget a Wi-Fi network from your system.
Whether you prefer a quick approach or a more detailed setting menu, we've got you covered. We'll explore four methods: using quick settings (Simple and Fast), using the settings app (More Options), using Command Prompt (Advanced Users), and using PowerShell (Advanced Users).
Method 1: Forget a Network in Windows 11 Using Quick Settings
Here's how to forget a wifi network in Windows 11 using Quick Settings:
Step 1: Press Win + A to open Quick Settings.
Step 2: Click the arrow next to the Wi-Fi icon.
Step 3: Right-click the network you want to forget.
Step 4: Select "Forget" and confirm.

Method 2: Forget a Network in Windows 11 Using Settings App
Here's how to forget a WIFI network in Windows 11 using Settings Apps:
Step 1: Open Settings by pressing (Win + I)
Step 2: Navigate to "Network & Internet." Then click "Wi-Fi"

Step 3: Then, Click on "Manage known networks."

Step 4: Find the network you want to forget and click "Forget."

Step 5: Confirm your choice.
Method 3: Forget a Network in Windows 11 Using CMD
Here's how to forget a WIFI network in Windows 11 using CMD:
Step 1: Press Win + S to open the search bar on your computer
Step 2: Then, On the search bar type "CMD" After that click on "Run as administrator"

Step 3: Enter the following command to list saved networks.
netsh wlan show profiles
Step 4: Run the following command to check for the specific network.
netsh wlan delete profile name= 'network_name'

Method 4: Forget a Network in Windows 11 Using PowerShell
Here's how to forget a WIFI network in Windows 11 using PowerShell:
Step 1: Press Win + S to open the search bar on your computer
Step 2: Then, On the search bar type "Windows PowerShell" After that click on "Run as administrator"
Step 3: Type this command to view all networks
netsh wlan show profiles
Step 4: Run the following command to check for the specific network.
netsh wlan delete profile name= 'network_name'

Method 5: How to Delete All Known Network Profiles via Command Prompt?
If you want to delete all known network profiles from your Windows PC. Then open CMD and execute this simple command. Follow the detailed steps mentioned below.
Step 1: Press Win + S to open the search bar on your computer.
Step 2: Then, On the search bar type "CMD" After that click on "Run as administrator".
Step 3: In CMD type this command.
netsh wlan delete profile name=* i=*

Conclusion
Being able to forget a network in Windows 11 ensures that your system won't automatically connect to an unwanted or outdated Wi-Fi network. This simple process of removing a network in Windows 11 can improve your network management and offer more control over your device’s connectivity. Next time you need to clear old networks refer back to these easy steps.
Similar Reads
How to Factory Reset a Windows 11 PC? In the ever-evolving landscape of technology, there comes a time when you may need to factory reset a Windows 11 PC. Whether you're troubleshooting issues, preparing to sell your device, or simply looking to start fresh, a factory reset can restore your computer to its original state, wiping out all
4 min read
How to Create a System Restore Point in Windows 11? Windows 11's System Restore function is a helpful tool that lets you go back to the time-situated service module and restore your all internally situated computer's system files and settings. If your system starts having problems after installing new software via any applications, drivers, or update
4 min read
How to Disable OneDrive in Windows 11? OneDrive is a cloud storage option that comes pre-installed in Windows 11, providing easy access to file storage and the ability to sync these files across devices. Nonetheless, not everyone requires or desires to utilize OneDrive, particularly if they opt for other cloud storage options. Removing O
4 min read
How to Bypass "Lets connect you to a network" in Windows 11? During Windows 11 installation, some users may encounter a situation where the "Next" button remains disabled (as shown in the provided image) preventing them from proceeding unless they have an Ethernet connection. However, many users face problems due to the lack of availability of Ethernet connec
2 min read
How to Restart a Windows 11? The new operating system by Microsoft, Windows 11, also provides an easy-to-use interface. Knowing how to restart your system is something every experienced Windows user should know and it would also be vital for new users of the OS. We are going to examine different ways of bringing Windows 11 back
3 min read
How to check Active Network Connections in Windows? There could be instances where we need to check our current network connectivity or sometimes troubleshoot a particular connection. We can follow a few simple steps to check the active connections. We also have some predefined commands that when entered in command prompt give a detailed explanation
3 min read