Autopilot.dll WIL error

Anonymous
2022-08-24T15:35:23+00:00

So this issue has been going on for almost a month now,event viewer is showing tons of these errors,i have 3 windows 10 installations and in each the error is there.Even tried to do a clean install on my main pc today to see if it would go away but to no effect.

This is the error:

Autopilot.dll WIL error was reported.

HRESULT: 0x80070491

File: onecoreuap\admin\moderndeployment\autopilot\dll\dllmain.cpp, line 178

Message: NULL

I searched a bit trough the comunity and found out that there are tons of people having the exact same problem.

Windows for home | Windows 10 | 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

142 answers

Sort by: Newest
  1. Anonymous
    2023-04-02T01:29:32+00:00

    I will try. And let you know the results.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-04-01T21:12:23+00:00

    If you have installed Windows with a local account, a key is stored in the TPM chip.
    If later, you log in with a Microsoft account, for some reason, the TPM key does not reset.

    In order to fix this error, Open Settings -> Update & Security -> Windows Security -> Open Windows Security
    Then go to Device Security and under Security processor, click Security processor details.
    Then click Security processor troubleshooting and click Clear TPM then Clear and restart.

    Once Windows restarts, you will be prompted to reset your PIN. It will ask you to log in and reset the PIN.

    Now no more Autopilot errors.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-03-22T15:08:53+00:00

    Didn't work for me. Commands executed without error but error messages persist.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-03-22T06:56:32+00:00

    ChatGPT gave me a solution that worked for me and I didn't lose any data... Was very simple..

    Remove and Re-install Autopilot..

    1. Open PowerShell as Administrator
    2. Run this line of code:
      Get-AppxPackage Microsoft.WindowsAutopilot | Remove-AppxPackage
    3. Now run this line of code:

    Get-AppxPackage -allusers Microsoft.WindowsAutopilot | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    The end..

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2023-03-15T19:52:21+00:00

    I tried this solution, no luck. 😭

    Was this answer helpful?

    0 comments No comments