Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How to Shut Down Windows 11

How to Shut Down Windows 11

AbhishekBy AbhishekMay 20, 2022
how to shut down windows 11

Shutting Down your Windows 11 PC is not a difficult task. You need one reliable method, and you are set for life.

The easiest way is through the buttons created by the Operating system itself. There are also many keyboard shortcuts or command-line options to shut down the PC.

On a separate note, it’s best to learn how to schedule shut down processes at specific times too. Check out the different ways below. All you will need is to stick to one alternative, so pick the one that feels the easiest to you.

Table of Contents

  • How to Shut Down Windows 11 Immediately
    • Start Menu
    • Context Menu
    • Keyboard Shortcut
    • Keyboard Shortcut
    • Lock Screen
    • Slide Command
    • Command Prompt / Powershell
    • Force Shutdown via Physical Button
  • How to Shut Down Windows 11 With an Automatic Timer
    •  Run Commands to Specify Shut Down Time
    • Create a Shortcut to Specify Shut Down Times
    • Use Task Scheduler 
    • Third-party Auto Shutdown Programs

How to Shut Down Windows 11 Immediately

The alternatives stated below are recommended to shut down Windows 11 PC immediately. These should work for your PC. In any event, you cannot shut down Windows; you may have to troubleshoot the device.

Make sure you close down all apps before applying these alternatives. If apps are running, you will have to click on an additional “shutdown anyway option” with each method.

Pick any of the following alternatives:

Start Menu

  1. Press on the start or windows logo button on the taskbar.
  2. Click on the Power button icon on the bottom right-hand side.
  3. A small pop-up will open; select Shutdown.shut down through start menu

Context Menu

  1. Right-click on the start or windows logo button on the taskbar.
  2. Select Shut down or sign out.
  3. From the list of options, select Shutdownshut down windows 11 through context menu

Keyboard Shortcut

  1. Press Alt+ F4.
  2. A pop-up option will open, Under the What do you want the computer to do? Option, select Shut down (will be set as default)
  3. Select OKalt f4 menu to shut down windows 11
Close all apps and programs before using this keyboard shortcut. If apps are running, the Alt + F4 command will only close the open apps currently displayed on the screen.

Keyboard Shortcut

  1. Press Alt + Ctrl + Delete
  2. Click on the power button icon in the bottom right-hand corner.
  3. A Pop up will open; select Shutdown. alt ctrl delete menu to shut down windows 11

Lock Screen

  1. Press Windows Key + L to lock the screen.
  2. Click on the screen one time to get to the sign-in options.
  3. Click on the power icon button located at the bottom right-hand corner.
  4. Click on the shutdown option.windows lock screen to shut down windows

Slide Command

  1. Press the Windows key and search/select one of the three options: Command Prompt, Powershell or Run.
  2. Run the following command:
    Slidetoshutdownslildetoshutdown command to shutdown windows 11
  3. Once the slider appears, click and hold on it and slide it down to shut down the PC.

Command Prompt / Powershell

  1. Press Windows Key and search/select either command prompt or powershell.
  2. Run the following command to shut down in less than one minute.
    shutdown /simmeidate shutdown command via command prompt

If you need to abort the Shutdown, run the command shutdown /a.

There are other forms of shutdowns possible through command lines. It’s hard to remember all values, so we recommend running the ” shutdown “ command and pressing enter. A list of command values will show their functionality. Use it according to your need.

Force Shutdown via Physical Button

Every PC or laptop will have a physical button with the power button icon. In PCs, it’s generally located on the CPU. On laptops, it’s located somewhere on the keyboard. 

If you press and hold this option for around 5 seconds, the PC will be forced to shut down. We recommend using this option only when all other options do not work. If the computer freezes or starts crashing, this method will be beneficial.

You can go to control panel > Power options> Choose what the power buttons do and customize what pressing the power button once does.

choose what power buttons do

How to Shut Down Windows 11 With an Automatic Timer

The alternatives stated above are the most likely method that users will use for shutting down the Windows 11 PC. But what if we want to shut down the PC at a specified time automatically.

Picture yourself leaving to go somewhere, but you still want to install the software. The users should not be expected to wait for so long to watch the screen. 

Another possible scenario that happens to us personally is when we play Netflix or movies on the laptop. We know we will not finish it and will possibly doze off mid-movie.

It is a bonus in the above hypothetical scenarios if users know how to schedule a shutdown. Follow the alternatives below:

 Run Commands to Specify Shut Down Time

The command stated below is applicable for:

  • Command Prompt
  • PowerShell
  • Windows Terminal (Press Windows key +X and select Windows terminal)
  • Run Box (Windows Key +R)

