This issue is extremely common and can be caused by several reasons, so make sure to always troubleshoot everything before giving up.
- If you’ve forgotten your Wi-Fi network password, this guide will show you some effective solutions.
- To recover the forgotten password, use a Windows app or a third-party solution.
- Another solution is to use the built-in Command prompt, but make sure you perform it correctly.
Use a dedicated solution
- Reaver is a utility that allows you to recover WPA keys. Download it from here.
- Launch the utility and follow the instructions on the screen.
Use Command prompt
- Go to the Search menu, type cmd, and open the first result.
- When Command prompt is open, type the following command and press Enter: netsh wlan show drivers
- Press the Enter button again.
- In the command prompt window, you should see your Wi-Fi SSID. Copy the SSID.
- Now, in Command prompt, type the following command and press Enter: netsh wlan set hostednetwork mode=allow ssid=your_SSID key=your_password
- Finally, close Command prompt and reboot your computer.
- Download and Install Reaver
- Open the program.
- Click Select Interface.
- Select the Wi-Fi interface you want to use.
- Click Start.
Use PowerShell
- Right-click the Start button and choose Command prompt (Admin).
- Now, run the following command: Set-NetworkAccessRule -Name “Password Recovery” -Access Allow
- Next, run the following command: Get-NetworkAccessRule | Add-NetworkAccessRule -Name “Password Recovery” -Access Allow
Use a Command prompt shortcut
- Press Windows Key + R to open Run.
- Type cmd in Run’s text field, and click the OK button.
- Now, paste this command and hit Enter: netsh wlan set hostednetwork mode=allow
Use Group Policy Editor
- Press the Win + R keys on your keyboard.
- Type in gpedit.msc and click OK.
- Navigate to Computer Configuration > Administrative Templates > Windows Components > Network Policy and Access
- Open the Credential Delegation section.
- Check the box next to “Allow users to perform network logon using credentials stored in Active Directory”.
- Click Apply, then OK to save changes.
Check the Windows event log for errors
- Open Event Viewer by pressing Windows + R to open Run, type eventvwr, and click OK.
- Click Windows Logs, click Application, and then click Network.
- Click Network Events.
Update your wireless adapter
- Go to Search, type device manager, open Device Manager.
- Expand Network adapters.
- Right-click on your wireless adapter.
- From the pop-up menu, select Update driver.
- Select Search automatically for drivers.
- Restart your PC.