How To

How To Remove a Network from Windows

February 14, 2026 5 minuten lezen Updated: February 14, 2026

When you’re juggling multiple Wi-Fi networks, Windows naturally prefers the one with the strongest signal. But sometimes, it gets a bit overzealous and keeps switching between networks if the signal dips, which can be super frustrating, especially if you’re in the middle of something important. Forgetting a network is a handy way to keep Windows from accidentally connecting to the wrong one or causing dropouts. Plus, it clears up some clutter in your saved networks list—so you don’t get confused later.

However, just hitting forget isn’t always as straightforward as it sounds, especially if you’re trying to get back into a network after troubleshooting or settings tweaks. Knowing a few different ways to remove or manage saved networks can really help, whether you’re dealing with stubborn Wi-Fi issues or want to tidy things up. This guide covers several methods—using menus, commands, or even registry edits—so you’re covered no matter what setup you’re working with.

How to Forget or Remove a Wi-Fi Network in Windows

Method 1: Check and Record the Wi-Fi Password First

Before ditching a network, it’s good to jot down the password if you might reconnect later, especially if you’re planning to forget a network but may need it again. On Windows, you can easily view stored Wi-Fi passwords, which is kind of weird but useful. Sometimes, Windows doesn’t show the password outright, so knowing this trick can save headache later.

Here’s how to get that password:

  • Press Windows + R to open the Run dialog.
  • Type ncpa.cpl and hit Enter. This opens the Network Connections panel.
  • Right-click your Wi-Fi adapter and choose Status.
  • Click on Wireless Properties.
  • Switch to the Security tab.
  • Check the box for Show characters.
  • Now, the Network security key field reveals the Wi-Fi password. Save it somewhere safe because you’ll need it if you decide to reconnect later.

On some setups, Windows might hide or not reveal the password immediately, especially if you’re not an admin—so, if that’s the case, you might need to run as administrator or try the command line method.

Method 2: Forget a Wi-Fi network from the Taskbar

This is the quick way most folks go for—just the click of a button. It’s straightforward and doesn’t require digging into settings. Handy if you want to wipe a network from recent connections.

  • Click the Wi-Fi icon on the taskbar. If you don’t see it, click the arrow on the system tray to expand it.
  • Click on the network list (the right-angled arrow or expand icon) to see all available networks.
  • Right-click the network you want to forget. If you don’t see this option directly, sometimes you need to right-click the network in the list or click on the network and then choose Forget.

Note: On newer Windows versions, it might just be a tap—so right-click? Yeah, that’s the way. Don’t forget, you can always go into Settings if this mishaps or doesn’t work well in some cases.

Method 3: Remove Wi-Fi Networks via Settings

This is the go-to method if you want more control or are troubleshooting Wi-Fi connections. It’s clean, organized, and works quite reliably.

  • Press Windows + I to open Settings.
  • Navigate to Network and Internet > Wi-Fi.
  • Click on Manage Known Networks or sometimes titled Manage Wi-Fi settings.
  • Look through the list of saved networks for the one you want to forget.
  • Click on it, then hit Forget. Done. It clears that network from Windows’ memory, so it won’t auto-connect anymore.

On some systems, if the network still shows up or reconnects automatically, you might need to double-check for saved passwords or check if your device uses profiles stored elsewhere.

Method 4: Use Command Prompt to Delete Networks

This is where things get a bit more technical but powerful. Suitable for scripting or bulk removal if needed. Sometimes Windows just refuses to remove a network from the GUI or forgets it after updates, so command line comes in clutch.

  • Press Windows + R.
  • Type cmd then press Ctrl + Shift + Enter to run as admin. If prompted, approve the UAC window.
  • Type netsh wlan show profiles and press Enter. You’ll see a list of all saved networks.
  • Locate the profile name you want to delete—make sure it matches exactly.
  • Use this command: netsh wlan delete profile name="<ProfileName>". Replace <ProfileName> with the exact network name. Hit Enter, and you should see a confirmation message that it was deleted.
  • If you want to wipe all saved networks, run netsh wlan delete profile name=* i=*. But be careful—this wipes everything at once.

This method is pretty reliable, especially on stubborn profiles that won’t forget otherwise.

Method 5: Tweak Registry Settings (Advanced and Risky)

Only do this if you’re comfortable editing the registry. Because Windows is kinda weird with its profiles, some profiles stick around in the registry even after you delete them from the GUI. Back up the registry first—because of course, Windows has to make it harder than necessary.

  1. Open Run (Windows + R), type regedit, and hit Enter.
  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles.
  3. In the left pane, you’ll see a list of subkeys, each representing a network profile.
  4. Click on each one; on the right, look for ProfileName data to identify your target Wi-Fi.
  5. Right-click the matching subkey and select Delete. Confirm when prompted, then restart your computer.

This step is kind of overkill for most people, and you should definitely back up the registry first. But it can help clean out really stubborn profiles that refuse to go away through normal methods.

Summary

  • Note down Wi-Fi passwords if you think you’ll reconnect later.
  • Use the network menu if quick and simple — right-click > forget.
  • Go into Settings for more control and a cleaner interface.
  • Command prompt is good for stubborn networks or scripting.
  • The registry method is a last resort, but it works for persistent profiles.

Wrap-up

Even if some of these methods seem a bit overkill or finicky, they all have their place depending on what’s bugging the system. Forgetting Wi-Fi networks can solve a surprising amount of connectivity hiccups, especially if Windows gets confused or caches old profiles. Sometimes just a reboot or clearing out profiles solves everything—other times, you gotta get a little more hands-on.

Hopefully, this saves a bit of time and frustration — because Wi-Fi shouldn’t be this complicated, right? Fingers crossed this helps someone clean up their network list or fix a pesky connection issue.