{"id":11737,"date":"2026-02-14T13:39:41","date_gmt":"2026-02-14T13:39:41","guid":{"rendered":"https:\/\/howtogeek.blog\/nl\/?p=11737"},"modified":"2026-02-14T13:39:41","modified_gmt":"2026-02-14T13:39:41","slug":"how-to-remove-a-network-from-windows","status":"publish","type":"post","link":"https:\/\/howtogeek.blog\/nl\/how-to-remove-a-network-from-windows\/","title":{"rendered":"How To Remove a Network from Windows"},"content":{"rendered":"<p>When you&#8217;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&#8217;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\u2014so you don\u2019t get confused later.<\/p>\n<p>However, just hitting forget isn&#8217;t always as straightforward as it sounds, especially if you&#8217;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&#8217;re dealing with stubborn Wi-Fi issues or want to tidy things up. This guide covers several methods\u2014using menus, commands, or even registry edits\u2014so you\u2019re covered no matter what setup you\u2019re working with.<\/p>\n<h2>How to Forget or Remove a Wi-Fi Network in Windows<\/h2>\n<h3>Method 1: Check and Record the Wi-Fi Password First<\/h3>\n<p>Before ditching a network, it\u2019s good to jot down the password if you might reconnect later, especially if you\u2019re 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\u2019t show the password outright, so knowing this trick can save headache later.<\/p>\n<p>Here\u2019s how to get that password:<\/p>\n<ul>\n<li>Press <kbd>Windows + R<\/kbd> to open the Run dialog.<\/li>\n<li>Type <code>ncpa.cpl<\/code> and hit Enter. This opens the Network Connections panel.<\/li>\n<li>Right-click your <strong>Wi-Fi<\/strong> adapter and choose <strong>Status<\/strong>.<\/li>\n<li>Click on <strong>Wireless Properties<\/strong>.<\/li>\n<li>Switch to the <strong>Security<\/strong> tab.<\/li>\n<li>Check the box for <strong>Show characters<\/strong>.<\/li>\n<li>Now, the <strong>Network security key<\/strong> field reveals the Wi-Fi password. Save it somewhere safe because you&#8217;ll need it if you decide to reconnect later.<\/li>\n<\/ul>\n<p>On some setups, Windows might hide or not reveal the password immediately, especially if you&#8217;re not an admin\u2014so, if that\u2019s the case, you might need to run as administrator or try the command line method.<\/p>\n<h3>Method 2: Forget a Wi-Fi network from the Taskbar<\/h3>\n<p>This is the quick way most folks go for\u2014just the click of a button. It\u2019s straightforward and doesn\u2019t require digging into settings. Handy if you want to wipe a network from recent connections.<\/p>\n<ul>\n<li>Click the Wi-Fi icon on the taskbar. If you don\u2019t see it, click the arrow on the system tray to expand it.<\/li>\n<li>Click on the network list (the right-angled arrow or expand icon) to see all available networks.<\/li>\n<li>Right-click the network you want to forget. If you don\u2019t see this option directly, sometimes you need to right-click the network in the list or click on the network and then choose <strong>Forget<\/strong>.<\/li>\n<\/ul>\n<p>Note: On newer Windows versions, it might just be a tap\u2014so right-click? Yeah, that\u2019s the way. Don\u2019t forget, you can always go into <strong>Settings<\/strong> if this mishaps or doesn\u2019t work well in some cases.<\/p>\n<h3>Method 3: Remove Wi-Fi Networks via Settings<\/h3>\n<p>This is the go-to method if you want more control or are troubleshooting Wi-Fi connections. It\u2019s clean, organized, and works quite reliably.<\/p>\n<ul>\n<li>Press <kbd>Windows + I<\/kbd> to open Settings.<\/li>\n<li>Navigate to <strong>Network and Internet<\/strong> &gt; <strong>Wi-Fi<\/strong>.<\/li>\n<li>Click on <strong>Manage Known Networks<\/strong> or sometimes titled <strong>Manage Wi-Fi settings<\/strong>.<\/li>\n<li>Look through the list of saved networks for the one you want to forget.<\/li>\n<li>Click on it, then hit <strong>Forget<\/strong>. Done. It clears that network from Windows\u2019 memory, so it won\u2019t auto-connect anymore.<\/li>\n<\/ul>\n<p>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.<\/p>\n<h3>Method 4: Use Command Prompt to Delete Networks<\/h3>\n<p>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.<\/p>\n<ul>\n<li>Press <kbd>Windows + R<\/kbd>.<\/li>\n<li>Type <code>cmd<\/code> then press <kbd>Ctrl + Shift + Enter<\/kbd> to run as admin. If prompted, approve the UAC window.<\/li>\n<li>Type <code>netsh wlan show profiles<\/code> and press Enter. You&#8217;ll see a list of all saved networks.<\/li>\n<li>Locate the profile name you want to delete\u2014make sure it matches exactly.<\/li>\n<li>Use this command: <code>netsh wlan delete profile name=\"&lt;ProfileName&gt;\"<\/code>. Replace &lt;ProfileName&gt; with the exact network name. Hit Enter, and you should see a confirmation message that it was deleted.<\/li>\n<li>If you want to wipe all saved networks, run <code>netsh wlan delete profile name=* i=*<\/code>. But be careful\u2014this wipes everything at once.<\/li>\n<\/ul>\n<p>This method is pretty reliable, especially on stubborn profiles that won&#8217;t forget otherwise.<\/p>\n<h3>Method 5: Tweak Registry Settings (Advanced and Risky)<\/h3>\n<p>Only do this if you\u2019re 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\u2014because of course, Windows has to make it harder than necessary.<\/p>\n<ol>\n<li>Open Run (<kbd>Windows + R<\/kbd>), type <code>regedit<\/code>, and hit Enter.<\/li>\n<li>Navigate to <code>HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\NetworkList\\Profiles<\/code>.<\/li>\n<li>In the left pane, you&#8217;ll see a list of subkeys, each representing a network profile.<\/li>\n<li>Click on each one; on the right, look for <strong>ProfileName<\/strong> data to identify your target Wi-Fi.<\/li>\n<li>Right-click the matching subkey and select <strong>Delete<\/strong>. Confirm when prompted, then restart your computer.<\/li>\n<\/ol>\n<p>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.<\/p>\n<h2>Summary<\/h2>\n<ul>\n<li>Note down Wi-Fi passwords if you think you&#8217;ll reconnect later.<\/li>\n<li>Use the network menu if quick and simple \u2014 right-click &gt; forget.<\/li>\n<li>Go into Settings for more control and a cleaner interface.<\/li>\n<li>Command prompt is good for stubborn networks or scripting.<\/li>\n<li>The registry method is a last resort, but it works for persistent profiles.<\/li>\n<\/ul>\n<h2>Wrap-up<\/h2>\n<p>Even if some of these methods seem a bit overkill or finicky, they all have their place depending on what\u2019s 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\u2014other times, you gotta get a little more hands-on.<\/p>\n<p>Hopefully, this saves a bit of time and frustration \u2014 because Wi-Fi shouldn&#8217;t be this complicated, right? Fingers crossed this helps someone clean up their network list or fix a pesky connection issue.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you&#8217;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&#8217;re in the middle of something important. Forgetting a network is a handy way to keep Windows [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-11737","post","type-post","status-publish","format-standard","hentry","category-how-to"],"acf":[],"_links":{"self":[{"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/posts\/11737","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/comments?post=11737"}],"version-history":[{"count":1,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/posts\/11737\/revisions"}],"predecessor-version":[{"id":11738,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/posts\/11737\/revisions\/11738"}],"wp:attachment":[{"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/media?parent=11737"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/categories?post=11737"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howtogeek.blog\/nl\/wp-json\/wp\/v2\/tags?post=11737"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}