Quick fix: Open Settings → Apps → Installed apps, click ⋯ next to apps you don’t need running in the background, choose Advanced options → Background apps permissions, set to Never. Each app set to Never frees 30-200 MB of RAM and reduces CPU baseline.
Task Manager shows dozens of background processes consuming RAM and CPU on a freshly-booted PC. Cortana, Spotify, Discord, OneDrive, OEM utilities, Microsoft Edge background tasks — none in the foreground, but all using resources. Disabling their background activity selectively can reclaim several GB of RAM and reduce CPU load enough to be noticeable.
Affects: Windows 11 (and Windows 10) on systems with limited RAM (8 GB or less) or where battery life matters.
Fix time: ~15 minutes.
What causes this
Many apps register background tasks during install — notifications, sync, live tiles, automatic content fetch. These run continuously even when the app isn’t foreground. On powerful PCs with 16+ GB RAM, this is fine. On 8 GB or less, the cumulative cost is significant. Windows 11 exposes per-app background permission control in Settings, which lets you disable activity on a per-app basis.
Method 1: Set per-app background permissions
The standard approach.
- Open Settings → Apps → Installed apps.
- For each app you don’t need running in the background:
- Click ⋯ next to the app.
- Choose Advanced options.
- Scroll to Background apps permissions.
- Set to Never.
- Common candidates for Never:
- Cortana (rarely useful)
- Tips, Get Help, Get Started (legacy onboarding apps)
- Maps (offline map updates run in background)
- Sticky Notes (unless you actually use them)
- Movies & TV
- Solitaire Collection
- 3D Viewer, Paint 3D
- Anything from the OEM bundle you don’t use
- Apps you should leave at default (or Optimized):
- Microsoft Defender (security)
- OneDrive (if you actively sync)
- Mail, Calendar (if you receive notifications)
- Microsoft Edge (web/PWA notifications)
- The change is immediate. Reopen Task Manager — background process count drops.
This is the precise control. Reduces baseline resource use without uninstalling apps.
Method 2: Disable startup apps to prevent them from running at all
For apps you don’t need started automatically — disable them entirely from the startup list.
- Open Task Manager (
Ctrl + Shift + Esc). - Switch to the Startup apps tab.
- Sort by Startup impact. Disable High and Medium impact items you don’t need.
- Common candidates:
- Spotify (launches at boot)
- Discord (background updates and notifications)
- Steam (large memory footprint)
- OneDrive (if you don’t need real-time sync)
- OEM utilities (Lenovo Vantage, HP Support Assistant, Dell SupportAssist)
- RGB lighting / audio enhancement utilities (iCUE, Razer Synapse, Nahimic)
- Right-click an app → Disable.
- Reboot. Disabled apps no longer auto-start.
- You can still launch them manually when needed.
Combines well with Method 1 — Method 1 stops background activity for running apps; Method 2 prevents them from starting in the first place.
Method 3: Use Battery saver to enforce aggressive background limits
For laptops where battery life is critical.
- Open Settings → System → Power & battery.
- Click Battery saver.
- Set Turn battery saver on automatically to Always (or a higher threshold like 50%).
- Battery saver:
- Reduces background app activity to minimum
- Disables push notifications for non-essential apps
- Throttles background sync
- Reduces screen brightness
- The mode applies even when plugged in if you set Always.
- Battery indicator shows a leaf icon when active.
This is a one-click broad-stroke setting. Less granular than Methods 1 and 2 but achieves the same broad effect.
How to verify the fix worked
- Open Task Manager → Performance → Memory. Idle memory usage drops by 1-3 GB on a typical 8 GB system after disabling background apps.
- Open Task Manager → Processes tab. Fewer entries; specifically the apps you set to Never don’t show as Running.
- Open Task Manager → Startup apps. Disabled items show as Disabled.
- CPU baseline at idle drops by 1-3%.
If none of these work
If memory usage stays high after disabling background apps, three causes apply. System services consuming RAM: Windows itself uses several GB for caching and services. Some can be tuned (see related articles on SysMain, Search Indexer). Driver memory leak: a buggy driver can leak memory continuously. Use Process Explorer to check System process memory growth over time. Genuinely insufficient RAM: if you regularly use heavy apps (browsers with many tabs, dev tools, video editing), 8 GB really is too little for Windows 11. Adding RAM gives bigger gains than tuning background apps. For specifically reducing baseline use on a 4 GB system (the bare minimum), Linux is more practical than Windows 11.
Bottom line: Per-app background permissions and startup app disable together reclaim significant RAM and CPU. Combine with Battery Saver for laptops where battery life matters.