Share via

Unable to Install Microsoft PowerToys from Microsoft Store – Error 0x8007007E

Siddique 5 Reputation points
2025-09-14T23:02:25.1733333+00:00

Hello,

I’m trying to install Microsoft PowerToys from the Microsoft Store, but I keep running into an error. The Store shows the message:

Something went wrong. We’re aware of the issue and working to fix it. Try again later. Error code: 0x8007007E

I have retried several times, but the problem persists. I have also made sure that my Windows is updated and that the Microsoft Store is working fine for other apps. This issue only seems to be happening with PowerToys.

Details:

  • Windows version: Windows 11 Home Version 24H2, build 26100.6584
  • Microsoft Store version: Version 22507.1401.7.0

Network connection is stable and other apps download without issue.

Could you please advise on how to resolve this error?

Thank you in advance!

Windows for home | Windows 11 | Microsoft Store

5 answers

Sort by: Most helpful
  1. sakazaki 5 Reputation points
    2025-09-16T08:10:28.74+00:00

    I too experienced the same issue when I attempted to install PowerToys from the Microsoft Store, immediately following a clean installation of Windows 11.

    Therefore, per the response from Lychee-Ng, I proceeded to download and install "PowerToys ver0.94" from GitHub. However, the downloaded installer failed to launch upon being double-clicked.

    Consequently, I downloaded version 0.93. The installer for this version initiated correctly, which allowed for a successful installation of PowerToys.

    1 person found this answer helpful.
    0 comments No comments

  2. Lychee-Ng 18,275 Reputation points Microsoft External Staff Moderator
    2025-09-18T11:03:59.01+00:00

    Hi, please recheck the official GitHub Releases · microsoft/PowerToys

    They have just updated the newest version (v0.94.1) said to be resolving the installer setup problem. If it still doesn't work, scroll down and download an earlier version to the v0.94.0.

    Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it. Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology.

    0 comments No comments

  3. DVW 0 Reputation points
    2025-09-18T06:08:33.2833333+00:00

    Workaround – Install PowerToys 0.93.0 and Pin It

    I ran into the same problem when installing PowerToys from the Microsoft Store on Windows 11 (24H2, build 26100). The installation fails with error 0x8007007E, and even the standalone installer for v0.94.0 does not launch — it fails while loading a required DLL (SilentFilesInUseBAFunction.dll), causing the bootstrapper to abort.

    This seems to be a bug introduced in PowerToys v0.94.0. As a workaround, you can install the previous version (0.93.0), which installs and works fine.

    Solution (Winget)

    Open PowerShell as a user (not as Administrator) and run:

    winget install Microsoft.PowerToys --version 0.93.0
    

    Alternatively, you can download version 0.93.0 manually from the official GitHub releases page: https://github.com/microsoft/PowerToys/releases/tag/v0.93.0

    Prevent Auto-Upgrade to 0.94.0

    If you use winget upgrade --all, it may automatically update PowerToys back to the broken 0.94.0 version. You can prevent this by pinning your installed version:

    winget pin add Microsoft.PowerToys
    

    Important: Once Microsoft releases a fixed version (0.94.x or 0.95.0), you should remove the pin and upgrade manually:

    winget pin remove Microsoft.PowerToys
    winget upgrade Microsoft.PowerToys
    

    This workaround should let you use PowerToys without issues until a fix is released. If this helped solve your problem, please mark this as the solution so others can find it more easily. ✅

    0 comments No comments

  4. Md. Mehedi Hassan Saon 0 Reputation points
    2025-09-16T17:45:27.8733333+00:00

    I am also facing the same problem today 16th September 2025. I have checked everything and also checked Windows Update. I downloaded Microsoft Power Toys Installer from Google. And when I try to install it with that, at the last moment of downloading and installing it, it shows that the installation could not be completed. Again, in case of installing from Microsoft Store, at the last moment of downloading and installing, this error message 0x8007007E is coming. What can I do now?

    0 comments No comments

  5. Lychee-Ng 18,275 Reputation points Microsoft External Staff Moderator
    2025-09-15T06:53:51.55+00:00

    Hi Siddique,

    Thanks for reaching out to Microsoft Q&A!

    The error 0x8007007E, in this case, likely means a compatibility issue between the Store version of PowerToys and your current Windows 11 build. It's possible that your system has been updated to the newest version but the components in the Store are not properly registered or compatible yet. Since the Microsoft Store method is failing, you can install PowerToys using the official standalone installer:

    1. Visit the official GitHub releases page: Releases · microsoft/PowerToys
    2. Download the latest .exe installer
    3. Right-click the file > Properties > Compatibility tab
    4. Check “Run this program as administrator”
    5. Run the installer and follow the prompts.

    Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it. Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology.

    I appreciate you confirming that your system is up to date and the Microsoft Store works fine for other apps. This is likely just a compatibility issue between newer Windows 11 builds, the Microsoft Store and PowerToys components. If you don't want to download the program, you can also wait for a newer update possibly patching this issue. Let me know if the manual installation doesn't work or if anything surfaces. Thanks for your time!


    If this reply is helpful, please click "Accept Answer" and kindly upvote it to assist others who might face similar problem. If the issue persists or you have extra questions, please click "Comment" instead.

    Note: To enable e-mail notifications, follow the steps in our documentation!


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.