Auto Shutdown Windows 10 May 2026

Scheduling an auto shutdown in Windows 10 is an essential skill for users who want to save energy, finish long downloads overnight, or ensure their PC doesn't stay on indefinitely. While Windows doesn't have a simple "sleep timer" button, you can achieve this using built-in tools like the , Task Scheduler , or Desktop Shortcuts . 1. Using Command Prompt (Quick Timer)

If you want your PC to shut down at the same time every day (e.g., at midnight), the Task Scheduler is the best tool. Guide: How to Set a Shutdown Timer in Windows 11 | NinjaOne auto shutdown windows 10

If you change your mind, open the Command Prompt again and type shutdown -a to abort the scheduled task. 2. Using Task Scheduler (Recurring Schedule) Scheduling an auto shutdown in Windows 10 is

Type the following command: shutdown -s -t XXXX Replace XXXX with the number of seconds you want to wait. 10 minutes: shutdown -s -t 600 1 hour: shutdown -s -t 3600 2 hours: shutdown -s -t 7200 Using Command Prompt (Quick Timer) If you want

A notification will appear confirming that Windows will shut down at the specified time.

The fastest way to set a one-time shutdown timer is via the Command Prompt. This method uses the shutdown command followed by a time delay in seconds. Press Win + R , type cmd , and hit Enter.