WiFi is a wireless technology allowing devices to connect to the internet without cables. There are various ways you can connect to WiFi on Windows 11. Note that if the WiFi you’re connecting to is password protected, you will first need to know the password to connect.
Using the Taskbar
- Click the network icon on the taskbar.
- Next to the WiFi symbol, click the right arrow button.
- In the list of networks, choose the network you want to connect to and click it. A small drop-down menu will appear. Click Connect.
- If you want to connect to this network in the future automatically, check the box next to Connect automatically.
- If required, type the network password in the “Enter the network security key“ field and click Next. Your computer will now connect to the network.
Using Settings
- Click the Start button, then press the Settings icon.
- Go to Network & internet > Wi-Fi.
- Click Manage known networks.
- Click the Add network button.
- A pop-up window appears. In the Network name section, type the name of your network. In the Security type section, select the WiFi security type used by your network – for home WiFi, this is typically WPA2-Personal. After choosing the security type, the Security key field will appear. In this field, type the network password.
- You can configure two optional settings: Connect automatically and Connect even if the network is not broadcasting. Choose whether you want to use these features, then click Save.
Using Control Panel
- Type “control panel” into the search field, then click the Control Panel app in the search results.
- Under Network and Internet, click the View network status and tasks link.
- Click Set up a new connection or network.
- A pop-up window appears. Click Manually connect to a wireless network, then click Next.
- Fill out the necessary information for your network. In the Network name field, type the name of your network. In the Security type section, select the WiFi security type used by your network, usually WPA2-Personal, and type the network password in the Security key field.
- Click Next, then Close.
Using Command Prompt
- Type “command prompt” into the search field. Right-click the Command Prompt app in the search results and select Run as administrator.
- Type the following command into the Command Prompt window and press Enter.
netsh wlan show profile
This command will list all the WiFi networks that your computer has saved.
- To connect to one of these networks, type the following command and press Enter.
netsh wlan connect name=(WIFI name) SSID=(SSID Name)
Replace “(WIFI name)” and “(SSID Name)” with the name and SSID of your network, respectively. Your computer will now connect to the network.