How to Fix Error 0x87E10BC6 in Windows 11 When Starting Paint and Snipping Tool

Warning: Error 0x87E10BC6 in Windows 11 may prevent running some applications like Paint or Snipping Tool. This issue can arise from system file corruption, app licensing problems with Microsoft Store, or improper system configuration. This guide will walk you through all possible fixes for this error step by step.

1. Checking basic system settings

a) Ensure your system is up-to-date

1. Open Settings (Win + I shortcut).
2. Go to Windows Update.
3. Click Check for updates and install any available patches.

b) Restart the computer

After updating, restart the computer and try opening problematic apps again.

2. Repairing applications using built-in tools

a) Resetting applications

1. Open Settings.
2. Go to Apps & features > Installed apps.
3. Find Paint or Snipping Tool app.
4. Click on Advanced options.
5. Select Repair. If this doesn’t work, select Reset.

b) Running the SFC and DISM tools

These tools will scan and fix corrupted system files.

1. Open Command Prompt as an administrator (Win + X > Windows Terminal (Administrator)).
2. Type the following commands in sequence:
sfc /scannow
After completion, type the next commands:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

3. Restart the computer.

3. Checking Microsoft Store services

a) Clearing Microsoft Store cache

1. Open Command Prompt as an administrator.
2. Type:
wsreset.exe

4. Restart the computer after completing the command.

b) Reinstalling apps using PowerShell

If the issue persists, you can try reinstalling apps.

1. Open PowerShell as an administrator.
2. Type:
Get-AppxPackage *Microsoft.Windows.Photos* | Remove-AppxPackage
Get-AppxPackage *Microsoft.ScreenSketch* | Remove-AppxPackage

See also  What affects a website's position in Google?

5. Restart the computer after completing the commands.

4. Changing local group policy (GPO) settings

If your computer is on a business network, group policies may be blocking app launch.

1. Open Group Policy Editor (gpedit.msc).
2. Go to Computer Configuration > Administrative Templates > Windows Components > Microsoft Store.
3. Check if the setting Enable or disable the Store application is enabled.
4. If so, change it to Not Configured or Disabled.

5. Creating a new user account

If none of the above methods work, the issue may be with your user account.

1. Open Settings > Accounts > Family & other users.
2. Click Add someone else to this computer.
3. Create a new account and give it administrator rights.
4. Log in to the new account and check if apps launch.

6. Restoring the system to its original state

If none of the above methods work, you can restore the system to its original state.

1. Open Settings > System > Recovery.
2. Select Reset this PC.
3. Choose Keep my files (if you don’t want to lose data) or Remove everything (for a clean install).
4. Follow the on-screen instructions.

Summary
The 0x87E10BC6 error can be frustrating, but there are many ways to fix it. It’s widely discussed on various online platforms. Start with basic methods like updating your system and resetting apps, then move on to more advanced solutions like reinstalling apps via PowerShell or restoring the system. If you continue to experience issues, you may also want to contact Microsoft technical support.

See also  What are link exchange systems and why should you avoid them?