ACTIVE MALWARE WINDOWS TESTED: WINDOWS 10

How to fix
File System Error (-2147163890)
on Windows

Resolve File System Error (-2147163890) on Windows 10 quickly and easily with our expert-tested solutions for seamless performance. Fixed in minutes!

How to fix File System Error (-2147163890) in Windows 10?
Quick Summary
Error severity
Medium
Est. time
10 minutes
Offer Fortect PC Suite
Start fix →
Ad · we may earn a commission
0 Comments
01

What causes How to fix File System Error (-2147163890) in Windows 10?

  • Faulty Windows update
  • Corrupted Windows components
  • Corrupted system files
  • Random bugs
  • Issues with Microsoft Store apps
Offer Fortect PC Suite

Repairs Windows system files, removes malware, and restores a clean OS state — without reinstalling.

Ad · we may earn a commission
Get Fortect PC Suite ↗

Hello. Whenever I try to open any picture on my Windows 10 PC, I receive File System Error (-2147163890). I really need this fixed as soon as possible. Any advice would be appreciated.

Windows Photo App is a default and built-in Windows program that is set up to be used when users want to view pictures of various formats. Usually, they don't even think about this app much, although it becomes a real problem when it starts to malfunction -  File System Error -2147163890 is an issue that has been bothering users for a while.

In most cases, users encounter the error when they try to open an image file. There have also been several reports about not being able to use other Microsoft Store apps, such as Camera or OneDrive.

However, it seems like the problem is much more widespread, as it might also affect non-Microsoft programs (e.g., Nvidia Control Panel), as well as vital Windows functions like Control Panel. Users also reported that they commonly encounter another error - 0x8004E10E - alongside File System Error -2147163890.

Fixing this problem depends on your personal situation. In most cases, the problem is caused by a faulty Windows update that somehow corrupted[ref en-2] certain Windows components, making some apps fail to function correctly. Other corrupted system files might also be at fault, as well as random bugs.

You can try fixing it manually, although it might take a while, thus we suggest trying an automatic Windows repair software [d1]. If corrupted system files have caused this issue, the app can help you fix the problem automatically, and it will only take a few minutes.

How to fix file system error 2147163890 in windows
How to fix file system error 2147163890 in windows

If you are experiencing the error only when using the Photo app, using an alternative, third-party application to view photos might be your solution. Although, this should not be necessary, as, generally speaking, Windows provides all the means needed for every basic function. For example, you can view your files in File Explorer or watch videos via Windows Media Player.

In any case, below, you will find several methods that should help you fix File System Error (-2147163890) for good. Keep in mind that troubleshooting might take a while; also, please follow each of the steps carefully.

Solution 1. Run Windows Store Apps troubleshooter

Troubleshooters are one of the first lines of help you should get when experiencing errors or other issues on Windows (although they not always work).[ref en-1] Since you are having problems with the Photo app, try running Windows Store Apps troubleshooter:

  • Type troubleshoot in Windows search and hit Enter
  • On the right, choose Additional troubleshooters
  • Locate Windows Store Apps and click Run the troubleshooter
    How to fix file system error 2147163890 in windows 10 use store apps troubleshooter
    How to fix file system error 2147163890 in windows 10 use store apps troubleshooter
  • Apply all the suggested fixes.

Solution 2. Reset/Repair Windows Photo App

All Windows built-in apps come with an option for a reset and repair. Therefore, if a Microsoft Store app is not working for you, you should try resetting it with the help of built-in tools:

  • Right-click on Start and pick Apps and Features
  • Scroll down until you find Microsoft Photos entry
  • Click it once and select Advanced options
  • Stroll down and click Terminate
  • Now, select Repair and see if that helps to resolve your issue
  • If not, use the Reset function.
    How to fix file system error 2147163890 in windows 10 reset photo app
    How to fix file system error 2147163890 in windows 10 reset photo app

Solution 3. Install all the available Windows updates

  • Type Updates in Windows search and press Enter
  • On the right side of the window, click Check for updates
  • Install all the optional updates as well
    How to fix file system error 2147163890 in windows 10 install all updates
    How to fix file system error 2147163890 in windows 10 install all updates
  • Restart your PC.

Solution 4. Check disk

Ensure that your disk is not damaged. You can perform checks using Administrative Command Prompt:

  • Type cmd in Windows search
  • Right-click on Command Prompt and select Run as administrator
  • If User Account Control shows up, click Yes
  • If you are using a HDD as your main driver (where your operating system is installed - C: by default), use the following command and press Enter:
    chkdsk c: /f
  • If you are using SSD, use this command:
    chkdsk c: /f /r /x
  • If you receive an error, type in Y and hit Enter
    How to fix file system error 2147163890 in windows 10 use check disk
    How to fix file system error 2147163890 in windows 10 use check disk
  • Restart your device to perform the check.

