How To Fix File System Error (-2147219196) : Full Guide

Share This Post

You might see a File system error 2147219196 when trying to open pictures via the Windows Photo App. In some cases, you might also see this error when trying to open other Windows apps like Calculator etc.

This File system error (-2147219196) is only on Windows 10 and it will prevent you from using a certain app (in most cases your photo app) or a group of apps.

The 21472119196 error is caused by a bug in Windows Update. One of the latest Windows Updates introduced this bug into the Windows Photo App and a lot of people are experiencing this issue.

There isn’t anything that will permanently solve this issue other than a Windows Fix but there are a couple of things that you can try.

You can use the Windows Photo Viewer or a third party photo viewer. All of these solution are given below.

So start by following the steps given in method 1 and keep going to the next method until your problem is solved.

Fix 1: Update the Photo App

Firstly, you can try to update the Photo App to fix the file system error -2147219196. Sometimes, the existence of error is the reason Photo App versions. Check whether there is an update in the Photo App at the Windows Store. If so, follow the following steps to install the latest Photo App version.

  • Click Start -> Microsoft Store -> Select See more -> Download and updates -> Get updates

After installing the latest Windows Photo App version, check whether the file system error is fixed. If not, proceed to the next solution.



Fix 2: Uninstall Windows Photo and Reinstall

It is said that uninstalling Windows Photo and reinstalling has solved many issues for users. Therefore, it is worth having a try. Here are steps to uninstall and reinstall Windows Photo App.

Step 1: Type powershell in Windows Start search box. Right click Windows PowerShell, and then select Run as administrator to go on.

Step 2: Get-AppxPackage Microsoft.Windows.Photos | Remove-AppxPackage and press the Enter key to remove the Photo App.

Step 3: Download Windows Photo installation package (only need to click the Download PsTools link).

Step 4: The downloaded file will be in zip format. Right click the file and select Extract files…

Then choose an appropriate location and extract the files.

Step 5: Type command prompt in the search box, and then open Command Prompt as administrator.

Step 6: Type <PsExec location address>PsExec.exe -sid c:\windows\system32\cmd.exe and press Enter.

Tip: Replace psexec location address with the actual address of your Windows Photo App. This should be the location where you just extracted the contents of the downloaded file.

Step 7: Click Agree when the pop-up window appears.

Step 8: A new command prompt will pop up after pressing the Enter key.

Step 9: Type the following command, and then press Enter in the newly opened Command Prompt.

rd/s“C:\ProgramFiles\WindowsApps\Microsoft.Windows.Photos_2017.37071.16410.0_x64__8wekyb3d8bbwe”

Here are the steps to obtain the exact folder name.

  • Press Windows and R key at the same time.
  • Type your folder path and let the Run program complete it automatically.
  • When the folder path name is autocompleted, copy the path from the Run and paste it in the Command Prompt.

Step 9: Press Y when the system asks for confirmation.



Fix 3: Run the Windows Store Apps Troubleshooter

Windows 10 includes a built-in troubleshooter that automatically deals with errors related to apps belonging to the Microsoft Store (such as Photos). We strongly recommend running it before diving into the rest of the fixes.

  1. Open the Start menu and select Settings.
  2. Select the option labeled Update & Recovery.
  3. Select Troubleshoot on the sidebar.
  4. Select Additional troubleshooters.
  5. Select Windows Store AppsRun the troubleshooter.


Fix 4: Repair the Microsoft Photos App

If the Microsoft Store troubleshooter fails to fix “File system error (-2147219196)” in Windows 10, the next course of action involves repairing the Photos app.

  1. Open the Settings app and select Apps.
  2. Scroll down the list of apps and select Microsoft PhotosAdvanced options.
  3. Select Terminate to shut down all live processes related to the Photos app. Then, select Repair.


Fix 5: Reset the Microsoft Photos App

If repairing Photos also didn’t make a difference, try resetting the app to its defaults.

To do that, simply follow the instructions in the section above but select Terminate Reset instead.



Fix 6: Install Microsoft Store Updates

Assuming that the fixes above didn’t make the “File system error (-2147219196)” pop-up go away, it’s best to check for and install any updates related to Photos and other Store-related apps.

  1. Open the Microsoft Store.
  2. Select the Library icon at the lower left of the window. On older versions of the Microsoft Store, open the Store menu (icon with three dots) and select Downloads and updates instead.
  3. Select Get updates to update all Microsoft Store apps in Windows 10.


Fix 7: Re-Register the Photos App

The following fix involves re-registering the Photos app with Windows 10. The procedure consists in executing a command via an elevated Command Prompt console.

  1. Type CMD into the Start menu and Press Ctrl Shift Enter to open Command Prompt with administrative rights.
  2. Copy and paste the following command:

PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage *Photos*).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”

  1. Press Enter.

Re-register All Microsoft Store Apps

If re-registering the Photos app didn’t help, try re-registering all Microsoft Store apps on your PC via an elevated Windows PowerShell console.

  1. Press WindowsX(or right-click the Start button) and select Windows PowerShell (Admin).
  2. Copy and paste the following command:

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

  1. Press Enter.


