(Credit: René Ramos; Maksym Kravchenko, Theeraphat / Adobe Stock)
Most of us have been there: You need fast internet and can see a Wi-Fi network with a strong signal listed on your device, but there's a lock icon next to the network name. That indicates security is activated. Without a password or passphrase, you won't get access.
Even more maddening is if it's your own network, or one you regularly access, and the password has completely slipped your mind.
There are a lot of reasons people secure their Wi-Fi connections—keeping out people who use up bandwidth without paying is a big one, especially on public hotspots. But sometimes you need access no matter what.
We'll show you how to access that locked network, starting with easy ways to recover passwords for previously used networks and moving on to resetting your network. Finally, we'll show you some tools for cracking codes that let you access networks you've never used before. Just be aware: In the US, the Computer Fraud and Abuse Act (CFAA) makes it highly illegal to access almost any computer or network without permission.
Recover the Passwords Already Stored on Your System
This trick is all about getting a Wi-Fi network password (or network security key) you should probably know, but it only works when the network has been previously accessed on the device.
Most phone and computer OSes create a profile for each Wi-Fi network you connect to. If you tell the system to forget the network, it also forgets the password, so this trick won't work in that case. But few people ever explicitly do that.
In Windows, go to a Command Prompt with administrative privileges. Click the Start Menu, type "cmd" (no quotes), and the menu will show a Command Prompt; right-click that entry and select Run as administrator. That will open the black box full of text with the prompt inside—it's the line with a right-facing arrow at the end, probably something like C:\WINDOWS\system32\>. A blinking cursor will indicate where you type. Start with this:
netsh wlan show profile
(Credit: Eric Griffith/PCMag)The results bring up a section called User Profiles—those are all the Wi-Fi networks (aka WLANs or wireless local area networks) you've accessed and saved. Pick the network you want the password for, highlight it, and copy it. At the prompt below, type the following, but replace the Xs with the network name you copied; you need the quotation marks only if the network name has spaces in it, as in "Cup o Joe Cafe."
netsh wlan show profile name="XXXXXXXX" key=clearIn the new data that appears, look under Security Settings for the line labeled Key Content. The displayed word is the Wi-Fi password or key you are missing. (If you don't like the command line, third-party password-recovery software such as Cain & Abel or WirelessKeyView does the same thing.)
In macOS, open up the Spotlight search (Cmd+Space) and type Terminal to get the Mac equivalent of a command prompt. Type the following, replacing the Xs with the network name.
security find-generic-password -wa XXXXXFor several more tips to view Wi-Fi passwords for networks you've attached to before, even on a smartphone, read How to View Saved Wi-Fi Passwords.
Reset the Router When There's No Other Option
You can't do this remotely—you need physical access to the router. Before you do a full router reset to the factory settings simply to get on your own Wi-Fi, first try logging in to the router. From there, you can easily reset a forgotten Wi-Fi password or passkey.
That's not possible if you don't know the router's password. (The Wi-Fi password and router password are not the same, unless you went out of your way to assign the same password to both.) Resetting the router works only if you have access via Wi-Fi (which we've just established you don't) or via a physical Ethernet connection.
If you have a router from your internet service provider (ISP), check the unit's stickers before resetting. Your ISP might have printed the SSID (the service set identifier, aka the Wi-Fi network's name) and network security key (password) on the device.
Here's the nuclear option: Almost every router in existence has a recessed reset button. Push it with a pen or an unfolded paperclip, hold for 10 seconds, and the router will return to factory settings.
(Credit: arnet117/Shutterstock)Once a router resets, you'll need that other username/password combo to access the router itself. Again, do this via a PC attached to the router via Ethernet; resetting the router probably killed your Wi-Fi connection for the moment. The actual access is typically done with a web browser, though many routers and whole-home mesh systems can now be controlled via an app.
Some routers may also have a sticker displaying the default Wi-Fi network name (SSID) and network security key (password) so that you can reconnect to Wi-Fi after a reset.
The URL to enter in the browser to access a router's settings is typically 192.168.1.1, 192.168.0.1, or a variation thereof. To determine which one to use on a PC connected to the router via Ethernet, open a command prompt and type ipconfig. Look among the gobbledygook for an IPv4 Address, which will start with 192.168. The other two spaces, called octets, are going to be different numbers between 0 and 255. Note the third octet (probably a 1 or 0). The fourth is specific to the PC you're using to log in to the router.
In the browser, type 192.168.x.1, replacing the X with the number you found in the ipconfig search. The 1 in the last octet should point at the router—it's the number-one device on the network. (For full details, read How to Access Your Wi-Fi Router's Settings.)
At this point, the router should ask for that username and password (which, again, is probably not the same as the Wi-Fi SSID and network security key). Check your manual or go to RouterPasswords.com, which lists the default username and password for every router ever made. In some cases, you'll need the router's model number.
(Credit: RouterPasswords)You'll quickly discern a pattern among router makers of defaulting to "admin" as the username and "password" as (you guessed it) the password. Since most people are lazy and don't change the default password, try those options even before hitting the reset button. Once you're in the Wi-Fi settings, turn on the wireless network or networks and assign strong-but-easy-to-recall passwords. After all, you don't want neighbors to use your Wi-Fi without your permission.
Make that Wi-Fi password easy to type on a mobile device, too. Nothing is more frustrating than trying to get a smartphone connected to Wi-Fi with some impossible-to-key-in-via-thumbs nonsense, even if it is the most secure password you've ever created.
Our Top-Rated Routers
Crack the Password on (Almost) Any Wi-Fi
You didn't come here because the headline of the story is "How to Reset Your Router," though. You want to know how to crack the password on a Wi-Fi network.
Searching for "Wi-Fi password hack" or variations thereof nets you a lot of links, mostly for software on sites where adware, bots, and scams proliferate. The same goes for the many, many YouTube videos and TikTok videos promising you ways to crack a password by visiting a certain website on your phone.
Download those programs or visit those sites at your own risk. Many are phishing scams at best. If you go that route, we recommend using a PC you can afford to mess up a bit. When I tried it, my antivirus thankfully deleted multiple tools before I could even try to run the EXE installation file.
Pentest Gear
Pentest is short for "penetration testing." This is a form of offensive-approach security in which you examine a network for any and all possible paths to a breach. It requires the right gear, not just what came with your consumer laptop.
You can find such items online, including Hak5's WiFi Pineapple hardware that performs full Wi-Fi network auditing.
If you're big into the Raspberry Pi, some people convert those devices to have the same abilities. The Flipper Zero, a pentest tool that looks like an antique gaming handheld, also has a reputation as a Wi-Fi hacker, but it requires some extras like a Wi-Fi Dev Board to make that happen.
Kali Linux
You can create a PC system just for pentesting. Or you can dual-boot into a separate operating system to do it, without losing your main system. Kali Linux is a Linux distribution built for just that purpose. You might have seen it used on Mr. Robot. Check out the video tutorial below.
You can run Kali Linux from a CD or USB key without even installing it on your PC's hard drive; there are even images you can run in VMWare or VirtualBox. It's free and comes with all the tools you'd need to crack a network. It even has an app for Windows in the Windows App Store so you can try a minimal installation.
Here's a 2026 list from StationX of favorite Wi-Fi adapters to use with Kali Linux.
Cracking WEP
If you don't want to install an entire OS, check out the tried-and-true tools of Wi-Fi hackers. Aircrack has been around for years, dating back to when Wi-Fi security relied solely on WEP (Wired Equivalent Privacy). Even then, WEP was weak; it was supplanted in 2004 by WPA (Wi-Fi Protected Access). Today, you shouldn't have anything less than WPA3 running on your own Wi-Fi, which you likely have already—it's been on Wi-Fi-certified routers since 2020.
Aircrack-ng is labeled as a "suite of tools to assess Wi-Fi network security," so it should be part of any network admin's toolkit; it can crack old WEP and WPA-PSK keys, even under WPA2; it might break WPA3 if the targeted user were forced into a downgrade attack where they fall back to WPA2. Aircrack-ng comes with full documentation and is free, but it's not simple.
To crack a network, you need a Wi-Fi adapter in your computer that supports packet injection. You have to be comfortable with the command line and have a lot of patience: Your Wi-Fi adapter and Aircrack must gather a lot of data to get anywhere close to decrypting the passkey on the network you're targeting. It could take a while.
Here's a how-to on using Aircrack and another on how to use Aircrack to secure your network.
Cracking WPA/WPA2
Cracking the much stronger WPA/WPA2 passwords and passphrases is hard. Reaver-wps is the one tool that appears up to the task. You'll need that command-line comfort again to work with it. After four to 10 hours of brute-force attacks, Reaver should be able to reveal a password—but only if the router you're targeting has a strong signal and WPS (Wi-Fi Protected Setup) enabled.
WPS is the feature that lets you push a button on the router and another button on a Wi-Fi device. They then find each other and link auto-magically with a fully encrypted connection. It's a "hole" through which Reaver and other tools crawl.
Even if you turn off WPS, it may still be partially on. Deactivating it is your only recourse if you're worried about hacks on your own router via Reaver. Optionally, get a router that doesn't support WPS.
Another tool is Hashcat, for those who are comfortable running binary files on their PC. It's a free way to access several attack modes (such as dictionary, combinator, brute-force, and association attacks).
Hacking Wi-Fi over WPS is also possible with some tools available on Android, which will only work if the Android device has been rooted. Check out Wifi WPS WPA Tester, Reaver for Android, and Kali Nethunter as options.
When you really need Wi-Fi-based internet access quickly, cracking the code will probably take too long. Instead, turn your smartphone into an instant hotspot. It is a lot easier in the short term.


