Share via

Cannot install Microsoft Photos

Anonymous
2018-08-15T15:04:45+00:00

I cannot download and install Microsoft Photos onto my laptop from Microsoft store. the progress bar gets up to about 95% installed and then stops. the error message I get is Code: 0x80070005. it tells me to try again later which I do. this has been happening for 3 months now.

Windows for home | Windows 10 | Microsoft Store

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

5 answers

Sort by: Most helpful
  1. Anonymous
    2018-08-15T20:54:20+00:00

    Ok I understand check these links.

    https://answers.microsoft.com/en-us/windows/for...

    https://www.diskgenius.com/how-to/fix-error-cod...

    https://neosmart.net/wiki/0x80070005/

    If this does not work try to repair the Operating System with these steps:

    Open Start, type: CMD

    Right click CMD

    Click Run as administrator

    Type in at the prompt OR Copy and Paste these one at a time : (Hit enter after each)

    Dism /Online /Cleanup-Image /CheckHealth

    Dism /Online /Cleanup-Image /ScanHealth

    Dism /Online /Cleanup-Image /RestoreHealth

    Also run the System File Checker utility:

    Open Start, type: CMD

    Right click CMD

    Click Run as administrator

    At the Command Prompt, type: sfc/scannow

    This will check for any integrity violations

    Restart your system

    Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before you decide to download and install it.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-08-15T16:42:24+00:00

    tried this and still wont install

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-08-15T16:41:21+00:00

    tried this and still have the same problem

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-08-15T15:07:37+00:00

    Hi, Val456

    Follow these steps, I hope you can solve the problem.

    First, make sure all the latest updates have been installed - click Start > Settings > Update & security > Windows Update > Check for Updates

    Open Start > Settings > Apps > Apps & features

    Scroll down to Photos

    Select it

    Click Advanced options

    Click Reset

    Restart

    Check the Store for updates

    If that does not work give this a try then:

    Press Windows key + X

    Click Windows PowerShell (Admin).

    At the command prompt, type the following, hit Enter the restart.

    get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage

    Download again from the Store:

    Get Microsoft Photos - Microsoft Store

    https://www.microsoft.com/en-us/store/p/microso...

    Was this answer helpful?

    0 comments No comments
  5. Vijay A. Verma 104.9K Reputation points Volunteer Moderator
    2018-08-15T15:06:25+00:00

    Try below Powershell command to install

    Windows+X > Click Windows Powershell (Admin) > Copy the below command and right click in Powershell to paste it

    Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”

    Was this answer helpful?

    0 comments No comments