How to Fix Error 0x80190190 on Windows 11: Step-by-Step Solutions That Work

Encountering error 0x80190190 on Windows 11 can be frustrating. This error usually happens when there is a problem with downloading or updating apps from the Microsoft Store. Fortunately, this guide will help you fix it step-by-step.

We will start with simple solutions and gradually move to more advanced fixes. Each step is explained clearly so anyone can follow along without confusion.

By the end, you should be able to resolve the error and get your Microsoft Store apps working smoothly again. Let’s get started.

These solutions work for most common causes of error 0x80190190 on Windows 11.

Quick Note: Prerequisites and Initial Checks

Before diving into the fixes, make sure you do the following quick checks:

  • Check your internet connection: A stable internet connection is essential for Microsoft Store to work properly.
  • Restart your computer: Sometimes, a simple restart resolves temporary glitches.
  • Verify Windows updates: Ensure your Windows 11 system is up to date by going to Settings > Windows Update.
  • Sign in to Microsoft Store: Confirm you are signed in with a valid Microsoft account.

If these basics are in place, proceed to the detailed solutions below.

Step 1: Run the Microsoft Store Troubleshooter

Windows 11 includes a built-in troubleshooter specifically designed to diagnose and fix Microsoft Store problems. This is often the quickest way to solve error 0x80190190.

  1. Click the Start menu and select Settings.
  2. Go to System > Troubleshoot.
  3. Click Other troubleshooters.
  4. Find Windows Store Apps and click Run.
  5. Follow the on-screen instructions to complete the troubleshooting process.

This troubleshooter will scan for common issues and automatically apply fixes if possible. It is always a good first step because it saves time and effort.

Step 2: Clear the Microsoft Store Cache

Sometimes the Microsoft Store cache gets corrupted, which can cause download errors. Clearing the cache forces the Store to refresh its data.

  1. Press Windows Key + R to open the Run dialog.
  2. Type wsreset.exe and press Enter.
  3. A blank Command Prompt window will appear; wait for it to close automatically.
  4. The Microsoft Store will open by itself once the cache is cleared.

This step is important because it removes temporary files that may be causing the error.

Step 3: Check Date and Time Settings

Incorrect date and time settings can interfere with Microsoft Store’s ability to verify your account and connect to servers.

  1. Open Settings from the Start menu.
  2. Go to Time & language > Date & time.
  3. Make sure Set time automatically and Set time zone automatically are turned on.
  4. If they are already on, try toggling them off and on again.

Correct time settings ensure your PC can communicate properly with Microsoft servers, which helps prevent errors like 0x80190190.

Step 4: Reset the Microsoft Store App

If clearing the cache didn’t help, resetting the Store app can fix deeper issues by restoring it to default settings. This will not delete your installed apps.

  1. Open Settings.
  2. Navigate to Apps > Installed apps (or Apps & features).
  3. Search for Microsoft Store in the list.
  4. Click the three-dot menu next to it and choose Advanced options.
  5. Scroll down and click Reset, then confirm.

Resetting the app will fix corrupted files or settings that might be causing the error.

Step 5: Re-register Microsoft Store Using PowerShell

If the problem persists, re-registering the Microsoft Store app can fix any broken app registrations.

  1. Click the Start menu, type PowerShell.
  2. Right-click Windows PowerShell and select Run as administrator.
  3. Copy and paste the following command, then press Enter:
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

Wait for the process to complete, then restart your PC. This command reinstalls and re-registers the Microsoft Store app, which can resolve complex errors.

Alternative Method: Create a New User Account

If none of the above methods work, testing with a new user account can help determine if the problem is user-specific.

  1. Open Settings.
  2. Go to Accounts > Family & other users.
  3. Click Add account under Other users.
  4. Follow the prompts to create a new local or Microsoft account.
  5. Sign out of your current account and sign in with the new one.
  6. Try opening Microsoft Store and installing or updating apps.

If the error does not appear in the new account, your original user profile may be corrupted.

Frequently Asked Questions (FAQs)

What causes error 0x80190190 on Windows 11?

This error usually occurs due to corrupted Microsoft Store cache, incorrect system settings, or problems with the app registration.

Will resetting Microsoft Store delete my apps?

No, resetting only affects the Store app’s data and settings. Your installed apps remain untouched.

Is it safe to run PowerShell commands to fix the Store?

Yes, the commands provided are safe and official ways to repair the Store app. Always run PowerShell as an administrator when performing these fixes.

Can antivirus software cause this error?

Sometimes, antivirus or firewall settings block Microsoft Store connections. Temporarily disabling them during troubleshooting might help identify if they are the cause.

What should I do if the error keeps coming back?

If the error persists after all fixes, your Windows installation might have system file corruption. Running system repair tools or reinstalling Windows may be necessary.

When Nothing Works

If you have tried all the above steps and still face error 0x80190190, consider the following options:

  • Run System File Checker: Open Command Prompt as administrator and type sfc /scannow to repair system files.
  • Use Deployment Image Servicing and Management (DISM): In Command Prompt, run DISM /Online /Cleanup-Image /RestoreHealth to fix Windows image corruption.
  • Contact Microsoft Support: Visit the official Microsoft Support website for personalized help.
  • Consider a Windows reset or reinstall: As a last resort, backing up your data and reinstalling Windows can fix persistent issues.

Conclusion

Error 0x80190190 on Windows 11 usually relates to Microsoft Store app problems that can be fixed with simple troubleshooting steps. Starting with the built-in troubleshooter and clearing the Store cache often solves the issue quickly.

If those steps fail, resetting the app, re-registering it with PowerShell, or creating a new user account are effective next options. Always ensure your system date, time, and Windows updates are correct to avoid connectivity problems.

With patience and following this step-by-step guide, you can resolve the error and enjoy seamless app downloads and updates on your Windows 11 PC.

Leave a Reply