admin-plugins author calendar category facebook post rss search twitter star star-half star-empty

Tidy Repo

The best & most reliable WordPress plugins

How to Troubleshoot Windows Store / Microsoft Store if It Keeps Closing — Common Bugs (Cache, Date/Time Settings, Account Sync) & Workarounds

How to Troubleshoot Windows Store / Microsoft Store if It Keeps Closing — Common Bugs (Cache, Date/Time Settings, Account Sync) & Workarounds

Ethan Martinez

December 10, 2025

Blog

The Microsoft Store, formerly known as the Windows Store, is a vital part of the Windows ecosystem, offering apps, games, movies, and more directly to users. However, many users have encountered an irritating bug: the Microsoft Store keeps closing unexpectedly upon launch or shortly afterwards. This issue can hinder usability, prevent updates or downloads, and generally reduce efficiency and user satisfaction.

TL;DR: If your Microsoft Store keeps closing or crashing, it could be due to corrupted cache files, incorrect date and time settings, or account syncing issues. Clear the Store cache using the wsreset command, verify your system’s time settings, and ensure that your Microsoft account is synced properly. Running system diagnostics and resetting the Store app are also viable solutions. Read on for a thorough set of troubleshooting steps and preventive measures.

Common Symptoms When Microsoft Store Keeps Closing

Some of the most frequently reported symptoms associated with this problem include:

  • Microsoft Store opens briefly then shuts down automatically
  • No error message displayed upon closure
  • Apps cannot be downloaded or updated
  • Store crashes periodically during usage

1. Clear the Microsoft Store Cache

Corrupted cache files stored by the Microsoft Store can lead to instability. A clean way to refresh the Store is by clearing its cache. Here’s how:

  1. Press Windows + R to open the Run dialog.
  2. Type wsreset.exe and press Enter.
  3. A command prompt will open briefly and close on its own. After that, the Microsoft Store will open automatically with the cache cleared.

This process doesn’t delete any installed apps or account credentials and is generally safe.

2. Check and Correct Date & Time Settings

Inconsistent or incorrect system date and time can cause communication errors with Microsoft servers, causing key apps like Microsoft Store to behave abnormally.

To fix this:

  1. Go to Settings > Time & Language > Date & Time.
  2. Enable Set time automatically and Set time zone automatically.
  3. Click Sync now under “Synchronize your clock.”

If the Store launches correctly after adjusting these settings, they were likely the cause.

3. Ensure Your Microsoft Account is Synced

The Microsoft Store requires an active and properly synced Microsoft account to function correctly. If your account is not verified or synced, the app may crash.

Try the following steps to check your account status:

  1. Go to Settings > Accounts > Your info.
  2. Make sure you’re signed in with a Microsoft account (not just a local one).
  3. Under your account email, check for messages like “Verify” or “Some settings are managed by your organization.” Resolve these issues as needed.

If needed, sign out and then back into your Microsoft account to reinitialize sync.

Synchronized Post Publisher - settings

4. Reset or Repair the Microsoft Store App

If clearing the cache does not resolve the issue, you can try resetting or repairing the app itself. This process reinstalls the app components without affecting your installed apps.

To reset Microsoft Store:

  1. Go to Settings > Apps > Installed apps.
  2. Search for Microsoft Store and click on it.
  3. Select Advanced options.
  4. Click Repair first. If that doesn’t solve the issue, try Reset.

Note: Resetting the Store will log you out, but won’t remove existing app data from other apps.

5. Update Windows and Microsoft Store Itself

Both Windows and the Microsoft Store receive regular updates that fix bugs and patch vulnerabilities.

Ensure both are up to date:

  • Open Settings > Windows Update, and click Check for updates.
  • Launch Microsoft Store, click your profile icon, go to App settings > App updates, and ensure App updates are enabled.

Installing all pending updates can often eliminate issues caused by outdated software.

6. Create a New User Profile

Sometimes, the root of the crashing problem is a corrupt user profile. To test this possibility, create a new local user or Microsoft account profile and launch the Store from there.

  1. Go to Settings > Accounts > Family & other users.
  2. Click Add someone else to this PC.
  3. Follow prompts to set up a new user profile.

After creation, log into the new profile and check whether the Store still crashes.

7. Disable Proxy Settings or VPN

Proxy servers or VPN connections can interfere with Microsoft Store services. If you’re using either, try disabling it temporarily.

To disable proxy:

  1. Go to Settings > Network & Internet > Proxy.
  2. Turn off Use a proxy server.

Similarly, pause or disconnect from your VPN provider and then attempt to launch the Store again.

8. Run Windows Troubleshooter Tools

Microsoft includes built-in troubleshooting tools for diagnosing and fixing app-related issues.

To run the tool:

  1. Go to Settings > System > Troubleshoot > Other troubleshooters.
  2. Locate Windows Store Apps and click Run.

The tool will scan and automatically fix common problems.

9. Re-register Microsoft Store via PowerShell

If nothing works so far, a more advanced method involves re-registering the Microsoft Store using Windows PowerShell. Be cautious and follow these steps carefully:

  1. Right-click the Start button and select Windows PowerShell (Admin).
  2. Enter the following command and press Enter:
    Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
        

This command reinstalls the Store package and can resolve deeper software stack issues.

Preventing Future Issues

To minimize the chances of encountering this problem again:

  • Always keep Windows up to date
  • Avoid using third-party cleaner or registry tools that may tamper with Store files
  • Use only secure, synced Microsoft accounts
  • Periodically clear the Store cache and check storage availability

When to Consider a System Repair or Reset

If all else fails, performing a system repair or even a reset might be necessary. Backup all personal data before doing so. Use the Reset This PC feature through:

  1. Settings > System > Recovery.
  2. Under Reset this PC, click Reset PC and choose whether to keep or remove personal files.

This should be your last resort, but it’s been known to resolve persistent app-related problems.

Final Thoughts

While sudden closures of the Microsoft Store can be frustrating, the majority of issues can be fixed without major intervention. Start with the basic steps like clearing cache and checking system time, then move on to more advanced tasks such as repairing the app or using PowerShell commands. Armed with these solutions, Windows users can regain full access to the Store and use it as intended.

Keep