Solution 5. Repair corrupted system files

Use Command Prompt commands to repair system file corruption:

  • Open Command Prompt as administrator as explained above
  • Use the following command and press Enter:
    sfc /scannow
  • Reboot your system
  • If SFC returned an error, then use the following command lines, pressing Enter after each:
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
    How to fix file system error 2147163890 in windows 10 use sfc and dism
    How to fix file system error 2147163890 in windows 10 use sfc and dism

Solution 6. Try Clean boot

  • Press Win + R, type msconfig and hit Enter
  • Go to Services tab and tick the Hide all Microsoft services checkbox
  • Select Disable all
  • Go to Startup tab and click Open Task Manager
  • Here, right-click on each of non-Windows entries and select Disable
  • Close down the Task Manager
  • Go to Boot tab and tick the Safe boot option
    How to fix file system error 2147163890 in windows 10 try clean boot
    How to fix file system error 2147163890 in windows 10 try clean boot
  • Click Apply, OK, and restart your computer.

If the problem is gone within the Safe boot environment, it means that third-party software is causing the issue. To find the app in question, open the Task Manager and enable each of the startup entries one by one.

Solution 7. Reinstall the Photo App via PowerShell

This method is rather advanced, so refrain from using it if you are not sure what you are doing.

  • Right-click on Start and pick PowerShell (admin)
  • If UAC shows up, click Yes
  • In the new window, copy and paste the following command and press Enter:
    get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage
    How to fix file system error 2147163890 in windows 10 reinstall photos app
    How to fix file system error 2147163890 in windows 10 reinstall photos app
  • Download PsExec application from the official Microsoft website
  • Extract the compressed file - right-click and select Extract files
  • Open Command Prompt as administrator
  • Now you need to use the location of the PsExec.exe file within the next command (don't use the brackets within the command):
    (PsExec.exe full path) -sid c:\\windows\\system32\\cmd.exe
  • Agree to terms and new Command Prompt window will open - ignore it for now
  • Press Win + R on your keyboard and paste in the following:
    C:\\Program Files\\WindowsApps\\Microsoft.Windows.Photos
  • You should see several autocomplete options - pick one that does not have any entries between your operating system version (for example, x64) and the folder name (for example, 8wekyb3d8bbwe) as so:
  • Next, open the secondary Command Prompt window that opened automatically
  • Copy and paste the following command, replacing the end of it with the correct information you found in the previous steps:
    rd /s “C:\\Program Files\\WindowsApps\\Microsoft.Windows.Photos_2021.21060.9012.0_x64__8wekyb3d8bbwe
  • Type in Y and press Enter
    How to fix file system error 2147163890 in windows 10 reinstall photos app2
    How to fix file system error 2147163890 in windows 10 reinstall photos app2
  • Now download the Photo app from Microsoft Store.

Bottom line

To fix File System Error (-2147163890), you can try using automatic Windows repair software, manually fixing corrupted files, or using alternative photo viewing applications. If these methods do not resolve the issue, consider further troubleshooting or seeking professional assistance.

Frequently asked questions

This error typically occurs due to corrupted system files or issues with the Windows Store app. It can also arise from incomplete Windows updates or problems with the hard drive.

To run the System File Checker, open Command Prompt as an administrator and type 'sfc /scannow' before pressing Enter. This will scan and repair any corrupted system files.

Yes, resetting the Windows Store can help fix this error by clearing cache and restoring the app to its default state. You can do this by running 'wsreset.exe' from the Run dialog.

Did this fix work for you?
Sarah Chen

Written & verified by

Cybersecurity Analyst
Cybersecurity Threat detection Security hardening Data protection Vulnerability assessment

Sarah Chen is a cybersecurity analyst focused on protecting Windows systems from emerging threats and preventing data breaches. She covers security hardening, vulnerability assessments, and post-infection cleanup for home and small business users. Sarah translates complex security concepts into practical hardening steps — firewall configuration, exploit mitigations, secure boot settings, and defence-in-depth practices that meaningfully reduce attack surface. She stays current with the threat landscape and contributes security advisories to the uGetFix news section when new vulnerabilities affect Windows users.

0 Comments

Be the first to comment

Still worried? Run a free check.

Paste any URL or domain — we'll scan it against 4.2M known threats in 10 seconds.

View full scanner → Add to your website →