If you've ever sat down to grab an app from the Microsoft Store only to be slapped with the error code 0x803fb112, you're not alone. This error has frustrated millions of Windows 10 and Windows 11 users, and it almost always shows up at the worst possible moment, right when you're trying to update an app you actually need. The good news? In the vast majority of cases, you can fix it yourself in under 20 minutes without calling anyone or reinstalling Windows. In this guide, I'll walk you through every proven fix, from the quick one-liners to the deeper nuclear options, so you can get back to using your PC the way it's supposed to work.

What Is Error Code 0x803fb112?

Before we start throwing fixes at the wall, it helps to understand what you're actually dealing with. Error code 0x803fb112 is a Microsoft Store acquisition failure error. In plain English, that means Windows tried to download, install, or update an app from the Store and something went wrong during the licensing or acquisition process.

You'll usually see it in one of a few scenarios:

  • You click "Update" on one or more apps in the Microsoft Store and the update fails silently or with this code.
  • You try to install a new app and the download stalls or refuses to start.
  • The Store itself shows a persistent update queue that never clears.
  • You see it after a major Windows feature update, where something in the Store's license database got scrambled.

The error string behind the scenes translates roughly to "APP_ACQUISITION_UNSUCCESSFUL", meaning the Store couldn't complete the transaction to get you the app or update. It's almost always a client-side problem, not something wrong with Microsoft's servers, which is actually great news because it means you have full control over fixing it.

Why Does Error 0x803fb112 Happen?

There's no single smoking gun here. Over the years this error has been traced back to several root causes, and any one of them (or a combination) could be causing your headache right now:

1. A Corrupt Microsoft Store Cache

The Store keeps a local cache of licenses, download states, and transaction data. Over time, especially after interrupted updates or power cycles, this cache can become corrupted. When that happens, the Store can't properly verify your license to install or update anything, and it bails out with 0x803fb112.

2. Windows Update Service Issues

The Microsoft Store and Windows Update are more tightly coupled than most people realize. They share several background services and the same licensing infrastructure. If the Windows Update service, the Update Orchestrator, or related services are stuck, paused, or disabled, the Store will fail too.

3. A Mismatch Between Your Microsoft Account and Windows License

If your Microsoft account got signed out of the Store without you noticing, or if there's a token expiration issue, the Store can no longer verify that you're entitled to the apps in your library. This almost always produces 0x803fb112.

4. Third-Party Antivirus or Firewall Interference

Overly aggressive security software sometimes intercepts the Store's HTTPS connections to Microsoft's licensing servers and blocks or corrupts the response. The Store sees this as a failed acquisition and gives up.

5. A Broken or Missing App Identity Service

Windows has a background service called the App Identity service (AppIDSvc) that verifies the publisher identity of Store apps. If this service isn't running or is misconfigured, downloads fail.

6. Insufficient Disk Space

Yes, it sounds almost too basic, but the Store will silently fail with this error code if you don't have enough free disk space to stage the update before installing it. Microsoft recommends at least a few GB of breathing room at all times.

Quick Diagnostic Tip: Before diving into the full fix list, open the Store, click your profile picture in the top right, and check if it shows your Microsoft account email. If it says "Sign in," your session has expired, signing back in might fix everything instantly.

Step-by-Step Fixes for Error Code 0x803fb112

Work through these steps in order. Each one builds on the previous, and many users find the fix before they even get halfway through the list.

Step 1
Sign Out and Sign Back Into the Microsoft Store

This is the fastest fix and works surprisingly often. Here's how:

  1. Open the Microsoft Store (press the Start key and type "Store").
  2. Click your profile picture or initials in the top-right corner.
  3. Click Sign out.
  4. Wait about 30 seconds, then click Sign in and re-enter your Microsoft account credentials.
  5. Try updating or installing the app again.

This refreshes your authentication token and often clears whatever licensing hiccup was causing the error.

Step 2
Run the Built-In Windows Store Apps Troubleshooter

Windows has a dedicated troubleshooter for exactly this kind of problem. It automatically detects and fixes common Store issues:

  1. Press Windows + I to open Settings.
  2. Go to System > Troubleshoot > Other troubleshooters (on Windows 11) or Update & Security > Troubleshoot > Additional troubleshooters (on Windows 10).
  3. Find Windows Store Apps and click Run.
  4. Follow any prompts and let it complete.
  5. Restart your PC and try the Store again.
Also run the Windows Update troubleshooter from the same list. Since the Store and Windows Update share infrastructure, fixing one often fixes the other.
Step 3
Clear the Microsoft Store Cache with WSReset

