How to Schedule a Shutdown on Windows 11 (All Working Methods)

tutorial
How to Schedule a Shutdown on Windows 11 (All Working Methods)

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

  1. Press Windows + R
  2. Type cmd and press Enter
  3. 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

  1. Press Windows + R
  2. Type cmd and press Enter
  3. 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

  1. Press Windows + S
  2. Search for Task Scheduler
  3. Click Create Basic Task
  4. Enter a name such as Scheduled Shutdown
  5. Choose when the task should run
  6. Select Start a program
  7. In the Program field, type shutdown
  8. In the Arguments field, type /s
  9. 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

  1. Right-click on the desktop
  2. Select New, then Shortcut
  3. 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

  1. Right-click the Start button
  2. Select Windows Terminal
  3. 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.

Discover: Productivity

Discussion (0)

Be the first to comment.