How to fix 0x8007001f on windows 10?

Dwayne Bravo 46 Reputation points
2020-10-04T06:21:32.41+00:00

When I try to upgrade Windows 10, it gets to 85% and then fails with error code 0x8007001f. How do I get passed it?

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

5 answers

Sort by: Most helpful
  1. S.Sengupta 24,636 Reputation points MVP
    2020-10-04T06:48:40.487+00:00

    Open the Settings app using Win & I hotkey.

    Select Start > Settings > Update & Security > Troubleshoot. Next, under Get up and running, select Windows Update > Run the troubleshooter.


    Log in as Administrator,

    Open Command Prompt.

    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver

    Navigate to the C:/Windows/SoftwareDistribution folder, and rename this to softwareDistribution.old.
    Next, browse to the C:/Windows/System32/Catroot2 Folder, and rename this to catroot2.old.
    After you rename both these folders, restart the services that you have stopped earlier.

    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver

    Restart Windows to confirm the recent changes.

    3 people found this answer helpful.
    0 comments No comments

  2. Denis V 16 Reputation points
    2021-10-18T18:01:34.37+00:00

    If you have 0x8007001f when updating Windows 11 (win 11 is the marketing name, in fact it is windows 10.1)
    You need:

    1. Settings - Privacy & Security - Windows Security - Open Windows Security Service
    2. Device Security - Kernel Isolation Details - Memory Integrity - Toggle Off
    3. Restart Windows
    4. Restart the update
    2 people found this answer helpful.
    0 comments No comments

  3. SMil 386 Reputation points
    2021-11-14T20:24:57.597+00:00
    1. Disable Antivirus
    2. Uninstall audio drivers
    3. Perform SFC check
      sfc /scannow

    if it doesn't work then you need to do a clean boot

    2 people found this answer helpful.
    0 comments No comments

  4. Kapil Arya 8,461 Reputation points MVP Volunteer Moderator
    2020-10-04T06:35:15.04+00:00

    Hello,

    Usually the error code 0x8007001F occurs when the device has stopped responding or when a general failure has occurred. I recommend you to disconnect external devices and perform clean boot. Then try the upgrade, it should work.

    Good luck!

    0 comments No comments

  5. Guellaf Abd Elhalim 11 Reputation points
    2021-11-14T17:53:54.56+00:00

    all solutions in comments are the same : 0x8007001f

    0 comments No comments

Your answer

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