WSReset is a built-in command that wipes the Store's cache without touching your installed apps or account settings. It's one of the most effective fixes for 0x803fb112:

  1. Press Windows + R to open the Run dialog.
  2. Type wsreset.exe and press Enter.
  3. A blank Command Prompt window will appear. Don't close it, this is normal. It will run for about 30–60 seconds.
  4. When it's done, the Microsoft Store will open automatically.
  5. Try your update or install again.

Alternatively, you can right-click the Start menu, choose Terminal (Admin) or Command Prompt (Admin), and run wsreset.exe from there for elevated permissions.

Step 4
Check and Restart Key Windows Services

Several background services need to be running for the Store to work correctly. Let's make sure they're all healthy:

  1. Press Windows + R, type services.msc, and press Enter.
  2. Find each of these services and ensure they're set to Running with the startup type shown:
    • Windows Update, Startup: Manual (Trigger Start), Status: Running
    • Background Intelligent Transfer Service (BITS), Startup: Manual, Status: Running
    • Cryptographic Services, Startup: Automatic, Status: Running
    • App Identity (AppIDSvc), Startup: Manual, Status: Running
    • Windows Installer, Startup: Manual, Status: Running
  3. For any service that's stopped, right-click it and choose Start. For any that's Disabled, right-click, choose Properties, change the startup type, and then start it.
  4. Restart your computer and try the Store again.
Don't permanently disable Windows Update to try to fix Store issues. While it might seem unrelated, disabling it will guarantee Store failures and is a significant security risk.
Step 5
Set the Correct Date, Time, and Region

This one catches people off guard. Microsoft's licensing servers use certificate validation that depends on your system clock being accurate. If your date or time is wrong by more than a few minutes, every Store transaction will fail:

  1. Right-click the clock in your taskbar and select Adjust date/time.
  2. Turn on Set time automatically and Set time zone automatically.
  3. Click Sync now under "Synchronize your clock."
  4. Also check your Region settings, go to Settings > Time & Language > Language & Region and make sure your country and regional format are correct.
  5. Restart the Store and try again.
Step 6
Temporarily Disable Your Antivirus and Firewall

Third-party security software is a surprisingly common culprit. SSL inspection and packet filtering features in products like Bitdefender, Avast, Norton, and Kaspersky have all been documented to interfere with Store downloads:

  1. Find your antivirus icon in the system tray (bottom-right), right-click it, and select the option to disable it temporarily (usually "Disable for 10 minutes" or similar).
  2. Try the Store update immediately.
  3. If it works, re-enable your antivirus and add an exclusion for the Microsoft Store's processes or whitelist Microsoft's domains in your antivirus settings.
  4. If you're using Windows Defender Firewall, press Windows + R, type wf.msc, and check that no rules are blocking WinStore.App.exe or Microsoft Store's network traffic.
Re-enable your antivirus as soon as you've tested. Don't leave your PC unprotected. If disabling the antivirus fixes the issue, contact your antivirus vendor or add exclusions rather than running without protection.
Step 7
Free Up Disk Space

If your C: drive has less than 5–10 GB free, the Store will fail to stage downloads even if everything else is working perfectly:

  1. Press Windows + I, go to System > Storage.
  2. Click Temporary files and clean up whatever's safe to delete.
  3. Run Disk Cleanup (search for it in Start) and clean system files too.
  4. Consider moving large files to an external drive or OneDrive to create breathing room.
  5. Aim for at least 10 GB free on your system drive.

Advanced Troubleshooting for Persistent 0x803fb112 Errors

If you've worked through all seven steps above and you're still seeing 0x803fb112, don't panic. You're dealing with a deeper issue, but there are still several powerful tools available to you.

Advanced Fix 1
Re-register All Microsoft Store Apps via PowerShell

This command forces Windows to re-register every Store app on your system, which essentially gives the Store a fresh start without uninstalling anything:

  1. Right-click the Start button and choose Terminal (Admin) or Windows PowerShell (Admin).
  2. Copy and paste the following command exactly as written and press Enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

This will scroll through a lot of red text and warnings, that's completely normal. Many of those are just apps that are already properly registered. Let it run to completion (it can take 2–5 minutes), then restart your PC and check the Store.

Advanced Fix 2
Reset the Microsoft Store App Completely

Beyond clearing the cache, you can do a full reset of the Store app itself, which wipes its data and settings back to factory defaults:

  1. Press Windows + I to open Settings.
  2. Go to Apps > Installed apps (Windows 11) or Apps > Apps & features (Windows 10).
  3. Search for Microsoft Store in the list.
  4. Click the three-dot menu (Windows 11) or click the app name, then click Advanced options.
  5. Scroll down and click Reset, then confirm.
  6. Wait for the reset to complete, reopen the Store, and sign back in.
