Windows

How to Refresh Wi-Fi Networks in Windows 11

Richard
Written by
Richard
Feb 4, 2026 Updated Apr 1, 2026 2 min read
How to Refresh Wi-Fi Networks in Windows 11

Is your computer not showing all the Wi-Fi networks around you? Don’t worry! This guide will show you simple ways to refresh (or rescan) the list of Wi-Fi networks on your Windows 11 PC.

What is Wi-Fi?

Wi-Fi lets your computer connect to the internet wirelessly — no cables needed! You can see a list of Wi-Fi networks nearby and connect to any you have the password for.

Why Refresh Your Wi-Fi List?

Sometimes, your computer might not show all Wi-Fi networks right away. Instead of waiting, you can refresh the list to see if new networks appear. This is helpful if you just turned on a Wi-Fi hotspot or moved to a new location.

How to Refresh Wi-Fi Networks Using Quick Settings

  1. Open Quick Settings: Press Win + A on your keyboard. This opens a small panel with quick access buttons.
  2. Find the Wi-Fi Section: Look for the Wi-Fi icon in Quick Settings. Click the arrow next to it labeled Manage Wi-Fi connections.
  3. Click the Refresh Button: In the Wi-Fi list that opens, click the Refresh button to rescan for available networks.
Opening Manage Wi-Fi Connections in Quick Settings on Windows 11

Wi-Fi refresh button in Windows 11

How to Refresh Wi-Fi Networks Using Windows Terminal

If you like using commands, here’s another way to refresh your Wi-Fi list:

  1. Open Open Windows Terminal by searching for it in the Start menu.
  2. Choose the PowerShell tab (usually the default).
  3. Type or copy-paste one of these commands and press Enter:
PowerShell
Get-Service wlansvc | Restart-Service

OR

💻Code
Restart-Service -Force -Name "wlansvc"

If you want to use the Command Prompt tab inside Windows Terminal, try this:

💻Code
PowerShell "Get-Service wlansvc | Restart-Service"

OR

💻Code
PowerShell Restart-Service -Force -Name "wlansvc"

This will restart the Wi-Fi service and refresh the list of available networks.

Summary

  • Refreshing the Wi-Fi list helps you find networks that might not show up right away.
  • Windows 11’s Quick Settings now has a simple refresh button to scan for networks again.
  • You can also refresh Wi-Fi networks by restarting the Wi-Fi service using Windows Terminal commands.
  • Try these steps whenever you want to see the latest Wi-Fi networks around you!

If this guide helped you, or if you have other tips, please share your thoughts in the comments below!

Frequently Asked Questions

What is Wi-Fi?

Wi-Fi lets your computer connect to the internet wirelessly — no cables needed! You can see a list of Wi-Fi networks nearby and connect to any you have the password for.

Why Refresh Your Wi-Fi List?

Sometimes, your computer might not show all Wi-Fi networks right away. Instead of waiting, you can refresh the list to see if new networks appear.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2469 articles → Twitter

📚 Related Tutorials

How to Customize Quick Settings in Windows 11
Windows How to Customize Quick Settings in Windows 11
How to Change Windows Terminal Language in Windows 11
Windows How to Change Windows Terminal Language in Windows 11

Leave a Reply

Your email address will not be published. Required fields are marked *