Skip to content
Follow
Windows

How to Schedule Automatic Shutdown on Windows 11

Richard
Written by
Richard
Aug 26, 2021 Updated Jul 14, 2026 3 min read
How to Schedule Automatic Shutdown on Windows 11
How to Schedule Automatic Shutdown on Windows 11

Scheduling an automatic shutdown on Windows 11 lets you set your PC to turn itself off at a specific time.

This Windows 11 feature helps manage your computer’s power. You can automate when your PC shuts down, like every night at 11:00 PM, which is great for saving energy and ensuring your computer doesn’t stay on all night.

It’s a simple way to build a consistent habit of turning off your computer. Just remember to save any work before the scheduled shutdown time, as it will close all open programs.

⚡ Quick Answer

Schedule automatic shutdowns on Windows 11 using Task Scheduler. Open Task Scheduler, create a new task, set a daily trigger for your desired shutdown time, and configure the action to run shutdown.exe with the /s argument. Ensure you wake the computer if needed.

Method 1Using the Run Dialog (Quick Shutdown Timer)

Looking for a quick shutdown timer? The Run dialog is your best bet.

  1. Press ⊞ Win+R on your keyboard.
  2. Type shutdown -s -t 3600 and press Enter. (3600 represents seconds, so this will shut down in one hour).
  3. A notification will appear telling you when the PC will turn off.

How to cancel a scheduled shutdown

If you change your mind, you can stop the timer instantly.

  1. Press ⊞ Win+R.
  2. Type shutdown /a and press Enter.
  3. The scheduled shutdown will be aborted immediately.

Method 2Using Task Scheduler for Daily Automation

You can set up Windows 11 for automatic shutdown every single day using the built-in Task Scheduler. This tool lets you tell your computer exactly when to turn itself off, so you won’t need to do anything.

First, click your Start menu and search for "Task Scheduler."

Windows 11 Task Scheduler interface for scheduling tasks
windows 11 task scheduler

When the app opens, select "Task Scheduler Library" on the left. Then, on the right side of the window, click "Create Task."

Scheduled shutdown settings for Windows 11
schedule shutdown windows 11

A new window will appear. Follow these steps:

  • On the General tab, type a name for your task.
  • Select "Run whether the user is logged on or not."
  • Check the box for "Run with highest privileges" (This step requires admin privileges).
  • Set "Configure for" to "Windows 10 or Windows 11."
Steps to schedule computer shutdown in Windows 11
schedule computer shutdown in windows 11 updated

Next, click the Triggers tab and click the "New" button.

Shutdown triggers settings in Windows 11 Task Scheduler
schedule windows 11 shutdown triggers

In the new window:

  • Set the task to begin "On a schedule."
  • Select "Daily."
  • Pick your preferred time.
  • Make sure the "Enabled" box at the bottom is checked.
  • Click OK.
Task Scheduler setup for Windows 11 shutdown
windows task schedule to shutdown computer

Now, click the Actions tab and click "New."

Action settings for shutting down Windows 11 computer
windows 11 shutdown computer action

In the action window:

  • Keep "Start a program" selected.
  • In the "Program/script" box, type: shutdown.exe
  • In the "Add arguments" box, type: /s /t 60 /c "Computer will shutdown in 60 seconds"
  • Click OK.
Windows 11 shutdown actions configuration screen
windows 11 shutdown actions screen updated

Within Task Scheduler, the Conditions tab has specific settings for automatic shutdowns. Uncheck "Start the task only if the computer is on AC power." Check "Wake the computer to run this task." These changes ensure the scheduled shutdown happens even if the computer is unplugged, and they allow the computer to wake up if needed for the shutdown. Click OK to save the settings.

Conditions for scheduling shutdown in Windows 11
windows 11 schedule shutdown conditions
📝Good to Know
You will be asked to enter your user account password to save these changes. You'll need administrator permissions for this.
Password prompt in Windows 11 Task Scheduler
windows 11 task scheduler password promopt

The activated shutdown task appears in the Task Scheduler library. This allows users to view and manage the scheduled automatic shutdown for their Windows 11 computer.

Completed task setup for Windows 11 shutdown
windows 11 complete task scheduler shutdown

Summary

Setting up an automatic shutdown on Windows 11 is a smart way to save power and ensure your computer turns off when you want it to.

Can I restart instead of shutting down?

Yes. In the Task Scheduler Action settings, change the argument from /s to /r. This flag tells Windows to restart instead of shutting down completely. This is useful for clearing system memory or applying updates automatically.

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 Export Scheduled Tasks in Windows 11
Windows How to Export Scheduled Tasks in Windows 11
How Do I Let a Device Wake My Computer in Windows 11?
Windows How Do I Let a Device Wake My Computer in Windows 11?
How to Change Windows 11 Automatic Maintenance Time
Windows How to Change Windows 11 Automatic Maintenance Time
How to Shutdown Your Windows 11 PC
Windows How to Shutdown Your Windows 11 PC

0 Comments

Leave a Comment

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