How to Stop Apps from Opening on Startup on Windows (2026 Guide)

If your Windows PC is slow to boot, the most common reason is too many apps launching automatically at startup. This guide shows you exactly how to stop apps from opening on startup, using every method available in Windows 10 and Windows 11.

You do not need to be a tech expert. Follow the steps below and your PC will boot faster today.

Why Startup Apps Slow Down Your PC

Every app that opens at startup uses RAM and CPU before you even start working. Some of these apps are useful. Most are not. Software installers often add themselves to your startup list without asking. Over time, this builds up.

Common culprits include Spotify, Discord, Teams, OneDrive, Zoom, Skype, Adobe updaters, and browser helpers. None of these need to run the second your PC turns on.

Disabling startup apps does not uninstall them. They still work when you open them manually. You are simply telling Windows not to launch them automatically.

How to Stop Apps from Opening on Startup

Method 1: Task Manager (Fastest Way)

This is the quickest and most reliable method on Windows 10 and Windows 11.

Step-by-step:

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Click the Startup apps tab (in Windows 11) or Startup tab (in Windows 10)
  3. You will see a list of apps with their startup impact (Low, Medium, High)
  4. Right-click any app you want to disable
  5. Click Disable

That is it. The app will no longer launch on startup.

What the impact ratings mean:

Impact LevelWhat It Means
HighUses significant CPU/disk at boot
MediumModerate resource usage
LowMinimal effect on boot time
Not measuredWindows could not calculate impact

Focus on disabling High and Medium impact items first.

See also  How to Recover Unsaved Excel Files: Complete Step-by-Step Guide

Method 2: Windows Settings (Clean Interface)

Windows 11 and Windows 10 both have a startup manager built into Settings.

Steps for Windows 11:

  1. Press Windows + I to open Settings
  2. Go to Apps
  3. Click Startup
  4. Toggle off any apps you do not want launching at boot

Steps for Windows 10:

  1. Press Windows + I
  2. Go to Apps
  3. Click Startup in the left sidebar
  4. Toggle apps off

Both methods do the same thing. Use whichever you prefer.

Method 3: System Configuration (msconfig)

This method gives you access to startup entries that sometimes do not show in Task Manager.

  1. Press Windows + R to open the Run dialog
  2. Type msconfig and press Enter
  3. Click the Startup tab
  4. You will see a message: “To manage startup items, use the Startup section of Task Manager”
  5. Click the link to open Task Manager directly

In older Windows versions, msconfig listed all startup entries directly. In Windows 10 and 11, it redirects you to Task Manager. Still useful to know.

Method 4: Startup Folder (Manual App Entries)

Some apps place shortcuts directly in the Windows Startup folder. Task Manager does not always show these. You need to delete the shortcut manually.

There are two startup folders:

User-specific startup folder:

  1. Press Windows + R
  2. Type shell:startup and press Enter
  3. Delete any shortcuts for apps you do not want to launch at startup

All users startup folder:

  1. Press Windows + R
  2. Type shell:common startup and press Enter
  3. Delete shortcuts as needed

Deleting a shortcut from this folder stops the app from auto-launching. It does not uninstall anything.

Method 5: Registry Editor (Advanced)

This method is for advanced users. The Windows Registry stores startup entries that no other tool shows. Be careful. Editing the registry incorrectly can cause system issues.

Backup the registry first:

  1. Press Windows + R, type regedit, press Enter
  2. Click File > Export and save a backup before making changes

Registry locations that control startup apps:

Registry PathScope
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunCurrent user only
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunAll users
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run32-bit apps on 64-bit Windows

To remove an entry:

  1. Navigate to one of the paths above
  2. Right-click the app entry in the right panel
  3. Click Delete
  4. Confirm

Only delete entries you recognize. If you are unsure, leave it alone.

Method 6: Third-Party Tools

If you want more control or a cleaner interface, free tools handle startup management well.

Recommended tools:

  • Autoruns by Microsoft Sysinternals (free) shows every single startup entry across every location, including services, scheduled tasks, browser extensions, and more. It is the most complete tool available. Download it from the official Microsoft Sysinternals page.
  • CCleaner (free version) has a startup manager under Tools that is easy to use for beginners.
See also  Windows.exe: What You Need to Know About Your System's Core Process

Autoruns is the better choice for anyone who wants a full picture of what is running on their system.

How to Stop Specific Apps from Opening on Startup

Some apps have their own settings for controlling startup behavior. Changing it inside the app is often cleaner than disabling it externally.

Spotify

  1. Open Spotify
  2. Click the three dots (top left) > Edit > Preferences
  3. Scroll to Startup and window behaviour
  4. Set Open Spotify automatically after you log into the computer to No

Microsoft Teams

  1. Open Teams
  2. Click your profile picture (top right)
  3. Go to Settings > General
  4. Uncheck Auto-start application