Use the following procedure to execute the command.

  1. Press Windows Key and search/select any of the above-stated terminals or run box.
  2. Run the following command and press enter.
    Shutdown -s -t (seconds) command prompt shutdown command in window 11Seconds in the command above specified are the total number of seconds after which Windows 11 will shut down. Please remember to remove the brackets while entering the command.
  3. A pop-up message should show on the bottom right corner of the screen. windows logon reminder
    E.g., if you want to shut down your PC after one hour, the command would be Shutdown -s -t 3600

In the events you want to cancel the command before execution:

  1. Run the same terminal or run box stated above and run the following command:
    shutdown -a or shutdown /a
  2. A pop-up message should show up alerting users that the shutdown has been canceled.
    log off cancelled pop up message

Create a Shortcut to Specify Shut Down Times

  1. Right-click on desktop wallpaper.
  2. Click on New.
  3. Select Shortcut.
  4. A pop-up will open asking you, “What item would you like to create a shortcut for?” 
  5. Enter the following path:
     "C:\Windows\System32\shutdown.exe"shortcut option to create auto timer shutdown
  6. Click on Next. 
  7. Name the shortcut (any name of your choosing).
  8. Click on Finish.naming shortcut
  9. Once the shortcut is created, right-click on it and select properties.
  10. Under Target, enter the following command:
     C:\Windows\System32\shutdown.exe -s -t (seconds) -c "OMG"
  11. Click on Apply and Ok.
    target section of shortcut

If you need to cancel the command, create a new shortcut with the above steps and replace -s -t (second)-c “operation was successful” with -a.

Use Task Scheduler 

  1. Press Windows Key and find/select Task Scheduler.
  2. On the right-hand side, click on Create Basic task.
  3. A pop-up will open, enter a name of your choosing and click on Next.naming basic task in task scheduler
  4. Under task trigger, choose how much you want this task to recur. If it is just for one time, select the option one time and click on next.task trigger in task scheduler
  5. Choose the appropriate date required and click Next.
  6. Under action, click start a program and click Next.
  7. You will now see a blank space under the program script; enter the following command:
     "C:\Windows\System32\shutdown.exe"
  8. Under add arguments, enter -s -t (required seconds) and click on Next.program script in task scheduler
  9. Click on Finish.
  10. Now you will see a new task created in the task scheduler. Right-click on it and select Run.run command in task scheduler
We have taken an example from our own personal pc for the shutdown.exe path. Please find yours on the particular drive where the windows is located.

Third-party Auto Shutdown Programs

 If you get the hang of the above alternatives, you will not need third-party solutions. If you get confused regarding the above-stated commands, remember that there are plenty of third-party auto shutdown programs that you can download.

Some widely used programs are Wise Auto Shutdown, Lifsoft PC AutoTimer, PC Sleep, Sleep Timer, etc.

However, we recommend using the command above instead of these programs. It’s like creating a solution for a problem that never existed in the first place.

how-to
Abhishek

I am always curious about the progression of technology and have a knack for hardware. There is a kind of satisfaction when you fix issues by yourself. From Software to Hardware, I love fixing any errors. Nothing beats the crescendo of everything working together to form a computer system.

Related Posts

shell infrastructure host high CPU

Solved: Shell Infrastructure Host Having High CPU Usage

July 2, 2022
svchost.exe high CPU

Why Does Svchost.exe Have High CPU Usage? How To Fix It

July 2, 2022
cant update driver

Cant Update Driver in Windows? Here’s How to Fix It

July 2, 2022
microsoft office click to run high cpu

Fix: Microsoft Office Click-To-Run High CPU Usage

July 2, 2022
how-to-use-process-manager

How to Use Process Monitor for Troubleshooting

June 30, 2022
weather app not working

Here’s 9 Ways to Fix Weather App Not Working

June 30, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
can-you-overclock-a-monitor

How to Overclock Your Monitor Safely

July 3, 2022
best-linux-games

12 Best Linux Games to Play in 2022

July 3, 2022
dinosaur games ps4 ps5

10 Best Dinosaur Games on PS4 and PS5

July 2, 2022
You may also like
Mouse Is Clicking on Its Own

Mouse Clicking on Its Own? Here’s How to Fix it

July 3, 2022
how to lower gpu temperature

How to Lower Your GPU Temperature (9 Ways)

July 3, 2022
ethernet cord not working

Ethernet Cord Not Working? Here’s How To Fix It

July 3, 2022
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

October 25, 2021
Facebook Twitter Pinterest
  • Home
  • About Us
  • Privacy Policy
  • Affiliate Disclosure
© 2022 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.