How To Wake A PC Automatically In Windows 11

Leaving your Windows 11 computer in sleep mode saves power, but it also means you have to walk over and tap a key every time you need it running — whether that’s for a scheduled backup, an overnight download, or a remote desktop session. The good news is that Windows 11 has several built-in features that let you wake your PC automatically at a set time or in response to a network signal, without you touching the keyboard at all.

In this guide, you’ll learn how to configure automatic wake-up using Task Scheduler, BIOS/UEFI wake timers, Wake-on-LAN (WOL), and Windows Power Options — plus how to troubleshoot the most common reasons a scheduled wake fails to work. Whether you want your PC to switch on for a nightly backup routine or to be remotely accessible the moment you need it, one of these five methods will get the job done.

Why Would You Want Your PC to Wake Up Automatically?

Before diving into the tutorial, it helps to know when this feature is actually useful:

  • Scheduled backups and updates – Wake the PC at 2 AM, run a backup task, and let it go back to sleep.
  • Remote access – Wake a home PC over the network so you can access it via Remote Desktop while you’re away.
  • Automated downloads or renders – Wake the machine to finish a long-running task overnight.
  • Antivirus and maintenance scans – Trigger scans during off-hours without keeping the PC on all the time.

Now let’s get into the methods.

Before You Start: Enable Wake Timers in Power Options

Windows 11 has a global switch that determines whether any scheduled task or timer is allowed to wake the computer. If this is turned off, none of the methods below will work, so check it first.

  1. Press Windows key + R, type powercfg.cpl, and press Enter.
  2. Click Change plan settings next to your active power plan.
  3. Click Change advanced power settings.
  4. In the window that opens, expand Sleep, then expand Allow wake timers.
  5. Set both On battery and Plugged in to Enable.
  6. Click Apply, then OK.

With wake timers enabled at the OS level, you can now use any of the following methods.

Method 1: Wake the PC Using Task Scheduler

This is the most flexible and commonly used method because it lets you tie a wake event to a specific time, day, or recurring schedule — and even attach an action (like running a backup script) to it.

Step-by-Step Tutorial

  1. Open the Start menu, search for Task Scheduler, and open it.
  2. In the right-hand pane, click Create Task (not “Create Basic Task,” since the basic wizard hides the wake option).
  3. Under the General tab, give the task a name, such as “Auto Wake PC.”
  4. Select Run whether user is logged on or not, and check Run with highest privileges.
  5. Switch to the Triggers tab and click New.
  6. Set Begin the task to On a schedule, then choose Daily, Weekly, or One time, and set your preferred wake time.
  7. Click OK to save the trigger.
  8. Switch to the Actions tab and click New. You need an action here even if it’s a placeholder — Task Scheduler requires at least one action to save the task. You can point it to a simple executable like cmd.exe, or better yet, to a backup script or maintenance batch file you want to run once the PC wakes.
  9. Switch to the Conditions tab. Under Power, check the box labeled Wake the computer to run this task. This is the setting that actually triggers the wake-up.
  10. Click OK, then enter your account password if prompted, to save the task.

Your PC will now wake up automatically at the scheduled time, even from Sleep mode, and immediately execute the action you defined.

Tip: Testing the Task

To confirm it works, set the trigger time to two or three minutes in the future, put the PC to sleep manually, and wait. If configured correctly, the screen should turn on right at the scheduled time.

Method 2: Enable Wake Timers via BIOS/UEFI (RTC Wake)

Some motherboards support a Real-Time Clock (RTC) Wake or Resume by Alarm feature directly in the BIOS/UEFI firmware. This works independently of Windows and is useful if you want the PC to power on from a fully shut-down state, not just Sleep.

Step-by-Step Tutorial

  1. Restart your PC and enter the BIOS/UEFI setup by pressing the manufacturer-specific key during boot (commonly Del, F2, F10, or Esc — check your motherboard manual if unsure).
  2. Navigate to the Power Management section (naming varies: it might be under Power, Advanced, or Boot).
  3. Look for an option called RTC Alarm, Wake on RTC, Resume by Alarm, or Power On by RTC.
  4. Enable the option, then set the specific date/time or recurring daily time you want the PC to power on.
  5. Save changes and exit (usually F10).

Notes

  • Not all motherboards include this feature — it’s more common on desktop boards than on laptops.
  • RTC wake will power the PC on from a shutdown state, which is different from waking it from Sleep, so use whichever combination (Task Scheduler + Sleep, or RTC + Shutdown) fits your use case.

Method 3: Wake-on-LAN (WOL) for Remote Wake-Up

If you want to wake your PC from another device over your network — for example, waking your home desktop from your laptop before starting a Remote Desktop session — Wake-on-LAN is the method you need. WOL sends a special “magic packet” over the network to the PC’s network adapter, which triggers it to power on.

Step 1: Enable WOL in the Network Adapter Settings

  1. Right-click the Start button and select Device Manager.
  2. Expand Network adapters and double-click your active adapter (usually an Ethernet adapter — WOL support over Wi-Fi is far less reliable).
  3. Go to the Power Management tab and check Allow this device to wake the computer. If available, also check Only allow a magic packet to wake the computer for security.
  4. Go to the Advanced tab, find an entry named Wake on Magic Packet (naming can vary by manufacturer), and set its value to Enabled.
  5. Click OK.

