How to Control Windows 11 Startup Delay for Apps
This tutorial shows you how to enable or disable the delay when startup apps run in Windows 11. You can control when these apps open when you sign into Windows.
Open Windows Terminal as an administrator and run specific registry commands. Executing the `reg add` commands with values of 0 for StartupDelayInMSec and WaitForIdleState disables the startup delay. This makes your apps launch immediately after you sign in.
What Are Startup Apps?
Startup apps are programs that open automatically when you sign into Windows 11. You can set any app, shortcut, folder, drive, file, or script to run at startup.
Why Would You Want to Change This?
By default, Windows waits about 10 seconds before running your startup items. This delay helps your computer start faster. But if you have a fast computer, you might want to remove this delay. This lets your startup items run right away instead of waiting.
How to Enable or Disable Startup App Delay
- [Admin Required] Open Windows Terminal as an administrator.
- Run the commands below based on what you want to do.
Enable Delay of Running Startup Apps
This is the default Windows setting.
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v StartupDelayInMSec /f
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v WaitForIdleState /f
Disable Delay of Running Startup Apps
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v StartupDelayInMSec /t REG_DWORD /d 0 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v WaitForIdleState /t REG_DWORD /d 0 /f
What Happens?
Once you run the command, your startup apps will behave based on your choice. If you enabled the delay, apps will wait 10 seconds before running. If you disabled the delay, apps will run right away when you sign in.
Summary
You now know how to control when your startup apps run in Windows 11. Use the administrator command in Windows Terminal to enable or disable the startup delay. This gives you control over how quickly your apps launch when you sign in to your computer.
How to disable 🪟 Windows 11 startup delay?
You can turn off the Windows 11 startup delay by using the Windows Terminal.
Why is my PC taking so long to startup 🪟 Windows 11?
Your PC might be slow to start in Windows 11 because too many apps are set to open automatically, your drivers are old, or your hard drive is slow.
How to fix startup delay?
Fixing startup delays in Windows 11 involves turning off apps you don’t need from the Task Manager’s Startup list.
How to make 🪟 Windows 11 startup quicker?
Making Windows 11 startup quicker means turning off unneeded apps, using the Fast Startup option, and removing the default wait time through the Registry.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!