Discord

  1. Open Discord
  2. Click the gear icon (User Settings)
  3. Go to Windows Settings
  4. Toggle off Open Discord

OneDrive

  1. Right-click the OneDrive icon in the taskbar
  2. Click Settings
  3. Go to the Settings tab
  4. Uncheck Start OneDrive automatically when I sign in to Windows

Zoom

  1. Open Zoom
  2. Click your profile picture > Settings
  3. Go to General
  4. Uncheck Start Zoom when I start Windows

Controlling startup from within the app is always the cleanest method. If an app keeps re-enabling itself, it may be reinstating its startup entry during updates.

What Apps Should You Actually Disable?

Not every startup app is safe to disable. Some are important for your system to work correctly.

Generally safe to disable:

  • Music apps (Spotify, iTunes)
  • Communication apps (Discord, Slack, Teams, Zoom, Skype)
  • Cloud sync apps (if you do not need them running constantly)
  • Game launchers (Steam, Epic, Xbox)
  • Browser update helpers
  • Adobe Creative Cloud

Be careful with these:

App TypeNotes
Antivirus softwareDo not disable. It needs to run at boot
GPU drivers (NVIDIA, AMD)Some entries are needed for proper display
Audio driversDisabling may affect sound
OneDrive / backup toolsOnly disable if you do not rely on sync
Windows DefenderNever disable this
Bluetooth/Wi-Fi managersMay affect connectivity if disabled

When in doubt, search the app name online before disabling it. Microsoft’s Security Intelligence portal can help you identify suspicious or unknown startup entries.

How to Check If Your Changes Worked

After disabling startup apps, you should see a faster boot time. Here is how to measure it:

Using Windows Event Viewer:

  1. Press Windows + R, type eventvwr, press Enter
  2. Go to Windows Logs > System
  3. Look for EventID 100 (Boot Performance Monitoring)
  4. This shows your exact boot time in milliseconds
See also  Tokenomics Explained for Beginners: Your Guide to Understanding Cryptocurrency Economics

Alternatively, restart your PC and simply time it with your phone. Most people notice the difference immediately.

Scheduled Tasks vs Startup Apps

Some apps use Windows Task Scheduler instead of the standard startup locations. This lets them launch even when they are not in your startup list.

To check and disable scheduled tasks:

  1. Press Windows + R, type taskschd.msc, press Enter
  2. Click Task Scheduler Library in the left panel
  3. Look through the list for app names you recognize
  4. Right-click any task and choose Disable

This is common with apps like Adobe, Google Chrome updaters, and some antivirus tools. If an app keeps coming back after you disable it in Task Manager, check scheduled tasks.

Apps That Re-Enable Themselves

Some apps re-add themselves to startup every time they update. This is frustrating. Here are your options:

  • Disable within the app settings (not just Task Manager)
  • Revoke the app’s ability to write to the registry using a tool like Autoruns
  • Uninstall the app entirely if you do not use it
  • Block the specific registry key using Group Policy (advanced users only)

If an app consistently re-enables itself without your permission, that is considered unwanted behavior and worth reporting to the developer.

Summary

Stopping apps from opening on startup is one of the most effective things you can do to speed up Windows. Here is a quick recap of all methods:

MethodBest ForDifficulty
Task ManagerMost users, everyday useEasy
Windows SettingsClean interface, quick accessEasy
Startup FolderManual shortcut-based entriesEasy
App’s own settingsKeeping changes permanentEasy
msconfigLegacy or extra accessEasy
Registry EditorHidden or stubborn entriesAdvanced
AutorunsComplete startup auditIntermediate
Task SchedulerApps that bypass startup listIntermediate

Start with Task Manager. Disable anything with High or Medium impact that you do not need running immediately. Restart your PC. You will notice the difference right away.

Frequently Asked Questions

Will disabling startup apps cause any problems?

No, in most cases. Disabling a startup app only prevents it from launching automatically. The app still works when you open it manually. The exception is security software like antivirus tools, which should always run at startup.

Why do disabled startup apps keep coming back?

Some apps re-enable their startup entry during updates. The best fix is to disable the setting from inside the app itself, not just through Task Manager. If it still comes back, check Windows Task Scheduler for a scheduled task tied to that app.

How many startup apps is too many?

There is no exact number, but if you have more than 10 to 15 apps starting at boot, your startup time will suffer. Aim to keep only essential software in your startup list. Most users need fewer than five apps at startup.

Does disabling startup apps speed up Windows?

Yes, significantly. Startup apps consume CPU, RAM, and disk resources during boot. Disabling High impact apps can cut boot times by 30 to 60 seconds on some systems. It also frees up resources faster once you are at the desktop.

Is it safe to use the Registry Editor to remove startup entries?

Yes, if you know what you are removing. Always export a registry backup before making changes. If you are unsure about an entry, use Task Manager or Autoruns instead. They offer the same control with less risk.

MK Usmaan