Chrome 100% CPU usage, again - software_reporter_tool.exe

46

13

software_reporter_tool.exe belonging to Chrome running at 100% cpu, fan full speed.

Deleting it doesn't fix anything, because it gets redownloaded again! Disabling "Protect me from bla bla" doesn't make it stop running.

Please anyone have any solutions? God I hate Chrome

waaaaaat

Posted 2015-09-25T19:00:42.590

Reputation: 489

The top answer, is still relevant and still works. Unless you want a guide for Windows 8/10? Although I think that answer still works the same. – Kingsley Zhong – 2018-02-27T01:56:14.963

1

@Alex ... using chromium instead of chrome (and dis-installing the last one)? :-) Just to say if this is a recurring behaviour maybe you can use alternative approaches. If you need chrome for work (e.g to check the layout of a site you are creating...) that is another case (you can always use it in a virtual machine)... but for personal needs chromium should work fine too.

– Hastur – 2018-02-27T06:32:54.190

If you hate chrome just use FireFox. Or Brave if you want something based on chromium. https://brave.com/

– HackSlash – 2018-02-28T00:01:11.990

So sick of this damn 'tool' – Simon – 2020-02-29T02:28:40.227

Answers

31

The Software Reporter Tool is found under the following path on Windows 7 and newer versions of Windows :

C:\Users\USERNAME\AppData\Local\Google\Chrome\User Data\SwReporter\VERSION\software_reporter_tool.exe

While you can delete the content of the entire folder or rename this executable or destroy it in some way, this is only a temporary measure since it will return on the next update of the Chrome browser.

A better solution is to remove permissions so that no one may access the folder or run any program in it, as follows:

  • Right-click on the folder SwReporter and select Properties
  • Click on the Security tab
  • Click Advanced
  • Click on Disable inheritance and select Remove all inherited permissions from this object
  • Select Apply and when prompted click Yes.
  • Click OK and OK again

No group or user will now be able to access this folder, not even the administrators : The tool cannot be run anymore and updates cannot be applied to the folder.

If in the future you would like to undo the operation, enable inheritance again for the folder.

harrymc

Posted 2015-09-25T19:00:42.590

Reputation: 306 093

On Windows 7 - After clicking on "Advanced" untick the "include inheritable permissions from this object's parent" checkbox, then select "Remove" on the dialog that pops up. – BornToCode – 2019-01-05T18:15:44.393

I created a simple service that checks the location you mentioned above and deletes the reporter tool. I installed the service yesterday. Today my laptop fan went to max again and I checked google chrome under processes in task manager. I found 4 Software-Reporter-tool.exe processes running, but all from this location: C:\Users\Admin\AppData\Local\Microsoft\VisualStudio\16.0_22b8d1af\WebTools\ChromeUserData_B1BEBFE6_75247F81-1740-45DF-BB1F-45B67FF3CB42\SwReporter\44.219.200.

Not sure how this comes into the VS folder, strange. So the new Edge browser will be chromium based... – Legends – 2019-10-02T13:59:12.517

Looks like the collaboration already started. – Legends – 2019-10-02T13:59:57.163

I actually found 5 *.exe under this new folder, look here: https://i.imgur.com/PsNHMJh.png

– Legends – 2019-10-02T14:44:20.093

Will Chrome break down on inaccessible SwReporter folder in the future? – jw_ – 2020-02-20T09:55:10.983

@jw_: No such reports were given by the dozens of users that upvoted this answer. – harrymc – 2020-02-20T10:16:02.473

It works perfectly. I mean a future version of Chrome may fail, what next then? – jw_ – 2020-02-20T10:33:11.330

@harrymc but how could they if they were locked out of Chrome ;-) – Simon – 2020-02-29T02:30:21.827

9

Another option is to disable it via group policy for the local machine. I like this option because I don't need to know my Chrome version or username.

I found a solution here.

Note: this is only "for Windows instances that are joined to a Microsoft® Active Directory® domain. or Windows 10 Pro or Enterprise instances that enrolled for device management."

