Your cart is currently empty!
How to Create a Shutdown Timer in Windows 10
Sometimes you want your computer to shut down automatically—maybe you’re downloading a big file, running a virus scan, or just prone to falling asleep watching YouTube.
Windows 10 actually has a built-in shutdown timer. No extra software. No complicated setup. Just a simple command.
Here’s how to set it up in a few quick steps.
Method 1: Using Command Prompt
- Open Command Prompt
- Press
Windows + R
to open the Run dialog. - Type
cmd
and hit Enter.
- Press
- Enter the Shutdown Command
- In the Command Prompt window, type:
shutdown -s -t 3600
-s
means shutdown.-t
sets the timer in seconds. (3600 seconds = 1 hour.)
- In the Command Prompt window, type:
- Hit Enter
- Your PC will now shut down after the set time.
- You’ll see a small pop-up confirming the scheduled shutdown.
Method 2: Using the Run Dialog (Faster Way)
If you don’t want to open Command Prompt:
- Press
Windows + R
. - Type:
shutdown -s -t 3600
- Press Enter.
Done—shutdown timer set.
How to Cancel the Shutdown Timer
Changed your mind? No problem.
- Press
Windows + R
again. - Type:
shutdown -a
- Hit Enter.
This aborts the timer immediately.
Bonus Tip: Create a Desktop Shortcut
If you use shutdown timers often, you can make a shortcut:
- Right-click on your desktop → New → Shortcut.
- In the location field, type:
shutdown -s -t 1800
(Replace 1800 with your preferred seconds.) - Name the shortcut something like Shutdown in 30 mins.
- Click Finish.
Double-clicking it will instantly set the timer.
Final Note:
This trick works in Windows 10 and also in Windows 11. It’s safe, quick, and perfect for power users—or for anyone who just wants their PC to take care of itself.
Tech enthusiast and content creator passionate about making technology simple for everyone. I share practical tips, guides, and reviews on the latest in computers, software, and gadgets. Let’s explore the digital world together!