Note: Resetting the Store will sign you out and clear all cached data. You'll need to sign back in with your Microsoft account. Your installed apps are not affected.
Advanced Fix 3
Run SFC and DISM to Repair Windows System Files

Corrupted Windows system files can cause Store failures even when everything else looks fine. The System File Checker (SFC) and Deployment Image Servicing and Management (DISM) tools can scan and repair them:

  1. Right-click Start and choose Terminal (Admin).
  2. Run this command first and wait for it to complete:
DISM /Online /Cleanup-Image /RestoreHealth

This contacts Windows Update servers to download and replace corrupted system files. It can take 10–20 minutes on slower connections. Once that's done:

  1. Run the following command:
sfc /scannow

Wait for it to complete (it will tell you if it found and repaired anything), then restart your PC.

Advanced Fix 4
Manually Reset Windows Update Components

Since the Store shares licensing infrastructure with Windows Update, resetting the entire Windows Update stack can sometimes be the key. This is a more involved process but it's well worth trying before you resort to anything destructive:

  1. Open Terminal (Admin) or Command Prompt (Admin).
  2. Run these commands one at a time, pressing Enter after each:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

These commands stop the update services, rename the corrupted folders (so Windows creates fresh ones), and restart the services. Restart your PC after this and test the Store.

Advanced Fix 5
Reinstall the Microsoft Store via PowerShell

If everything else has failed, you can uninstall and reinstall the Store itself. Note that you can't uninstall it through the normal UI, you need PowerShell:

  1. Open PowerShell (Admin).
  2. First, uninstall the Store:
Get-AppxPackage *windowsstore* | Remove-AppxPackage
  1. Then reinstall it:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Restart your PC. The Store should reappear and, after signing in, should work without the error.

Advanced Fix 6
Create a New Local User Account to Test

If the error only happens on your user profile and not a new one, you have a profile-level corruption issue rather than a system-level one. Here's how to test:

  1. Go to Settings > Accounts > Family & other users (or Other users).
  2. Click Add account and create a local account (you can choose "I don't have this person's sign-in information" and then "Add a user without a Microsoft account").
  3. Sign into that account and test the Microsoft Store.
  4. If it works there, your original profile is corrupted. You can either create a new profile and migrate your data, or use tools like the Windows Profile Repair utilities to attempt a fix.

How to Prevent Error 0x803fb112 in the Future

Once you've got everything working again, a few simple habits will dramatically reduce the chances of seeing this error again:

Keep Windows Update Healthy

Never pause Windows Update for more than a few days, and never use third-party tools to permanently disable it. The Store and Windows Update are deeply intertwined, a healthy update stack means a healthy Store. Schedule updates for overnight hours if the automatic timing is inconvenient.

Don't Use Disk Cleaner Tools Aggressively on Windows Folders

Tools like CCleaner can sometimes delete Store-related cache or registry entries that Windows needs. If you use cleanup tools, configure them to skip the WindowsApps folder and Store-related cache paths, or just use the built-in Storage Sense feature instead.

Keep Some Free Disk Space at All Times

Make it a habit to keep at least 10–15 GB free on your system drive. Turn on Storage Sense (Settings > System > Storage > Storage Sense) to let Windows automatically clean up temporary files when space gets low.

Keep Your Microsoft Account in Good Standing

Make sure your Microsoft account doesn't have any billing issues or security alerts that could cause a sign-out. Enable two-factor authentication and make sure your recovery information is current, this prevents unexpected sign-outs that trigger Store failures.

Be Careful With Antivirus Settings

If you're using a third-party antivirus, check its settings for anything labeled "HTTPS scanning," "SSL inspection," or "deep packet inspection." These features are well-intentioned but frequently cause problems with signed Microsoft Store downloads. Either disable them specifically for Microsoft domains or switch to Windows Defender, which is tightly integrated with Store operations.

Run Maintenance Tools Periodically

Running sfc /scannow once a month or after any major Windows update takes only a few minutes and can catch filesystem corruption before it causes real problems. Add it to your mental maintenance checklist alongside restarting your router and checking your backups.

Frequently Asked Questions

