April 2026

How to Stop Startup Apps From Slowing Your Windows PC

Every time you install a new application, there is a good chance it quietly registers itself to run the moment Windows starts. Over months and years those silent passengers pile up until boot takes three minutes instead of thirty seconds and your RAM is already half-consumed before you open a single browser tab. Trimming startup apps is one of the fastest, safest, and most impactful ways to speed up a Windows 10 or Windows 11 PC — no hardware required, no technical expertise needed.

TL;DR

Open Task Manager, go to the Startup apps tab, sort by Startup impact, and disable everything marked High or Medium that you don't need at boot — Teams, Discord, Spotify, Zoom, OneDrive, and Adobe updaters are the most common culprits. Keep your antivirus and GPU drivers enabled. You can save 30–90 seconds of boot time and reclaim hundreds of megabytes of idle RAM.

What startup apps actually are

Startup apps are programs that Windows launches automatically during the boot process, before you even touch the keyboard. They register themselves in one of several locations: the Startup folder in your user profile or the All Users profile, Registry run keys under HKCU or HKLM, Windows Task Scheduler jobs set to trigger at logon, or as persistent Windows Services. Each entry instructs Windows to load that program into memory the moment the desktop appears — whether you asked for it or not.

Most of these registrations happen silently during software installation. Discord wants to check for new messages the instant your PC powers on. Spotify wants its mini-player pre-loaded. Microsoft Teams wants to show a badge notification the second you log in. Each process consumes CPU time during the boot sequence and holds RAM afterward, competing with the applications you actually intend to use. On a machine with 8 GB of RAM and a dozen startup apps, it is common to lose 1–2 GB of memory to background processes before you open anything yourself.

Finding startup apps with Task Manager

The easiest place to view and control startup apps is Task Manager. Press Ctrl + Shift + Esc to open it, then click the "Startup apps" tab (Windows 11) or "Startup" tab (Windows 10). You will see every app registered to run at boot along with a Startup impact rating — High, Medium, Low, or Not measured. Sort by Startup impact descending and work from the top down. Anything rated High that you do not recognize or actively need at boot is a prime candidate for disabling.

Right-click any entry and choose Disable to prevent it from running at the next boot. The change takes effect after a restart. Task Manager is the right tool for most users because it only surfaces user-level startup entries and uses friendly app names rather than raw process identifiers. It is very difficult to accidentally disable a critical system component from this view, making it genuinely safe to use without deep Windows knowledge.

Advanced tools: msconfig, Registry, and Autoruns

For deeper visibility, open the Run dialog (Win + R), type msconfig, and go to the Services tab. Check "Hide all Microsoft services" first to avoid accidentally disabling Windows components, then review the remaining third-party services. Some applications — antivirus suites, printer spoolers, and hardware management utilities — run as services rather than standalone startup entries and will not appear in Task Manager's Startup tab at all. Disable only services you clearly recognize and do not need running constantly.

Power users should try Autoruns, the free Sysinternals tool now distributed by Microsoft. Autoruns reveals every possible startup location: Registry run keys under both HKCU and HKLM, Scheduled Tasks, Browser Helper Objects, Shell extensions, Winlogon entries, and more. It color-codes entries to distinguish Windows components from third-party software, and it lets you disable or permanently delete entries that Task Manager cannot reach. If an app keeps re-adding itself to startup after you disable it in Task Manager, Autoruns is the tool that stops it permanently.

Which apps are safe to disable

The following apps are almost always safe to remove from startup because they work perfectly well when you open them manually: Microsoft Teams, Discord, Slack, Skype, Spotify, Zoom, OneDrive, Google Drive for Desktop, Dropbox, Steam, Epic Games Launcher, Adobe Acrobat Update Service, Adobe Creative Cloud, iTunes Helper, QuickTime Task, Java Update Scheduler (jusched.exe), and any manufacturer bloatware your PC shipped with such as HP Support Assistant or Lenovo Vantage. None of these require background presence — they simply start faster if pre-loaded, but that convenience costs you boot time and idle memory every single day.

Always keep the following enabled: your antivirus or Windows Security components, GPU driver utilities (NVIDIA Container, AMD Software, or Intel Graphics Command Center), audio drivers and Realtek services, touchpad and keyboard drivers on laptops, and any custom hardware utilities like Corsair iCUE or Razer Synapse if you use those peripherals. Disabling these can cause driver failures, missing system tray icons, audio problems, or reduced hardware functionality that is annoying and sometimes difficult to diagnose.

