Fix Error Code 0x80090016 for PIN and Microsoft Store

 

Error Code 0x80090016 which a user may receive on his Windows 10 computer could be while creating a PIN or when using the Microsoft Store. There have been reports of the Windows 10 Login PIN failing the users to sign in or being not able to be set up. The solutions to fix this error in both the scenarios are totally different.

The error message for the PIN related error reads-

Something went wrong, We weren’t able to set up your PIN. Sometimes it helps to try again or you can skip for now and do this later.

The error message for the Microsoft Store related error reads-

Try that again, Something happened on our end and we couldn’t sign you in.

So, let us now check how to fix this issue.

0x80090016

We will be covering the fixes for each of the components separately so that there is no confusion.

The fixes will be as follows-

Error Code 0x80090016 Microsoft Store

  1. Sync Date and Time.
  2. Re-register the Microsoft Store app using Powershell.
  3. Reset the Microsoft Store.
  4. Run Microsoft Store Apps Troubleshooter.

1] Sync Date and Time

You need to have a correct Date and Time set on your computer to access various Windows 10 services.

For this, start by hitting the WINKEY + I button combinations on the keyboard to start the Settings app.

Now, navigate to Time & Language > Date & time.

On the right side panel, turn the toggle On for Set time automatically and Set time zone automatically.

Next, click on Region & language on the left side panel. Make sure that the Country or region on the right side panel is set to the country that you live in.

Close the Settings app and Reboot your computer for the changes to take effect.

2] Re-register the Microsoft Store app using Powershell

Start by pressing WINKEY + X button combo or right-click on the Start button and click on Windows Powershell (Admin) or search for Powershell in the Cortana search box, right click on the Command Prompt icon and click on Run as Administrator. Click on Yes for the UAC or User Account Control prompt that you get. Then, the Windows Powershell window will finally be open. Now, type in the following command to re-register the Microsoft Store appand then hit Enter.

powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootWinStoreAppxManifest.xml

Let the process complete and then check if your issue is fixed or not.

3] Reset the Microsoft Store

You can try to Reset Microsoft Store and check if any cached files or folders are causing a conflict to your Store being connected to the Microsoft Servers.

4] Run Microsoft Store Apps Troubleshooter

Microsoft has also released a dedicated Microsoft Store apps Troubleshooter. You need to download and run it.

Error Code 0x80090016 for PIN

  1. Managing the NGC Folder.
  2. Use Group Policy Editor.

1] Managing the NGC Folder

First, boot Windows 10 into Safe Mode.

You need to delete all the contents of the NGC Folder – for that you will need to take ownership of this folder first-

C:WindowsServiceProfilesLocalServiceAppDataLocalMicrosoft

Once done, just permanently delete all the contents of that folder and reboot your computer normally.

2] Use Group Policy Editor

Hit the WINKEY + R button combination to launch the Run utility, type in gpedit.msc and hit Enter. Once Group Policy Editor opens, navigate to the following setting-

Computer Configuration > Administrative Templates > System > Logon

Now, on the right side panel and double click on Turn on convenience PIN Sign-in and set the radio button to Enabled for it.

This policy setting allows you to control whether a domain user can sign in using a convenience PIN. If you enable this policy setting, a domain user can set up and sign in with a convenience PIN. If you disable or don’t configure this policy setting, a domain user can’t set up and use a convenience PIN. Note: The user’s domain password will be cached in the system vault when using this feature. To configure Windows Hello for Business, use the Administrative Template policies under Windows Hello for Business.

This will turn on the Logins using PIN. Setting the radio button as Disabled or Not Configured will turn off the Logins using PIN.

Exit the Group Policy Editor and then reboot your computer for the changes to take effect.

Hope this helped!

Original Article