How to fix Program Files\WindowsApps\MicrosoftWindows.CrossDevice_1.25071.33.0_x64_cw5n1h\CrossDeviceService.exe File systen error (-2147163901)

Theo Thornton 0 Reputation points
2025-08-12T21:26:01.6866667+00:00

I have tried resetting The Microsoft Store Cache and Re-register the built-in apps via PowerShell

Windows for home | Windows 11 | Apps
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Estrella721 15,295 Reputation points Independent Advisor
    2025-08-13T04:03:02.78+00:00

    Hi, thank you for reaching out. I’m happy to help.

    How did you get that error, and did you encounter it in a specific app or in all Microsoft apps? Which app?

    When did the issue start, and what changes did you make to your computer before it occurred?

    0 comments No comments

  2. Kim2-N 230 Reputation points Microsoft External Staff Moderator
    2025-08-13T04:41:31.08+00:00

    Hi Theo Thornton****,

    Thanks for reaching out here in the Microsoft Q&A. I can understand the inconvenience this issue has caused you. To help resolve this issue, please follow the steps outlined below: 

    Step 1: Manually Install CrossDevice

    Bypasses Store corruption entirely.

    • Download the latest .appx.
    • Install via PowerShell (Admin):
    Add-AppxPackage -Path "C:\Path\to\CrossDevice.appx" -Register -ForceApplicationShutdown
    

    Step 2: Reset WindowsApps Permissions

    Ensures no permission conflicts remain.

    Run in CMD (Admin):

    icacls "C:\Program Files\WindowsApps" /reset /T /C /L /Q
    takeown /F "C:\Program Files\WindowsApps" /R /A /D Y
    

    Step 3: Run DISM + SFC

    Fixes system file corruption affecting apps.

    In CMD (Admin):

    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    

    Step 4: Force-Reinstall via PowerShell

    Re-run the manual install command to ensure registration:

    Add-AppxPackage -Path "C:\Path\to\CrossDevice.appx" -Register
    

    Step 5: Update Windows & Microsoft Store Apps

    Patches compatibility gaps.

    • Press Win + I > Windows Update > Install all updates.
    • Open Microsoft Store > Update all apps.

    Step 6: Reset CrossDevice App

    Clears residual config corruption.

    Press Win + I > Apps > Installed apps > find Cross Device Service > click three dots (...) > Advanced options > Reset.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have extra questions about this answer, please click Comment.

    Note: Please follow the steps in our document to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.