Fixes

Sysprep was not able to validate your Windows installation Error on Windows [Fixed Completely]

A very common issue is faced by Windows users when they try to run the Sysprep tool after downloading some applications from the Windows App store or while building a new Windows 10 machine to be used as a template. This error states “Sysprep was not able to validate your windows installation”. This is a simple error and can be solved easily after going through this article.

Error "sysprep was not able to validate your windows installation" in windows 10
Error message

What prevents Sysprep to validate your Windows Installation?

A lot of people are facing this issue around the globe. There are different reasons that are considered to be behind this problem some of the most common are listed below:

  • Sometimes you download an app from the Windows store that might cause this problem.
  • The error might be caused by Windows 10 that support InstantGo encryption.
  • Removal of Default Windows application might cause this error.
  • this error might occur by updating a build-in app from the windows store.

Pre Tips

If you come across this error message, before going to any major solution try to fix the most common reason behind this error by disabling encryption for the system volume. Follow the steps to carry this task out:

  1. Open Command Prompt as administrator.
  2. Run the following command one by one and hit enter.
  3. manage-bde -status
    Disable-Bitlocker –MountPoint ‘C:’

By doing so, you can disable the encryption for the system volume that is based on BitLocker.

What to do if your Windows Installation cannot be verified by Sysprep?

Solution 1: Remove the Upgrade key from Windows Registry

If you are still having this issue, try to remove the upgrade key from the Windows Registry and check if the problem remains. Follow the steps below to carry this task out.

  1. Click the search button on the taskbar and type Registry Editor.
  2. Click to open it.
  3. On the left pane, go to HKEY_LOCAL_MACHINE -> SYSTEM -> Setup.
  4. On the right pane, delete the upgrade key.
    Delete Upgrade key to solve "sysprep was not able to validate your windows installation" problem
    Upgrade key
  5. A warning window will appear. Click yes.
  6. Restart your PC and check if the problem is resolved.

Solution 2: Install Default Windows Application

If this error is still occurring on your PC, install the default Windows application and check if the error is resolved. To do this, follow the steps below:

  1. Click the search button on the taskbar and type Windows Powershell.
  2. Right-click on it and click Run as Administrator.
    Navigate to Windows Powershell and click on Run as administrator
    Windows Powershell
  3. Run the following command and when the process is completed, check if the issue is resolved.
  4. Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

Solution 3: Make a new Administrator Account

If you still can’t get off this error message, try to make a new administrator account and try to fix this problem. Follow the steps below to make a new administrator account.

  1. Click the search button on the taskbar. Type and open Settings.
  2. Click on Accounts.
    In windows settings click on accounts option
    Accounts
  3. On the left pane, click on Family and other users.
    Look for Family and other users option
    Other Users
  4. Now click Add someone else to this PC.
    Add someone else to your PC to solve "sysprep was not able to validate your windows installation" issue
    Add someone
  5. Click I don’t have this person’s sign-in information.
    Add user without microsoft account so that "sysprep was not able to validate your windows installation" issue could be resolved
    Creating account
  6. Now click Add user without a Microsoft account.
  7. Set the username and password of your own choice.
  8. Select the Change account type and choose the Administrator once the account is created.
  9. Now restart your PC and repeat the procedure till Step 3.
  10. Select your old account and click Remove.
  11. Restart your PC.

If you need further assistance, click here.

Alan Adams

Alan is a hardcore tech enthusiast that lives and breathes tech. When he is not indulged in playing the latest video games, he helps users with technical problems that they might run into. Alan is a Computer Science Graduate with a Masters in Data Science.
Back to top button