If you often find yourself diving through the Start menu just to shut down your PC, there’s a faster way to do it. Windows 11 lets you create a dedicated Shut Down shortcut right on your desktop — so you can power off your computer with a single click.
Whether you want to speed up your daily routine or simply prefer a minimalist setup, creating a shutdown shortcut is quick, easy, and fully customizable. In this guide, we’ll show you exactly how to do it.
How to Make a Shut Down Shortcut on Windows 11
Before getting started, make sure you:
- Have administrator access on your PC (to create system shortcuts).
- Know whether you want the shortcut to shut down, restart, or sign out your PC — since each uses a slightly different command.
Once you’ve decided, you can set it up in just a few steps.
Step 1: Create a New Desktop Shortcut
- Right-click anywhere on your desktop.
- Select New > Shortcut from the context menu.
- In the location field that appears, type the following command:
shutdown /s /t 0Here’s what the command means:- /s tells Windows to shut down.
- /t 0 sets the delay timer to zero seconds, meaning it will shut down immediately.
- Click Next.
- Enter a name for your shortcut — for example, Shut Down PC.
- Click Finish.
You’ll now see a new shutdown shortcut icon on your desktop.
Step 2: Change the Shortcut Icon (Optional but Recommended)
By default, the new shortcut will have a plain icon. To make it look more professional or recognizable, you can assign a power icon to it.
- Right-click the new Shut Down shortcut and choose Properties.
- Click the Change Icon button under the Shortcut tab.
- In the icon selection window, scroll and find the classic power icon.
If you don’t see it, copy and paste this path into the box above the icon list:%SystemRoot%\System32\SHELL32.dll - Select your preferred icon and click OK, then Apply.
Now your shutdown shortcut will have a neat power symbol instead of a generic icon.
Step 3: Pin the Shortcut to the Taskbar or Start Menu (Optional)
If you want even faster access, you can pin your shortcut where it’s most convenient.
- To pin it to the Start menu:
- Right-click the shortcut and select Pin to Start.
- It will now appear in your Start menu for quick access.
- To pin it to the taskbar:
- Right-click the shortcut again and choose Show more options > Pin to taskbar.
- The icon will appear on your taskbar, ready to shut down your PC with one click.
Step 4: Create Other Power Shortcuts (Optional)
You can create similar shortcuts for Restart, Sign out, or Sleep using the following commands:
- Restart:
shutdown /r /t 0 - Sign out:
shutdown /l - Hibernate:
rundll32.exe powrprof.dll,SetSuspendState Hibernate - Sleep:
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
Just repeat the same shortcut creation steps and replace the command with your desired action.
Wrapping Up
Creating a shutdown shortcut in Windows 11 is one of those small tweaks that saves you time every day. With just a few clicks, you can power off your PC directly from the desktop, taskbar, or Start menu — no navigation or menus required.
You can even take it further by assigning a custom keyboard shortcut or grouping multiple power options into one folder. Whether you want a quick shutdown or a full suite of power controls, Windows 11 gives you the flexibility to tailor it to your workflow.