How much boot time you actually save

Real-world savings depend on the number and weight of apps you disable plus your storage type. On a spinning hard drive with five or six high-impact startup apps disabled, boot time commonly drops by 45–90 seconds. On an SSD the absolute savings are smaller but still meaningful — boot can fall from 40 seconds to under 15 seconds. The RAM savings are consistent regardless of storage type: expect to reclaim between 300 MB and 800 MB that was previously held by idle background processes doing nothing useful.

The benefit extends beyond raw boot time. Fewer startup apps means less background CPU and disk activity during the first few minutes after login — the period many users describe as their PC "settling in" before it becomes responsive. Reducing startup load can eliminate that waiting period entirely, so the desktop feels usable immediately rather than requiring a two-minute cooldown after the lock screen disappears.

Windows 11 vs Windows 10 differences

Windows 11 renamed the tab to "Startup apps" in Task Manager and added a matching toggle-based view in Settings under Apps → Startup. The Settings version is visually cleaner and shows the same Startup impact ratings, making it accessible for users who find Task Manager intimidating. The underlying mechanism is identical between Windows 10 and 11 — both use the same Registry run keys, Task Scheduler locations, and Startup folders.

One important Windows 11 behavior to be aware of: Microsoft is more aggressive about re-enabling apps after feature updates. Teams, Outlook, and other bundled applications may silently re-register their startup entries after a major Windows update installs. Make it a habit to check your startup list after every significant Windows update — open Task Manager's Startup apps tab and scan for anything that was re-enabled without your consent.

Stopping apps from re-adding themselves

Some apps — particularly Teams, Steam, and OneDrive — will attempt to re-register their startup entries after updates or reinstallation. The most reliable fix is to open each app's own settings panel and turn off the "Launch at startup," "Start on login," or "Open automatically" option from within the app itself. This instructs the application not to re-register its startup entry during future updates, rather than just removing the current entry after the fact.

For truly persistent offenders that re-enable themselves despite in-app settings, Autoruns lets you delete an entry in a way that flags it as intentionally disabled, preventing the app from recreating it. You can also edit the Registry directly: navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run and delete the value for the offending app. For system-wide blocking that applies to all user accounts on the machine, the equivalent key under HKEY_LOCAL_MACHINE serves the same purpose.

Using Settings → Apps → Startup in Windows 11

The Settings-based startup manager introduced in Windows 10 version 1803 and refined in Windows 11 offers a few advantages over Task Manager. It groups entries more clearly, shows publisher names alongside app names, and presents toggle switches instead of a right-click menu — making it more accessible for users who are less comfortable with Task Manager. You reach it by opening Settings (Win + I), navigating to Apps, then selecting Startup.

The Settings view and Task Manager view are synchronized — a change in one immediately reflects in the other. Either interface is appropriate; choose whichever feels more comfortable. For the deepest control of hidden entries, scheduled tasks, and service-based auto-launchers, Autoruns remains the definitive tool, but it requires more care because it exposes Windows internals alongside third-party entries. For everyday startup management, Task Manager or Settings will handle the vast majority of what most users need to address.

FAQ

Is it safe to disable all startup apps?

No. Keep security software, GPU drivers, and hardware utilities enabled. Everything else — communication apps, media players, and cloud sync clients — is generally safe to disable and open manually when needed.

Which startup apps slow down a PC the most?

Microsoft Teams, Adobe updaters, Discord, Spotify, Zoom, and OneDrive are the most common high-impact offenders. Each can add 5–20 seconds to boot time and consume 50–200 MB of idle RAM.

How do I stop an app from adding itself to startup again?

Open the app's own settings and disable the "Launch at startup" toggle. For persistent offenders, use Autoruns from Sysinternals or remove the entry from the Registry run key under HKCU\Software\Microsoft\Windows\CurrentVersion\Run.

Does disabling startup apps affect app functionality?

No. The app still works normally when you open it yourself. Disabling startup only prevents automatic background loading — it does not uninstall or limit the app in any way.


Related: Why is my computer so slow? · Fix slow boot in Windows 11 · Make Windows 11 faster