How to Restart a Network Adapter in Windows 11
Restarting the network adapter can fix slow or dropped internet connections on Windows 11. This guide offers simple methods to perform the restart.
Restart your network adapter by clicking the Network icon and toggling Wi-Fi off and on. Alternatively, go to Network Connections, find your adapter, disable it, then enable it again. For a command-line option, use PowerShell to restart the adapter by name.
What is a Network Adapter?
A network adapter, a computer hardware component connecting to the internet or other networks, is sometimes called a network card or NIC. Restarting this network adapter means turning the hardware off and then back on. This action clears out minor issues that may have accumulated.
Why Restart the Network Adapter?
Restarting your network adapter fixes common connection problems. It resets your network settings and clears temporary errors that slow down or stop your internet.
How to Restart Your Network Adapter
Method 1Turn Wi-Fi Off and On
Turning your Wi-Fi off and then back on is the easiest way to restart your network adapter in Windows 11 and can fix many common internet connection problems. This simple step clears up small glitches that might be slowing down your connection without needing to look through complicated settings.
- Click the Network icon in the lower-right corner of your screen near the clock.
- Click the Wi-Fi button to turn it off.
- Wait a few seconds, then click it again to turn Wi-Fi back on.
Here’s a helpful video showing how to do this step by step:
%📂%SC0%%
Method 2Disable and Enable Your Network Adapter
You can restart your network adapter in Windows 11 by turning it off and then back on using the Network Connections settings. This process helps Windows reset the adapter, which can fix ongoing connection issues when simply toggling Wi-Fi doesn’t work.
- Press the Windows key + X and select Network Connections.
- Click Advanced network settings.
- Under More settings, click Network adapters.
- Find your network adapter like “ Wi-Fi”, click it, then click Disable.
- Wait a few seconds, then click Enable to turn it back on.
More detailed steps can be found here: How to Disable or Enable a Network Adapter in Windows 11
Method 3 Restart the Network Adapter Using PowerShell
Restarting your network adapter in Windows 11 using PowerShell gives you more control and can fix tricky connection problems. This method involves opening PowerShell as an administrator and using specific commands to reset your network hardware when other methods don’t help.
If you like using commands, you can restart your network adapter with PowerShell:
- Press Windows key + S, type PowerShell, right-click it, and choose Run as administrator.
- Type this command to see all your network adapters:
Get-NetAdapter | Format-Table -AutoSize - Look for the name of the adapter you want to restart like “ Wi-Fi”.
- Then type this command and replace Wi-Fi with your adapter’s name:
Restart-NetAdapter -Name "Wi-Fi"
Here’s an example screenshot showing the list of network adapters:

Summary
Restarting your network adapter in Windows 11 is an important step to fix internet problems by clearing small errors that cause slow or dropped connections. You can easily turn Wi-Fi off and on, disable and enable the adapter in settings, or use PowerShell commands for a more advanced reset.
- Turn Wi-Fi off and on from the Network icon.
- Disable and enable the adapter through Network settings.
- Use PowerShell commands for a quick restart if you’re comfortable with typing commands.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!