How to fix
File system error (-2144927436)
on Windows
Resolve the file system error (-2144927436) on Windows 10 effortlessly. Follow expert-tested solutions for a fast and easy fix that restores your system!
What causes How to fix file system error (-2144927436) in Windows 10?
- Corrupt system component
- Damaged registry files
- Hard disk issues
- File execution policies
- Problems after a Windows update
Repairs Windows system files, removes malware, and restores a clean OS state — without reinstalling.
Hello. Whenever I try to open the Start Menu or UWP on my Windows 10 PC, I receive File System Error (-2144927436). I would find any tips to fix this problem helpful.
Windows errors cause a lot of frustration for users. Soon after encountering them, they are left confused, as there is usually no explanation as to what is causing the issue or how it is meant to be fixed.
Recently, there have been reports about an error code -2144927436, which affects software developers the most because they are unable to open any Universal Windows Platform,[ref en-1] although regular users can also experience the error. In this case, they cannot use any apps from Microsoft Store, can't open Start Menu, or Notification Center, among many other things.
It disrupts the workflow and is particularly annoying because some people say it prevents them from opening any media files via the Windows media player. Due to this, many need to resort to finding alternative commands (for example, via the Run prompt) on using certain Windows functions - this is not how Windows operates and it should not be an answer to the problem.
There could be many reasons behind the -2144927436 error, but the most common issue is a corrupt system component, such as a hard disk, file execution policies,[ref en-2], or damaged registry files. A few reports say that users started experiencing this inconvenience after installing a new Windows update.
Sometimes Microsoft releases updates for various non-Microsoft drivers on your system, such as graphics drivers, networking drivers for your motherboard, and so on, which, as you can imagine, sometimes leads to extra problems.

Troubleshooting could take a while, so you can try using an automatic solution [d1] to avoid going through all of the possibilities that may be causing this file system error. The repair tool can identify the damaged system components, fix the Blue screen of death[ref en-3] (which could save you from having to reinstall your Windows operating system), and registry issues by scanning the system. This software could also be used to free up space by clearing cookies and cache, which should boost the device's performance.
If you experience this error only when trying to view media files, using an alternative, third-party application (VLC or any other player) to view photos and videos might be the solution for you.
Below you will find a few manual methods that could fix File System Error -2144927436 and bring back a smooth user experience to you. Note that this will take a while; please follow all of the steps very carefully.
Method 1. Run Windows Store Apps troubleshooter
The first thing you should always do is use a troubleshooter that can run on your device, diagnose and automatically fix common problems. Since the error is preventing you from opening Store Apps, try the Windows Store Apps troubleshooter:
- Select the Start button
- Select Settings > Update & Security > Troubleshoot
- Click Additional troubleshooters
- Select Windows Store Apps

Update security store apps trouble - Run the troubleshooter
- Apply all the suggested fixes
Method 2. Reset the Microsoft Store cache
Keep in mind this will permanently delete the app's data on your device, including your sign-in details.
- Press the Windows + R to open the Run dialog box,
- Type "wsreset.exe"

Run wsreset reset store cache - Select OK
Command Prompt window will open. After approximately 10 seconds, the window should close and Microsoft Store open.
Method 3. Re-register built-in apps via Powershell
You Can re-register built-in Windows applications by performing some command lines on Windows PowerShell:
- Press Windows + X.
- Select Windows PowerShell (Admin)
- Allow User Account Control

Re register apps powershell - Copy-paste the commands below one at a time then press Enter:
- Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($_.InstallLocation)\\appxmanifest.xml" -DisableDevelopmentMode}
- Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\\AppXManifest.xml"}
- Close PowerShell window.
- Restart Windows 10 PC and check for the error
Method 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

Cmd check hdd - If you are using an 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
- Restart your device to perform the check
Method 5. Install available Windows updates
When you update, you will get the latest fixes and security improvements, helping your device run efficiently and stay protected:
- Type Updates in Windows search and press Enter
- On the right side of the window, click Check for updates

Check updates - Install all the optional updates as well
- Restart your PC
Method 6. Uninstall the last Windows updates
There have been cases where an update has created more problems; some have led to certain pieces of software no longer working with Windows at all. If this happens then you want to be able to roll back your device to its previous state, so you can fix the problem until a new update can be released without any issues:
- Press Windows + R
- Type "Control Panel"
- Select Programs
- Press View installed updates

Uninstall updates - Uninstall the last 2-3 updates from Windows
- Restart
Method 7. Try Clean boot
Clean boot is one of the troubleshooting techniques that helps to identify the app that is causing the issue. It is usually performed when non-Microsoft products cause software conflicts. A clean boot helps in easy start-up of OS by only loading essential files and programs:
- Press Windows + R, type msconfig, and hit Enter
- Go to Services tab and tick the Hide all Microsoft services checkbox
- Select Disable all

Clean boot disable microsoft services - Go to Startup tab and click Open Task Manager
- Here, right-click on each of the non-Windows entries and select Disable
- Close down the Task Manager
- Go to Boot tab and tick the Safe boot option

Safe boot - Click Apply, OK, and restart your computer
Method 8. Repair corrupted system files
Use Command Prompt commands to repair system file corruption:
- Open Command Prompt as administrator
- Use the following command and press Enter:
sfc /scannow
Repair corrupted files - 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
Bottom line
To fix the file system error (-2144927436), you can use an automatic repair tool to identify and fix damaged system components and registry issues. Additionally, clearing cookies and cache may help free up space. If these solutions do not work, consider troubleshooting further or seeking professional assistance.
Frequently asked questions
This error typically arises due to corrupted system files, issues with the Windows Update component, or problems with the disk itself.
You can run the System File Checker by opening Command Prompt as an administrator and typing 'sfc /scannow', then pressing Enter.
Yes, you can use the CHKDSK tool by opening Command Prompt as an administrator and typing 'chkdsk C: /f /r', replacing 'C:' with the appropriate drive letter.




Report an issue
What's wrong with this guide? We review every report and update or remove content.
Report received — thank you. We'll review and fix it.
You need a free account to submit a report.
Be the first to comment