Skip to content

How to Restart a Network Adapter in Windows 11

Richard
Written by
Richard
Jan 30, 2026 Updated Apr 2, 2026 2 min read
How to Restart a Network Adapter in Windows 11

Is your internet connection slow or dropping out? Restarting your network adapter might be the fix you need. This guide shows you easy ways to do it on Windows 11.

⚡ Quick Answer

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 is hardware inside your computer that connects you to the internet or other networks. It’s sometimes called a network card or NIC. When you restart it, you’re turning it off and back on. This clears out small problems that may have built up.

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 on is the fastest way to restart your network adapter in Windows 11 and fix common internet issues.

  1. Click the Network icon in the lower-right corner of your screen near the clock.
  2. Click the Wi-Fi button to turn it off.
  3. 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 disabling it in Network Connections and then enabling it again.

  1. Press the Windows key + X and select Network Connections.
  2. Click Advanced network settings.
  3. Under More settings, click Network adapters.
  4. Find your network adapter like “ Wi-Fi”, click it, then click Disable.
  5. 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

For those comfortable with commands, you can restart your network adapter in Windows 11 using PowerShell with administrator privileges.

If you like using commands, you can restart your network adapter with PowerShell:

  1. Press Windows key + S, type PowerShell, right-click it, and choose Run as administrator.
  2. Type this command to see all your network adapters:

    Get-NetAdapter | Format-Table -AutoSize
  3. Look for the name of the adapter you want to restart like “ Wi-Fi”.
  4. 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:

List of network adapters in Windows PowerShell

Summary

Restarting your network adapter is a simple fix for internet problems in Windows 11, clearing small errors that might be slowing you down.

  • 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.

By following these simple steps, you can quickly improve your network connection and get back online without hassle.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
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.

No comments yet — be the first to share your thoughts!

Leave a Comment

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

Exit mobile version