Step 2: Enable WOL in BIOS/UEFI

  1. Restart and enter BIOS/UEFI setup as described in Method 2.
  2. Look for Wake on LAN, Power On by PCI-E/PCI, or similarly named setting under Power Management.
  3. Enable it, then save and exit.

Step 3: Disable Fast Startup

Fast Startup can interfere with WOL because it puts the PC into a hybrid shutdown state rather than a true shutdown.

  1. Open Control Panel and go to Power Options.
  2. Click Choose what the power buttons do.
  3. Click Change settings that are currently unavailable.
  4. Uncheck Turn on fast startup (recommended).
  5. Click Save changes.

Step 4: Send the Magic Packet

Once configured, you’ll need a WOL app on the sending device (phone or another PC) — many free options exist on the Microsoft Store and mobile app stores. To use one, you’ll typically need:

  • The target PC’s MAC address (find it by running getmac in Command Prompt).
  • The target PC’s local or public IP address, depending on whether you’re waking it from inside or outside your network.

Enter these details into the WOL app and send the wake packet. If everything is configured correctly, the PC will power on within a few seconds.

Note: Waking a PC over the internet (not just your local network) usually requires port forwarding on your router, since routers don’t forward broadcast magic packets by default.

Method 4: Use Windows Settings to Adjust Sleep and Wake Behavior

While this doesn’t create a wake schedule on its own, adjusting these settings ensures your other wake methods behave predictably.

  1. Go to Settings > System > Power & battery.
  2. Under Screen and sleep, review your sleep timers — a shorter sleep timer combined with a wake schedule can create unwanted wake/sleep cycling, so choose values that make sense for your use case.
  3. Optionally, go to Settings > System > Power & battery > Sleep settings and disable Wake locks for apps you don’t want interrupting your wake schedule.

This step is mostly about avoiding conflicts rather than enabling a new wake mechanism.

Method 5: Use a Third-Party Scheduling Utility

If Task Scheduler feels too technical, several lightweight third-party tools can simplify wake scheduling with a friendlier interface, including options that combine scheduled wake, sleep, and shutdown into a single dashboard. These tools still rely on the same underlying Windows wake-timer APIs, so Method 1’s Power Options step above is still required for them to work. This route is worth considering if you want to manage multiple scheduled actions (wake, run task, sleep again) without manually configuring Task Scheduler triggers each time.

Troubleshooting: Why Your PC Isn’t Waking Up on Schedule

If you’ve followed the steps above and your PC still isn’t waking automatically, check these common culprits:

  • Wake timers disabled in Power Options — Revisit the first section of this guide.
  • Fast Startup enabled — This can block Wake-on-LAN specifically; disable it as shown in Method 3.
  • USB selective suspend — Under Advanced power settings > USB settings, disable USB selective suspend setting, since this can affect wake reliability on some systems.
  • Outdated network or chipset drivers — Update these via Device Manager or the manufacturer’s website, especially for Wake-on-LAN issues.
  • BIOS wake settings not saved properly — Some BIOS versions reset custom settings after a firmware update; double-check after any BIOS update.
  • Router blocking broadcast packets — For Wake-on-LAN across networks, confirm port forwarding is correctly configured for the WOL port (commonly UDP 7 or 9).

You can also check the Event Viewer (search for it in Start) under Windows Logs > System to see the recorded reason for the last wake event, which helps confirm whether the wake was triggered as expected.

Frequently Asked Questions

1. Why does my Windows 11 PC wake up immediately after going to sleep?

This usually happens when a scheduled task, USB device, or network adapter is set to wake the computer and something is inadvertently triggering it — for example, mouse movement sensitivity, a background app requesting a wake lock, or a Task Scheduler trigger set incorrectly. Check Power Options > Advanced settings and review any tasks with “Wake the computer to run this task” enabled, and consider disabling USB selective suspend to rule out peripheral-related wake-ups.

2. Does Wake-on-LAN work over Wi-Fi?

It can, but it’s much less reliable than a wired Ethernet connection because Wi-Fi adapters typically power down more aggressively to save battery, and many wireless chipsets don’t fully support magic packet detection while asleep. If you plan to rely on Wake-on-LAN regularly, a wired connection is strongly recommended.

3. Can I wake my PC automatically from a fully shut-down state, not just Sleep?

Yes — this requires enabling RTC Wake or Wake on LAN directly in the BIOS/UEFI (Methods 2 and 3 above), since Task Scheduler’s wake option only works when the PC is asleep or hibernating, not powered off completely.

4. Is it safe to leave wake timers enabled all the time?

Yes, it’s safe, but it can slightly increase power consumption since the PC periodically wakes to check for scheduled events, and it may also drain a laptop battery faster if scheduled wakes happen while unplugged. If you only need automatic wake occasionally, it’s worth disabling wake timers again afterward via Power Options.

Conclusion

Waking a Windows 11 PC automatically is easier than most people expect once you know which setting controls what. Task Scheduler is the best all-around method for time-based wake-ups tied to a specific action, BIOS/UEFI RTC wake is ideal if you need the PC to power on from a full shutdown, and Wake-on-LAN is the go-to solution for waking a machine remotely over your network.

Whichever method you choose, always make sure wake timers are enabled in Power Options first, and disable Fast Startup if you’re using Wake-on-LAN — these two steps resolve the vast majority of wake-up issues. With the right combination configured, your PC can be ready and waiting exactly when you need it, without you lifting a finger.

Related Articles

Popular Categories