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

This tutorial will show you how to turn Wake on LAN (WOL) on or off for your network adapters in Windows 11.

What is Wake on LAN?

Wake on LAN (WOL) is a feature that wakes up your computer from sleep mode. It works when your network adapter detects a WOL event, such as a magic packet sent over the network.

Why Use Wake on LAN?

WOL lets you turn on your computer remotely using another device on your network. This is useful if you want to access your computer without walking over to turn it on manually.

Note: You may need to disable Fast Startup for Wake on LAN to work properly. You must be signed in as an administrator to enable or disable Wake on LAN. Low Power for Wake on LAN – Windows drivers Wake On LAN for Surface devices – Surface Enabling Wake-on-LAN

Option One: Enable or Disable Wake on LAN in UEFI Firmware Settings

This option is needed to turn on WOL for Ethernet adapters built into your motherboard. WOL is usually turned on by default in UEFI.

  1. Boot into your UEFI Firmware Settings.
  2. Find and enable or disable the Power On By PCI-E or WOL (Wake-on-LAN) setting based on what you want.

    The Power On By PCI-E setting is usually in the Advanced tab > Advanced\APM Configuration for some motherboards. For other motherboards, this setting may be in the Power or Power Management tab.

  3. When finished, select Exit and save your changes.
  4. You will also need to follow one of the options below to turn Wake on LAN on or off in Windows 11.

Option Two: Enable or Disable Wake on LAN in Settings

If you are turning on WOL for an Ethernet adapter on your motherboard, make sure you first completed Option One.

  1. Open Settings.
  2. Click on Network & internet on the right side, then click Advanced network settings on the right side.
  3. Click on the Ethernet adapter you want to change to expand it.
  4. Click the Edit button for More adapter options.
  5. You can close Settings now if you like.
  6. Click Configure in properties.
  7. Follow these steps:

    • Click the Advanced tab.

    • Select Wake on Magic Packet (if available) in the Property list.

    • Select Enabled (default) or Disabled based on what you want.

  8. Follow these steps:

    • Click the Power Management tab.

    • Check Allow the computer to turn off this device to save power.

    • Check (enable – default) or uncheck (disable) Allow this device to wake the computer based on what you want.

    • Check or uncheck (default) Only allow a magic packet to wake the computer based on what you want. Only allow a magic packet to wake the computer will be grayed out if you unchecked Allow this device to wake the computer.

    • Click OK.

windows 11 wake on magic packge enable

Option Three: Enable or Disable Wake on LAN in Device Manager

If you are turning on WOL for an Ethernet adapter on your motherboard.

  1. Open Device Manager by typing devmgmt.msc in the search bar.
  2. Expand Network adapters in Device Manager. Double-click on the network adapter you want to change. This opens its properties page.
  3. Follow these steps:

    • Click the Advanced tab.

    • Select Wake on Magic Packet (if available) in the Property list.

    • Select Enabled (default) or Disabled based on what you want.

  4. Follow these steps:

    • Click the Power Management tab.

    • Check Allow the computer to turn off this device to save power.

    • Check (enable – default) or uncheck (disable) Allow this device to wake the computer based on what you want.

    • Check or uncheck (default) Only allow a magic packet to wake the computer based on what you want. Only allow a magic packet to wake the computer will be grayed out if you unchecked Allow this device to wake the computer.

    • Click OK.

Option Four: Enable or Disable Wake on LAN in Network and Sharing Center

If you are turning on WOL for an Ethernet adapter on your motherboard.

  1. Open Control Panel (icons view) and click the Network and Sharing Center icon.
  2. Click the Change adapter settings link on the left side of the Network and Sharing Center.
  3. Right-click on the Ethernet network adapter you want to change, and click Properties.
  4. Click Configure in properties.
  5. Follow these steps:

    • Click the Advanced tab.

    • Select Wake on Magic Packet (if available) in the Property list.

    • Select Enabled (default) or Disabled based on what you want.

  6. Follow these steps:

    • Click the Power Management tab.

    • Check Allow the computer to turn off this device to save power.

    • Check (enable – default) or uncheck (disable) Allow this device to wake the computer based on what you want.

    • Check or uncheck (default) Only allow a magic packet to wake the computer based on what you want. Only allow a magic packet to wake the computer will be grayed out if you unchecked Allow this device to wake the computer.

    • Click OK.

Option Five: Enable Wake on LAN Using Command

⚠️ Requires Admin Privileges

If you are turning on WOL for an Ethernet adapter on your motherboard.

  1. Open Windows Terminal as Administrator, and select either Windows PowerShell or Command Prompt.
  2. Copy and paste the command below into Windows Terminal, and press Enter. This shows a list of all devices that can be set to wake the computer.

    powercfg -devicequery wake_programmable

  3. Write down the name of the Ethernet adapter
  4. Type the command below into Windows Terminal, and press Enter.

    powercfg -deviceenablewake "Device name"

    Replace Device name in the command above with the actual device name
  5. You can close Windows Terminal now if you like.

Option Six: Disable Wake on LAN Using Command

⚠️ Requires Admin Privileges

  1. Open Windows Terminal as Administrator, and select either Windows PowerShell or Command Prompt.
  2. Copy and paste the command below into Windows Terminal, and press Enter. This shows a list of all devices that are set to wake the computer.

    powercfg -devicequery wake_armed

  3. Write down the name of the Ethernet adapter
  4. Type the command below into Windows Terminal, and press Enter.

    powercfg -devicedisablewake "Device name"

    Replace Device name in the command above with the actual device name
  5. You can close Windows Terminal now if you like.

Summary

Wake on LAN (WOL) lets you turn on your computer from another device on your network. You can enable or disable WOL using six different methods: UEFI firmware settings, Windows Settings, Device Manager, Network and Sharing Center, or command-line tools. Most motherboards have WOL enabled by default in UEFI. If you use Settings, Device Manager, or Network and Sharing Center, you can control which devices wake your computer and whether to allow magic packets only. For command-line users, you can use simple PowerShell or Command Prompt commands to enable or disable WOL quickly. Choose the method that works best for you.

Categories:

Tags:

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

  1. […] can also configure a Windows PC to wake up when there is network activity, but not all PCs support Waking on […]

  2. […] a PC supports it, the Wake-On-LAN feature is a better option to wake it up and connect to it remotely. It comes ready to use with some network adapters and Windows systems. If a PC does not support […]

Leave a Reply to How to Enable Wake Timers in Windows 11 - Geek Rewind Cancel reply

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