Will fixing error 0x803fb112 delete my installed apps?
No. None of the fixes in this guide, including WSReset, re-registering apps, or resetting the Store app, will uninstall your apps or delete your app data. The only action that could affect installed apps is the PowerShell uninstall/reinstall of the Store itself, and even then your apps remain installed. Your save data, settings within apps, and user profiles inside those apps are stored separately and are not affected.
I see the error only on specific apps but not others, is that normal?
Yes, and it's actually a useful diagnostic clue. When 0x803fb112 only affects one or a few specific apps, it usually points to a license database issue specific to those apps rather than a system-wide Store problem. Try removing and reinstalling just the affected apps. Go to Settings > Apps, find the app, uninstall it, then reinstall from the Store. This forces a fresh license acquisition for that specific app and often resolves the issue without touching anything else.
Can I update Microsoft Store apps without using the Store?
For most Store apps, no, you have to go through the Store. However, some Microsoft apps like Office have their own update mechanisms that work independently. For Store apps you can't update normally, you can try sideloading updates by downloading the .msixbundle or .appxbundle file from a trusted source like the Microsoft Store web interface combined with the "winget" package manager, which bypasses the Store UI entirely. Run winget upgrade --all from an admin terminal to update all Store apps through Windows Package Manager.
The error started right after a Windows feature update, is there a connection?
Almost certainly, yes. Windows feature updates (the big ones like 22H2, 23H2, 24H2) frequently disrupt the Store licensing database and service configurations because they're essentially installing a new version of Windows over your existing one. The SoftwareDistribution folder can get corrupted during this process, and the Store's license cache sometimes doesn't survive the transition cleanly. The most effective fixes in this scenario are the WSReset, re-registering apps via PowerShell, and the Windows Update component reset, in that order.
Is this error related to my Microsoft 365 subscription or Office?
Not directly, but there's an overlap worth knowing about. If your Microsoft account has a billing issue, like a lapsed Microsoft 365 subscription or an expired payment method, Microsoft can sometimes restrict licensing operations across your whole account, which can manifest as Store errors including 0x803fb112. Sign into your account at account.microsoft.com and check the Subscriptions and Payment methods sections to make sure everything is current. Separately, if you're having trouble with Office specifically, Office has its own repair tool under Settings > Apps that's more appropriate than the Store troubleshooter.
I've tried everything and nothing works. What's my last resort?
If every fix in this guide has failed, you have two options that will definitely work: a Windows Repair Install (also called an in-place upgrade) or a clean reinstall. The Repair Install is strongly preferred, you download the Windows 11 or Windows 10 installation media from Microsoft, run Setup from within Windows, and choose "Keep my files and apps." This reinstalls Windows core components including the Store infrastructure while preserving your personal files, installed programs, and settings. It takes about an hour but is extremely effective. A full clean reinstall is the nuclear option, you lose everything unless you back up first, but it is a 100% guaranteed fix.
Should I worry about this error coming back?
It can recur, but it doesn't have to. The most common repeat triggers are aggressive third-party antivirus settings, low disk space, and Windows Update being paused or broken. If you address those three things, whitelist Microsoft Store in your antivirus, keep 10+ GB free, and keep Windows Update healthy, the vast majority of people never see 0x803fb112 again after fixing it the first time. Setting a reminder to run sfc /scannow once every few months after major updates also helps catch any system file corruption early, before it causes Store problems.

Quick Reference: Fix Summary

If you want to revisit any specific fix, here's the complete list at a glance:

  1. Sign out and back into the Microsoft Store, fastest fix for expired authentication tokens
  2. Run the Windows Store Apps troubleshooter, Settings > Troubleshoot > Other troubleshooters
  3. WSReset.exe, clears the Store cache without touching apps
  4. Check and restart Windows services, Update, BITS, Cryptographic, AppIDSvc, Installer
  5. Fix date, time, and region settings, sync to internet time, verify region
  6. Temporarily disable antivirus, test and then add exclusions if needed
  7. Free up disk space, aim for 10+ GB free on C:
  8. Re-register all Store apps via PowerShell, Get-AppXPackage re-registration command
  9. Full Store app reset, Settings > Apps > Microsoft Store > Advanced options > Reset
  10. Run SFC and DISM, repair system files and Windows image
  11. Reset Windows Update components, stop services, rename distribution folders, restart
  12. Reinstall the Store via PowerShell, remove and re-add the Store package
  13. Test on a new user account, isolate profile-level vs system-level corruption
  14. Windows Repair Install, last resort before clean reinstall
Still stuck? Microsoft's official support at support.microsoft.com can run remote diagnostics on your Store and license database. When you contact them, have your Windows version number ready (press Windows + R, type winver), note which specific apps are failing, and let them know which steps from this guide you've already tried. That information will save you significant time on the call.