• December 1, 2023

Reliable solutions for error 0xc000027b in Windows 10

The error code 0xc000027b can be observed in the Event Viewer system component after the Microsoft Store app has been abruptly closed on Windows 10. Typically, users are trying to figure out what happened, why the Store stopped working so abruptly, and then they stumble upon this error.

Why does error 0xc000027b occur?

  • Incorrect time and date. The Store application may start working incorrectly due to incorrectly set date and time settings on the user’s computer. Correct the settings – get rid of the error.
  • Glitch in the Store app. Bugs during the operation of the Store application are quite common. By the way, the same is common for other UWP applications. Fortunately, you can easily fix this by resetting every component of the Microsoft Store app through Powershell.
  • Damaged Store components. Some components of the Store application are damaged for one reason or another. In this case, you will need to deal with the restoration of damaged components using wreset.exe.
  • Corrupted Store entries in the system registry. Microsoft Store data stored in the Windows 10 registry may have been corrupted, as a result of which you are watching an abrupt closure of the Store application and the appearance of error 0xc000027b.
  • Damage to system files important for the operation of the Store. You may have encountered damage to some Windows 10 system files that are actively used in the Store. This problem can be corrected by using SFC or System Restore.

Methods for solving error 0xc000027b

0xc000027b

Method # 1 Setting the appropriate time and date

To fully use all the functionality of Windows 10, your computer must always have a time and date that matches the region of your residence. If you don’t, you will constantly run into all sorts of problems – these problems include error 0xc000027b.

To set up the date and time, you need to do the following:

  • right-click on Start and select “Settings”;
  • in the system parameters, select the “Time and language” section;
  • click on the “Change” button and set the required date and time settings;
  • also, you can simply activate the options “Set time automatically” and “Automatically set time zone” so that the system independently sets all the necessary settings according to your location.

Once you’re done setting the date and time, restart your computer and check for error 0xc000027b.

Method # 2 “Cleaning” the Store application via Powershell

A similar problem can occur due to one or more temporary files that cause errors during the validation process, as a result of which the Store is closed. Many users have managed to overcome the 0xc000027b error by getting rid of these temporary files.

This is done as follows:

  • press the combination Windows + R;
  • write the value in an empty line powershell and press Ctrl + Shift + Enter;
  • With Powershell open, run the following command:
    • $ manifest = (Get-AppxPackage Microsoft.WindowsStore) .InstallLocation + ‘ AppxManifest.xml’; Add-AppxPackage -DisableDevelopmentMode -Register $ manifest
  • restart your computer and check for error 0xc000027b.

Method # 3 Reset Microsoft Store

Some parts of the Microsoft Store app may not work properly or be damaged at all. Fortunately, you can reset this application. There are two ways to reset the Microsoft Store – and for now we’ll look at both of them.

Resetting the Store via Options

  • press Windows + R;
  • write down ms-settings: appsfeatures and press Enter;
  • find the application “Microsoft Store” in the list and click on it with LMB;
  • now click on the line “Advanced options” that appears below;
  • go down in the window and click on the “Reset” button in the corresponding section;
  • click on the “Reset” button again to confirm your intentions;
  • wait for the check mark next to the “Reset” button to appear – this will mean the end of the process;
  • restart your computer.

Resetting the Store via Powershell

  • press Windows + R;
  • write down cmd and press Ctrl + Shift + Enter;
  • write wsreset.exe and press Enter;
  • wait for the Store window to appear – this will mean a successful reset of the application;
  • restart your PC.

Open the Microsoft Store app and check for error 0xc000027b.

Method # 4 Removing Store entries from the registry

The error 0xc000027b can be caused by certain Store entries in the Windows 10 registry. You need to get rid of these entries and then see if that resolves the situation or not.

  • Press Windows + R;
  • write down regedit and press Enter;
  • change to the following registry directory:
    • Computer HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion CloudStore Store
  • select folder Cache and remove it from the selected registry key;
  • restart your computer.

Method # 5 Recovering system files

Your Windows 10 may have corrupted system files used by the Microsoft Store app. If this is true, then you can use the System File Checker utility or return your PC to its original state.

To start the SFC, do the following:

  • press Windows + R;
  • write down cmd and press Ctrl + Shift + Enter;
  • write sfc / scannow and press Enter;
  • wait for the utility to finish;
  • restart your computer.

To return your PC to its original state, you need to do the following:

  • right-click on Start and select “Settings”;
  • go in the following way:
    • ↓ Update and security;
    • ↓ Recovery;
  • click on the “Start” button in the section on returning the PC to its original state;
  • now select the “Keep my files” option and click on the “Reset” button;
  • wait for the process to finish.

I would like to believe that our article was at least somehow useful for you in solving the error 0xc000027b.

Earn points and exchange them for valuable prizes – details

Leave a Reply

Your email address will not be published. Required fields are marked *