Scheduling a shutdown on Windows 11 lets you turn off your PC automatically at a set time. This is useful if you want to save power, stop overnight downloads after a deadline, or ensure your computer shuts down even if you forget.
Windows 11 does not include a dedicated scheduling button, but it offers several reliable ways to schedule shutdowns using built-in tools. This guide explains all the methods, from the quickest command to more advanced scheduling options.
Can You Schedule a Shutdown in Windows 11?
Yes. Windows 11 allows you to schedule a shutdown using commands or system tools, even though there is no direct option in the Settings app.
You can schedule shutdowns using:
- Command Prompt
- Task Scheduler
- PowerShell
- Desktop shortcuts
All these methods use built-in Windows features.
Schedule a Shutdown Using Command Prompt (Fastest Method)
This is the quickest way to schedule a shutdown.
Steps
- Press Windows + R
- Type cmd and press Enter
- Type the following command and press Enter
shutdown /s /t 3600
This command schedules a shutdown after 3600 seconds, which equals 1 hour.
Change the Time
Use this formula:
- Time in seconds = hours × 3600
Examples:
- 30 minutes: shutdown /s /t 1800
- 2 hours: shutdown /s /t 7200
A notification will confirm the shutdown time.
Cancel a Scheduled Shutdown
If you change your mind, you can cancel the shutdown before it happens.
Steps
- Press Windows + R
- Type cmd and press Enter
- Enter the following command
shutdown /a
This immediately cancels any scheduled shutdown.
Schedule Shutdown Using Task Scheduler (Advanced Method)
Task Scheduler is useful if you want shutdowns at a specific time or on a recurring schedule.
Steps
- Press Windows + S
- Search for Task Scheduler
- Click Create Basic Task
- Enter a name such as Scheduled Shutdown
- Choose when the task should run
- Select Start a program
- In the Program field, type shutdown
- In the Arguments field, type /s
- Complete the setup and save the task
Your PC will now shut down automatically at the scheduled time.
Create a Desktop Shortcut for Scheduled Shutdown
You can create a shortcut if you use scheduled shutdowns often.
Steps
- Right-click on the desktop
- Select New, then Shortcut
- Enter the following command
shutdown /s /t 1800
- Click Next and name the shortcut
- Click Finish
Double-clicking the shortcut will start a shutdown countdown.
Schedule Shutdown Using PowerShell
PowerShell can also be used if you prefer it over Command Prompt.
Steps
- Right-click the Start button
- Select Windows Terminal
- Type the following command and press Enter
shutdown /s /t 3600
PowerShell uses the same shutdown commands as Command Prompt.
Final Thoughts
Scheduling a shutdown on Windows 11 is easy once you know the available tools. Command Prompt is the fastest option, while Task Scheduler is ideal for fixed or recurring shutdowns. If you use the feature often, a desktop shortcut can save time.
These methods help you manage power usage, avoid leaving your PC running overnight, and automate shutdowns without extra software.

Discussion (0)
Be the first to comment.