How to Fix Error 0x80073d06 on Windows 11: Step-by-Step Solutions

Encountering error 0x80073d06 on Windows 11 can be frustrating, especially when trying to install or update apps from the Microsoft Store. This error often disrupts your workflow and leaves you unsure of what to do next.

Fortunately, this guide will walk you through simple and effective solutions to fix error 0x80073d06 step-by-step. Each method is explained clearly so anyone can follow along without confusion.

By following these instructions carefully, you can resolve the issue and get your apps working smoothly again. Let’s begin with some quick checks before diving into troubleshooting.

Understanding why this error occurs will also help prevent it in the future. Let’s get started.

Quick Note: Prerequisites and Initial Checks

Before trying any fixes, make sure your Windows 11 system meets the following basic conditions:

  • Stable internet connection: Many app updates or installations require a working internet connection.
  • Windows updates are current: Outdated system files can cause errors. Check for Windows updates by going to Settings > Windows Update.
  • Microsoft Store is signed in: Confirm you are signed in with your Microsoft account in the Store app.
  • Enough disk space: Verify that your device has sufficient free space to install or update apps.

Once these are confirmed, you can move on to the solutions below.

Step 1: Run the Windows Store Apps Troubleshooter

Windows 11 has a built-in troubleshooter designed to detect and fix common Microsoft Store problems automatically. This is often the easiest first step.

  1. Click the Start button and select Settings.
  2. Go to System > Troubleshoot > Other troubleshooters.
  3. Find Windows Store Apps in the list and click Run.
  4. Wait for the troubleshooter to scan and apply any fixes it suggests.

This tool checks for corrupted files, permission problems, and other issues related to the Store apps. Running it can often resolve error 0x80073d06 without further steps.

Step 2: Reset the Microsoft Store Cache

Sometimes, corrupted cache files cause installation errors. Resetting the Store cache clears these files and forces the Store to refresh.

  1. Press Windows + R keys to open the Run dialog box.
  2. Type wsreset.exe and press Enter.
  3. A blank Command Prompt window will open, and after about 30 seconds, the Microsoft Store will launch automatically.

This process clears temporary data without deleting your installed apps or settings. It helps fix glitches that lead to the 0x80073d06 error.

Step 3: Check and Repair System Files

Corrupted system files can cause app installation issues. Running built-in tools like SFC and DISM repairs these files.

  1. Right-click the Start button and select Windows Terminal (Admin) or Command Prompt (Admin).
  2. In the terminal, type the following command and press Enter:
sfc /scannow

This command scans all protected system files and replaces corrupted ones. It may take some time to complete.

  1. After SFC finishes, type these commands one by one, pressing Enter after each:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

DISM checks the health of your Windows image and repairs any problems. Running both SFC and DISM ensures your system files are intact and functioning properly.

Step 4: Re-register the Microsoft Store

If the Store app itself is malfunctioning, re-registering it can fix internal errors that cause installation failures.

  1. Open Windows Terminal (Admin) or PowerShell (Admin).
  2. Copy and paste the following command, then press Enter:
PowerShell -ExecutionPolicy Unrestricted -Command "& {Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootWinStoreAppxManifest.xml}"

This command reinstalls and re-registers the Store app without removing your data. It often resolves corrupted app package errors.

Step 5: Check for Windows Updates and Install Them

Microsoft frequently releases updates that fix bugs and improve system stability. Installing the latest updates can resolve many Store-related errors.

  1. Go to Settings > Windows Update.
  2. Click Check for updates.
  3. If updates are available, download and install them.
  4. Restart your PC after the installation completes.

Keeping your system updated ensures compatibility between your OS, Microsoft Store, and apps.

Alternative Method: Create a New User Account

Sometimes, user profile corruption can cause errors with app installations. Creating a new user account can help determine if this is the issue.

  1. Open Settings > Accounts > Family & other users.
  2. Click Add account under Other users.
  3. Choose I don’t have this person’s sign-in information, then Add a user without a Microsoft account.
  4. Enter a username and password for the new account.
  5. Sign out of your current account and sign in with the new one.
  6. Try installing or updating the app again.

If the error disappears, your original user profile may be corrupted and need repair.

FAQs

What does error 0x80073d06 mean?

This error typically indicates a problem with installing or updating apps from the Microsoft Store. It often relates to corrupted files, permissions issues, or system conflicts.

Will uninstalling and reinstalling the app fix the error?

Sometimes yes, but if the underlying system or Store app is corrupted, reinstalling the app alone might not help. It’s better to try the troubleshooting steps above first.

Can antivirus software cause this error?

Yes, overly aggressive antivirus or firewall settings can block Store app installations. Temporarily disabling your antivirus during the app update/install process can help identify this.

Is it safe to reset the Microsoft Store?

Yes, resetting the Store cache using wsreset.exe does not delete your apps or data. It only clears temporary cache files.

Do I need to be logged in as an administrator to fix this error?

Yes, many of the commands and fixes require administrative privileges to run successfully.

When Nothing Works

If all the above methods fail to resolve error 0x80073d06, you may need to consider more advanced solutions or official support:

  • Perform a System Restore: Roll back your system to a previous state before the error occurred.
  • Reset your PC: Use the Windows 11 reset feature while keeping your files, but this will reinstall Windows and remove apps.
  • Contact Microsoft Support: Visit the official Microsoft support page for personalized assistance.

These options are more time-consuming but can fix deep system issues causing the error.

Conclusion

Error 0x80073d06 on Windows 11 can interrupt your use of Microsoft Store apps, but most causes are fixable with a few straightforward steps. Starting with the built-in troubleshooter and resetting the Store cache often solves the problem quickly.

Checking system files, reinstalling the Store app, and ensuring Windows is up to date further improve stability. Creating a new user profile helps identify if the problem is profile-related.

Remember to verify basic prerequisites like internet connectivity and disk space before troubleshooting. If nothing works, advanced recovery options and official support are available.

With patience and the right approach, you can fix error 0x80073d06 and enjoy seamless app installations on your Windows 11 device.

Leave a Reply