Share via

Forza Horizon 3 digital download

K.O 0 Reputation points
2026-01-14T08:31:32.1733333+00:00

I dont know if im on the right place but im having issues downloading forza horizon 3 on my pc and handheld. I own the digital copy but the game is no longer visabel in my microsoft store libary and is only visable in the xbox app. However i cant donwload it from the xbox app as it only loads forever and it wont let me select which ssd to download it to. And in microsoft store it no longer exist. When i find the hyperlink on google it just say "Den här produkten är inte tillgänglig på din marknad." But i own it. i have paid for it. Xbox app wont work and store no longer shows it. I need help. Thank you!


Moved from: Community Center | Not monitored

Windows for home | Other | Gaming
0 comments No comments

2 answers

Sort by: Most helpful
  1. Hendrix-V 15,345 Reputation points Microsoft External Staff Moderator
    2026-01-15T06:11:11.9433333+00:00

    Hi K.O,

    Welcome to the Microsoft Q&A forum and thank you for reaching out.

    That message you're seeing appears because the store page has been removed globally. Forza Horizon 3 was officially retired from the Microsoft Store in 2020 due to licensing agreements expiring. This means it’s no longer available for purchase or visible in the store for new users. However, if you previously bought the game digitally, your ownership is still valid, and you should be able to download and play it through your account.

    Please verify your ownership by signing in with the same Microsoft account you used to purchase the game and check your purchase history at Microsoft Account.

    Then you can check for Install Drive Settings

    • Go to Settings > System > Storage and confirm your SSD is selected for new apps.

    After you finish the checking, please proceed to the steps below:

    1 - Clear Xbox App Cache

    • Sign out of the Xbox app and Microsoft Store.
    • Delete temporary files in Users\<YourUserName>\AppData\Local\Packages\Microsoft.XboxApp_*

    2 - Fresh Install

    • Remove broken Forza Horizon 3 entries via PowerShell by this command Get-AppxPackage *OpusPG* | Remove-AppxPackage -allusers
    • Restart and reinstall through the Xbox app.

    I look forward to receiving your update. Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.


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

    Was this answer helpful?

    1 person found this answer helpful.

  2. AI answer

    2026-01-14T08:31:48.8833333+00:00

    It sounds like you're experiencing issues with downloading Forza Horizon 3 due to it not appearing in your Microsoft Store library and facing problems with the Xbox app. Here are some steps you can take to troubleshoot the issue:

    1. Check Microsoft Store Registration: Ensure that the Microsoft Store is properly registered for your user account. You can do this by running the following command in PowerShell:
         Get-AppxPackage *Microsoft.WindowsStore*
      
      If it indicates that Microsoft Store isn't installed, you may need to re-register it.
    2. Re-register Microsoft Store: If necessary, you can re-register the Microsoft Store using the following command in an elevated PowerShell prompt:
         Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.WindowsStore_8wekyb3d8bbwe
      
    3. Update Gaming Services and Xbox App: Make sure both Gaming Services and the Xbox App are up to date. You can force an update for Gaming Services by using PowerShell:
         get-appxpackage Microsoft.GamingServices | remove-AppxPackage -allusers
         start ms-windows-store://pdp/?productid=9MWPM2CQNLHN
      
      Then install it from the Microsoft Store.
    4. Check Sandbox Settings: If you are in a development environment, ensure that you are in the correct sandbox (RETAIL) and that your game is published correctly in Partner Center.
    5. Try Restarting Your PC: Sometimes, simply restarting your PC can resolve issues with app downloads.
    6. Check Availability Settings: If you can't find the game in the Microsoft Store, check the availability settings in Partner Center to ensure it is set to be discoverable.

    If after trying these steps you still cannot download the game, consider reaching out to Microsoft Support for further assistance.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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