Short version:

  1. Regedit, go here, go to

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome

  2. Create ChromeCleanupEnabled and ChromeCleanupReportingEnabled as DWord 32bit options, with a value of 0
  3. Kill the Software Reporting Tool via task manager, it won't come back

kylos101

Posted 2015-09-25T19:00:42.590

Reputation: 159

5

Sounds like group policy to the rescue.

You can use windows group policy to prevent certain applications from running.

Start -> run

gpedit.msc

In the MMC, navigate through: User Configuration > Administrative Templates > System

In the right-side pane look for "Don’t run specified Windows applications". Double click it and set it to "enabled". I'm running win10 so I don't know how much different it's going to be on win7 but once enabled on my system there's a "show" button you can click to bring up the list of disallowed apps. Double click in the "value" area to edit and then type the name of your app "software_reporter_tool.exe" (without the quotes of course). I'm not sure if the GPO is applied right away or if a logout or reboot is needed. Try it and let me know how it works for you!

apocalysque

Posted 2015-09-25T19:00:42.590

Reputation: 583

Don’t think this’ll work: “This setting only prevents users from running programs that are started by the Windows Explorer process. It does not prevent users from running programs […] that are started […] by other processes.” – feklee – 2018-09-22T14:28:33.783

3

According to the scans and analysis, software_reporter_tool.exe is a legit tool from Google (verified from its file properties and digital signature), so no scans will fix it.

Even-though there is/are a lot of fake/infected software_reporter_tool.exe(common infection name Sality), which lead to the strong assumption that the file is infected, the file residing on the OP's machine is clean.

Now, what's the purpose of `software_reporter_tool.exe`?<br>

This tools is probably related to resetting Chrome to factory defaults or removing the Chrome browser entirely.

You may be able to fix the problem by downloading and running the Software Removal Tool. Think of this as a “factory reset” of Chrome. It restores Chrome's original settings and removes programs that affect its behavior.

  1. You can uninstall SRT with Windows add/remove programs.
    Ref: https://productforums.google.com/forum/#!topic/chrome/bFhfVkR-ENo

Check in your appwiz.cpl if the software_reporter_tool or Chrome Cleanup Tool is listed there and uninstall it. That should make the problem disappear.

Please note that the file name and program name is different!
If the uninstall didn't help to fix the issue, its probably time to migrate to other browsers like Mozilla Firefox or Opera.

Why was it causing high CPU?<br>

May be because of some programmatic bugs in the tool.

Nikhil_CV

Posted 2015-09-25T19:00:42.590

Reputation: 552

2Yeah, a programming bug that sat at 100% CPU on a core that read 15GB of data. Mind you, they set the priority to LOW. That might have also been a bug. – Brain2000 – 2018-03-14T23:43:09.020

No, the purpose of 'software reporter tool' is NOT related to resetting Chrome to factory defaults or removing Chrome browser entirely. According to google support it is used to find malicious software. The tool can be executed manually in the settings menu of chrome. See: https://support.google.com/chrome/answer/2765944?visit_id=637057138264918162-1477182535&p=chrome_cleanup_tool&hl=en&rd=2

– Thorsten Albrecht – 2019-10-03T15:41:24.713

AND: The SRT cannot be removed with Windows add/remove programs anymore in the year 2019. – Thorsten Albrecht – 2019-10-03T15:45:19.693

and still there 5 years later. such a joke of a 'tool' - running even when Chrome isn't even open. what is it doing??????? – Simon – 2020-02-29T02:31:04.863

2

This article would be help. Chrome Cleanup Tool a.k.a. Software Reporter Tool Running All the Time

Try to open software_reporter_tool.exe with text editor, then delete the contents and save it. Not delete the file itself, but the contents of the file. This will desable the function of software_reporter_tool.exe and it will never be shown up on process list.

The directory software_reporter_tool.exe located in is for my computer running Windows 7 is:

C:\Users\[USER NAME]\AppData\Local\Google\Chrome\User Data\SwReporter\4.30.1

sam

Posted 2015-09-25T19:00:42.590

Reputation: 21