Windows 11's built-in Weather app wastes more than 1 GB of RAM(notebookcheck.net)
661 points by akyuu 12 days ago | 587 comments
tl;dr: Windows 11's built-in Weather app can consume over 1 GB of RAM—roughly 5x more than Apple's macOS equivalent—because it's essentially an MSN web app running on WebView2, spawning multiple Chromium subprocesses. The bloat is particularly problematic on 8GB systems, where the app can eat nearly 20% of available memory, and it also displays ads within the forecast interface. Microsoft has said it plans to build more native Windows apps, but hasn't confirmed whether Weather will be rewritten in WinUI.
HN Discussion:
  • Historical comparison showing modern bloat is absurd given older systems ran more with less RAM
  • RAM measurement is nuanced and shared framework components may inflate reported usage
  • Practical workaround using Edge with uBlock Origin achieves better results than built-in app
  • Web development culture produces wastefully bloated apps for simple tasks
  • OS-level GC or native development tools could solve the bloat problem