Skip to content
Follow
Windows

How to Automatically Disable Wi-Fi on Windows 11 with Ethernet

Richard
Written by
Richard
Aug 27, 2021 Updated Jul 11, 2026 3 min read
How to Automatically Disable Wi-Fi on Windows 11 with Ethernet
How to Automatically Disable Wi-Fi on Windows 11 with Ethernet

Automatically disable Wi-Fi on Windows 11 when you connect an Ethernet cable with this guide.

⚡ Quick Answer

To automatically disable Wi-Fi on Windows 11 when using Ethernet, enable the “Disable Upon Wired Connect” setting in your Wi-Fi adapter’s properties or use PowerShell commands. This ensures your computer prioritizes the wired connection and saves battery.

Why disable Wi-Fi when using Ethernet?

When you plug in an Ethernet cable, your computer automatically uses that wired connection for internet access. However, your Wi-Fi often stays active in the background, potentially draining your battery and causing connection hiccups. Keeping Wi-Fi off while wired helps your computer run more efficiently.

What happens when done?

Windows 11 automatically disables your Wi-Fi when it detects a wired Ethernet cable. This automatic shutdown saves battery life and ensures you use the more reliable Ethernet connection without confusion.

Quick Summary: To automatically disable Wi-Fi on Windows 11 when using Ethernet, you can adjust your network adapter settings in Device Manager or use PowerShell scripts. This ensures your computer prioritizes the stable wired connection, saves battery, and prevents network conflicts.

Method 1Using Network Adapter Settings (Requires Admin)

You can automatically disable Wi-Fi on Windows 11 when you plug in an Ethernet cable by changing a specific setting within your network adapter’s properties. This method requires administrator rights on your computer to make the necessary adjustments to your network settings.

Open System Settings by pressing Windows key + I, or by clicking Start then Settings.

Windows 11 Start menu settings screen for network configuration
windows 11 start settings

Once the Settings window appears, click on Network & internet. Next, choose Advanced network settings from the right-hand side.

Advanced network settings menu within Windows 11 system settings
windows 11 advanced network settings

On the following screen, click More network adapter options.

More network adapter options link in Windows 11 settings
windows 11 more network adapter options

The Network Connections window shows your computer’s network adapters. Right-click the Wi-Fi adapter icon and select Properties to access its configuration options.

Wi-Fi network connection properties window on Windows 11
windows 11 wifi connection properties

Then, click the Configure button in the window that appears.

Configure button inside the Wi-Fi connection properties dialog box
windows 11 wiifi connection configure button
💡Tip
The "Disable Upon Wired Connect" setting controls automatic Wi-Fi deactivation on Windows 11 when an Ethernet cable connects. Users find this setting within a new window by scrolling through the list of options. Changing the value to "Enabled" turns off Wi-Fi automatically with Ethernet. To revert this, follow the same steps and select "Disabled" instead.
Enabling Disable Upon Wired Connect setting in Windows 11
windows 11 disable upon wired connect enabled updated

Click OK to save your changes and close the windows.

Method 2Automating with PowerShell

If you’re comfortable with more technical steps, you can automatically disable Wi-Fi on Windows 11 when an Ethernet cable is connected using PowerShell commands.

💻Code
Disable-NetAdapter -Name "Wi-Fi" -Confirm:$false

To re-enable it , use:

💻Code
Enable-NetAdapter -Name "Wi-Fi"

More details on managing these settings are available in the official Microsoft documentation.

Why does 🪟 Windows 11 automatically turn Wi-Fi back on?

Windows 11 automatically turns Wi-Fi back on when you disconnect Ethernet to make sure you don’t lose your internet connection, as its main goal is to keep you online.

Summary

To automatically disable Wi-Fi on Windows 11 when using Ethernet, you can either use the network adapter settings or PowerShell scripts. This helps save battery and ensures your computer uses the more stable wired connection.

How do I permanently disable Wi-Fi on 🪟 Windows 11?

Wi-Fi can be permanently disabled by opening Device Manager, locating your wireless network adapter, right-clicking it, and selecting Disable device. This stops the hardware from functioning until it’s manually re-enabled. This is useful if you never intend to use wireless connections on your desktop computer.

Does disabling Wi-Fi improve Ethernet connection stability?

Yes, disabling Wi-Fi when using an Ethernet cable improves connection stability. It stops Windows from switching between networks and ensures all your internet traffic uses the more reliable wired connection.

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.

📚 Related Tutorials

How to Turn On or Off Wi-Fi in Windows 11
Windows How to Turn On or Off Wi-Fi in Windows 11
How to Save Battery Life Using Energy Saver in Windows
Windows How to Save Battery Life Using Energy Saver in Windows
Enable or Disable Windows 11 Network Adapter
Windows Enable or Disable Windows 11 Network Adapter
How to Enable or Disable the Touch Keyboard in Windows 11
Windows How to Enable or Disable the Touch Keyboard in Windows 11

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

Leave a Comment

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