Fix 8: Reinstall the Photos App

If file corruption is the cause of the “File system error (-2147219196),” completely removing and reinstalling the Windows Photos app may fix the issue. However, the procedure requires running a command as the SYSTEM user. For that, you need a tool called PsExec.

  1. Head over to the PsExec page on Windows Sysinternals and select Download PsTools.
  2. Right-click the downloaded ZIP file and select Extract files. Then, set the folder path as C:/PSToolsand choose Extract.
  3. Open an elevated Windows PowerShell console and execute the following command:

Get-AppxPackage *photos* | Remove-AppxPackage

  1. Open an elevated Command Prompt console and execute the following command:

C:\PSTools\PsExec.exe -sid C:\Windows\System32\cmd.exe

  1. Agree to the SysInternals software license terms. A separate Command Prompt console will automatically launch.
  2. Execute the following command:

rd /s “C:\Program Files\WindowsApps\Microsoft.Windows.Photos_2021.21090.10008.0_x64__8wekyb38bbwe

Note: The Photos app’s directory changes with each Windows update. To auto-fill the command with the correct name, press the Tab key right after rd /s “C:\Program Files\WindowsApps\Microsoft.Windows.Photos_. You may have to cycle through matching entries (repeatedly press Tab) until you see x64 included as part of the file name.

  1. Exit all Command Prompt windows and reinstall Photos via the Microsoft Store.


Fix 9: Change Photos App Ownership to TrustedInstaller

If the issue persists, change ownership of the Photos app to TrustedInstaller (a special user account in Windows 10) and see if that helps.

  1. Open an elevated Windows PowerShell console and execute the following command:

Takeown /F “%ProgramFiles%\WindowsApps” /r /d y

  1. Open File Explorer and select ViewHidden itemson the menu bar.
  2. Head over to the following location:

Local Disk C > Program Files > WindowsApps

  1. Right-click on the folder labeledMicrosoft.Windows.Photos_[version number]and select Properties.

Note: If you see multiple similar-looking folders, pick the directory that contains x64 as part of its file name.

  1. Switch to the Security tab and select Advanced.
  2. Select Changenext toOwner.
  3. Type NT SERVICE\TrustedInstaller into the vacant box and select OK.
  4. Check the box next to Replace owner on subcontainers and objects.
  5. Select Apply, then OK. Follow that by exiting the folder’s Properties window.
  6. Re-register the Windows Photos app (instructions above).


Fix 10: Install Pending Windows 10 Updates

Windows 10 updates can improve the stability of apps and the operating system. If you still keep seeing the “File system error (-2147219196)” message, it’s time to use Windows Update.

  1. Open the Settings app and select Update & Security or Windows Update.
  2. Select Check for Updates.
  3. Select Download and install to apply any pending updates.


Fix 11: Uninstall the Most Recent Windows Update

Rarely, Windows 10 updates can end up breaking things. If the issue with the Photos app occurred right after installing an operating system update, you might want to consider uninstalling it.

  1. Open the Settings app and select Update & Securityor Windows Update.
  2. Select View update history.
  3. Select Uninstall updates.
  4. Select the most recent update (skip any security or servicing stack updates).
  5. Select Uninstall.


Fix 12: Run an SFC and DISM Scan

If none of the fixes above helped, it’s time to run the System File Checker (SFC) and the Deployment Image Servicing and Management (DISM) tool. That resolves corruption issues with the operating system.

System File Checker (SFC)

  • Open an elevated Windows PowerShell console and run the following command:
  • sfc /scannow
  • Deployment Image Servicing and Management (DISM) Tool
  • After the System File Checker finishes scanning Windows 10 for issues, restart your computer and execute the following command:
  • DISM.exe /Online /Cleanup-Image /Restorehealth


Fully Fix File System Error (-2147219196) in Windows

The fixes above should’ve helped you resolve the “File System Error (-2147219196)” issue with the Photos app in Windows 10. If not, try using an alternative Windows photo viewing app until Microsoft fixes the problem in a subsequent update. If you can’t wait, your remaining options involve performing a system restore and reverting Windows 10 to factory defaults.

spot_img

Related Posts

Next Exam Tak Review : How to Join the Next Exam Tak

What is Next Exam Tak? Imagine using a cool application...

Samsung M15 5G Hidden Features | Tips & Tricks : All Tricks

Steven is here to provide the Latest Samsung Galaxy...

Jobdirecto : Easy Way to Find the Job for Fresher & Professional

Jobdirecto: It can be very tedious to search for...

Mee6 Dashboard : How to Access the Mee6 Dashboard on Discord

Today being able to have a robust web presence...

Netwyman Blogs Tricks to Boost Your Website Traffic

Netwyman Blogs: Staying Up to date in the technology...

Benefits of Outsourcing Marketing Services

In the business world, marketing can be a major...
- Advertisement -spot_img