You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Lenovo ThinkPad with AMD Ryzen AI 9 HX PRO 370, Microsoft Edge consumes 3+ CPU cores (320%+ CPU) in the background with no browser window open, no tabs, and no user interaction. The user runs Chrome as their primary browser — Edge is not used.
The cause is Edge's Startup Boost feature (--no-startup-window --win-session-start) which keeps Edge running at all times so it "opens faster". An accompanying background extension renderer process compounds the CPU usage.
Together, these two invisible processes accumulated 20,000+ CPU-seconds (over 5.5 hours of sustained processing) in a single session, generating significant heat and contributing to keyboard temperatures uncomfortable to touch.
Impact
CPU: 320%+ sustained (3.2 cores on a 12-core CPU) with zero user interaction
Thermal: Contributed to 77°C → dropped to 69°C immediately after killing Edge processes (8°C drop from killing a browser nobody was using)
Power: Significant unnecessary battery drain
User experience: Keyboard physically hot to touch from heat generated by a browser that wasn't open
Removed Edge auto-launch from startup: deleted MicrosoftEdgeAutoLaunch_* from HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Expected Behaviour
Edge should not auto-start on systems where it is not the default browser
Startup Boost should be opt-in, not opt-out — especially on non-default browsers
Background extension processes should not run when Edge has no windows open
Users should be clearly notified when background processes are consuming significant resources
A browser that is not being used should consume zero CPU
Desktop
OS: Windows 11 Pro 26200 (25H2)
Device: Lenovo ThinkPad, AMD Ryzen AI 9 HX PRO 370
CPU: AMD Ryzen AI 9 HX PRO 370 (12 cores / 24 threads)
RAM: 56 GB
Edge Version: Latest stable (installed via Windows, not manually updated)
Default Browser: Google Chrome
Edge Usage: Not used — never opened intentionally
Investigation tool: This issue was diagnosed using Claude Code (Anthropic CLI agent, model: Claude Opus 4.6 claude-opus-4-6[1m]). The agent queried thermal sensors, identified real-time CPU usage per process, traced command lines, applied registry fixes, and generated this report autonomously from the prompt 'my laptop is hot, check what's going on'.
Bug Description
On a Lenovo ThinkPad with AMD Ryzen AI 9 HX PRO 370, Microsoft Edge consumes 3+ CPU cores (320%+ CPU) in the background with no browser window open, no tabs, and no user interaction. The user runs Chrome as their primary browser — Edge is not used.
The cause is Edge's Startup Boost feature (
--no-startup-window --win-session-start) which keeps Edge running at all times so it "opens faster". An accompanying background extension renderer process compounds the CPU usage.Together, these two invisible processes accumulated 20,000+ CPU-seconds (over 5.5 hours of sustained processing) in a single session, generating significant heat and contributing to keyboard temperatures uncomfortable to touch.
Impact
Process Details
Main process (11,870 CPU-seconds):
Extension renderer (8,407 CPU-seconds):
Neither process had a visible window. The user was unaware Edge was running.
Context
This is the second Microsoft background service found silently consuming significant hardware resources on this Copilot+ PC in 10 days:
WorkloadsSessionHost.exe(Windows Recall/ONNX Runtime) — 90%+ GPU consumption without user opt-in. See: [Privacy/Thermal] WorkloadsSessionHost silently consumes 90%+ GPU on Copilot+ PCs without user opt-in microsoft/onnxruntime-genai#2013Both were consuming resources for features the user never opted into and was unaware were running.
Steps to Reproduce
msedge.exeprocesses consuming significant CPU with no window open--no-startup-window --win-session-startcommand line argumentResolution Applied (user-side)
msedge.exeprocesses — immediate 8°C temperature dropHKCU\SOFTWARE\Microsoft\Edge\StartupBoost\StartupBoostEnabled = 0HKCU\SOFTWARE\Microsoft\Edge\BackgroundModeEnabled = 0MicrosoftEdgeAutoLaunch_*fromHKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\RunExpected Behaviour
Desktop
Investigation tool: This issue was diagnosed using Claude Code (Anthropic CLI agent, model: Claude Opus 4.6
claude-opus-4-6[1m]). The agent queried thermal sensors, identified real-time CPU usage per process, traced command lines, applied registry fixes, and generated this report autonomously from the prompt 'my laptop is hot, check what's going on'.