How to Reset the Settings App in Windows 10
20 febrero, 2022
How to Disable Caps Lock in Windows 10 and 11
20 febrero, 2022

How to Automatically Shut Down a Windows 10 and 11 PC When It’s Idle

Cómo apagar automáticamente una PC Windows 10 y 11 cuando está inactiva

Rate this post

PCs often go to sleep when left alone, but would you prefer it to shut down instead? Here’s how to automate it.

automate windows shutdown on idle

By default, Windows is configured to put your computer to sleep after a few minutes of inactivity. But if you prefer to shut down your computer every day or when idle for a long time, you can use the Task Scheduler to schedule an automatic system shut down instead.

Here we show you how to schedule shut down in Windows 11 and 10 computers.

How to Schedule Windows 11 Shutdown Using Task Scheduler

Task Scheduler is a job scheduling utility available on Windows operating system. You can use it to create a scheduled task to shut down your PC every day at a specified time.

Related: Fix the Windows 10 Task Scheduler When It Malfunctions

To create a shutdown task:

  1. Press the Win key to open the Windows search bar.
  2. Type Task scheduler and click on the app from the search result to open it.
  3. In the Task Scheduler window, click on Action and select Create Basic Task.

    create basic task
  4. In the Basic Task window, type a name for the task. For example, type Shutdown as the name. You can also provide a description of the task.

    task name task scheduler
  5. Click Next.

    daily trigger set date time
  6. Next, select a trigger point. You can choose from Daily, Weekly, Monthly, One Time, etc. For this guide, we will select the Daily trigger to schedule a daily shut down at a specific time.
  7. So, select Daily and click Next.
  8. Next, set the Start date and time for the recurring shut down and click Next.

    start a program task action
  9. In the Action tab, select Start a program and click Next.

    start a program task command
  10. Type shutdown.exe in the Program/Script field and click Next.
  11. Review the changes and click Finish to create and add the new task to your Windows schedule.

That’s it. The Task Scheduler will trigger the shutdown action daily at your specified time and power off your PC.

How to Automatically Shut Down Windows on Idle

If you want, you can add a trigger condition to your shutdown task to determine when the task should run. This is helpful if you want to run the shutdown task after a specified period of inactivity.

For this guide, we will modify the Shutdown task created earlier. If you want, you can create a new task as well.

  1. Select your existing shutdown task in the Task Scheduler.
  2. Right-click on the task and select Properties.

    active task properties task scheduler
  3. Open the Conditions tab in the Properties window.

    start the task only if the computer is idle for the option
  4. Select Start the task only if the computer is idle for the option.
  5. In both the time field, enter the same time. For example, if you enter 10 minutes, the Task Scheduler will wait for the system to be idle for 10 minutes before triggering the Shut down task. You can choose anywhere from a few minutes to two hours.
  6. Click OK to save the changes.

How to Stop an Automatic Shut Down

disable active tasks task scheduler

To stop automatic Windows shutdown, you can delete the scheduled task in Windows Task Scheduler.

To delete the shutdown task in Task Scheduler:

  1. Open the Task Scheduler. Press Win + R, type taskschd.msc, and click OK.
  2. In the Task Scheduler window, click on Task Scheduler Library.
  3. Locate and right-click on your shutdown task.
  4. To stop the task without deleting it, select Disable. If you want to remove the task, choose Delete. Then, click Yes to confirm the action.

How to Schedule a Windows 11 Shutdown Using Command Prompt or PowerShell

Task Scheduler is an excellent utility but may feel a little complicated for those who don’t use it often. If you don’t want to go through the learning curve, you can use the shutdown command in Command Prompt.

The shutdown command lets you set a shutdown timer to power off your Windows computer automatically.

To schedule a system shutdown using Command Prompt:

  1. Press the Win + X to open the WinX menu.

    automated shut down windows 11 command prompt
  2. Click on Windows Terminal (Admin) to open the elevated terminal.
  3. In the Windows Terminal window, type the following command and press Enter:

    Shutdown /s -t Nseconds
  4. In the above command, replace Nseconds with the number of seconds. For example, if you want to set a timer for 5 minutes (300 seconds), then the complete command will look like this:

    Shutdown /s -t 300
  5. The above command will trigger the Windows logoff action and shutdown your PC after 5 minutes.
  6. If you want to perform a scheduled restart, type the following command and press Enter:

    Shutdown -r -t Nseconds
  7. In the above command, replace Nseconds with the number of seconds to set a timer for a restart.

    automated shut down windows 11 command prompt
  8. To cancel the shut down or restart the timer, type the following command and press Enter:

    Shutdown -a
  9. You will see a logoff is canceled notification indicating the shutdown has been canceled.

Related: How to Add a Shutdown Desktop Shortcut in Windows 11

Schedule Auto Shut Down Using a Desktop Shortcut

You can create a desktop shortcut with a shut down timer to turn off your PC. Useful if you don’t want to run the Command Prompt each time to set a timer.

To create a shut down timer desktop shortcut:

  1. Right-click on your Windows desktop and select New > Shortcut.

    create new desktop shortct
  2. In the shortcut wizard, type the following command in the Type the location of the item field:

    Shutdown -s -t 300
  3. In the above command, 300 seconds (5 minutes) represents the number of seconds for the timer. You can change the seconds as per your need.

    automated shut down shortcut command
  4. Click Next.
  5. Next, type a name for your shortcut. For example, type ShutDownTimer.

    shutdown timer shortcut name
  6. Click the Finish button to add the shortcut to your desktop.
  7. Next, right-click on the ShutDownTimer desktop shortcut and select Properties.
  8. In the shortcut tab, click on the Change icon.

    shutdowntimer desktop shortcut icon
  9. Select an icon that represents the shortcut best. For this guide, we will select the Power icon.
  10. Click OK to make a selection.
  11. Then, click Apply and OK to save changes.

You can double-click on the ShutDownTimer shortcut to initiate a shut down. To cancel the shut down, use the shutdown -a command in Command Prompt.

Automate Windows Shut Down on Idle

You can use Command Prompt and Task Scheduler to automate system shut down in Windows 11 and 10 computers. However, unlike Command Prompt, Task Scheduler offers better task automation and supports more conditions. You can also configure it to automate Windows start-up.

Computer and clocks
How to Schedule Your Windows 10 PC to Automatically Wake Each Day

Do you boot your PC at the same time each day? If so, you can put it to sleep or hibernate and then wake it automatically. Here’s how you can do this.

Read Next

About The Author