Error: We couldn’t complete the updates, Undoing changes. Don’t turn off your computer.

Anonymous
2014-05-14T19:34:39+00:00

This error may appear anytime a Windows Update fails. To investigate possible solutions, we need to start with the specific error code.

We can do this by viewing your update history.

  1. Swipe in from the right edge of the screen (or, if you're using a mouse, pointing to the lower-right corner of the screen and moving the mouse pointer up), and tap or click Settings.
  2. Tap or click Change PC settings, and then Update and recovery.
  3. Tap or click View your update history.

View failed update error code.

Please post here with your error code, so that the Community can try to help guide you appropriately.

Windows for home | Previous Windows versions | Windows update

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

998 answers

Sort by: Most helpful
  1. Anonymous
    2015-02-19T17:12:54+00:00

    When I try Microsoft support for Windows, I get a message that says 

    Sorry, the page you requested is not available.

    The page you were looking for is currently not available. The address may not be correct, or there may be a temporary problem with this site. Please try one of the following options:

    @showmethefactshttps://support.microsoft.com/ContactUs/TechnicalSupport is working for me this morning.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-02-17T18:57:31+00:00

    window 8.1 update (KB2919355)

    error detail code: 80073712

    it always say this ,,, plz give me any solution

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-02-17T18:56:09+00:00

    window 8.1 update (KB2919355)

    error detail code: 80073712

    it always say this ,,, plz give me any solution

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-02-16T15:00:03+00:00

    and when I tried to run these commands:

    Dism /online /cleanup-image /scanhealth and Dism /online /cleanup-image /restorehealth from an Admin prompt.

    I got a message saying each of them was "unknown"and again referring to error 87. I did not make a typo

    @showmethefacts, what is the exact text of the message you get when you go to an Admin prompt and type 'dism /?'.  Also check the size and date of dsm.exe in c:\windows\system32. Mine (Windows 8.1 64bit) shows '2014-02-22  04:36 AM           275,456 Dism.exe'.

    I have reported the problem with getting support through http://www.answers.microsoft.com and http://www.support.microsoft.com to Microsoft.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2015-02-16T06:05:05+00:00

     did not make a typo

    OK.  That is just the most likely reason.  Another one is that the version of dism changed after KB2919355 so if you are using an old version it might be able to try to interpret a command line but do nothing else.  In fact, in one incident I helped someone on it looked as if there was a mixup between the 32- and 64-bit versions.

    You could try doing the PowerShell pipeline I suggested then for clues on that tack...

    http://answers.microsoft.com/en-us/windows/forum/windows8_1-windows_update/issue-with-installing-updates-on-windows-81/24b91da6-fdbe-42dd-96c6-3cc91062054b?page=3

    In fact, now I would suggest a simpler, more informative, pipeline:

    PS C:\Windows> **LS -Re -Fi dism.exe sort LastWriteTime ft Length, FullName -AutoSize**

    FYI

    Robert


    Was this answer helpful?

    0 comments No comments