What is the RuntimeBroker.exe process in Windows 8?

112,596

Solution 1

Runtime Broker process was created by Microsoft and is a core process in Windows 8.

RuntimeBroker.exe is a safe Microsoft process included in Windows 8 to assist with Metro app permissions. With a light system footprint of more or less 5,000 K of RAM being used, it does not affect performance.

RuntimeBroker.exe is triggered by Metro apps. If there are no Metro apps open, this process won't run.

What does it do?

The Runtime Broker is responsible for checking if a Metro app is declaring all of its permissions (like accessing your Photos) and informing the user whether or not its being allowed. In particular it is interesting to see how it functions when paired with access to hardware, such as an app’s ability to take webcam snapshots. It's serves as a middleman between your apps and your privacy/security.

A quick look through the strings of the process shows the Microsoft definition of Runtimebroker.exe to be part of “Processes for Windows Partial Trust Components.”
Most of its related registry entries and the process itself can be found at:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime
C:\Windows\System32\RuntimeBroker.exe

References: 1, 2

Solution 2

RuntimeBroker.exe is as described above by amiregelz; however it can also be a memory hog that can slow Windows 8 to a crawl. There are apparently situations where Windows Store Apps (a.k.a. Metro Apps) cause/have a memory leak when scheduling live tile updates. I recently discovered that the RuntimeBroker was using ~2.5GB of memory -- which of course caused some perf problems with my system. See http://social.technet.microsoft.com/Forums/en-AU/w8itprogeneral/thread/52000c8f-f2b7-4c10-a4ec-01adfcdf2f39 for a discussion and more details on the problem.

Share:
112,596

Related videos on Youtube

amiregelz
Author by

amiregelz

Updated on September 18, 2022

Comments

  • amiregelz
    amiregelz over 1 year

    I was looking through my Task Manager today and saw something called Runtime Broker running:

    enter image description here enter image description here


    I've never seen this in previous versions of Windows.
    What is it? What does it do?

  • avirk
    avirk over 11 years
    IMO it is just suspending the Modern Ui apps while Windows do it automatically after a certain of time. It doesn't close the apps.
  • amiregelz
    amiregelz over 11 years
    @avirk You're right. I can verify it does not close the Metro apps when it is shut down.
  • Alex Sorokoletov
    Alex Sorokoletov over 11 years
    I have 90% CPU usage after I open Mail on my Win8 laptop. Seems, this process is not so lightweight
  • rainabba
    rainabba over 8 years
    I've got one system that clearly has a memory leak with RuntimeBroker.exe that translates over to the System process (pid 4) which is rarely > 28K in my experience, but when RuntimeBroker gets out of hand, System goes as high as 11GB (luckily I have 32GB in that system).