How to Fix File System Error -2147219196 on Windows 10/11

The file system error -2147219196 occurs when the users try to run any software/program that comes built into Windows. It can occur in both Windows 10 and 11.

File System Error -2147219196 on Windows
File System Error -2147219196 on Windows

This issue is typically caused due to corrupt system files, glitches in the Microsoft apps, and a generic corruption error within the system. In this guide, we will go through the troubleshooting methods that have helped other affected users fix the issue in no time.

1. Run the Windows Store Troubleshooter

If a Windows Store app is causing issues while running or launching, the best way to fix it is by running the Windows Store troubleshooter. Microsoft specifically designs this utility to detect issues preventing the apps from working properly.

Here is how you can run the Windows Store Apps troubleshooter:

  1. Type Settings in the search area of the taskbar and click Open.
  2. Choose System from the left pane and then navigate to Troubleshoot > Other troubleshooters section.
    Click on Other troubleshooters
    Click on Other troubleshooters

     

     

  3. Now locate the Windows Store Apps troubleshooter and click on the Run button. This will launch the troubleshooter.

    Run the Windows Store Apps troubleshooter
    Run the Windows Store Apps troubleshooter
  4. If any issues are found, it will notify you. Click on Apply this fix in the dialog to apply the suggested fixes.

Once the troubleshooter finishes, check if the Microsoft Store applications work fine now.

2. Re-register Microsoft Store

Reregistering the Store application can also resolve issues related to the Microsoft Store apps. This method is a bit different than resetting the application, and you will not lose any data on the Microsoft Store by using this method.

Follow these steps to proceed:

  1. Right-click on the Windows icon on the taskbar and choose Windows Terminal/Powershell (Admin) from the context menu.
  2. Alternatively, you can type Powershell in the search area of the taskbar and click on Run as administrator.
  3. Choose Yes in the User Account Prompt.
  4. Type the following command and hit Enter to re-register Store for current users:
    Get-AppXPackage *Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    Re-register the Microsoft Store for current users
    Re-register the Microsoft Store for current users
  5. Execute the following command to re-register the Store for all users:
    Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    Re-register the Microsoft Store for all users
    Re-register the Microsoft Store for all users

3. Run DISM and SFC Scans

Another reason behind the error at hand is the corruption within the system that can cause the applications to act up. There are several reasons why they occur, but fortunately, they are quite simple to diagnose and fix.

DISM and SFC are the first utilities you should run if you encounter a problem. These tools can be run via Command Prompt.

Here is how you can run both utilities:

  1. Press the Win + R keys together to open a Run dialog box.
  2. Type cmd in the text field of the dialog box and press Ctrl + Shift + Enter to launch Command Prompt with administrative privileges.
  3. In the Command Prompt window, type the command below and press Enter.
    DISM.exe /Online /Cleanup-image /Restorehealth
    Run the RestoreHealth command
    Run the RestoreHealth command
  4. Wait for the command to be executed successfully and once it is done, execute the following command in the same window.
    sfc /scannow
    Deploy an SFC scan
    Deploy an SFC scan

Finally, restart your PC and check if the error is resolved.

4. Use System Restore

Using the system restore utility, Microsoft Windows creates restore points periodically. If something goes wrong, you can use these restore points to restore your operating system from a snapshot of your system.

In this method, we will be using the System Restore utility to go back to a state where the targeted apps were working fine. However, it is important to note that any changes made to the system after the restore point was created will be lost during this process.

Follow the steps below to proceed:

  1. Open a Run dialog by pressing the Win + R keys together.
  2. Type control in Run and click Enter.
  3. Then, use the search bar at the top-right to find System restore.
  4. Select Create a restore point as shown below.
    Create a restore point in Control Panel
    Create a restore point in Control Panel
  5. In the next dialog, click on the System Restore button and choose a restore point.
    Click on the System Restore button
    Click on the System Restore button
  6. Hit Next to proceed.
  7. Follow the on-screen instructions to proceed.

5. Perform a Clean Boot

Clean Boot launches Windows using only the most basic set of programs and drivers. Normally, this state helps the user determine if any background applications are causing the problem.

Once you are in the Clean Boot state, check if you can now launch the targeted application successfully. If not, then it implies that a recently installed program is causing the issue. In this case, you can locate the faulty application and then remove it from the system.

In the event that the error persists after a Clean Boot, move on to the next method.

6. Perform a Reset or a Repair Install

By this point, if you have not found a viable solution, it implies that conventional troubleshooting methods will not be able to fix the issue.

As a last resort, you can reset Windows to its default state, giving your system a fresh start. In essence, if you choose this method, you will be removing all the applications you installed yourself on the system and restoring Windows to its original state.

Another option is to perform a repair install, in which your personal files and programs will not be affected during the installation of fresh Windows files.

In general, both methods are believed to solve the problem, so you can choose whichever method you prefer.

ABOUT THE AUTHOR

Zainab Falak


Zainab Falak is a highly educated professional with a background in actuarial science and a strong passion for technology. Her expertise lies in the field of data analytics and she is a proficient programmer in languages such as Python and R. At Appuals, Zainab shares her extensive knowledge of Windows 8, 10, and 11, covering a broad range of topics related to these operating systems. Zainab's ability to effectively communicate technical concepts in a clear and concise manner has earned her recognition and respect in the tech community. She is committed to staying up-to-date with the latest developments in the field and providing readers with insightful and informative content.