How can i check my wifi network history? : r/techsupport Skip to main content

Get the Reddit app

Scan this QR code to download the app now
Or check it out in the app stores
r/techsupport icon
r/techsupport icon
Go to techsupport
r/techsupport
A banner for the subreddit

Stumped on a tech problem? Ask the community and try to help others with their problems as well. Note: Reddit is dying due to terrible leadership from CEO /u/spez. Please use our Discord server instead of supporting a company that acts against its users and unpaid moderators.


Members Online

How can i check my wifi network history?

Open | Software

Anything that can let me do this?

Share
Sort by:
Best
Open comment sort options

Do you mean show a list of wireless networks that you've connected to? Open cmd and type this into the prompt:

netsh wlan show profile

Hit enter,and you will be presented with a list of saved profiles. If you need the network security key (aka password), type this:

netsh wlan show profile "profile name" key=clear

For example, if you have a profile listed as Cox Free WiFi you would type this to see the key:

netsh wlan show profile "Cox Free WiFi" key=clear

I hope this helps!