Windows

How to Enable or Disable Wake on LAN (WOL) in Windows 11

Richard
Written by
Richard
Aug 21, 2021 Updated Apr 28, 2026 5 min read

This guide explains how to turn the Wake on LAN (WOL) feature on or off for your network adapter in Windows 11.

What is Wake on LAN?

Wake on LAN (WOL) is a feature that turns your computer on from a low-power state using a signal sent over your network. This signal is called a Magic Packet.

Why use it? It allows you to access your PC remotely without needing to be in the same room.

What happens when done? Your computer wakes up and becomes ready for use as if you had pressed the power button.

Note: You may need to turn off “Fast Startup” for this to work. You must be signed in as an administrator to change these settings. Low Power for Wake on LAN – Windows drivers Wake On LAN for Surface devices – Surface Enabling Wake-on-LAN

Option One: UEFI Firmware Settings

You may need to change this setting to allow your motherboard to use WOL. It is usually on by default.

  1. Restart your computer and enter your UEFI or BIOS settings.
  2. Look for a setting named “Power On By PCI-E” or “Wake-on-LAN.” This is often found under an “Advanced” or “Power” tab.
  3. Save your changes and exit the menu.

Option Two: Settings App

Requires admin privileges.

  1. Open Settings.
  2. Go to Network & internet and select Advanced network settings.
  3. Click on your Ethernet adapter to expand it, then click Edit next to “More adapter options.”
  4. Click the Configure button.
  5. Under the Advanced tab, find “Wake on Magic Packet” and set it to Enabled or Disabled.
  6. Under the Power Management tab, check the box to “Allow the computer to turn off this device to save power.”
  7. Check or uncheck the box for “Allow this device to wake the computer” based on your preference. Click OK.
Advanced network settings menu for configuring Windows 11 network adapters
windows 11 wake on magic packge enable
Edit button within Windows 11 network adapter settings menu
Configure button for network adapter properties in Windows 11
Wake on Magic Packet setting inside network adapter configuration menu
Allow this device to wake the computer checkbox in Windows 11

Option Three: Device Manager

Requires admin privileges.

  1. Type devmgmt.msc into the search bar and press Enter.
  2. Expand the Network adapters section and double-click your adapter.
  3. Follow the same steps in the Advanced and Power Management tabs as described in Option Two.
Network adapter properties window accessed via Windows 11 Device Manager
Enabling Wake on Magic Packet feature for Windows 11 network adapter

Option Four: Network and Sharing Center

Requires admin privileges.

  1. Open the Control Panel and select Network and Sharing Center.
  2. Click Change adapter settings on the left.
  3. Right-click your network adapter and select Properties.
  4. Click Configure and repeat the steps from Option Two.
Change adapter settings link in Windows 11 network control panel

Option Five: Enable via Command Line

Requires admin privileges.

  1. Open Windows Terminal as an administrator.
  2. Run this command to see your network devices: powercfg -devicequery wake_programmable
  3. Note the name of your Ethernet adapter.
  4. Run this command to enable it (replace “Device name” with your actual adapter name): powercfg -deviceenablewake "Device name"

Option Six: Disable via Command Line

Requires admin privileges.

  1. Open Windows Terminal as an administrator.
  2. Run this command to see your current settings: powercfg -devicequery wake_armed
  3. Run this command to disable it (replace “Device name” with your actual adapter name): powercfg -devicedisablewake "Device name"

WOL Methods Comparison

MethodBest ForDifficulty
BIOS/UEFIHardware-level controlMedium
Device ManagerQuick OS changesEasy
Command LineAdvanced users/ScriptsHigh

Troubleshooting: Why Won’t My PC Wake?

If your computer stays asleep, check these common issues:

  • Fast Startup: This Windows feature can block WOL. Disable it in Control Panel > Power Options > Choose what the power buttons do.
  • Network Drivers: Ensure your Ethernet controller drivers are updated.
  • Power Management: Verify the Power Management tab settings in your network adapter properties.
  • BIOS Settings: Ensure the S3/S4/S5 sleep states are configured to allow wake events.

How to Send a Magic Packet

To test if your setup works, use a tool like WakeMeOnLan by NirSoft. This utility allows you to scan your network and send the necessary packet to wake your target machine. Simply run the tool, select your PC, and click the wake button.

Summary

Wake on LAN is a powerful tool for remote access. By configuring your BIOS, disabling Fast Startup, and ensuring your network adapter settings are correct, you can wake your PC from anywhere. If you run into trouble, verify your power management settings and ensure your Ethernet cable is connected. Use the command-line options for quick, administrative control over your wake states.

Does Wake on LAN work over Wi-Fi?

Generally, no. Most network adapters require a wired Ethernet connection to listen for a Magic Packet while the computer is in a sleep state. While some modern Wi-Fi cards support ‘Wake on Wireless LAN,’ it is rarely reliable compared to a standard Ethernet connection.

Why does Wake on LAN stop working after a Windows update?

Windows updates often reset network adapter drivers or power management settings to their defaults. If an update occurs, check your Network adapter properties again to ensure the ‘Allow this device to wake the computer’ box remains checked and that the driver has not been replaced by a generic version.

What is the difference between S3 and S5 wake states?

S3 is ‘Sleep’ mode, where data is saved to RAM. S5 is ‘Soft Off,’ where the computer is shut down but still receives a tiny amount of power. WOL usually works in S3, but S5 requires specific BIOS support to keep the network card active while the system is off.

Do I need a static IP for Wake on LAN?

You do not strictly need a static IP for local network wake-ups. However, if you are waking your PC from outside your home network, a static IP or a Dynamic DNS service is highly recommended so your router knows exactly which device to send the Magic Packet to.

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.

2 responses to “How to Enable or Disable Wake on LAN (WOL) in Windows 11”

Leave a Reply

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

Exit mobile version