Windows Store Broker problem: very high CPU usage

Anonymous
2014-02-24T10:36:33+00:00

Starting several weeks ago (January 2014) the task Windows Store Broker (wshost.exe) starts randomly and quickly climbs up to 50-60% CPU usage - even if no "Metro" apps are running and I haven't opened the Windows Store. I can end the task in the Task Manager yet it starts again within minutes and begins using 50%of my CPU again. (See screenshot).

Full anti-virus scan reveals no problems.

Resetting the Windows Store (wsreset.exe) doesn't solve the issue.

I searched the Windows\WinSxS directory and found wshost.exe in 3 places. One of them was updated January 17, 2014. My guess is that this update caused the problem.

Anyone else having the same issue?

Anyone found a solution?

Is Microsoft aware of the issue and working on a solution?

My only resort for now is to disable the Windows Store via a registry entry to avoid my laptop continually overheating due to extremely high CPU usage.

I appreciate any help.

Windows for home | Previous Windows versions | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2014-03-19T01:40:43+00:00

Kill Store and Store Broker from task list.

Rename the Cache folder to CacheOld at:

C:\Users(Your User Account)\AppData\Local\Packages\WinStore_cw5n1h2txyewy\LocalState

(Your WinStore_gobblygook might be a different bunch of gobbblygook)

Create an empty folder called Cache.

Solved! For me anyway.

Enjoy,

Ron

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2014-12-31T04:32:09+00:00

It may be necessary to show both Hidden, and System Files, and also to uncheck "Hide known file types" in Control Panel/ Folder Options/ View, to navigate to the mentioned AppData location.

Was this answer helpful?

0 comments No comments
Answer accepted by question author
Anonymous
2014-12-31T01:56:03+00:00

Select Options.

Folder options should appear:

Click the View tab then select "Show hidden files, folders and drives"

Select OK.

Proceed to Appdata

Was this answer helpful?

0 comments No comments

66 additional answers

Sort by: Newest
  1. Anonymous
    2014-04-09T11:59:20+00:00

    Kill Store and Store Broker from task list.

    Rename the Cache folder to CacheOld at:

    C:\Users(Your User Account)\AppData\Local\Packages\WinStore_cw5n1h2txyewy\LocalState

    (Your WinStore_gobblygook might be a different bunch of gobbblygook)

    Create an empty folder called Cache.

    Solved! For me anyway.

    Enjoy,

    Ron

    Cache folder in use and cannot rename - suggestions?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-04-08T00:32:01+00:00

    Kill Store and Store Broker from task list.

    Rename the Cache folder to CacheOld at:

    C:\Users(Your User Account)\AppData\Local\Packages\WinStore_cw5n1h2txyewy\LocalState

    (Your WinStore_gobblygook might be a different bunch of gobbblygook)

    Create an empty folder called Cache.

    Solved! For me anyway.

    Enjoy,

    Ron

    No such directory after user account dir.

    %HOMEDRIVE%

    cd %LOCALAPPDATA%\Packages

    for /D %%F in (winstore*.*) do cd %%F

    cd LocalState

    ren Cache CacheOld

    md Cache

    I've tried to help users in other forums that have trouble with this fix and some are just not getting it.

    Copy and paste the block above to notepad and save to the Desktop as FixMe.bat.

    Double-Click the Desktop file and it should fix things.

    (Note: You must End Task in Task Manager on both Store and Store Broker for this to work.)

    (Note: This has no error-checking and makes no accommodation for being run a second time. If you reuse this then you must get rid of the OldCache folder 1st.)

    Was this answer helpful?

    0 comments No comments